﻿/*织梦58（dede58.com）做最好的织梦整站模板下载网站*/
/* CSS Document */


/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
}

/* body {background: url(../images/a.jpg) no-repeat right top;background-size:cover;} */
/*th, td{margin: 0; padding: 0;}*/
html {
	color: #666;
}

html,
body {
	width: 100%;
	min-width: 320px;
}

body,
button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	font-family: "思源黑体", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
}

ul,
ol,
li,
dl,
dd,
dt {
	list-style: none;
}

em {
	font-style: normal;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

label,
button {
	cursor: pointer;
}

/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}

/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	color: #3a3a3a;
	text-decoration: none;
}

a:hover {
	text-decoration: none
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 4px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	background-color: #f0f0f0;
	border-radius: 0px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	background-color: #6d6e70;
}

::-webkit-scrollbar-thumb:window-inactive {
	background-color: #3c3c3c;
}

/*首页*/


.mingm {
	display: none !important;
}

.container {
	width: 95%;
	max-width: 1230px;
	margin: 0 auto;
}

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: #fff;
}

#header .logo {
	width: 30%;
	display: inline-block;
	overflow: hidden;
}

#header .logo a {
	display: block;
}

#header .logo img {
	vertical-align: middle;
	max-width: 100%;
	margin-top: 15px;
}

#header.on {
	background-color: #fff;
}



.topBar {
	height: 30px;
	line-height: 30px;
	width: 7.2%;
	text-align: center;
	margin-top: 30px;
}

.topBar .right li {
	position: relative;
	float: left;
}

.topBar .right li a {
	color: #333;
	font-size: 12px;
}

.topBar .right .s {
	padding: 0px 6px;
	font-size: 12px;
	background: #000;
}

.topBar .right .s a {
	font-size: 14px;
	color: #fff;
}

.topBar .right .s:after {
	display: none;
}

.topBar .right .s i {
	color: #084885;
	font-style: normal;
}

.topBar .right .sub {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	text-align: initial;
	background: #fff;
	border: 1px solid #e1e1e1;
	display: none;
	z-index: 99;
}

.topBar .right .sub a {
	display: block;
	line-height: 30px;
	color: #888;
	padding: 0 5px;
}

.topBar .right .sub:after {
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-bottom-color: #e1e1e1;
	left: 50%;
	top: -12px;
	margin-left: -3px;
}

/*导航*/

#nav {
	width: 62.8%;
	z-index: 999999;
}
.nav-item:hover .subMenu{
	display: block !important;
}

#nav ul {}

#nav ul li {
	float: left;
	width: 15.3%;
	margin-left: 1%;
	z-index: -9;
}

#nav ul li:nth-child(7) {
	display: none;
}

#nav ul li a {
	color: #333;
	/* width: 98%; */
	padding: 0 1%;
	font-size: 16px;
	text-align: center;
	/* line-height: 90px; */
	line-height: 1.5;
	padding-bottom: 2px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	overflow: visible;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}

#nav ul li a:before {
	content: '';
	display: block;
	width: 0;
	margin: 0 auto;
	height: 1px;
	/* background: #0162b2; */
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

#nav ul li a:hover {
	color: #0162b2;
}

#nav ul li a:hover:before {
	width: 50%;
}

#nav ul li a.active:before {
	width: 50%;
}

#nav .top {
	display: none;
}

#nav .logo {
	display: none;
}

/* 二级菜单 */
#nav .subMenu {
	display: none;
	/*position: absolute;*/
	top: 50px;
	left: 0;
	width: 100%;
	height: px;
	z-index: 99999;
	padding-bottom: 5px;
}

#nav .subMenu ul {}

#nav .subMenu ul li {
	width: 100%;
}

#nav .subMenu ul li a {
	display: block;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
}

#nav .subMenu ul li a:hover {
	color: red
}

#nav .subMenu ul li:first-child {
	padding-top: 6px;
}

#nav .subMenu ul li:last-child {
	padding-bottom: 6px;
}

/*首页banner*/
#banner {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0px auto;
}

#banner img {
	/*width: 100%;*/
}

#banner-inside {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin: 0px auto;
}

#banner-inside img {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1000px;
}


.h_tlt1 {
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 5%;
	padding-bottom: 1em;
}

.h_tlt1 h2::after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: rgb(0, 0, 0);
	margin: 5px auto;
	transform: translateX(0%);
}

.h_tlt1 h2 {
	font-size: 28px;
	font-weight: 600;
	color: rgb(0, 0, 0);
	letter-spacing: 3px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
}

.h_tlt1 p {
	font-size: 14px;
	color: rgb(0, 0, 0);
	margin-top: 15px;
}

.sy_gg {
	width: 100%;
}

.sy_gg img {
	max-width: 100%;
	height: auto;
}

.h_tlt2 {
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 2%;
}

.h_tlt2 h2::after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #aaa;
	margin: 5px auto;
	transform: translateX(0%);
}

.h_tlt2 h2 {
	font-size: 28px;
	font-weight: 600;
	color: #333;
	letter-spacing: 3px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
}

.h_tlt2 p {
	font-size: 14px;
	color: #444;
	margin-top: 15px;
}


/*首页第一块设备*/
.equipment {
	background: url(../image/sbg.png) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 2%;
}

.bg-blue {
	overflow: hidden
}

