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

html,
body {
	font-size: 14px;
	font-family: "microsoft yahei";
}

.clearfix::before,
.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}

li {
	list-style: none;
}

div,
a,
ul,
li,
p,
span,
input,
textarea {
	box-sizing: border-box;
	outline: none;
}

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

.abox {
	display: block;
	width: 100%;
	height: 100%;
}

.info {
	width: 1200px;
	height: 100%;
	margin: auto;
}

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


@font-face {
	font-family: myfont1;
	src: url(/uploads/image/wctzsfont/tensentype.ttf);
}

@font-face {
	font-family: myfont2;
	src: url(/uploads/image/wctzsfont/bahnschrift.ttf);
}


/*开始*/
.mynav {
	width: 100%;
	height: 90px;
	background-color: #fff;
	position: relative;
}

.mynav-con {
	width: 100%;
	height: 100%;
}

.mylogo {
	float: left;
	height: 100%;
}

.mylogo a {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.mylogo img {
	display: block;
}

.mysearch {
	float: right;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	height: 100%;
}

.mysearch a {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}

.mysearch .searchbtn {
	width: 40px;
	height: 40px;
	background-color: #e77918;
	text-align: center;
}

.mysearch .searchbtn img {
	display: block;
}

.mysearch .langbtn {
	width: 40px;
	height: 40px;
	background-color: #006e9b;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-left: 1px;
}

.mynavbox {
	float: right;
	height: 100%;
	margin-right: 45px;
}

.mynavbox .homeul {
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.mynavbox .homeul>li {}

.mynavbox .homeul>li>a {
	color: #666;
	padding: 0px 34px;
}

.mynavbox .homeul>li>a:hover {
	color: #2c69ba;
}

.homesearch {
	position: absolute;
	z-index: 100;
	margin: auto;
	top: 90px;
	left: 0;
	right: 0;
	width: 100%;
	height: 78px;
	background-color: #2c69ba;
	padding: 16px 0;
	display: none;
}

.homesearch .homesearchbox {
	font-size: 16px;
	color: #2c69ba;
	height: 45px;
	line-height: 45px;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 45px;
	width: 91%;
	box-shadow: #9a9a9a 3px 3px 4px 0px inset;
}

.homesearch .homesearchbtn {
	background-color: rgba(0, 0, 0, 0);
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	color: #fff;
	margin-left: 15px;
	cursor: pointer;

}



/*轮播图*/
.myrota {
	width: 100%;
	height: auto;
}

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

.home-swiper .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0);
	border: 0;
	position: relative;
}

.home-swiper .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-swiper .swiper-pagination-bullet-active {
	border: 1px solid #fff;
}



/*中间*/
.mycenter {
	width: 100%;
	height: auto;
	overflow: hidden;
}

/*我们的总结*/
.mysummary {
	width: 100%;
	height: auto;
	background-color: #fff;
}

.mysummary-con {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 60px 0;
}

.mysummary-title {
	width: 240px;
	height: auto;
	background: url(/uploads/image/wctzsimg/title-bg.png) no-repeat top center;
	text-align: center;
	margin: auto;
	padding-top: 15px;
}

.mysummary-title>p:nth-of-type(1) {
	font-size: 40px;
	line-height: 32px;
	color: #006e9b;
}

.mysummary-title>p:nth-of-type(2) {
	font-size: 18px;
	line-height: 32px;
	color: #666;
	font-family: arial;
	margin-top: 5px;
}

.mysummary-list {
	width: 100%;
	height: auto;
	padding-top: 40px;
}

.mysummary-item {
	padding: 15px;
	width: 280px;
	height: auto;
	background-color: #e8e8e8;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-left: 26px;
	cursor: pointer;
	transition: .3s;
}

.mysummary-item:nth-of-type(1) {
	margin-left: 0;
}

.mysummary-item-pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mysummary-item-pic img {
	display: block;
	width: 100%;
	transition: .5s;
}

