html,
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	overflow-x: hidden;

}

@font-face {
	font-family: "iconfont";
	/* Project id  */
	src: url('http://cn.yiwudamingtoys.com/assets/home/fonts/iconfont.ttf?t=1635922021824') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #DC1313;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #fc6f6c;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.top {
	height: 50px;
	background: #0d436e;
	color: #FFFFFF;
	line-height: 50px;
}

header {
	width: 100%;
	transition: all 0.2s;
	z-index: 999;
}


header.on-fixed {
	/* background: #1171d6; */
	/* box-shadow: 0 0 5px #ECEDEE; */
	z-index: 9999;
}

header .logo {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	padding: 13px 0;
}

header .logo img {
	max-height: 100%;
	margin-top: 10px;
}


header .rightDiv {
	width: 100%;
	height: 60px;
	background-color: #fc6f6c;
}

header .rightDiv .menu {
	text-align: right;
}


header .rightDiv .menu>ul {
	display: inline-block !important;
	float: left;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	/* padding: 0 30px; */

}


header .rightDiv .menu>ul>li>a {
	height: 60px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	position: relative;
	padding: 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	/* font-weight: bold; */
}

header .rightDiv .menu>ul>li .submenu-button {
	float: right;
	margin-left: -20px;
	transition: all 0.5s;
	transform: rotate(0deg);
	margin-top: 45px;
}

header .rightDiv .menu>ul>li:hover .submenu-button {
	transform: rotate(-180deg);
}

header.header_index .rightDiv .menu>ul>li>a {
	color: #333333;
}


header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #fff;
	background: #e75554;
}


header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #fff;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 55%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #333;
	margin: 0 2px;
	text-transform: capitalize;
}

body.on-menu header .mbtn {
	background: url(../img/menu-hide1.svg) no-repeat center center;
	background-size: 30%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* position: relative; */
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
	position: relative;
}


.menu>ul>li>a {
	padding: 0 30px;
	font-size: 16px;
	text-decoration: none;
	/* text-transform: uppercase; */
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #333;
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}



/* .menu ul ul li:hover {
	background: #d7e5f6;
} */

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

	width: 170px;
	padding: 15px 0;
	text-align: center;
	top: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 99;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all .15s
}

.menu ul li:hover>ul {
	top: 90%;
	opacity: 1;
	visibility: visible;
	transition: opacity .8s ease, visibility .8s ease;
}


.menu ul ul li {
	padding: 0;
	/* text-align: left; */
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	/* text-align: center; */
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 8px 10px;
	position: relative;
}

.menu ul ul li:hover a {
	color: #0d436e;
}



/* .menu ul ul li>a::before {
	content: "";
	display: block;
	position: absolute;
	background: #FFFFFF;
	width: 0;
	height: 3px;
	left: 0;
	bottom: 0;
	transition: width 0.3s;
}

.menu ul ul li:hover>a::before {
	width: 100%;
} */

.menu ul ul li:last-child>a {
	border: 0;
}

.rz {
	margin-left: 10px;
}

.rz ul li {
	float: left;
	padding: 0 20px;
	position: relative;
}

.rz ul li::after {
	content: "";
	width: 1px;
	height: 23px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 10px;
}

.rz ul li:first-child {
	padding-left: 0;
}

.rz ul li:first-child::after {
	display: none;
}

.lang {
	margin-top: 45px;
	position: relative;
	padding-bottom: 20px;
}

.lang .now img {
	margin-left: 10px;
	float: right;
	margin-top: 7px;
}

.lang .hide {
	display: none;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 10px #ccc;
	position: absolute;
	top: 27px;
}

.lang .hide:before {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ffffff;
	transform: rotate(45deg);
	top: -6px;
	margin: 0 auto;
	left: 0;
	right: 0;
	content: "";
	/* box-shadow: 0 0 10px #ccc; */
}

.lang:hover .hide {
	display: block;
}

.lang a {
	color: #000;
}

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

.search form input {
	width: 301px;
	height: 41px;
	background-color: #f5f5f5;
	border-radius: 20px;
	border: solid 1px #dcdcdc;
	font-size: 14px;
	padding: 0 50px 0 20px;
}

.search form button {
	position: absolute;
	right: 10px;
	top: 5px;
	background: none;
	border: 0;
}

.bannerIndex .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.6;
}