.developer-solution-block {
	position: relative;
	padding: 50px 0;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

/*左边分类*/
.h30 {
	height: 30px;
	background: #2d2d2d;
}
.developer-solution{
	overflow: hidden;
	display: flex;
}

.developer-solution .solution-tab {
	width: 20%;
	float: left;
	margin-right: 4%;
	background: #fff;
	color: #333;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}

.developer-solution .solution-tab ul {
	background: rgba(255, 255, 255, 0.20);
	opacity: 1;
}

.solution-tab ul li {
	padding: 15px 20px;
	text-align: left;
	color: #333;
	background: #ececeb;
	overflow: hidden;
	margin: 17px;
	position: relative;
	cursor: pointer
}

.solution-tab ul li.active {
	background: #333;
	color: #fff;
}

.solution-tab ul li img {
	float: left;
}

.solution-tab ul li p {
	float: left;
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
}

.solution-tab ul li a-img {
	position: relative;
	z-index: 3;
	display: block;
}

.solution-tab ul li .active-img {
	/* left: 0;top: 0; */
	display: none;
}

.solution-tab ul li:hover .active-img {

	/* position: absolute;
	left: 20px;top: 13px; */
	display: block;
}

.solution-tab ul li:hover .a-img {
	display: none;
}

/* .solution-tab ul li:hover {padding-left:50px;} */
.active .active-img {
	display: block !important;
}

.active .a-img {
	display: none;
}

/* .active p{
	padding-left: 50px;
} */
/*右边内容标题详情*/
.developer-solution .solution-detail {
	float: right;
	width: 76%;
}

.developer-solution .solution-detail div.yy {
	display: none
}
.yy .hotpro ul{
	overflow: hidden;
}

.developer-solution .solution-detail div.active {
	display: block
}


.product {}

.product .bd {
	overflow: hidden;
	background: #fff;
}

.product .bd li {
	position: relative;
	display: block;
	float: left;
	width: 22.5%;
	background-position: left top;
	margin: 0px;
	overflow: hidden;
}

.product .bd li>a {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.product .bd li .img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	margin: 20px auto;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.product .bd li:hover .img {
	margin-top: 20px;
}

.product .bd li:hover .name {
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.product .bd li:hover .name p a {
	color: #fff;
	background: #0162b2;
	margin-top: 45%;
	margin-bottom: 15px;
}

.product .bd li:hover .name p em {
	display: none
}

.product .arrow {
	margin: 0px auto;
	position: absolute;
	text-align: center;
}

.prev,
.next {
	width: 40px;
	position: absolute;
	height: 100px;
	right: 0%;
	top: 28%;
	cursor: pointer;
	display: block;
	z-index: 9;
	background: url(../image/product-arrow-right.png) no-repeat 0 0;
}

.prev {
	left: 24%;
	background: url(../image/product-arrow-left.png) no-repeat 0 0;
}

.developer-solution .solution-detail .product .proimg {
	float: left;
	width: 28%;
	padding: 6% 0% 2.5% 8%;
	width: 210px;
	height: 210px;
}

.developer-solution .solution-detail .product .proimg img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.developer-solution .solution-detail .product .protxt {
	float: right;
	width: 60%;
	padding: 4%;
}

.developer-solution .solution-detail .product .protxt h2 {
	font-size: 22px;
	color: #333;
	font-weight: 600;
	margin: 15px 0;
	margin-left: 20px;
}

.developer-solution .solution-detail .product .protxt p {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	margin-left: 20px;
}

.hotpro li {
	position: relative;
	float: left;
	width: 24%;
	background-position: left top;
	margin-right: 0.6%;
	overflow: hidden;
}

/* .hotpro li:nth-child(3n){margin-right: 0%;} */
.hotpro li .img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	margin: 5px auto 0px auto;
}

.hotpro li .name {
	position: absolute;
	left: 0px;
	bottom: -30px;
	width: 100%;
	height: 35px;
	overflow: hidden;
	color: #333;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.hotpro li .name p a {
	line-height: 35px;
	font-size: 14px;
}

.hotpro li:hover .name {
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.hotpro li:hover .name p a {
	color: #fff;
	margin-top: 45%;
	margin-bottom: 15px;
}


/*首页产品*/
.chanpin,
.new_lst {
	overflow: hidden;
}
/* .new-wrap .new_lst .new_lst_cn{
	display: unset;
} */
/* .new-wrap .new_lst .new_lst_cn .new_cnlf{
	margin-right: 3%;
	margin-bottom: 3%;
} */
.new_lst_cn{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.new_telst {
	margin: 30px auto;
	position: relative;
	top: 6px;
	text-align: center
}

.new_telst li {
	display: inline-block;
	margin: 10px;
	padding: 3px 25px;
	background: #d8d8d8;
	color: #333;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.new_telst li.newon {
	color: #fff;
	background: #333;
	font-weight: bold;
}

.new_telst li.newon a {
	color: #fff;
}

li.new_cnlf {
	width: 32%;
	/* margin-right: 3%;
	margin-bottom: 3%; */
	margin-top: 20px;
	float: left;
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
	overflow: hidden;
}

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

.newlf_bianhao a {
	font-size: 16px;
	display: block;
	padding: 10px 0px 0 10px;
}

.newlf_tx {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 10px;
}

.newlf_tx h2 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.newlf_tx a.more {
	float: right;
	color: #999;
	font-size: 12px;
}

.newlf_bianhao a:hover {
	color: #118cca;
}

.newlf_tx:hover .more {
	color: #118cca;
	font-size: 12px;
}

.new_cnlf .newlf_touming {
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 25%;
	width: 100%;
	height: 35px;
	overflow: hidden;
	color: #333;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.new_cnlf:hover .newlf_touming {
	height: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.new_cnlf .newlf_touming p {
	line-height: 25px;
	font-size: 14px;
}

.new_cnlf .newlf_touming a {
	color: #fff;
}

.new_cnlf .newlf_touming .newlf_top {
	margin-top: 25%;
}

.new_cnlf .newlf_top::after,
.new_cnlf .newlf_top::before {
	content: "";
	display: block;
	width: 150px;
	height: 2px;
	background-color: #fff;
	margin: 5px auto;
	transform: translateX(0%);
}

/* Added by xcy */

.new_cnlf:hover .newlf_bianhao a {
	color: #118cca;
}

.new_cnlf:hover .newlf_tx {
	color: #118cca;
}

.new_cnlf:hover .newlf_tx a {
	color: #118cca;
}

/*新闻begin*/
.news {
	/* background: url(../images/newsbg.jpg) no-repeat center top; */
	background-size: cover;
	overflow: hidden;
	padding-bottom: 2%;
}

.ixBox5 {
	clear: both;
	overflow: hidden;
}

.wrapC_h60 {
	clear: both;
	padding-top: 1.9735%
}

.ixBox5L {
	width: 30%;
	overflow: hidden;
	position: relative;
}

.ixBox5L .pic {
	clear: both;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ixBox5L .txt5 {
	position: absolute;
	bottom: 50px;
	left: 10%;
	color: #fff;
}

.ixBox5L .txt5 p {
	font-size: 18px;
	font-weight: 600;
}

.ixBox5L .txt5 h2 {
	font-size: 24px;
	letter-spacing: 2px;
	margin: 20px 0;
}

.ixBox5L .txt5 a.more {
	display: block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #2196d9;
	background: #fff;
	text-align: center;
	margin-right: 15%;
	margin-top: 15px;
	border-radius: 30px;
}

.ixBox5L .txt5 a.more:hover {
	background: #2196d9;
	cursor: pointer;
	color: #fff;
}


.ixBox5R {
	width: 65%;
}

.ixBox5RDl dd {
	background: #fff;
	overflow: hidden;
	margin-bottom: 15px;
	transition-duration: 0.3s;
	border: 1px solid #ccc;
}

.ixBox5RDl dd:hover {
	background: #2196d9;
}

.ixBox5RDl dd a {
	display: block;
	overflow: hidden;
}

.ixBox5RDl dd a .day {
	width: 79px;
	padding: 8px 0;
	/* background: #2d2d2d; */
	margin: 15px;
	transition-duration: 0.3s;
}

/* .ixBox5RDl dd a:hover .day {
	background: #2196d9;
} */
.content_right2{
	margin-bottom: 40px;
}

.ixBox5RDl dd a .day span {
	display: block;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	text-align: center;
	color: rgb(0, 0, 0);
	font-size: 24px;
	font-family: "zwp";
	transition-duration: 0.3s;
}

.ixBox5RDl dd a:hover .day span {
	color: #fff
}

.ixBox5RDl dd a .day em {
	display: block;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-style: normal;
	font-family: "zwp";
	transition-duration: 0.3s;
}

.ixBox5RDl dd a:hover .day em {
	color: #fff;
}

.ixBox5RDl dd a .divR {
	overflow: hidden;
	margin-top: 17px;
}

.ixBox5RDl dd a .divR .divT {
	clear: both;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #000;
}

.ixBox5RDl dd a .divR .divT2 {
	clear: both;
	line-height: 22px;
	overflow: hidden;
	font-size: 14px;
	color: #aaa;
}

.ixBox5RDl dd a:hover .divR .divT,
.ixBox5RDl dd a:hover .divR .divT2 {
	color: #fff;
}





/*公司简介*/
.ly_about {
	width: 100%;
	padding: 2% 0;
}

.ly_about_in {
	padding: 40px 0 80px;
	/* background: url(../images/abg.png) no-repeat center top; */
	background-size: 100%;
}
.gsjj{
	display: flex;
    height: 400px;
    align-items: center;
}
.gsjj-left{
	width: 50%;
	height: 100%;
	float: left;
}
.gsjj-left img{
	width: 100%;
	height: 100%;
}
.gsjj-right{
	width: 50%;
    height: 100%;
    float: left;
    padding-left: 20px;
	/* box-shadow: 5px 5px 5px #ccc; */
}
.gsjj-you{
	padding-top: 20px;
}

.gsjj h2 {
	font-size: 16px;
	color: #bdbdbd;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-align: left
}

.gsjj h3 {
	font-size: 30px;
	color: #000;
	/* font-style: italic; */
	text-align: left
}

.gsjj h3 em {
	color: #000000;
	font-style: italic
}

.gsjj p {
	width: 80%;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin: 10px 0;
	overflow: hidden;
}

.gsjj a.more {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #333;
	text-align: center;
	float: left;
	margin-right: 15%;
	margin-top: 15px;
	border-radius: 30px;
}

.gsjj a.more:hover {
	background: #2196d9;
	cursor: pointer;
	color: #fff;
}

.gsjj span {
	color: #666;
	text-align: center;
	float: left;
	width: 15.25rem;
	position: relative;
}

.gsjj span:before {
	height: 2px;
	width: 100%;
	background-color: #aaa;
	border-left: 120px solid #0782c1;
	position: absolute;
	display: block;
	top: 0px;
	content: "";
	z-index: inherit;
}

/* item */
.demopage {
	width: 100%;
	margin: 30px auto;
	overflow: hidden
}

.item {
	width: 25%;
	height: 180px;
	overflow: hidden;
	position: relative;
	float: left;
}
.about-page{
	display: flex;
	justify-content: space-between;
}
.about-pageall{
	width: 25%;
	/* border-right: 1px solid #ccc; */
	padding: 10px;
	position: relative;
}
.about-pageall::after{
	content: "";
    display: block;
    width: 1px;
    height: 60%;
    background-color: #ccc;
    position: absolute;
    top: 20%;
    right: 0;
}

.about-pageall:last-child::after{
	display: none;
}

.about-pageall img{
	display: block;
	margin: auto;
}
.about-pageall h2{
	font-size: 22px;
	text-align: center;
	margin: 10px 0;
	color: #222;
}
.about-pageall p{
	font-size: 14px;
	text-align: center;
	padding: 10px;
}

.item .caption {
	width: 80%;
	height: 90%;
	color: #fff;
	padding: 5% 10%;
	position: absolute;
	left: 0;
	display: none;
	background: #005d9a;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.item .caption a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: block;
	line-height: 40px;
}

.item .caption p {
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.item .caption .line {
	width: 35px;
	height: 2px;
	background: #fff;
}

.item img {
	border: 0;
	position: absolute;
	width: 100%;
}

.item-p1 {
	position: absolute;
	font-size: 30px;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.item:hover .item-p1 {
	display: none;
}

.foot1 {
	background-color: #000;
	width: 100%;
	overflow: hidden
}

.foot1 .fb_b {
	border-top: 1px solid #97989c;
	padding-top: 5px;
	overflow: hidden
}

.foot1 .fb_l {
	width: 70%;
	color: #ffffff;
	line-height: 70px;
	font-size: 14px;
}

.foot1 .fb_l a {
	color: #fff;
}

.foot1 .fb_r {
	width: 30%;
	text-align: right;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
}

.foot1 .fb_r a {
	color: #fff;
}

.bottom_main {
	background-color: #000;
	padding: 40px 0;
	overflow: hidden;
}

.bottom_main .bottom_nav ul {
	width: 12.8%;
	text-align: center;
	float: left;
}

.bottom_main .bottom_nav ul:first-child {
	width: 30%;
	text-align: left;
	border-right: 1px solid #ebebeb;
	margin-right: 5%
}

.bottom_main .bottom_nav ul h2 a {
	display: block;
	font-size: 28px;
	color: #fff;
	padding-bottom: 8px;
}

.bottom_main .bottom_nav ul li h3 a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-bottom: 8px;
}

.bottom_main .bottom_nav ul li {
	color: #fff;
	padding-top: 5px;
}

.bottom_main .bottom_nav ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
}

.bottom_main .bottom_nav ul li a:hover {
	/* color: #1ec0ef; */
}


/*-------------------内页开始-------------------*/

.ny_tjcp {
	width: 100%;
	padding: 40px 0;
}

.ny_tjcp .product {
	padding: 0;
}

.ny_tjcp .product .bd {
	width: 100%;
	margin: 0 auto 30px;
}

.ny_tjcp .product .bd li {
	background: none;
}

.ny_tjcp .product .bd li .name span {
	color: #fff;
	display: block;
	background: url(https://www.xiaxinmould.com/Public/Home/images/product-line.png) no-repeat;
	background-position: center bottom;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 0 10px 12px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.about-caption {
	position: absolute;
	bottom: 20%;
	top: 30%;
	color: #fff;
	width: 50%;
}

.about-caption h2 {
	margin: 15px 0 10px 0;
	font-size: 32px;
	font-weight: 500;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.about-caption h3 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

.about-caption p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 35%;
	left: 15%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h2 {
	margin: 35px 0 10px 0;
	font-size: 38px;
	font-weight: 500;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.carousel-caption h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

.carousel-caption p {
	color: #fff;
	font-size: 16px;
	font-family: 'arial', sans-serif;
	letter-spacing: 1px;
}

.carousel-caption .btn {
	margin-top: 5%;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}

.arrow {
	opacity: 1;
	z-index: 999;
	animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	-webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	position: absolute;
	bottom: -30%;
	width: 32px;
	height: 55px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
	overflow: hidden;
}

.arrow:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

@keyframes arrow {

	%0,
	%100 {
		bottom: 0px;
		opacity: 1;
	}

	50% {
		bottom: -20%;
		opacity: .5
	}
}


.ny_banner {
	width: 100%;
	position: relative;
	margin-top: 80px;
	overflow: hidden;
}

.ny_banner .slideshow {
	height: 480px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ny_banner .slideshow2 {
	height: 750px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

@media (max-width: 1199px) and (min-width: 1001px) {
	.ny_banner .slideshow2 {
		height: 620px;
	}
}

@media screen and (max-width: 1000px) {
	.ny_banner .slideshow2 {
		height: 580px;
	}
}

@media screen and (max-width: 760px) {
	.ny_banner .slideshow2 {
		height: 520px;
	}
}

@media screen and (max-width: 480px) {
	.ny_banner .slideshow {
		height: 130px;
	}

	.ny_banner .slideshow2 {
		height: 500px;
	}
}

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

.ny_tlt1 p {
	font-size: 24px;
	color: #4d779e;
	text-align: center;
}

.ny_tlt1 span {
	display: block;
	font-size: 14px;
	font-weight: lighter;
	color: #999;
	text-align: center;
	height: 30px;
	line-height: 30px;
}


.culture_x {
	border-bottom: #005d9a solid 20px;
	overflow: hidden;
	margin: 70px 0;
	display: flex;
    align-items: center;
}

.culture_x img {
	max-width: 100%;
	height: auto !important;
}

.culture_x .show_t {
	float: left;
	width: 50%;
}

.culture_x .con_id {
	float: right;
	width: 50%;
	padding-top: 1.5%;
	line-height: 30px;
	overflow: hidden;
	background: #f4f7f8;
}

.culture_x .con_id h2 {
	color: #333;
	line-height: 26px;
	font-size: 24px;
	padding-left: 3%;
	margin-left: 14%;
	border-left: 3px solid #005d9a;
}

.culture_tag {}

.culture_tag ul li {
	width: 100%;
	float: left;
	padding: 15px 0 15px 10%;
	border-bottom: 1px solid #e9e9e9;
}

.culture_tag ul li h3 {
	display: inline-block;
	font-size: 22px;
	color: #333;
	font-weight: 500;
}
.culture_tag ul li h3 a{
	color: #222;
}

.culture_tag ul li div.culture_img {
	float: left;
	width: 70px;
	cursor: pointer;
	position: relative;
}

.culture_tag ul li div.span3 {
	float: left;
	width: 70%
}

/* .culture_tag ul li h3 a:hover {color: #005d9a} */
.culture_img img {
	transition: all 0.5s;
}

.culture_tag ul li:hover .culture_img img {
	transform: rotateY(180deg);
}

.culture_tag ul li div.culture_img img {
	max-width: 100%;
	top: 0;
	left: 0;
	transition: all 0.36s;
}

.imgxx2 {
	left: 0;
	top: 0;
	opacity: 0;
	position: absolute;
}

.culture_tag ul li:hover .imgxx2 {
	opacity: 1;
}

.culture_tag ul li:hover .imgxx {
	opacity: 0;
}

/* 企业荣誉 */
.honor-all {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.honor-all div {
	width: 33%;
	margin-top: 20px;
}
.honor-all div img{
	display: block;
	margin: auto;
}
.tan{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	display: none;
	z-index: 999;
}
.tan-all{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}
.tan-cont{
	position: absolute;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tan-cont .swiper-container{
	position: unset;
}
.swiper-one-next{
	right: -50px;
}
.swiper-one-prev{
	left: -50px;
}
.tan-cont .swiper-slide div{
	z-index: 9999;
}
.tan-cont .swiper-slide div img{
	display: block;
	margin: auto;
}

/*董事长题词*/
.ihead {
	position: relative;
	line-height: 1.6;
	margin: 3% 0;
	text-align: center;
}

.ihead h2 {
	font-size: 28px;
	color: #333;
	line-height: 55px;
	text-align: center;
	font-weight: 600;
	position: relative;
}

.ihead p {
	font-size: 14px;
	color: #003c82;
}

.video_list {
	overflow: hidden
}


.video_content {
	overflow: hidden;
	height: 500px;
	background: url(../image/tcbg.jpg) no-repeat top center;
}

.video_txt {
	padding: 0 10%
}

.video_txt .video_txt_fl {
	width: 50%;
	float: left
}

.video_txt .video_txt_fl h2 {
	font-size: 40px;
	color: #fff;
	margin-top: 25%;
	padding-left: 3%;
	border-left: 3px solid #fff;
}

.video_txt .video_txt_fl p {
	line-height: 30px;
	color: #555;
}

.video_txt .video_txt_fr {
	width: 50%;
	float: right
}

.bg-blue .con_id {
	margin-bottom: 20px;
}

.bg-blue .con_id h4 {
	color: #333;
	font-size: 26px;
	line-height: 70px;
}

.bg-blue .con_id .pageBoxT2 {
	color: #0162b2;
	position: relative;
	margin-left: 8%;
}

.bg-blue .con_id .pageBoxT2:before {
	background: #0162b2;
	position: absolute;
	content: '';
	width: 80px;
	height: 2px;
	left: -8%;
	top: 10px;
}

/*内页客户案例*/
.case {
	padding: 30px 0;
}

.case .list {
	margin-top: 44px;
}

.case .list li {
	width: 31.33333%;
	margin-right: 2%;
	margin-bottom: 30px;
}

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

.case .list .pic {
	width: 100%;
}

.case .list .pic p {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.case .list .pic img {
	max-width: 100%;
	max-height: 100%;
}

.case .list .title {
	text-align: center;
	font-size: 0;
	padding: 20px 0;
}

.case .list .title:hover {
	background: #0162b2;
}

.case .list .title a {
	display: inline-block;
	font-size: 16px;
	color: #333;
	font-family: arial;
	line-height: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.case .list .title:hover a {
	color: #fff;
}

/*内页合作品牌*/
.cooperation-box {
	margin: 3% 0;
}

.cooperation-box .item {
	width: 15.5%;
	border: 1px solid #ededed;
	padding: 2%;
	float: left;
}

.cooperation-box .item:first-child {
	border-left-width: 1px;
}

.cooperation-box .item a {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.cooperation-box .item img {
	width: 100%;
}



.about_process {
	padding: 5vh 0;
	/* background: url(../images/processbg.jpg) no-repeat top center; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
#honor .h_tlt1{
	padding-top: 0;
}
#honor{
	padding-top: 0 !important;
	padding-bottom: 70px;
}

.ihead2 {
	position: relative;
	line-height: 1.6;
	margin: 3% 0;
	text-align: center;
}

.ihead2 h2 {
	font-size: 28px;
	color: #fff;
	line-height: 55px;
	text-align: center;
	font-weight: 600;
	position: relative;
}

.ihead2 p {
	font-size: 12px;
	color: #fff;
}

/*发展历程*/
/*大事记start*/
.event_box {
	width: 90%;
	margin: 3% auto 0;
	position: relative;
}

.event_box .parHd {
	width: 100%;
	display: inline-block;
	height: 92px;
	overflow: hidden;
}

.parHd ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px !important;
}

.parHd .tempWrap {
	margin: 0 auto;
}

.parHd .tempWrap:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	/* top:33%;*/
	/* right:-140%;*/
	right: 0%;
	top: 70%;
	/* margin-top:-0.5px;*/
	z-index: 10;
}

.parHd li.no_line:before {
	display: none;
}

.parHd li {
	display: inline-block;
	cursor: pointer;
	padding-bottom: 40px;
	font-size: 18px;
	color: #fff;
	width: 10%;
	position: relative;
}

.parHd li:after {
	content: '';
	background: url(../image/dot_ico.png) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 20;
	top: 26px;
	left: 50%;
	margin-left: -12px;
}

.parBd {
	margin: 50px auto;
	width: 70%;
}

.parBd h4 {
	position: relative;
	font-size: 20px;
	margin-bottom: 3%;
	border-left: 3px solid #fff;
	padding: 0 20px;
	display: inline-block;
}

.parBd .Boximg {
	width: 40%;
	float: left
}

.parBd .Boximg img {
	width: 100%;
}

.parBd .Boxtxt {
	width: 50%;
	float: right;
	margin-top: 10%;
	color: #fff;
}

.parBd p {
	line-height: 180%;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 10%;
}

div#listBox {
	width: 100%;
}

.sPrev,
.sNext {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: 2%;
	z-index: 999;
}

.sPrev {
	left: 9%;
}

.sNext {
	right: 9%;
}

.sPrev img,
.sNext img {
	transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

.parHd li.act span {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../image/cat.png) no-repeat;
	position: absolute;
	top: 26px;
	left: 50%;
	margin-left: -12px;
	z-index: 21;
}

.parHd li span,
.parHd li.clone span {
	display: none;
}

.event_box .parHd2 {
	width: 100%;
	display: inline-block;
	height: 92px;
	overflow: hidden;
	display: none
}

.parHd2 ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px !important;
}

.parHd2 .tempWrap {
	margin: 0 auto;
}

.parHd2 .tempWrap:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	/* top:33%;*/
	/* right:-140%;*/
	right: 0%;
	top: 70%;
	/* margin-top:-0.5px;*/
	z-index: 10;
}

.parHd2 li.no_line:before {
	display: none;
}

.parHd2 li {
	display: inline-block;
	cursor: pointer;
	padding-bottom: 40px;
	font-size: 18px;
	color: #fff;
	width: 35%;
	position: relative;
}

.parHd2 li:after {
	content: '';
	background: url(../image/dot_ico.png) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 20;
	top: 26px;
	left: 50%;
	margin-left: -12px;
}

.parHd2 li.act span {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../image/cat.png) no-repeat;
	position: absolute;
	top: 26px;
	left: 50%;
	margin-left: -12px;
	z-index: 21;
}

.parHd2 li span,
.parHd2 li.clone span {
	display: none;
}

/*设备*/
.shebei_choose {
	overflow: hidden;
	background: #fff;
}

.sb_fl {
	width: 70%;
	height: 100%;
	/* padding: 7%; */
	color: #fff;
	position: absolute;
	margin-left: 5%;
}

.sb_fl h2 {
	font-size: 30px;
	font-weight: 500;
	margin: 1% 0;
	margin-top: 5%;
}

.sb_fl p {
	line-height: 30px;
}

.ipro {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}
.ipro ul{
	overflow: hidden;
}

.ipro .list {
	width: 100%;
}

.ipro .item {
	float: left;
	width: 100%;
	height: 440px;
	display: block;
	overflow: hidden;
	margin-bottom: 4%;
	position: relative;
}

.ipro .item a {
	display: block;
	width: 100%;
	height: 100%;
}

.ipro .item img {
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;height: 100%;*/
	display: block;
}

.ipro .item:hover img {
	/*transform: scale(1.06, 1.06);*/
}

.ipro .item .mark {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-indent: 30px;
	font-weight: normal;
	font-size: 16px;
	height: 100%;
	background: rgb(1 74 111 / 67%);
	color: #fff;
}

.ipro .item em {
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 2;
	width: 32px;
	height: 26px;
	background-position: -190px 0;
	display: block;
	margin-right: 30px;
	vertical-align: middle;
}

.ipro .item:hover h3 {
	background: url(https://www.xiaxinmould.com/skin/images/ipro_t.png) repeat-x left top;
}


/* .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail{
	width: 100%;
} */
.menu {
	width: 100%;
    height: 40%;
    margin-top: 25px;
    overflow: hidden;
}
.menu ul{
	overflow: hidden;
    height: 100%;
}

.menu span {
	width: 1px;
	height: 16px;
	margin: 0 16px 0 14px;
	background-position: -206px -36px;
}

.menu li {
	height: 100%;
	/* height: 37px; */
	/* line-height: 37px;
	margin-right: 25px;
	margin-bottom: 5px;
	padding: 0 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	color: #363636;
	display: inline-block; */
}
.aask{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.aask div{
	width: 24%;
    height: 100%;
}
.aask div img{
	display: block;
    width: 22%;
    height: 30%;
}

.menu li a {
	display: block;
	color: #fff;
}


.menu li:hover a {
	color: #118cca;
}

/*内页产品分类*/
.pagination I.selected {
	background-color: #ffb440;
	color: #fff;
}

.pagination I.selected a {
	color: #ffffff;
}

.sliderwrapper {
	width: 100%;
	padding-left: 5px;
	text-align: left;
}

.toc {}

.toc a {
	color: #4d779e;
}

.contentdiv {
	font-size: 0;
	margin: 0 10px;
}

.contentdiv:first-child {
	display: none !important;
}

.contentdiv a {
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	padding: 8px 2%;
	color: #76838f;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	width: 8%;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	background: #f1f1f1;
	margin: 10px 5px 0 0;
}

.contentdiv a:hover {
	background: #afafaf;
	color: #fff;
}

.hidebtn {
	float: right;
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	box-shadow: 0px 0px 20px 0px #eaeaea;
	background: #dedede;
	margin: 0 auto 20px;
	font-size: 12px;
	color: #555;
	text-align: center;
	cursor: pointer;
}

.ny_content_wrap {
	width: 100%;
}

.ny_content {
	width: 90%;
	overflow: hidden;
	max-width: 1230px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}

.ny_content .content_right {
	float: right;
	width: 100%;
	padding: 1%;
}

.ny_content .content_right2 {
	float: none;
	width: 100%;
	padding: 0;
	padding-bottom: 30px;
}

.bread_nav {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}

.bread_nav .position {
	width: 40%;
	float: left;
	text-align: left;
	color: #777;
	overflow: hidden;
}

.bread_nav div>em {
	display: inline-block;
	width: 25px;
	height: 40px;
	background: url(https://www.xiaxinmould.com/Public/Home/images/dw.png) center top 20px no-repeat;
	vertical-align: top;
}

.bread_nav div a {
	color: #555;
}

.bread_nav div a:hover {
	color: #0256ac
}

.tab-menu {
	text-align: center;
	float: right;
}

.tab-menu a {
	display: inline-block;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 50px;
	padding: 0 10px;
	/*background: url(../images/dd2.png) right no-repeat*/
	;
}

.tab-menu a:last-child {
	background: none;
}

.tab-menu a:hover {
	color: #0162b2;
}

.tab-menu a.active {
	color: #0162b2;
}

/*内页新闻*/
.zxlb-1n-ts-01-list {}

.zxlb-1n-ts-01-list dl {
	border-bottom: 1px solid #dcdcdc;
	width: 92%;
	padding: 25px 4%;
	display: inline-block;
	cursor: pointer;
}

.zxlb-1n-ts-01-list dl:hover {
	background: #f2f2f2;
}

.zxlb-1n-ts-01-list dl.active {
	background: #f2f2f2;
}

.zxlb-1n-ts-01-list dt {
	width: 20%;
	float: left;
	margin-right: 3%;
}

.zxlb-1n-ts-01-list dt img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.zxlb-1n-ts-01-list dd {
	width: 75%;
	float: left;
}

.zxlb-1n-ts-01-list dd h4 {
	height: 40px;
	font-weight: 600;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
}

.zxlb-1n-ts-01-list h4 a {
	display: block;
	height: 40px;
	color: #4b4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zxlb-1n-ts-01-list dl:hover h4 a {
	color: #118cca;
}

.zxlb-1n-ts-01-list-desc {
	font-size: 14px;
	padding: 5px 0;
	line-height: 24px;
	color: #797979;
	margin-bottom: 18px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zxlb-1n-ts-01-list h2 {
	font-size: 26px;
	color: #118cca;
	font-weight: bold;
	line-height: 1.75;
	transition: all 0.36s;
}

.zxlb-1n-ts-01-list p {
	color: #666;
	margin-top: 13px;
}

.zxlb-1n-ts-01-list .date {
	width: 87px;
}

.zxlb-1n-ts-01-list .news-txt {
	width: calc(100% - 117px - 123px);
	padding-left: 60px;
}

.zxlb-1n-ts-01-list .news-img {
	margin-top: 30px;
	width: 36px;
	position: relative;
}

.zxlb-1n-ts-01-list .news-img img {
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.36s;
}

.am_d2_fr2itemrr2 {
	left: 0;
	top: 0;
	opacity: 0;
	position: absolute;
}

.zxlb-1n-ts-01-list dl:hover .am_d2_fr2itemrr2 {
	opacity: 1;
}

.zxlb-1n-ts-01-list dl:hover .am_d2_fr2itemrr1 {
	opacity: 0;
}


/*内页产品展示*/
.ny_products {
	width: 75%;
	float: right;
}

.ny_products .pro_bd {}

.ny_products .pro_bd ul li {
	float: left;
	width: 30%;
	margin-right: 4.5%;
	margin-bottom: 30px;
	height: 360px;
}

.ny_products .pro_bd ul li:nth-child(3n) {
	margin-right: 0px;
}

.ny_products .pro_bd ul li>div {
	display: block;
	background: #fff;
	position: relative;
	background: #fff;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.ny_products .pro_bd ul li a .pro_img {
	text-align: center;
	width: 100%;
	height: 300px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.ny_products .pro_bd ul li a .pro_img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 99.9%;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.ny_products .pro_bd ul li a .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.ny_products .pro_bd ul li a p {
	width: 95%;
	border-bottom: 1px solid #e6e6e6;
	background: url(https://www.xiaxinmould.com/Public/Home/Picture/jt.png) no-repeat right 10px center;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	padding-left: 15px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ny_products .pro_bd ul li a:hover p {
	border-bottom: 1px solid #0162b2;
	color: #0162b2;
	background: url(https://www.xiaxinmould.com/Public/Home/Picture/jt_h.png) no-repeat right 10px center;
}

.ny_products .pro_bd ul li a p img {
	float: right;
	margin-top: 15px;
	margin-right: 25px;
}

.ny_products .pro_bd ul li:hover>div {
	margin-top: -5px;
	box-shadow: 0px 5px 10px 5px #e1dddd;
}



/*联系*/
.mlx {
	margin-top: 20px;
}

.mlx p {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}

.mlx h4 {
	font-size: 28px;
	font-weight: 600;
	color: #333;
	line-height: 35px;
	display: block;
	text-align: center;
	position: relative;
}

.mlx h4:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background: #333;
	bottom: -15px;
	left: 50%;
	margin-left: -32px;
}

.cont_list ul li {
	margin: 3% 0;
}

.cont_list ul li {
	width: 33%;
	padding: 2% 0;
	float: left;
	text-align: center;
	position: relative;
}

.cont_list ul li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 60px;
	background: #ddd;
	bottom: 50px;
	left: 0%;
	margin-left: 0px;
}

.cont_list ul li:first-child:after {
	width: 0px;
}

.cont_list ul li:hover {
	background: #118cca;
	color: #fff;
}

.cont_list ul li .img1 {
	text-align: center;
	position: relative;
}

.cont_list ul li .text {
	margin-top: 20px;
}

.cont_list ul li .text h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.cont_list ul li .text p{
	font-size: 12px;
}

.cont_list ul li .img1 img {
	max-width: 100%;
	top: 0;
	left: 0;
}

.imgxx2 {
	left: 0;
	top: 0;
	opacity: 0;
	position: absolute;
}

.cont_list ul li:hover .imgxx2 {
	opacity: 1;
	position: absolute;
	left: 40%;
}

.cont_list ul li:hover .imgxx {
	opacity: 0;
}


.tableWrap {
	width: 100%;
	text-align: right;
	margin: 50px 0;
}

.tableItem {
	overflow: hidden;
	width: 32.33%;
	margin: 2% 0.5%;
	float: left;
}

.tableItem span {
	position: absolute;
	left: 20px;
	top: 0;
	display: none;
	height: 50px;
	font: 16px/50px "sisum";
	color: #666;
}

.tableText {
	display: inline-block;
	width: 126px;
	height: 50px;
	margin-left: 10px;
	text-align: center;
	background-color: #57565f;
	font: bold 12px/52px "sisum";
	color: #fff;
	cursor: default;
	border-radius: 2px;
	font-size: 14px;
}

.tableItem input {
	height: 42px;
	line-height: 42px;
	width: 96%;
	width: calc(96% - 2 * 1px);
	padding: 0 2%;
	border: 1px solid #b5b5b5;
	vertical-align: middle;
	font-size: 14px;
	outline: none;
}

.tableItem2 {
	overflow: hidden;
	width: 99%;
	margin: 0.5%;
}

.tableItem2 textarea {
	width: 96%;
	width: calc(100% - 2 * 1% - 2 * 1px);
	height: 130px;
	padding: 1%;
	border: #b5b5b5 1px solid;
	outline: none;
}

.tableBtn {
	width: 150px;
	line-height: 40px;
	border: 0 none;
	background: #118cca;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	margin-right: 0.5%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

/* .map img{max-width:99.8%;border:1px solid #333;} */


.list-7 {
	margin-top: 30px
}

.list-7 li {
	float: left;
	width: 25%;
}

.list-7 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	padding: 20px;
	position: relative;
}

.list-7 li a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 68, 146, 0.8);
	content: '';
	z-index: 1;
	display: none;
}

.list-7 li .img-center {
	overflow: hidden;
	position: relative;
}

.list-7 li .text {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}

.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.ny_news_con,
.ny_news_con p {
	line-height: 30px;
}

.ny_news_tlt {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 50px;
	color: #333;
	margin: 3% 0;
}

.ny_news_time {
	text-align: center;
	font-size: 12px;
	color: #555;
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}

.ny_news_con2 {
	padding: 30px 0;
}

.ny_news_ye {
	border-top: 1px solid #ddd;
	overflow: hidden;
}

.ny_news_ye p {
	width: 49.8%;
	float: left;
	border-right: 1px solid #fff;
	color: #333;
	height: 95px;
	line-height: 95px;
	overflow: hidden;
}

.ny_news_ye p:last-child {
	text-align: right;
}

.ny_news_ye p a {
	color: #333;
}

.ny_news_ye p.ny_news_yebg1 {
	background: url(https://www.xiaxinmould.com/Public/Home/images/left.png) no-repeat left 15px center;
}

.ny_news_ye p.ny_news_yebg2 {
	background: url(https://www.xiaxinmould.com/Public/Home/images/right.png) no-repeat right 15px center;
}

.ny_news_ye p:hover {
	color: #118cca;
}

.ny_news_ye p:hover a {
	color: #118cca;
}


/*产品详细*/
.content_left .show_menu {
	width: 100%;
}

.page_list {
	margin-bottom: 30px;
	overflow: hidden;
}

.ly_msg h3 {
	display: none;
}

.content_right .conn .pro_name {
	font-size: 24px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 600;
	line-height: 50px;
	color: #000000;
	margin-bottom: 10px;
	padding-bottom: 15px
}

.content_right .conn .proshow1 {
	margin: 80px 0;
	position: relative;
}

.content_right .conn .proshow1 .js-silder {
	float: left;
	width: 48%;
	margin-top: 0 !important;
}

.i_title {
	/* margin-top: 5%; */
	padding-left: 15px;
	margin-bottom: 3%;
	overflow: hidden;
	border-left: 4px solid #2196d9;
}

.i_title h2 {
	overflow: hidden;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 2px;
	color: #333;
	text-transform: uppercase;
	font-family: Arial;
}

.i_title p {
	background: url(https://www.xiaxinmould.com/Public/Home/image/i_bg1.png) center bottom no-repeat;
	color: #666;
	text-transform: uppercase;
}

.Productlistsxqwrap {}

.ProductDetailstop {}

.ProductDetailstopleft {
	position: relative;
}

.ProductDetailstopleftimg {
	border: 1px solid #ddd;
}

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

div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

.ProductDetailstopright {
	width: 100%;
	position: relative;
}

.ProductDetailsSmallimg {
	overflow: hidden;
	position: relative;
	margin: 0px 30px;
	width: 85%;
	padding-top: 10px;
}

.ProductDetailsSmallimg ul {
	width: 9999px;
	position: relative;
}

.ProductDetailsSmallimg ul li {
	float: left;
	width: 80px;
	height: 80px;
	position: relative;
	display: inline;
	margin-right: 14px;
	cursor: pointer;
}

.ProductDetailsSmallimg ul li img {
	display: block;
	width: 80px;
	height: 80px;
}

.ProductDetailsSmallimg ul li span {
	display: block;
	width: 78px;
	height: 78px;
	border: 1px solid #dadada;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ProductDetailsSmallimg ul li.cur span {
	width: 78px;
	height: 78px;
	border: 1px solid #0162b2;
}

.ProductimgArrowleft,
.ProductimgArrowright {
	position: absolute;
	bottom: 0px;
	width: 13px;
	height: 80px;
	cursor: pointer;
}

.ProductimgArrowleft {
	left: 0px;
	background: url(https://www.xiaxinmould.com/Public/Home/images/product2.gif) no-repeat left center;
}

.ProductimgArrowright {
	right: 0px;
	background: url(https://www.xiaxinmould.com/Public/Home/images/product3.gif) no-repeat right center;
}

.Productwillbtn {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.Productwillbtn p {
	height: 48px;
	float: left;
	*display: block;
	*zoom: 1;
	*float: left;
}

.Productwillbtn a {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: block;
	line-height: 50px;
	width: 100%;
}

.Productwillbtn p:hover,
p.cur {
	border-bottom: 2px solid #2196d9;
}

.Productwillbtn p:hover a,
.Productwillbtn p.cur a {
	color: #000;
	font-weight: 600;
	border-left: none;
}

.Produxqms {
	padding: 39px 0px;
	line-height: 30px;
	/*display: none;*/
	background: #fff;
}
.Produxqms table{
	width: 100% !important;
}

.Produxqms img {
	max-width: 100%;
}

.proshow1 .js-silder .silder-main-img {
	width: 100%;
	text-align: center;
	height: 400px;
}

.proshow1 .js-silder .silder-main-img img {
	max-width: 80% !important;
	max-height: 100%;
	vertical-align: middle
}

.proshow1 .js-silder .silder-main-img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.proshow1 .prodesc p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

.proshow1 .prodesc p.bt {
	font-size: 20px;
	font-weight: normal;
	color: #b5b5b5;
}

.content_right .conn .proshow1 .prodesc {
	float: right;
	width: 48%;
}

.content_right .conn .proshow1 .prodesc p.desc {
	overflow: hidden;
	padding-bottom: 50px;
	color: #555;
	line-height: 30px;
	border-bottom: 1px dashed #e6e6e6;
}

.content_right .conn .proshow1 .protel {
	font-size: 14px;
}

.content_right .conn .proshow1 .protel em {
	font-size: 30px;
	font-weight: 600;
	color: #f00
}

.content_right .conn .proshow1 .pro_btn {
	padding-top: 30px;
	overflow: hidden;
}

.content_right .conn .proshow1 .pro_btn1 {
	display: block;
	width: 20%;
	margin-right: 20px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #2196d9;
	border-radius: 50px;
	border: 1px solid #fff;
}

.content_right .conn .proshow1 .pro_btn2 {
	display: block;
	width: 30%;
	margin-right: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background: #999;
	color: #fff;
	border-radius: 50px;
	float: left;
	border: 1px solid #fff;
}

.content_right .conn .proshow1 .pro_btn2 em {
	display: block;
}

.content_right .conn .proshow1 .pro_btn1:hover {
	background: #fff;
	border: 1px solid #7a9bba;
	color: #7a9bba;
}

.content_right .conn .proshow1 .pro_btn2:hover {
	background: #fff;
	border: 1px solid #7b7b7b;
	color: #7b7b7b;
}

.content_right .conn .xgcp li {
	float: left;
	width: 30%;
	margin-right: 4.5%;
	margin-bottom: 30px;
	height: 360px;
}

.content_right .conn .xgcp li:nth-child(3n) {
	margin-right: 0px;
}

.content_right .conn .xgcp li>div {
	display: block;
	background: #fff;
	padding-bottom: 10px;
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(127, 127, 127, 0.30);
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.content_right .conn .xgcp li a .pro_img {
	text-align: center;
	width: 100%;
	height: 300px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.content_right .conn .xgcp li a .pro_img img {
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.content_right .conn .xgcp li a .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.content_right .conn .xgcp li a p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content_right .conn .xgcp li a p:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	margin: -5px auto 0;
	background: #4d779e;
}

.content_right .conn .xgcp li:hover>div {
	margin-top: -5px;
	box-shadow: 0px 5px 10px 5px #e1dddd;
}

.tags_title {
	border-bottom: 1px solid #DDD;
	margin: 0 0 30px;
}

.tags_title span {
	width: 80px;
	padding: 0 15px;
	font-size: 16px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin-bottom: -1px;
	background: #f8f8f8;
	color: #333;
	display: block;
	margin-left: 5px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #f8f8f8;
	font-weight: bold;
}

.proshow2 {
	padding-top: 20px;
}

.proshow2 .prodetail_con {
	float: right;
	width: 100%;
}

.proshow2 .prodetail_con .tags_title {
	margin: 0;
}

.proshow2 .prodetail_con .content {
	padding: 30px 0;
}

.proshow2 .prodetail_con .content img {
	max-width: 80%;
	height: auto !important;
}

.page_list {
	text-align: center;
	padding-top: 20px;
}

.page_list a {
	display: inline-block;
	padding: 0 12px;
	background: #e6e6e6;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
}

.page_list a:hover {
	background: #0162b2;
	color: #ffffff;
}

.page_list a.thisclass {
	background: #0256ac;
	color: #ffffff;
}




/*屏幕电脑*/
@media (max-width:1199px) {
	.container {
		width: 95%;
	}

	#header .logo {
		width: 30%;
	}

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

	.search-box {
		width: 27%;
	}

	.search-box .input-search {
		width: 100%;
	}

	.search-box .input-search input {
		width: 95%;
		padding-left: 4%;
	}

	#nav {}

	.h_title {
		margin: 30px auto 20px;
	}

	.art_list ul li a {
		width: 65%;
	}

	.art_list ul li span {
		width: 25%;
	}

	.h_title h3 span {
		display: none;
	}

	.con_right_about {
		top: 60px;
		height: 190px;
	}

	.ny_content .content_right {
		width: 98%;
	}

	.ny_content .content_right2 {
		width: 98%;
	}

	.ny_products .pro_bd ul li {
		width: 30%;
	}

	.ny_products .pro_bd ul li a .pro_img {
		height: 300px;
	}

	.content_right .conn .xgcp li {
		width: 30%;
	}

	.content_right .conn .xgcp li a .pro_img {
		height: 300px;
	}

	.ny_content {
		width: 95%;
	}

	.silder-main {
		min-height: inherit;
	}
}


/*中等屏幕*/
@media (max-width:992px) {
	#header {
		background: #fff
	}

	#header .logo {
		width: 50%;
	}

	.h_article {
		padding: 30px 0 0;
	}

	.h_article .art_l {
		float: none;
		width: 100%;
	}

	.h_article .art_r {
		float: none;
		width: 100%;
	}

	.h_title {
		margin: 20px auto 10px;
	}

	.h_article .art_l,
	.h_article .art_r {
		margin-bottom: 15px;
	}

	#KFRightScreen {
		display: none !important;
	}

	#KFCenterScreen {
		display: none !important;
	}

	#KFBoxTitle {
		display: none !important;
	}

	.custombox {
		display: none !important;
	}

	.bottom_main {
		display: none;
	}

	.ny_products .pro_bd ul li {
		width: 47%;
	}

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

	.ny_products .pro_bd ul li:nth-child(3n) {
		margin-right: 4%;
	}

	.ny_products .pro_bd ul li:nth-child(6n) {
		margin-right: 0;
	}

	.page_list td span {
		display: none;
	}

	.page_list td #firstpage {
		display: none;
	}

	.page_list td #endpage {
		display: none;
	}

	.page_list a {
		margin-right: 5px;
	}

	.page_list {
		font-size: 0;
		color: #fff;
	}

	.page_list input {
		display: none !important;
	}

	.page_list a {
		font-size: 12px;
	}

	.content_right .conn .xgcp li a .pro_img {
		height: 170px;
	}

	.ny_content .ny_news_con {
		min-height: 150px;
	}
}

/*小屏幕*/
@media (max-width:880px) {
	.ming {
		/*display: none !important;*/
	}

	.mingm {
		display: block !important;
	}

	#header .logo {
		width: 50%;
		display: block;
		margin-right: 10px;
	}

	#header .logo a {
		text-align: center;
	}

	#banner {
		margin-top: 50px;
	}

	.carousel-caption {
		display: none
	}

	#navToggle {
		padding: 25px 15px;
		margin-right: -6px;
		display: inline-block;
		float: right;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -20px;
	}

	#navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
	}

	#navToggle span:before,
	#navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}

	#navToggle span,
	#navToggle span:before,
	#navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}

	#navToggle span:before {
		top: 8px;
	}

	#navToggle span:after {
		bottom: 10px;
	}

	#navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}

	#navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	#navToggle.open span {
		background: none;
	}

	#navToggle.open span:before,
	#navToggle.open span:after {
		background: #4f4f4f;
	}

	#nav {
		transform: translateX(100%);
	}

	#nav .container {
		width: 100%;
	}

	#nav {
		display: block;
		position: fixed;
		top: 0px;
		box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 99999999;
		opacity: 1;
		visibility: visible;
		margin-top: 0;
		overflow-y: auto;
		top: 0;
		transform: translateX(100%);
	}

	#nav.open {
		transform: translateX(0);
		overflow-X: hidden;
		transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	}

	#nav.open .top {
		display: block;
		height: 60px;
		padding: 20px;
		box-sizing: border-box;
	}

	#nav.open .top .closed {
		width: 30px;
		height: 30px;
		vertical-align: middle;
		float: right;
		cursor: pointer;
	}

	#nav.open .logo {
		display: none;
		width: 100%;
		margin: -20px auto 0;
	}

	#nav.open .logo img {
		height: 50px;
		display: block;
		margin: 0 auto;
	}

	#nav.open ul {
		/*margin-top: -35px;*/
	}

	#nav.open ul li {
		width: 96%;
		/*padding: 0 2%;*/
		border-bottom: 1px solid #222;
		/* position: relative;*/
		/*	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;*/
	}

	#nav.open .ul li {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	#nav.open ul li:nth-child(0) {
		-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
		transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	}

	#nav.open ul li:nth-child(1) {
		-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
		transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	}

	#nav.open ul li:nth-child(2) {
		-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
		transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	}

	#nav.open ul li:nth-child(3) {
		-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
		transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	}

	#nav.open ul li:nth-child(4) {
		-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
		transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	}

	#nav.open ul li:nth-child(5) {
		-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
		transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	}

	#nav.open ul li:nth-child(6) {
		-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
		transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	}

	#nav.open ul li:nth-child(7) {
		-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
		transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
		display: block;
	}

	#nav.open ul li:nth-child(8) {
		-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
		transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	}

	#nav.open ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		line-height: 50px;
		width: 100%;
	}

	#nav.open ul li a.active:after {
		width: 25%;
	}

	#nav ul li a:hover:after {
		width: 25%;
	}

	#nav ul li a.active:after {
		width: 25%;
	}

	/* 二级菜单 */
	#nav.open .subMenu {
		display: none;
		/*position: absolute;*/
		top: 50px;
		left: 0;
		width: 100%;
		height: px;
		z-index: 99999
	}

	#nav.open .subMenu ul {}

	#nav.open .subMenu ul li a {
		display: block;
		text-align: center;
		line-height: 30px;
		font-size: 12px;
	}

	#nav.open .subMenu ul li a:hover {
		color: red
	}

	.topBar {
		display: none;
	}

	.swiper-slide1 {
		background-image: url(https://www.xiaxinmould.com/Public/Home/images/banner_sj1.jpg);
	}

	.swiper-slide2 {
		background-image: url(https://www.xiaxinmould.com/Public/Home/images/banner_sj2.jpg);
	}

	/*.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
.swiper-pagination-bullet-active:after {
		content: "";
		position: absolute;
		width: 6px;
		height: 6px;
		background: #fff;
		top: 1px;
		left: 1px;
		border-radius: 100%;
	}*/
	.swiper-container-horizontal>.swiper-pagination {
		bottom: 10px;
	}

	.product {
		padding: 20px 0px;
	}

	.product .bd {
		/*height: 200px;*/
	}

	.product .bd li {
		/* width: 22.5% !important; */
	}

	.product .bd li .img {
		margin: 10px auto 0px auto;
	}

	.product .bd li:hover .img {
		margin-top: 0;
	}

	.product .bd li .name {
		bottom: -21px;
	}

	.product .bd li .name p a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.product .bd li .name span a {
		font-size: 12px;
	}

	/*.prev, .next { top: 28%;}*/
	.product .arrow {
		margin: 0px auto;
		position: relative;
		text-align: center;
	}

	.product .arrow a {
		position: relative;
		display: inline-block;
		width: 90px;
		height: 28px;
		border: 1px solid #ddd;
		border-radius: 30px;
		margin: 0px 10px;
		overflow: hidden;
		cursor: pointer;
		transition-duration: .5s;
		-ms-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
	}

	.product .arrow a img {
		width: 25px;
		height: 25px;
	}

	.gsjj_img {
		width: 100%;
		padding: 0%;
	}

	.gsjj_in {
		width: 94%;
		padding: 3%;
		background: #fff;
	}

	.gsjj_in,
	.gsjj_img img {
		display: block;
	}

	.item {
		width: 50%;
		height: 100px;
		float: left;
	}

	.new_telst li {
		margin: 1px;
		padding: 3px 10px;
	}
	.new_lst_cn{
		flex-wrap: wrap;
	}
	li.new_cnlf {
		width: 47%;
		margin-top: 10px;
	}

	.newlf_bianhao a {
		font-size: 12px;
		padding: 10px 0px 0 5px;
	}

	.newlf_tx h2 {
		font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.newlf_tx {
		padding: 5px;
	}

	li.new_cnlf:nth-child(3n) {
		margin-right: 3%;
	}

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

	.h_tlt1 {
		padding-bottom: 0;
	}
}


/*手机*/
@media (max-width:1440px) {
	.prev {
		left: 0%;
	}

	.next {
		right: 0%;
	}
}

@media (max-width:767px) {
	body {
		background: #fff;
	}

	.ming {
		/*display: none !important;*/
	}

	.support {
		display: none !important;
	}

	.mingm {
		display: block !important;
	}

	.container {
		width: 95%;
	}

	#header .logo {
		margin-right: 20px;
	}


	.developer-solution-block {
		padding: 20px 0;
	}

	.developer-solution .solution-detail .product .protxt h2 {
		font-size: 14px;
		margin: 5px 0;
	}

	.developer-solution .solution-detail .product .protxt p {
		font-size: 12px;
		line-height: 18px;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	margin-left: 0;
	}

	.prev,
	.next {
		/*display: none; */
		top: 26%;
		background-size: 100%;
		width: 20px;
		height: 50px;
	}

	.developer-solution .solution-detail .product .proimg {
		width: 28%;
		height: 100%;
		padding: 2.5%;
	}

	.developer-solution .solution-detail .product .protxt {
		width: 60%;
		padding: 2.5%;
		height: 80px;
	}

	.developer-solution .solution-tab,
	.developer-solution .solution-detail {
		width: 100%;
	}

	.developer-solution .solution-tab {
		display: none;
	}

	.solution-tab ul li {
		padding: 2%;
		width: 29.333%;
		float: left;
	}

	.solution-tab ul li img {
		width: 20%;
		margin-top: 5%;
	}

	.solution-tab ul li p {
		font-size: 15px;
		margin-left: 5px;
	}

	.solution-tab ul li p em {
		display: none
	}

	.solution-detail li .detail h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.solution-detail li .detail p {
		font-size: 12px;
	}

	.solution-detail li .detail {
		width: 100%;
		padding: 5px;
		bottom: -20%;
	}

	.solution-detail li .detail img {
		width: 15%;
	}

	.developer-solution .jiameng {
		display: none;
	}

	.solution-tab ul li.active {
		margin-left: 0px;
	}

	.ixBoxT h3 {
		font-size: 18px;
	}

	a.ixBox5More {
		width: 80px;
		height: 41px;
		line-height: 40px;
	}

	.ixBox5L {
		display: none
	}

	.ixBox5R {
		width: 100%;
	}

	.ixBox5RDl dd a .day {
		width: 68px;
		margin: 10px;
	}

	.ixBox5RDl dd a .divR .divT2 {
		font-size: 12px;
		line-height: 18px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}

	.ixBox5RDl dd a .divR {
		margin-top: 0px;
	}

	.ly_about_in {
		padding: 10px 0 20px;
		background: none !important;
	}
	.gsjj{
		display: unset;
	}
	.gsjj-left{
		width: 100%;
	}
	.gsjj-right{
		width: 100%;
		padding-bottom: 10px;
		padding-left: 0px;
	}
	.gsjj-you p{
		width: 100%;
		/* margin-right: 0; */
	}
	.gsjj h2 {
		font-size: 24px;
	}
	.gsjj span:before{
		border-left: none;
	}

	.gsjj h3 {
		font-size: 16px;
	}

	.gsjj .line {
		width: 105px;
	}

	.gsjj a.more {
		margin-right: 0%;
	}

	.demopage {
		/* display: none; */
	}
	.about-page{
		flex-wrap: wrap;
	}
	.about-pageall{
		width: 43%;
	}
	.about-pageall::after{
		display: none;
	}

	.news {
		padding-bottom: 5%;
	}

	.foot1 .fb_l {
		width: 100%;
		line-height: 30px;
		font-size: 12px;
		text-align: center;
	}

	.foot1 .fb_r {
		display: none
	}

	.foot1 .fb_b {
		border-top: 0px solid #97989c;
	}

	.flickerplate {
		height: 240px;
	}

	.h_news .news_bd .news_tj {
		display: none;
	}

	.h_news .news_bd ul {
		width: 100%;
		float: none;
	}

	.h_news .news_bd ul li .news_con span {
		line-height: 18px;
		height: 36px;
	}

	.h_news .news_bd ul li .news_con {
		padding-left: 106px;
	}

	.h_more {
		width: 90px;
		margin: 10px auto 10px;
	}

	.contact_list_met_11_1_26 .contact-cont {
		width: 96%;
		right: 2%;
	}

	.contact_list_met_11_1_26 .contact-text {
		width: 90%;
		right: 5%;
	}

	.ny_banner {
		margin-top: 58px;
	}

	.ny_products {
		width: 100%;
	}

	.about-caption {
		bottom: 20%;
		top: 5%;
		width: 96%;
	}

	.about-caption h2 {
		margin: 0px 0 10px 0;
		font-size: 16px;
	}

	.about-caption h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.about-caption p {
		font-size: 12px;
		margin-bottom: 0px;
		line-height: 18px;
	}

	.about_x {
		padding-top: 0px;
	}

	.about_x .show_t {
		width: 100%;
	}

	.about_x .con_id {
		width: 90%;
		float: none;
		padding: 5%;
	}

	.ixBox1RDl dd .divC .divT2 {
		font-size: 12px;
		line-height: 24px;
	}

	.ixBox1RD2 dd {
		width: 50%;
	}

	.ixBox1RD2 dd:last-child {
		width: 100%;
	}

	.culture_x .con_id {
		width: 100%;
		padding: 5% 0% 0 0;
	}

	.culture_tag ul li div.span3 {
		width: 72%;
	}
	.culture_x{
		flex-wrap: wrap;
	}
	.culture_tag ul li{
		padding: 15px 0 15px 2%;
	}

	.culture_x .show_t {
		float: none;
		width: 100%;
	}

	.bg-blue .con_id .pageBoxT2 {
		margin-left: 27%;
	}

	.bg-blue .con_id .pageBoxT2:before {
		left: -36%;
	}

	.about_process {
		background-size: cover;
	}

	.parBd {
		margin: 20px auto;
		width: 100%;
	}

	.parBd .Boxtxt {
		width: 55%;
		margin-top: 0%;
	}

	.parBd p {
		font-size: 14px;
	}

	.event_box .parHd {
		display: none
	}

	.event_box .parHd2 {
		display: block
	}


	.contentdiv a {
		width: 27%;
	}

	.ny_products .pro_bd ul li {
		width: 47%;
		height: 170px;
	}

	.video_content{
		overflow: hidden;
    height: 220px;
    background: url(../image/tcbg.jpg) no-repeat center center;
    background-size: cover;
    background-position: 63%;
	}

	.ny_products .pro_bd ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.ny_products .pro_bd ul li a {
		padding-bottom: 10px;
	}

	.ny_products .pro_bd ul li a .pro_img {
		height: 150px;
	}

	.ny_products .pro_bd ul li a p {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

	.ny_products .pro_bd ul li a p:after {
		margin: -2px auto 0;
	}

	.ny_products .pro_bd ul li a .pro_img {
		height: 120px;
	}

	.ny_products .pro_bd ul li a span {
		width: 88px;
		height: 26px;
	}

	.ny_products .pro_bd ul li a span i {
		height: 26px;
	}

	.ny_products .pro_bd ul li a:hover p {
		height: 40px;
		line-height: 40px;
	}

	.ny_content .content_right2 {
		padding-bottom: 0;
	}

	.ny_content .ny_news_con {
		min-height: 100px;
	}

	.ny_news_ye p {
		width: 50%;
		border-right: 0px solid #fff;
		margin-bottom: 5px;
		height: 35px;
		line-height: 35px;
	}

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

	.zxlb-1n-ts-01-list dd {
		width: 100%;
	}

	.zxlb-1n-ts-01-list dl {
		width: 100%;
		padding: 0px 0%;
	}

	.zxlb-1n-ts-01-list dt {
		width: 100%;
		margin-right: 0%;
	}

	.zxlb-1n-ts-01-list .news-img {
		display: none;
	}

	.zxlb-1n-ts-01-list .news-txt {
		width: calc(100% - 17px - 83px);
		padding-left: 0px;
	}


	.ny_news_ye {
		font-size: 12px;
	}

	.ny_news_tlt {
		font-size: 18px;
		line-height: 30px;
	}

	.content_right .conn .xgcp li {
		width: 47%;
		height: 150px;
	}

	.content_right .conn .xgcp li:nth-child(2n) {
		margin-right: 0px;
	}

	.content_right .conn .xgcp li:nth-child(3n) {
		margin-right: 3%;
	}

	.content_right .conn .xgcp li:nth-child(6n) {
		margin-right: 0;
	}

	.content_right .conn .xgcp li a {
		padding-bottom: 30px;
	}

	.content_right .conn .xgcp li a .pro_img {
		height: 150px;
	}

	.content_right .conn .xgcp li a p {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}

	.content_right .conn .xgcp li a .pro_img {
		height: 120px;
	}

	.content_right .conn .xgcp li a span {
		width: 88px;
		height: 26px;
	}

	.content_right .conn .xgcp li a span i {
		height: 26px;
	}

	.content_right .conn .xgcp li a:hover p {
		height: 40px;
		line-height: 40px;
	}

	.ny_content .content_right {
		float: none;
		width: 98%;
		padding: 1%;
	}

	.content_right .conn .xgcp2 {
		height: 170px;
		overflow: hidden;
		margin-bottom: 20px;
		padding-top: 10px;
	}

	.content_right .conn .proshow1 {
		margin: 0px 0;
		padding-top: 0;
	}

	.proshow1 .js-silder .silder-main-img {
		height: 300px;
	}

	.content_right .conn .proshow1 .js-silder {
		float: none;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.content_right .conn .pro_name {
		font-size: 24px;
	}

	.content_right .conn .proshow1 .prodesc {
		float: none;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-top: 15px;
	}

	.content_right .conn .proshow1 .prodesc p.desc {
		/*	height: 120px;*/
		padding-bottom: 20px
	}

	.content_right .conn .proshow1 .protel em {
		font-size: 20px;
	}

	.content_right .conn .proshow1 .pro_btn {
		padding-top: 15px;
	}

	.content_right .conn .proshow1 .pro_btn1 {
		width: 28%;
		margin-right: 0px;
		height: 30px;
		line-height: 30px;
	}

	.content_right .conn .proshow1 .pro_btn2 {
		width: 46%;
		height: 44px;
		line-height: 44px;
	}

	.content_right .conn .proshow1 .pro_btn2 em {
		display: none;
	}

	.tags_title {
		margin: 20px 0 30px;
	}

	.proshow2 .prodetail_con {
		width: 100%;
	}

	.proshow2 {
		padding-top: 0;
	}

	.proshow2 .prodetail_con .content {
		padding: 10px 0;
	}

	.tableWrap {
		width: 100%;
	}

	.tableWrap {
		margin-top: 20px;
	}

	.tableItem {
		margin-bottom: 15px;
		width: 97%;
	}

	.tableBtn {
		margin-left: 20%;
	}

	.video_txt .video_txt_fl,
	.video_txt .video_txt_fr {
		width: 100%;
	}

	.swiper-container5 .swiper-slide {
		height: 200px;
	}

	.why_choose_fl {
		width: 90%;
	}

	.why_choose_fl img {
		width: 100%;
	}

	.m2abt_a1Rx,
	.m2abt_aBox1 .overflowHide {
		width: 100%;
		position: relative;
		top: 0px;
	}

	.case .list li {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 0px;
	}

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

	.case .list li:nth-child(2n+1) {
		margin-right: 2%;
	}

	.cooperation-box .item {
		width: 28.6%;
	}

	.cont_list ul li {
		width: 50%;
	}

	.cont_list ul li:nth-child(3):after {
		width: 0px;
	}

	.ipro {
		padding: 30px 0;
	}

	.sb_fl {
		width: 94%;
		padding: 0% 3% 3% 3%;
		margin-left: 0;
	}

	.sb_fl p {
		line-height: 24px;
	}

	.menu li {
		margin-right: 5px;
		padding: 0 15px;
	}
	.aask{
		flex-wrap: wrap;
	}
	.aask div{
		width: 48%;
		height: 50%;
	}
	.aask div img{
		width: 40%;
		height: 17%;
	}
}

.xcy-prod-btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.xcy-prod-btn .tel {
	margin-right: auto;
	margin-left: 10px;
	font-size: 30px;
	font-weight: 600;
	color: #f00;
}

@media (max-width: 600px) {
	.xcy-prod-btn>*:first-child {
		display: none;
		flex-basis: 100%;
		margin-bottom: 1em;
	}

	.xcy-prod-btn .tel {
		margin: 0 10px 0 0;
		font-size: 26px;
	}
}

/* 次级显示按钮不显示 */
#nav ul li .subMenu a:before {
	display: none;
}

#nav>ul>li {
	text-align: center;
	margin-top: 23px;
}

@media (max-width: 1199px) {
	#nav>ul>li {
		margin-top: 14px;
	}
}