.mysummary-item>p:nth-of-type(1) {
	font-size: 22px;
	line-height: 50px;
	color: #006e9b;
	margin-top: 10px;
}

.mysummary-item>p:nth-of-type(2)>span {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #999;
	margin: auto;
}

.mysummary-item>p:nth-of-type(3) {
	font-size: 14px;
	line-height: 50px;
	color: #999;
	margin-bottom: 10px;
}

.mysummary-item:hover {
	background-color: #006e9b;
}

.mysummary-item:hover .mysummary-item-pic img {
	transform: scale(1.2);
}

.mysummary-item:hover>p:nth-of-type(1) {
	color: #fff;
}

.mysummary-item:hover>p:nth-of-type(2)>span {
	background-color: #e77918;
}

.mysummary-item:hover>p:nth-of-type(3) {
	color: #fff;
}



/*关于我们*/
.myabout {
	width: 100%;
	height: auto;
	background: url(/uploads/image/wctzsimg/about-bg.png) no-repeat center;
	background-size: cover;
}

.myabout-con {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 60px 0;
}

.myabout-content {
	width: 100%;
	height: auto;
}

.myabout-left {
	width: 50%;
	height: auto;
	float: left;
}

.myabout-right {
	width: 50%;
	height: 420px;
	float: right;
	position: relative;
	margin-top: -28px;
}

.myabout-title>p:nth-of-type(1) {
	font-size: 87px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 50px;
	color: rgba(0, 0, 0, .07);
	font-family: arial;
}

.myabout-title>p:nth-of-type(2) {
	font-size: 32px;
	line-height: 26px;
	color: #666;
	font-weight: bold;
}

.myabout-text p {
	font-size: 14px;
	line-height: 32px;
	color: #8d8d8d;
}

.knowmore {
	display: block;
	width: 160px;
	height: 35px;
	border: 1px solid #ccc;
	color: #2c69bb;
	text-align: center;
	line-height: 35px;
	transition: .3s;
}

.knowmore:hover {
	background-color: #2c69bb;
	color: #fff;
}

.myabout-right .zfx-b {
	position: absolute;
}

.myabout-right .zfx-s {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #c4dff4;
	position: absolute;
	right: 0;
	bottom: 0;
}

.myabout-right .zfx-b {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #5b9cee;
	position: absolute;
	right: 26px;
	bottom: 13px;
}

.myabout-right .myabout-pic1 {
	position: absolute;
	right: 0;
	top: 0;
}

.myabout-right .myabout-pic2 {
	position: absolute;
	left: 85px;
	top: 90px;
	z-index: 2;
}



/*新闻中心*/
.mynews {
	width: 100%;
	height: 730px;
	background-color: #fff;
}