.bannerIndex .swiper-pagination-bullet-active {
	background: #4882ea;
	opacity: 1;
}

.bannerIndex .swiper-slide.swiper-slide-active img {
	transition: 2s linear;
	transform: scale(1, 1);
}

.bannerIndex .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.indexDiv1 {
	padding-top: 120px;
	padding-bottom: 90px;
}

a.more {
	width: 150px;
	height: 41px;
	background-color: #f60303;
	border-radius: 20px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin: 0 auto;
	margin-top: 60px;
	transition: all 0.5s;
}

a.more:hover {
	background: #fc6f6c;
	color: #fff;
}

.indexDiv2 {
	background: #a1cd44;
}

.indexDiv2 .row {
	margin: 0 -13px;
	margin-top: 30px;
}

.indexDiv2 .col-lg-3 {
	padding: 0 13px;
	margin-bottom: 30px;
}

.indexDiv2 .textDiv {
	position: relative;
	border-radius: 10px;
}

.indexDiv2 .textDiv .wenzi {
	position: absolute;
	top: 35px;
	left: 10px;
}


.v_more {
	width: 105px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 15px;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.indexDiv2 .imgDiv {
	/* border-radius: 100px; */
	/* border: solid 2px #000000; */
	overflow: hidden;
}

.indexDiv2 .col-lg-3 {
	margin-bottom: 30px;
}

.indexDiv3 {
	margin: 45px 0;
	margin-bottom: 0;
}

.indexDiv3 .content {
	margin: 0 110px;
	background: #f79b1e;
	padding: 60px 0;
}

.sw {
	margin: 0 100px;
	padding: 0 70px;
	position: relative;
	margin-top: 70px;
	margin-bottom: 30px;
}

.sw .swiper-button-next,
.sw .swiper-button-prev {
	background-color: #d3800f;
	width: 40px;
	height: 79px;
	background-size: 50%;
	top: 22px;
}

footer {
	margin-top: 50px;
	background: #00b2c6;
	padding: 50px 0;
	padding-bottom: 0;
}

.foot_p {
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 25px;
	font-size: 18px;
}

.foot_p img {
	margin-right: 10px;
	margin-top: -10px;
}

.footFl {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nr {
	padding-left: 20px;
}

.nav_foot {
	margin-left: 15%;
	width: 290px;
}

.nav_foot ul li {
	float: left;
	width: 50%;
	padding-left: 20px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.ewm_bott {
	padding-right: 43px;
}

.ewm_bott p.absolute {
	width: 43px;
	height: 143px;
	background-color: #0097a8;
	right: 0;
	top: 0;
	height: 100%;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 16px;
	color: #fff;
}

.yq_link a {
	display: inline-block;
	color: #fff;
	padding: 0 20px;
	border-left: 1px #fff solid;
	height: 16px;
	line-height: 16px;
}

.yq_link {
	padding-left: 20px;
	color: #fff;
}

.yq_link a:first-child {
	margin-left: -25px;
	border: 0;
}

.banquan {
	padding: 20px 0;
	background: #fff;
	margin-top: 60px;
}

.banquan a {
	color: #333;
}

.banquan a:hover {
	color: #000;
}

.weizhi {
	padding: 30px 0;
}

.weizhi,
.weizhi a {
	color: #9999;
}

.aboutDiv1 .content {
	padding: 40px 0;
}

.con_bt {
	margin-bottom: 65px;
}

.nav_left {
	width: 250px;
	float: left;
}

.nav_fl_bt {
	width: 100%;
	padding: 18px;
	background: #fc6f6c;
	color: #fff;
	text-align: center;
}

.nav_left ul li a {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 19px;
	border-bottom: solid 1px #dedede;
}
.nav_left ul li .submenu a {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 16px;
}

.nav_left ul {
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
}

.nav_left ul li a:hover,
.nav_left ul li a.now {
	color: #fc6f6c;
}

.pro_list {
	width: calc(100% - 300px);
	float: right;
}

.edit {
	display: flex;
	margin-top: 15px;
}

.edit button {
	border: 0;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
}

.xj_btn {
	background: #f79b1e;
	display: block;
	border: 0;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
}
.xj_btn:hover{
	color: #fff;
}

.add_btn {
	background: #a1cd44;
	margin-left: 15px;
}

.pro_list .text {
	border: solid 1px #dedede;
	border-top: 0;
	padding: 15px;
}

.pro_list .imgDiv {
	border: solid 1px #dedede;
}

.pro_list .col-lg-4 {
	margin-bottom: 30px;
}

.fenye {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.fenye ul {
	display: flex;
}

.fenye ul li a,.fenye ul li span {
	padding: 0px 10px;
	background: #dedede;
	margin: 0 10px;
	line-height: 30px;
	display: block;
}

.fenye ul li a:hover,
.fenye ul li.active span{
	background: #1fbbcd;
	color: #FFFFFF;
}

.newsDiv1>ul>li {
	margin-bottom: 30px;
}

.newsDiv1>ul>li>a {
	display: block;
	padding: 20px;
	background: #fff;
	transition: all 0.3s;
	border: solid 1px #bfbfbf;
}

.newsDiv1>ul>li .textDiv {
	width: calc(100% - 400px);
}

.newsDiv1>ul>li a:hover {
	box-shadow: 0 0 10px #ccc;
}

.hezuoDiv1 .imgDiv {
	border: solid 2px #ececec;
}

.hezuoDiv1 .col-lg-3 {
	margin-bottom: 30px;
}

.hezuoDiv1 .fenye {
	margin-bottom: 90px;
}

.contactDiv1 ul {
	margin-top: 60px;
}

.contactDiv1 ul li {
	position: relative;
	padding-left: 20px;
}

.contactDiv1 ul li:before {
	content: "";
	width: 5px;
	height: 24px;
	background-color: #1fbbcd;
	position: absolute;
	left: 0;
	top: 12px;
}

.lunbo {
	width: 500px;
	float: left;
}

.lunbo #thumbs {
	width: 88%;
}

.lunbo .thumbs_con .swiper-button-black {
	background-size: 50%;
}

.lunbo .thumbs_con .swiper-button-prev {
	left: 0
}

.lunbo .thumbs_con .swiper-button-next {
	right: 0
}

.lunbo .swiper-slide.swiper-slide-thumb-active {
	border: solid 1px #989898;
}

.pro_wz {
	width: calc(100% - 545px);
}

.cx_btn {
	width: 200px;
	height: 50px;
	background-color: #fc6f6c;
	display: block;
	color: #fff;
	line-height: 50px;
	text-align: center;
	margin-top: 30px;
}

.cx_btn:hover {
	color: #fff;
}

.text_sm {
	margin-top: 60px;
	padding-top: 50px;
	border-top: 1px #dadada solid;
}

.page_link {
	margin-top: 100px;
	color: #999999;
}

.page_link a {
	color: #999;
}

.page_link p {
	max-width: 48%;
}

.xiangguan {
	margin-bottom: 100px;
}

.xiangguan .biaoti {
	height: 54px;
	line-height: 54px;
	color: #fff;
	padding: 0 20px;
	background-color: #00b2c6;
}

.xiangguan .swiper-container {
	width: 90%;
	margin-top: 45px;
}

.xiangguan .swiper-slide:hover .imgDiv {
	border: solid 1px #989898;
}

.chaxunDiv1 {
	margin-top: 110px;
}

.chaxunDiv1 .content {
	border: solid 1px #dedede;
	padding-bottom: 50px;
}

.cx_bt1 {
	padding: 25px;
}

.cx_bt1 button {
	width: 141px;
	height: 41px;
	background-color: #1fbbcd;
	border-radius: 5px;
	border: 0;
	color: #fff;
}

.chaxunDiv1 .content table {
	width: 100%;
}

.chaxunDiv1 .content table tr td {
	padding: 25px;
	border-bottom: solid 1px #dedede;
;
}

.chaxunDiv1 .content table tr:first-child td {
	background: #f5f5f5;
	padding: 8px 25px;
}

.chaxunDiv1 .content table tr td:first-child {
	width: 10%;
}

.chaxunDiv1 .content table tr:first-child td:nth-child(2) {
	padding-left: 105px;
}

.chaxunDiv1 .content table tr td:nth-child(2) img {
	margin-right: 15px;
	border: solid 1px #dedede;
}

.chaxunDiv1 .content table tr td:nth-child(2) {
	font-weight: bold;
	width: 50%;
}

.chaxunDiv1 .content table tr td:nth-child(3) {
	width: 25%;
	text-align: center;

}

.chaxunDiv1 .content table tr td:nth-child(4) {
	width: 10%;
	text-align: center;
}

.add_a,
.jian_a {
	display: block;
	float: left;
	width: 25px;
	height: 23px;
	background-color: #f5f5f5;
}

.chaxunDiv1 table td input {
	background: #fafafa;
	float: left;
	width: 70px;
	height: 25px;
	border: 0;
	text-align: center;
}

.cxsm,
.cx_lx {
	padding: 25px;
}

.cxsm textarea {
	padding: 10px 18px;
	width: 800px;
	height: 140px;
	background-color: #ffffff;
	border: solid 1px #dedede;
}

.cxsm label,
.cx_lx label {
	display: block;
	float: left;
	width: 80px;
	font-size: 18px;
	margin-right: 20px;
	margin-top: 8px;
	color: #666;
}

.cxsm label {
	font-size: 20px;
	color: #000;
}

.cx_lx ul {
	margin-top: 30px;
}

.cx_lx li {
	width: 900px;
	position: relative;
	margin-bottom: 20px;
}

.cx_lx li input {
	width: 800px;
	padding: 0 18px;
	height: 50px;
	background-color: #ffffff;
	border: solid 1px #dedede;
}

.cx_lx li img.absolute {
	right: 10px;
	top: 8px;
	width: 85px;
	height: 36px;
}

.titjiao {
	width: 131px;
	height: 51px;
	background-color: #1fbbcd;
	border-radius: 5px;
	border: 0;
	margin-left: 125px;
	color: #ffffff;
}

.fixed_xj {
	position: fixed;
	right: 0;
	top: 28%;
	right: 50px;
	z-index: 9999;
}

.xj_bt {
	width: 200px;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
	background-color: #1fbbcd;
	cursor: pointer;
}

.xj_list {
	width: 363px;
	padding: 20px 0;
	background-color: #ffffff;
	border: solid 1px #dedede;
	min-height: 150px;
	display: none;


}

.xj_ul {
	max-height: 300px;
	overflow-y: scroll;
}

.fixed_xj:hover .xj_list {
	display: block;
}

.xj_list ul li {
	padding: 15px 25px;
	display: flex;
	align-items: center;
	position: relative;
}

.xj_list ul li img {
	width: 63px;
	border: 1px #ccc solid;
	margin-right: 10px;
}

.xj_list ul li img.close {
	border: 0;
	width: 22px;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 999;
}

.tishi {
	text-align: center;
	margin-top: 20px;
	padding: 10px;
}

.cz {
	padding: 0 25px;
	display: none;
	padding-top: 18px;
	border-top: solid 1px #dedede;
}

.cz button {
	width: 140px;
	height: 57px;
	line-height: 50px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #dedede;
	color: #999;
}

.cz a {
	display: block;
	width: 140px;
	height: 57px;
	background-color: #1fbbcd;
	border-radius: 5px;
	color: #fff;
	line-height: 55px;
	text-align: center;
}

.delete {
	cursor: pointer;
}

.add_pro {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 9991;
	background: #fff;
	/* display: none; */
}

.hide_btn {
	position: absolute;
	top: 15px;
	right: 20px;
}

.popDiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 999;
	display: block;
}

.add_bt {
	padding: 10px 20px;
	border-bottom: 1px #ccc solid;
}

.pro_calss {
	padding: 10px 20px;
}

.pro_calss select {
	border: 1px #ccc solid;
	width: 200px;
	height: 40px;
	line-height: 40px;
	outline: none;
}

.cx_search input {
	width: 200px;
	height: 40px;
	border: 1px #ccc solid;
	padding-left: 10px;
}

.cx_search button {
	float: right;
	width: 80px;
	height: 40px;
	background: #00b2c6;
	color: #fff;
	border: 0;
	outline: none;
}

.pro_table th {
	background: #f2f2f2;
	font-weight: normal;
	font-size: 14px;
	padding: 10px;
}

.pro_table {
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.pro_table td img {
	width: 20px;
}

.pro_table tr td {
	padding: 5px 10px;
	font-size: 14px;
}

.pro_table tr td:nth-child(4) {
	width: 50%;
}


.add_pro .fenye ul li a {
	margin: 0 5px;
	font-size: 14px;
}

.all_check {
	font-size: 14px;
	margin-right: 16px;
	margin-left: 24px;
}

.all_check input {
	margin-top: 5px;
	margin-right: 5px;
}

.btnDiv {
	display: block;
	padding: 12px 0;
	border-top: 1px #eee solid;
}

.btnDiv button {
	float: right;
	padding: 2px 10px;
	margin-right: 10px;
	outline: none;
	font-size: 14px;
}

.cancle {
	border: 1px #eee solid;
}

.confirm {
	background: #00b2c6;
	color: #fff;
	border: 0;
}

.searchDiv li{height: 40px;line-height: 40px;border-bottom: 1px solid #e7e4e4;}
.searchDiv li a{font-size: 16px;}


@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 92%;
		margin: 0 auto;
		padding: 0;
		font-size: 14px;
		min-width: auto;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 24px;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		/* height: 52px;
		width: 52px; */
		margin-top: 16px !important;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		/* width: 30%; */
		margin-left: 10px;
		margin-top: 0;
		padding: 0;
	}

	header .logo p span:nth-child(2) {
		display: none;
	}

	header .logo p {
		margin-left: 10px;
		margin-top: 5px;
	}

	header .logo .font30 {
		font-size: 20px;
	}

	header .logo img {
		max-height: 25px;
		float: left;
		margin-top: 14px;
	}

	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0);
		/* display: none; */
	}

	.menu ul li:hover>ul {
		display: none !important;
	}

	.menu ul li:hover>ul.open {
		display: block !important;
		width: 100%;
		left: 0;
		transform: translate(0);
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		padding-top: 0;
		background: #fff;
		transition: right 300ms !important;
		border-bottom: 1px #eee solid;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	/* .on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	} */
	header .rightDiv .menu>ul>li .submenu-button,
	header .rightDiv .menu>ul>li:hover .submenu-button {
		transform: rotate(0deg);
	}

	header .rightDiv .menu>ul>li .submenu-button.submenu-opened {
		transform: rotate(-180deg);
	}

	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header {
		height: 100%;
		background: #fff;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu>ul>li:hover>a,
	header .rightDiv .menu>ul>li:focus>a,
	header .rightDiv .menu>ul>li.on>a,
	header .rightDiv .menu>ul>li.active>a {
		color: #333;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		/* height: 100%; */
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 20px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
		position: relative;
	}

	header .rightDiv .menu ul>li:first-child {
		/* border-top: 1px #eee solid; */
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #0d436e;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #0d436e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.rz {
		display: none;
	}

	.bannerIndex {
		margin-top: 60px;
	}

	.bannerIndex .swiper-slide img {
		min-height: 160px;
		object-fit: cover;
	}

	header .rightDiv {
		height: 0;
	}

	.lang {
		margin-top: 22px;
		margin-right: 70px;
	}

	.indexDiv1 {
		padding: 40px 0;
	}

	a.more {
		margin-top: 20px;
	}

	.indexDiv3 .content {
		margin: 0;
	}

	.sw {
		margin: 0;
		margin-top: 30px;
	}

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

	.footFl {
		width: 100%;
		display: block;
	}

	.nav_foot {
		margin-left: 0;
		width: 100%;
		margin-top: 30px;
	}

	footer .fl,
	footer .fr {
		width: 100%;
		float: none;
	}

	.ewm_bott {
		width: 185px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.yq_link {
		padding-left: 0;
		display: none;
	}

	.nav_foot {
		display: none;
	}

	.banquan {
		padding: 15px;
	}

	.search {
		width: 90%;
		margin: 0 auto;
		float: none;
		margin-top: 20px;
	}

	.search form input {
		margin: 0 auto;
		width: 100%;
	}

	header .rightDiv .menu>ul {
		float: none;
	}

	.nav_left {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}

	.pro_list {
		width: 100%;
		margin-top: 30px;
	}

	.pro_list .col-lg-4 {
		padding: 0 5px;
	}

	.pro_list .row {
		margin: 0 -18px;
	}

	.edit button {
		font-size: 12px;
		padding: 0 5px;
	}

	.add_btn {
		margin-left: 5px;
	}

	.nav_fl_bt {
		font-size: 18px;
	}

	.nav_left ul {
		display: none;
	}

	.nav_left.open ul {
		display: block;
	}

	.nav_fl_bt {
		position: relative;
		text-align: left;
	}

	.nav_fl_bt::after {
		width: 15px;
		height: 2px;
		background: #fff;
		content: "";
		position: absolute;
		top: 30px;
		right: 15px;
		z-index: 9;
	}

	.nav_fl_bt::before {
		width: 2px;
		height: 15px;
		background: #fff;
		content: "";
		position: absolute;
		top: 24px;
		right: 21px;
		z-index: 9;
	}

	.nav_left ul li a {
		padding: 15px;
		font-size: 16px;
	}

	.nav_left.open .nav_fl_bt::before {
		display: none;
	}

	.lunbo {
		width: 100%;
	}

	.pro_wz {
		width: 100%;
		margin-top: 30px;
	}

	.lunbo .thumbs_con .swiper-button-next {
		right: -8px;
	}

	.lunbo .thumbs_con .swiper-button-prev {
		left: -8px;
	}

	.xiangguan .swiper-button-black {
		background-size: 50%;
	}

	.xiangguan .swiper-button-next {
		right: -15px;
	}

	.xiangguan .swiper-button-prev {
		left: -15px;
	}

	.newsDiv1>ul>li .textDiv {
		width: 100%;
	}

	.newsDiv1>ul>li img {
		width: 100%;
	}

	.newsDiv1>ul>li>a {
		padding: 10px;
	}

	.fenye ul li a {
		margin: 0 2px;
	}

	.hezuoDiv1 .col-lg-3 {
		padding: 0 10px;
		margin-bottom: 15px;
	}

	.hezuoDiv1 .mt20 {
		margin-top: 10px;
	}

	.contactDiv1 .flex2 {
		display: block;
	}

	.contactDiv1 .textDiv {
		width: 100%;
		margin-bottom: 30px;
	}

	.contactDiv1 ul li:before {
		content: "";
		width: 3px;
		height: 15px;
		background-color: #1fbbcd;
		position: absolute;
		left: 0;
		top: 7px;
	}

	.weizhi {
		margin-top: 60px;
		padding: 15px 0;
		margin-bottom: 20px;
	}

	.cx_bt1 {
		padding: 10px;
	}

	.cxsm textarea,
	.cx_lx li input,
	.cx_lx li {
		width: 100%;
	}

	.cxsm,
	.cx_lx {
		padding: 10px;
	}

	.cx_lx li img.absolute {
		top: 45px;
	}

	.titjiao {
		margin: 0 auto;
		display: block;
	}

	.chaxunDiv1 .content {
		padding-bottom: 20px;
	}

	.chaxunDiv1 .content table tr:first-child td:nth-child(2) {
		padding: 8px;
		text-align: center;
	}

	.chaxunDiv1 .content table tr td:nth-child(2) {
		width: 25%;
		text-align: center;
	}

	.chaxunDiv1 .content table tr td:nth-child(2) img {
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.chaxunDiv1 .content table tr:first-child td {
		padding: 8px;
	}

	.chaxunDiv1 table td input {
		width: 25px;
	}

	.chaxunDiv1 .content table tr td:first-child {
		width: 17%;
	}

	.chaxunDiv1 .content table tr td {
		padding: 8px;
		font-size: 13px;
	}

	.cx_bt1 button {
		width: 100px;
		height: 35px;
	}

	.chaxunDiv1 .content table tr td:nth-child(3) {
		width: 17%;
	}

	.chaxunDiv1 .content table tr td:nth-child(4) {
		width: 11%;
	}

	.cxsm label,
	.cx_lx label {
		font-size: 14px;
	}

	.cxsm label {
		font-size: 16px;
	}

	.cx_lx .font20 {
		font-size: 16px;
	}

	.add_pro {
		width: 100%;
		height: 100%;
	}

	.pro_table tr td {
		font-size: 12px;
	}

	/* .overDiv{
		height: 320px;
		overflow-y: scroll;
	} */
	.pro_table tr td:nth-child(4) {
		width: 24%;
	}
	.pro_table thead tr{
		width:calc(100% - 20px);
	}



	.pro_calss .fl {
		display: none;
	}

	.cx_search.fr {
		width: 100%;
	}

	.cx_search input {
		width: calc(100% - 80px);
	}

	.add_pro .fenye ul li a {
		min-width: 25px;
		height: 25px;
		padding: 0;
		text-align: center;
		line-height: 25px;
		padding: 0 2px;
		font-size: 12px;
		margin: 0 2px;
	}

	.all_check.fl {
		float: left;
		display: block;
		margin-left: 10px;
		position: absolute;
		bottom: 75px;
	}

	.all_check.fl input.fl {
		display: block;
	}

	.pro_table thead {
		position: fixed;
		width:calc(100% - 28px);
		top: 113px;
		z-index: 99;
	}

	.overDiv {
		height: 60%;
		overflow-y: scroll;
		padding-top: 30px;
		position: absolute;
		width: 100%;
	}
	.btnDiv{
		position: absolute;
		bottom: 0px;
		width: 100%;
		left: 0;
	}

	.pro_calss {
		padding: 10px 15px;
		padding-top: 0;
	}

	.cx_search.fr {
		padding: 15px 0;
		background: #fff;
	}

	.add_pro {
		/* right: -100%; */
		display: block;
		top: 0;
		left: auto;
		transform: translate(0, 0);
		transition: all 0.5s;
	}

	.open {
		right: 0;
	}

	/* .pro_table tr th:nth-child(4) {
		width: 24%;
	} */
	.add_pro .fenye {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
		position: absolute;
		bottom: 40px;
		right: 10px;
	}
	.pro_table th {
		font-size: 12px;
		padding: 10px 2px;
		width: 10%;
	}
	.pro_table{
		width:calc(100% - 20px);
	}
	.fixed_xj{
		width: 100%;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
	}
	.xj_bt{
		width: 100%;
	}
	.xj_list{
		width: 100%;
	}
	.fixed_xj .xj_list{
		display: none!important;
	}
	.fixed_xj .block{
		display: block!important;
	}
	.chaxunDiv1{
		margin: 0 -15px;
		margin-top: 100px;
	}
}


@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 96%;
		margin: 0 auto;
		font-size: 14px;
	}

	.newsDiv1>ul>li img {
		width: auto;
	}

	.newsDiv1>ul>li .textDiv {
		width: calc(100% - 400px);
	}


}

@media screen and (min-width:993px) and (max-width:1200px) {

	.wrap,
	.wrap2 {
		width: 96%;
		padding: 0;
		margin: 0 auto;
		min-width: auto;
	}

	.search form input {
		width: 260px;
	}

	.lunbo {
		width: 100%;
	}

	.pro_wz {
		width: 100%;
		margin-top: 30px;
	}

	.contactDiv1 .flex2 {
		display: block;
	}

	.contactDiv1 .flex2>img {
		width: 100%;
		margin-top: 40px;
	}
	.fixed_xj{
		width: 100%;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
	}
	.xj_bt{
		width: 100%;
	}
	.xj_list{
		width: 100%;
	}
	.fixed_xj .xj_list{
		display: none!important;
	}
	.fixed_xj .block{
		display: block!important;
	}


}
@media screen and (min-width:1201px)and (max-width:1400px) {
	.wrap {
		width: 1200px;
		max-width: 1240px;
	}

	.fixed_xj {
		right: 0;
		top: auto;
		bottom: 0;
	}

}

@media screen and (min-width:1401px)and (max-width:1620px) {
	.wrap {
		padding: 0 90px;
		max-width: 1400px;
	}

	.fixed_xj {
		right: 0;
		top: auto;
		bottom: 0;
	}

}

header .logo img {
	max-height: 60px;
	margin-top: 15px;
	margin-right: 40px;
}

.rz ul li img {
	margin: 0;
}

@media screen and (max-width:992px) {
	.indexDiv2 .imgDiv {
		/* border-radius: 40px; */
	}

	.edit>a {
		display: inline-block;
		width: 55px;
		font-size: 12px;
	}

	header .logo img {
		max-height: 32px;
		float: left;
		margin-top: 10px;
	}
}

@media screen and (min-width:993px) and (max-width:1600px) {
 .pro_list .text{
  padding: 15px 10px;
 }
 .xj_btn{
  width: 55px;
  text-align: center;
  padding: 0;
 }
}
@media screen and (max-width: 992px){
 .xj_btn{
  width: 55px;
  text-align: center;
  padding: 0;
 }
 .pro_list .text{
  padding: 15px 5px;
 }
}