#nav>ul>li>a {
	padding: 0.5em 1em;
}

@media (min-width: 800px) {
	#nav>ul>li>a.active::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #0162b2;
		margin-top: 5px;
	}
}

#header.on {
	box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}

.bottom_main .bottom_nav ul:first-of-type li a {
	display: inline;
}

.bottom_main .bottom_nav ul:first-of-type li span:first-child {
	display: inline-block;
	text-align: right;
	min-width: 3em;
}

.bottom_main .bottom_nav ul:first-of-type li span.qq {
	letter-spacing: 2px;
}

/* Fix anchor missing placement */
/* FIXME add source, for SO? */
.anchor {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

.job-table {
	width: 100%;
	border-collapse: collapse;
	margin: 2em 0;
}

.job-table th {
	text-align: left;
	background: #0162b2;
	color: #fff;
	font-weight: bold;
}

.job-table th,
.job-table td {
	font-size: .875rem;
	line-height: 2;
	border-bottom: 1px solid #ccc;
	padding: 1.1em 0.7em;
}

.job-table ol {
	margin-left: 1em;
}

.job-table li {
	/* list-style-type: decimal; */
}

.job-table .fold-content h4 {
	font-size: 1.125rem;
}

.job-table .fold-content *+* {
	margin-top: 1em;
}

.job-table .fold-content li+li {
	margin-top: 0;
}

.job-table .fold {
	display: none;
}

.job-table .fold.open {
	display: table-row;
}

.job-table .view {
	cursor: pointer;
}

.job-table .view:hover {
	color: rgba(3, 98, 178);
}

.job-table .view .more {
	display: inline-block;
	position: relative;
	margin-right: 2em;
}

.job-table .view .more .icon::before,
.job-table .view .more .icon::after {
	content: "";
	display: block;
	position: absolute;
	right: -12px;
	top: 45%;
	width: 10px;
	height: 2px;
	background: currentColor;
}

.job-table .view .more .icon::after {
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 10px;
}

.job-table .view.open .more .icon::after {
	display: none;
}

.job-table th:nth-child(4),
.job-table td:nth-child(4) {
	text-align: right;
}

@media (max-width: 600px) {

	.job-table th:nth-child(4),
	.job-table td:nth-child(4) {
		display: none;
	}
}

section .job {
	margin: 5em 0;
}

.news-swipers {
	display: flex;
}

.news-swipers .swiper-container {
	/* ??? really? alternative? */
	overflow: hidden;
	margin: 0;
}

.news-swipers .swiper-container.left {
	max-width: 885px;
}

.news-swipers .swiper-container.right {
	flex-grow: 1;
	min-width: 36%;
}

.news-swipers .swiper-container.right .swiper-slide {
	background: -webkit-linear-gradient(left, #339fe6, #015e9b);
	background: -o-linear-gradient(left, #339fe6, #015e9b);
	background: -moz-linear-gradient(left, #339fe6, #015e9b);
	background: -mos-linear-gradient(right, #339fe6, #015e9b);
	background: linear-gradient(right, #339fe6, #015e9b);

	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-swipers .swiper-container.right .swiper-slide.swiper-slide-active {
	background: -webkit-linear-gradient(left, #1fc652, #00942d);
	background: -o-linear-gradient(left, #1fc652, #00942d);
	background: -moz-linear-gradient(left, #1fc652, #00942d);
	background: -mos-linear-gradient(right, #1fc652, #00942d);
	background: linear-gradient(right, #1fc652, #00942d);
}

.news-swipers .swiper-container.right .swiper-slide .news-date {
	display: block;
}

.news-swipers .swiper-container.right .swiper-slide .news-title {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1em;
}

.news-swipers .swiper-container.left {
	position: relative;
}

.news-swipers .swiper-container.left .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: .5em 0;
	color: #fff;
	background-color: rgb(0, 0, 0, 0.4);
	text-align: center;
}

@media (max-width: 800px) {
	.fb_l.fl .sep {
		display: none;
	}

	.fb_l.fl .record {
		display: block;
	}
}

#xcy-mobile-nav {
	display: none;
}

@media (max-width: 876px) {
	#xcy-mobile-nav {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		box-shadow: 0 15px 27px 0 rgb(167 165 165 / 38%);
		background: #000;
		color: #fff;
		top: 0;
		overflow-y: auto;
		font-size: 1rem;
		z-index: 9999;
	}

	#xcy-mobile-nav a {
		color: currentColor;
		display: block;
		padding: 1em 0;
	}

	#xcy-mobile-nav .title {
		padding: 1em 0;
	}

	#xcy-mobile-nav .close {
		float: right;
		padding: 8px;
	}

	#xcy-mobile-nav .close+* {
		clear: right;
	}

	#xcy-mobile-nav ul {
		text-align: center;
	}

	#xcy-mobile-nav>ul>li {
		border-bottom: 1px solid #222;
	}

	#xcy-mobile-nav .nav-item>*:first-child {}

	#xcy-mobile-nav .subMenu {
		display: none;
		margin: 0.75em 0;
		font-size: 14px;
	}

	#xcy-mobile-nav .nav-item.is-open .subMenu {
		display: block;
	}

	#xcy-mobile-nav .subMenu a {
		padding: 0 0 .5em 0;
	}

	#xcy-mobile-nav .subMenu ul li {
		margin-top: .75em;
	}

	#xcy-mobile-nav .nav-item>*:first-child::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}

	#xcy-mobile-nav .nav-item.is-open>*:first-child::after {
		transform: rotate(180deg);
	}
}

@media (max-width: 400px) {
	#header .logo {
		width: 75%;
	}
}

@media (max-width: 400px) {
	#header .logo {
		width: 75%;
	}

	.am_d1_lbrightitem h2 {
		min-height: 3em;
	}

	.tableBtn {
		display: block;
		margin: 1em 0;
		width: 100%;
	}
}