.mynews-con {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mynews-left {
	width: 360px;
	height: 100%;
	float: left;
	display: flex;
	display: -ms-flexbox;
	align-content: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.mynews-left>p:nth-of-type(1),
.mynews-left>p:nth-of-type(2) {
	font-size: 40px;
	color: #666;
	line-height: 48px;
}

.mynews-left>p:nth-of-type(3) {
	font-size: 14px;
	color: #666;
	margin-top: 40px;
}

.mynews-left>.knowmore {
	margin-top: 90px;
	color: #fff;
	background-color: #2c69ba;
	border: 1px solid #2c69ba;
	transition: .3s;
}

.mynews-left>.knowmore:hover {
	background-color: #fff;
	color: #2c69ba;
}

.mynews-right {
	width: 840px;
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	float: right;
}

.mynews-item {
	flex: 1;
	-ms-flex: 1;
	height: 100%;
	padding: 0px 12px;
	border-left: 1px solid #e8e8e8;
}

.mynews-item a {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	-ms-flex-direction: column;
}

.mynews-item:nth-of-type(1) {
	border-left: 0;
}

.mynews-item .mynews-time {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.mynews-item .mynews-title {
	font-size: 18px;
	color: #666;
	line-height: 26px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.mynews-item .mynews-pic {
	width: 100%;
}

.mynews-item .mynews-pic img {
	display: block;
	width: 100%;
	margin-top: 30px;
}

.mynews-item .mynews-latest {
	line-height: 56px;
	font-size: 14px;
	color: #666;
}

.mynews-item .mynews-content {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.mynews-item .mynews-href {
	margin-top: 75px;
	text-align: center;
	width: 100%;
}


/*合作伙伴*/
.mypartner {
	width: 100%;
	height: 270px;
	background: url(/uploads/image/wctzsimg/hb-bg.png) no-repeat center;
	background-size: cover;
}

.mypartner-con {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.mypartner-left {
	float: left;
	padding-left: 180px;
}

.mypartner-left>p:nth-of-type(1) {
	font-family: myfont1;
	font-size: 39px;
	line-height: 46px;
	color: #fff;
}

.mypartner-left>p:nth-of-type(2) {
	font-size: 25px;
	line-height: 46px;
	color: #fff;
	font-family: myfont2;
	font-weight: 100;
	margin-top: 10px;
}

.mypartner-right {
	flex: 1;
	-ms-flex: 1;
	height: 100%;
	float: left;
	position: relative;
	margin-left: 15px;
}

.mypartner-right>img {
	position: absolute;
	left: 0;
	top: 38px;
}

.mypartner-right>img:nth-of-type(1) {
	top: 38px;
	left: 0;
}

.mypartner-right>img:nth-of-type(2) {
	top: 38px;
	left: 160px;
}

.mypartner-right>img:nth-of-type(3) {
	top: 38px;
	left: 320px;
}

.mypartner-right>img:nth-of-type(4) {
	top: 38px;
	left: 480px;
}

.mypartner-right>img:nth-of-type(5) {
	top: 105px;
	left: 80px;
}

.mypartner-right>img:nth-of-type(6) {
	top: 105px;
	left: 240px;
}

.mypartner-right>img:nth-of-type(7) {
	top: 105px;
	left: 400px;
}

.mypartner-item {
	width: 125px;
	height: 125px;
	background: ;
	position: relative;
}

.mypartner-item .mypartner-item-pic1 {
	position: absolute;
	margin: auto;
	top: 8px;
	left: 0;
	right: 0;
}

.mypartner-item .mypartner-item-pic2 {
	position: absolute;
	margin: auto;
	top: 25px;
	left: 0;
	right: 0;
}

.mypartner-item .mypartner-item-pic3 {
	position: absolute;
	margin: auto;
	top: 25px;
	left: 0;
	right: 0;
}


/*底部*/
.myfooter {
	width: 100%;
	height: auto;
	background: url(/uploads/image/wctzsimg/f-bg.png) no-repeat center;
	background-size: cover;
}

.myfoote-con {
	width: 100%;
	height: auto;
	padding: 30px 0;
}

.myfooter-1 {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #5a5a5a;
}

.myfooter-2 {
	width: 100%;
	height: 70px;
	line-height: 60px;
	color: #a0a0a0;
}

.myfooter-left {
	float: left;
}

.myfooter-left p {
	font-size: 22px;
	color: #fff;
	line-height: 60px;
}

.myfooter-left ul {
	margin-top: -5px;
}

.myfooter-left ul li {
	display: flex;
	align-items: center;
	line-height: 46px;
	color: #a0a0a0;
}

.myfooter-left ul li span {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.myfooter-right {
	float: right;
	padding: 40px 0;
}

.myfooter-nav {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.myfooter-nav a {
	color: #a0a0a0;
}

.myfooter-nav span {
	margin: 0px 28px;
}

.myfooter-nav span img {
	display: block;
}

.myfooter-search {
	margin-top: 55px;
}

.myfooter-searchbox {
	width: 250px;
	height: 42px;
	border-bottom: 1px solid #9e9e9e;
	float: right;
}

.myfooter-searchbox form {
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.myfooter-searchbox .searchkey {
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	color: #a0a0a0;
}

.myfooter-searchbox .searchkey::-ms-input-placeholder {
	color: #a0a0a0;
}

.myfooter-searchbox .searchkey::-webkit-input-placeholder {
	color: #a0a0a0;
}

.myfooter-searchbox .footsearch {
	width: 34px;
	height: 34px;
	background: url(/uploads/image/wctzsimg/f-search.png) no-repeat center;
}





.myrota {
	width: 100%;
	height: auto;
}

.myrota img {
	display: block;
	width: 100%;
}

/*产品中心*/
.product {
	width: 100%;
	height: auto;
	padding: 32px 0px;
}

.product-con {
	width: 100%;
	height: auto;
}

.product-left {
	float: left;
	width: 250px;
	height: auto;
}

.product-left-pro {
	width: 100%;
	height: auto;
}

.product-left-title {
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding-left: 32px;
	position: relative;
	background-color: #2c69bc;
	font-size: 22px;
	color: #fff;
}

.product-left-title>img:nth-of-type(1) {
	position: absolute;
	right: 18px;
	bottom: 13px;
}

.product-left-title>img:nth-of-type(2) {
	position: absolute;
	right: 8px;
	bottom: 5px;
}

.product-left-nav {
	width: 100%;
	height: auto;
}

.proul>li {
	width: 100%;
	height: auto;
}

.proul>li>a {
	line-height: 60px;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	align-items: center;
	padding: 0px 26px 0px 34px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.proul>li>a>span{
	padding-right: 15px;
}

.proul>li>ul {
	border-bottom: 1px solid #e6e6e6;
	display: none;
	padding: 9px 0;
}

.proul>li>ul>li {
	padding: 9px 0;
}

.proul>li>ul>li>a {
	padding-left: 56px;
	color: #666;
	font-size: 14px;
}

.proul>.proli>a {
	color: #2c69bc;
}

.proul>.proli>ul {
	/*display: block;*/
}

.product-left-contact {
	margin-top: 25px;
}

.product-left-contact .product-left-title {
	background-color: #4d4d4d;
}

.product-left-contact-con {
	width: 100%;
	padding: 30px 18px;
	border-right: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	color: #666;
	font-size: 14px;
	line-height: 32px;
}

.product-left-contact-con>img {
	display: block;
	width: 100%;
}

.product-left-contact-con .service {
	width: 100%;
	border-bottom: 1px dashed #999;
	text-align: center;
	padding: 40px 0px 20px 0px;
}

.product-left-contact-con .service p span {
	color: #e77918;
	font-size: 18px;
}

.product-left-contact-con .service p img {
	margin-right: 10px;
}

.product-left-contact-con .address {
	text-align: center;
	padding: 10px 0;
}

.product-left-contact-con .address p img {
	margin-right: 15px;
}

.product-left-contact-con .address p:nth-of-type(2) {
	line-height: 22px;
	width: 80%;
	margin: auto;
}

.product-right {
	width: 900px;
	height: auto;
	float: right;
}

.product-right-title {
	width: 100%;
	height: 60px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
}

.product-right-title .product-name {
	margin-right: auto;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.product-right-title .product-add {
	color: #666;
	font-size: 12px;
}

.product-right-title .product-add a {
	color: #666;
}

.product-right-content {
	width: 100%;
	height: auto;
}

.product-list {
	width: 100%;
	height: auto;
}

.product-item {
	width: 280px;
	height: auto;
	border: 1px solid #ccc;
	margin-top: 34px;
	margin-left: 30px;
	float: left;
	transition: .3s;
}

.product-item>.abox {
	padding: 13px 15px 20px 15px;
}

.product-item:nth-of-type(3n-2) {
	margin-left: 0px;
}

.product-item .product-item-img {
	width: 100%;
	overflow: hidden;
}

.product-item .product-item-img img {
	width: 100%;
	display: block;
	transition: .5s;
}

.product-item p {
	/* display: flex; */
	/* display: -ms-flexbox; */
	align-items: center;
	padding-left: 28px;
	line-height: 65px;
	background: url(/uploads/image/wctzsimg/sj-o.png) no-repeat left center;
	background-position-x: 12px;
	color: #000;
	transition: .3s;
	overflow: hidden;
	text-overflow: ellipsis;

	white-space: nowrap;
}

.product-item:hover {
	background-color: #2c69ba;
}

.product-item:hover p {
	background: url(/uploads/image/wctzsimg/sj-w.png) no-repeat left center;
	background-position-x: 12px;
	color: #fff;
}

.product-item:hover .product-item-img img {
	transform: scale(1.2);
}

.product-right-page {
	width: 100%;
	height: auto;
	padding: 48px 0px;
	position: relative;
}

.product-page {
	width: 100%;
	height: 58px;
	padding: 0px 40px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	background-color: #e5e5e5;
}

.product-page a {
	color: #666;
}

.product-page .product-page-num {
	flex: 1;
	-ms-flex: 1;
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
}

.product-page .product-page-num a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	margin: 0px 9px;
}

.product-page .product-page-num .apage {
	background-color: #2c69ba;
	color: #fff;
}


/*产品详情页*/
.productd {
	width: 100%;
	height: auto;
	padding: 30px 0;
}

.productd p {
	/*text-align: center;*/
	color: #666;
}

/* .productd table tr{
  display: flex!important;

} */
.productd strong {
	display: block;
	/* text-align: center; */
}

.productd table strong {
	display: inline;
}

.productd p img {
	/*width: 100%;*/
	display: block;
	margin: auto;
}

.productd-page {
	width: 100%;
	height: auto;
	border-top: 1px solid #e6e6e6;
	padding: 20px 96px 20px 0px;
	flex: 1;
	-ms-flex: 1;
}

.productd-page p {
	font-size: 12px;
	color: #666;
	line-height: 26px;
}

.productd-page p a {
	color: #666;
}

.productd-page p a:hover {
	text-decoration: underline;
}


/*关于我们*/
.about {
	width: 100%;
	height: auto;
	padding: 30px 0;
}

.about-con {
	width: 100%;
	height: auto;
}

.about-title {
	width: 100%;
	height: auto;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	padding: 30px 0;
}

.about-content {
	width: 100%;
	height: auto;
}

.about-content p {
	line-height: 26px;
	color: #666;
}

.about-content p img {
	width: 50%;
	display: block;
	margin: auto;
}



/*公司一角*/
.corner {
	width: 100%;
	height: auto;
	padding: 30px 0;
}

.corner-con {
	width: 100%;
	height: auto;
}

.corner-content {
	width: 100%;
	height: auto;
}

.corner-list {
	width: 100%;
	height: auto;
}

.corner-list .corner-item {
	width: 285px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.corner-list .corner-item:nth-of-type(4n-3) {
	margin-left: 0px;
}

.corner-list .corner-item p {
	text-align: center;
	line-height: 32px;
	color: #666;
}

.corner-list .corner-item .corner-item-pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.corner-list .corner-item .corner-item-pic img {
	display: block;
	width: 100%;
	margin: auto;
	transition: .3s;
}

.corner-list .corner-item:hover img {
	transform: scale(1.2);
}


.cornerd {
	width: 100%;
	height: auto;
}

.cornerd p {
	text-align: center;
	color: #666;
}

.cornerd p img {
	width: 50%;
	display: block;
	margin: auto;
}

.cornerd .productd-page {
	margin-top: 30px;
}



/*新闻中心*/
.news {
	width: 100%;
	height: auto;
	padding: 30px 0;
}

.news-con {
	width: 100%;
	height: auto;
}

.news-content {
	width: 100%;
	height: auto;
}

.news-item {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}

.news-item ul li {
	line-height: 34px;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	border-bottom: 1px dashed #e6e6e6;
}

.news-item ul li a {
	display: block;
	flex: 1;
	-ms-flex: 1;
	padding-right: 20px;
}

.news-item ul li a:hover {
	color: #2c69ba;
}

.news-item ul li span {
	font-size: 12px;
	color: #666;
}

.newd {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}

.condetail {
	width: 100%;
	height: auto;
}

.contime {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}

.contime>span {
	margin: 20px 10px;
	font-size: 12px;
	color: #5a5a5a;
}

.condetail p {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 26px;
}

.condetail p img {
	display: block;
	margin: auto;
}



/*联系我们*/
.contact {
	width: 100%;
	height: auto;
	padding: 30px 0;
}

.contact-con {
	width: 100%;
	height: auto;
}

.contact-info {
	width: 100%;
	height: auto;
	line-height: 32px;
}

.contact-info p {
	font-size: 14px;
	color: #666;
}

.contact-info p strong {
	font-size: 22px;
	color: #000;
}

.contact-map {
	width: 100%;
	height: auto;
	padding: 30px 0;
}




.phone-btn,
.phone-nav {
	display: none;
}

/*手机端*/
@media only screen and (max-width: 1200px) {
	.phone-btn {
		/*width: 70px;*/
		height: 100%;
		float: right;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.phone-btn .phone-btn-ico {
		width: 50px;
		height: 50px;
		background: url(/uploads/image/wctzsimg/phone-nav.png) no-repeat center;
		cursor: pointer;
		position: relative;
		z-index: 9999999;
		transition: .3s;
	}

	.phone-nav {
		width: 100%;
		height: 100%;
		position: fixed;
		background: rgba(0, 0, 0, 0.8);
		z-index: 9999998;
		display: none;
		top: 0px;
		left: 0;
	}

	.phone-nav .phone-ul {
		width: 100%;
		padding-top: 100px;
	}

	.phone-nav .phone-ul>li {
		border-bottom: 1px solid #ccc;
	}

	.phone-nav .phone-ul>li>a {
		display: block;
		width: 100%;
		color: #fff;
		padding: 20px;
	}

	.phone-nav .phone-ul>li>span {
		color: #fff;
		margin: 0px 20px;
		padding: 20px 0;
		display: inline-block;
	}

	.phone-nav .phone-ul>li>span>a {
		color: #fff;
	}

	.info {
		width: 100%;
	}

	.mysearch,
	.mynavbox {
		display: none;
	}

	.mycenter {
		padding: 5px;
	}

	.mysummary-item {
		width: 48%;
		float: left;
		margin-left: 0;
		margin-bottom: 30px;
		height: 250px;
	}

	.mysummary-item:nth-of-type(2n) {
		float: right;
		height: 250px;
	}

	.myabout-left {
		width: 100%;
		float: none;
	}

	.myabout-title {
		text-align: center;
	}

	.myabout-title>p:nth-of-type(1) {
		display: none;
	}

	.myabout-title>p:nth-of-type(2) {
		line-height: 38px;
	}

	.myabout-text {
		padding: 0px 20px;
	}

	.knowmore {
		margin: auto;
	}

	.myabout-right {
		float: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}

	.myabout-right .zfx-b,
	.myabout-right .zfx-s,
	.myabout-right .myabout-pic1 {
		display: none;
	}

	.myabout-right .myabout-pic2 {
		width: 100%;
		position: static;
	}

	.mynews {
		height: auto;
	}

	.mynews-left {
		width: 100%;
		height: auto;
		float: none;
		display: block;
		text-align: center;
	}

	.mynews-left>.knowmore {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.mynews-right {
		width: 100%;
		height: auto;
	}

	.mynews-item {
		padding: 20px 12px;
	}

	.mynews-item .mynews-latest {
		line-height: 26px;
	}

	.mynews-item .mynews-href {
		margin-top: 25px;
	}

	.mypartner {
		height: auto;
		margin-top: 20px;
	}

	.mypartner-con {
		display: block;
	}

	.mypartner-left {
		float: none;
		width: 100%;
		text-align: center;
		padding-left: 0px;
		padding: 20px;
	}

	.mypartner-right {
		float: none;
		width: 100%;
		margin-left: 0px;
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		justify-content: center;
		padding: 10px;
	}

	.mypartner-right>img {
		position: static;
	}

	.myfooter-left {
		float: none;
		text-align: center;
	}

	.myfooter-left ul li {
		justify-content: center;
	}

	.myfooter-2 {
		height: auto;
		line-height: 26px;
		text-align: center;
		padding: 20px 10px;
	}

	.myfooter-right {
		display: none;
	}

	.product-left {
		float: none;
		width: 100%;
	}

	.product-left-contact {
		display: none;
	}

	.product-right {
		width: 100%;
		float: none;
	}

	.product-item {
		width: 48%;
		float: left;
		margin-left: 0px;
	}

	.product-item:nth-of-type(2n) {
		float: right;
	}

	.product-item p {
		line-height: 26px;
	}

	.corner-list .corner-item {
		width: 48%;
		float: left;
		margin-left: 0;
	}

	.corner-list .corner-item:nth-of-type(2n) {
		float: right;
	}

	.product-page {
		padding: 0px 5px;
	}

	.contime {
		display: block;
	}

	.condetail p img {
		width: 60%;
	}





	.product-right-title {
		display: block;
		height: auto;
		padding: 10px;
	}

	.product-right-title .product-name,
	.product-right-title .product-add {
		padding: 5px 0;
	}

	.productd p img {
		max-width: 100%;

	}



	/* .productd table tr{
		display: block;
		width: 100%;
	}
	.productd table tr td{
		display: block;
		width: 100%;
	}
	.productd table tr td img{
		display: block;
		width: 100%;
	} */
	.productd table{
		font-size: 12px!important;
		margin:0 auto;
	}
}

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

	/* 	.productd>table>tbody:first-child>tr:first-child tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;

	} */
	.productd>table>tbody>.firstrow table>tbody>tr.firstrow {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.productd>table>tbody:first-child>tr:first-child td {
		width: 100%;
	}

	.productd>table>tbody:first-child>tr:nth-child(2)>td {
		display: block;
		width: 100%;
		max-width: 350px;
		overflow-x: auto;
	}

	.productd>table>tbody:first-child>tr:nth-child(4)>td {
		display: block;
		width: 100%;
		max-width: 350px;
		overflow-x: auto;
	}

	.productd>table>tbody:first-child>tr:nth-child(2)>td>table {
		/* width: 468px; */
		width:100%;
	}

	.productd>table>tbody:first-child>tr:nth-child(4)>td>table {
		/* width: 468px; */
		width:100%;
	}

	.productd .firstrow img {
		width: 100%;
	}

	.productd>table>tbody>.firstrow {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	/* .productd>table>tbody>.firstrow td {
		width: 52%;
	}

	.productd>table>tbody>.firstrow td:first-child img {
		width: 48%;
	} */
	.productd table tr img{
		width:100%;
	}
	
}

.productd-return {
	position: absolute;
	right: 0;
	margin: auto;
	top: 50%;
	width: 96px;
	height: auto;
	transform: translatey(-50%);
}

.productd-return a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2c69bc;
	padding: 7px 10px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
}


/*下载pdf*/
.productd-download{
	width: 100%;
	height: auto;
	/*text-align: center;*/
}
.productd-download a{
	font-size: 12px;
    color: #666;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.productd-download a img{
	margin-right: 5px;
	width: 20px;
}

.productd table tr td{
	/* border: 0px !important; */
}
.productd table table tr td{
	border: 0px !important;
}
.productd table tr:nth-of-type(1) table tr td{
	border: 1px solid rgb(211, 211, 211) !important;
}