@charset "UTF-8";
html,body {font-size:16px;font-family:"Arial","SimSun",sans-serif;}
body {background-color: #f1f1f1;}
/*公用*/
.wrapper {max-width:1000px;height:auto;margin:0 auto;overflow:hidden;}

/*logo、menu*/
.head {width:100%;height:auto;background:#fff;border-bottom: 2px solid #c1c1c1;}
.head-top {max-width:1000px;height:124px;margin:0 auto;}
.logo {float:left;}
.logo img {vertical-align: middle;margin-top:35px;}

.headt-right {width:auto;height:auto;float:right;overflow:hidden;}
.searchnews {width:auto;height:auto;margin-top:60px;float:right;overflow:hidden;}
.searchform {width:auto;height:26px;border:1px solid #d3d3d3;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;float:left;}
.searchform input.keyword {width:175px;height:26px;padding:0 5px;background:none;border:none;font-size:16px;color:#000;line-height:28px;float:left;}
.searchform input.submit {width:35px;height:26px;background:url("../img/search.png") no-repeat left center;border:none;float:left;}
.searchform input.submit:hover {cursor:pointer;}

@media screen and (max-width: 768px) {
	.head-top {height:auto;overflow:hidden;}
	.logo img {width: 100%;margin: 10px auto;}
	.searchnews {display:none;}
}

/*menu*/
.menu {width:1000px;height:46px;margin:0 auto;}
.menulist {text-align:center;overflow:hidden;}
.menulist li {width:16.5%;height:auto;font-size:16px;text-align:center;line-height:46px;float:left;}
.menulist li a {display:block;width:100%;color:#212121;}
.menulist li a:hover {color:#005eb5;text-decoration:none;}
.menulist li a.on {color:#005eb5;text-decoration:none;}
.menulist li a.choosed {color:#005eb5;text-decoration:none;}
.menulist2 {width:100%;background:#fff;padding-top:2px;border-top:2px solid #c1c1c1;box-shadow:0 5px 10px rgba(0,0,0,0.2);display:none;overflow:hidden;position:relative;z-index:999;}
.menulist2 li {width:100%;font-size:14px;line-height:2.5;float:left;}
.menulist2 li a {display:block;width:calc(100% - 15px);padding-left:15px;text-align:left;float:left;}


@media screen and (max-width: 875px) {
	.menulist {width:100%;}
	.menulist li {display:inline-block;width:100%;padding:0;}
	.menulist li a {width:100%;padding:0;line-height:45px;text-align: center;color:#005eb5;}
	.menulist li a:hover {background-color:#005eb5;color:#fff;border:none;}
	.menulist li a.on {background-color:#005eb5;color:#fff;border:none;}
	.head-scroll .menulist li a {line-height:45px;}
}

.mobileMenuBtn {width: 32px;position: fixed;top: 18px;right: 20px;z-index: 100;text-align: center;cursor: pointer;display: none;-webkit-transition: all 0.4s;    -moz-transition: all 0.4s;    -ms-transition: all 0.4s;    -o-transition: all 0.4s;    transition: all 0.4s; }
.mobileMenuBtn span {    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -ms-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;
}
.mobileMenuBtn span:first-child,.mobileMenuBtn span:last-child{    transform-origin: 100% 50%;    -webkit-transform-origin: 100% 50%;
	transform: rotate(0);    -webkit-transform: rotate(0);}
.mobileMenuBtn.active {right: 220px;}
.mobileMenuBtn.active span:first-child {    -webkit-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);    -ms-transform: rotate(-43deg);
	-o-transform: rotate(-43deg);    transform: rotate(-43deg);}
.mobileMenuBtn.active span:nth-child(2){    -webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);    -ms-transform: translateX(80px);
	-o-transform: translateX(80px);    transform: translateX(80px);opacity: 0;}
.mobileMenuBtn.active span:last-child {    -webkit-transform: rotate(43deg);
	-moz-transform: rotate(43deg);    -ms-transform: rotate(43deg);
	-o-transform: rotate(43deg);    transform: rotate(43deg);}
.mobileMenuBtn_shad {width: 100%;height: 0;filter:alpha(opacity=70);background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.7);transition: width 0.3s;position: fixed;top:0;left:0;z-index:10;}

@media screen and (max-width: 875px) {
	.mobileMenuBtn {display: block;}
	.mobileMenuBtn span {width: 100%;height: 3px;background: #278acd;margin-bottom: 8px;float:left;}
	.mobileMenuBtn.active span {background: #278acd;}
	.mobileMenuBtn_shad.active {height:100%;top:0;left:0;}
	.menu {width: 200px;height: 100%;background:rgba(255,255,255,1);position: fixed;top: 0;right: -200px;transition:all 0.4s;-webkit-transition:all 0.4s;z-index:999;}
	.menu.active {height: 100%;right: 0;overflow:auto;}
}


/*banner*/
.banner {width:100%;position:relative;overflow:hidden;}
.banner img {width:100%;vertical-align: middle;}

.banner-sm {display:none;}

@media screen and (max-width: 768px) {
	.banner {display:none;}
	.banner-sm {display:block;}
}

/*首页-结束*/


/*内页*/
/*内页-公用*/
.ny-content {max-width:1000px;height:auto;background-color:#fff;border-top:4px solid #005eb5;padding-bottom:40px;margin:0 auto;margin-bottom:50px;color:#000;line-height:1.8;overflow:hidden;}

.ny-cont {width:890px;margin:0 auto;overflow:hidden;}

.nycolumn-title {padding:25px 0;font-size: 20px;color:#005eb5;font-weight:bold;text-align: center;overflow:hidden;}
.ny-text {font-size: 14px;}
.ny-text img {max-width: 100%;}

@media screen and (max-width: 768px) {
	.ny-content,.ny-cont {width:100%;}
	.ny-text {padding:0 15px;}
}


/*crumb*/
.crumb {max-width:1000px;height:110px;margin:0 auto;overflow:hidden;}
.crumb-title {margin-left:40px;font-size: 24px;color:#000;font-weight:bold;line-height:110px;float:left;overflow:hidden;}
.crumb-cont {font-size:14px;line-height:110px;float:right;overflow: hidden;}
.crumb-cont a {color:#000;}

@media screen and (max-width: 768px) {
	.crumb-title {margin-left: 15px;}
	.crumb-cont {margin-right: 15px;}
}

/*关于我们*/
.about-title {background: url("../img/ny/about-bg.png") no-repeat bottom center;margin-bottom:20px;}

/*厂房照片*/
.factorylist {width:792px;height:auto;margin:0 auto;overflow:hidden;}
.factorylist li {width:244px;height:auto;margin:0 10px 15px;float:left;overflow:hidden;}
.factorylist li:hover {cursor: pointer;}
.factorylist-img {width:244px;height:234px;overflow:hidden;}
.factorylist li img {width:100%;vertical-align: middle;transition: all ease-out .4s;}
.factorylist li img:hover {-webkit-transform: scale(1.1);  -moz-transform: scale(1.1);  -ms-transform: scale(1.1);  -o-transform: scale(1.1);  transform: scale(1.1);}
.factorylist-name {font-weight: bold;text-align: center;}
@media screen and (max-width: 768px) {
	.factorylist {width:100%;text-align: center;}
	/*.factorylist li {width:calc(50% - 15px);margin:0 7.5px 15px 7.5px;}*/
	.factorylist li {display:inline-block;float:none;}
}

.video-js .vjs-big-play-button {top:50%;left:50%;margin-top:-21px;margin-left:-43px;}

/*荣誉资质*/
.honorlist {font-size:0;text-align: center;overflow:hidden;}
.honorlist li {display:inline-block;}
.honorlist li a {display:block;width:205px;font-size: 14px;color:#686868;text-align: center;line-height: 2;margin:0 30px 20px;}
.honorlist li a:hover {text-decoration: none;}
.honorlist li img {display:block;}


/*产品展示-分类*/
.protype {margin-bottom: 50px;}
.protypelist {width:920px;margin:0 auto;overflow:hidden;}
.protypelist li {width:16.66%;border:1px solid #c7c7c7;border-top:none;border-left:none;box-sizing: border-box;float:left;}
@media screen and (min-width: 768px) {
	.protypelist li:nth-child(-n+6) {border-top: 1px solid #c7c7c7;}
	.protypelist li:nth-child(6n+1) {border-left: 1px solid #c7c7c7;}
}
.protypelist li a {display:block;width:100%;background-color:#fff;font-size: 14px;color:#000;padding:10px 0;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.protypelist li a:hover {cursor: pointer;text-decoration: none;background-color: #005eb5;color:#fff;}
.protypelist li a.on {cursor: pointer;text-decoration: none;background-color: #005eb5;color:#fff;}

@media screen and (max-width: 768px){
	.protypelist {width:100%;}
	.protypelist li {width:50%;}
	.protypelist li:nth-child(-n+2) {border-top: 1px solid #c7c7c7;}
	.protypelist li:nth-child(2n+1) {border-left: 1px solid #c7c7c7;}
}

.prolist {width:891px;margin:30px auto 0;overflow:hidden;}
.prolist li {margin:0 14px 25px;float:left;overflow:hidden;}
.prolist li .prolist-img {width:267px;height:267px;border: 1px solid #a7a7a7;overflow:hidden;}
.prolist li img {width:267px;height:267px;transition: all ease-out .4s;}
.prolist li img:hover {-webkit-transform: scale(1.1);  -moz-transform: scale(1.1);  -ms-transform: scale(1.1);  -o-transform: scale(1.1);  transform: scale(1.1);}
.prolist li a {color:#000;}
.prolist li a:hover {color:#000;text-decoration: none;}
.prolist li .proname {width:100%;text-align: center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

@media screen and (max-width: 768px){
	.prolist {width:100%;text-align: center;}
	.prolist li {display:inline-block;float:none;}
}

/*prodetail*/
.prodetail-title {padding:25px 0 20px;font-size:20px;text-align: center;}
.detail-info {padding-bottom:10px;font-size:14px;text-align: center;border-bottom: 1px dashed #ccc;margin-bottom: 15px;}

/*留言*/
.message-form {width:850px;height:auto;font-size:14px;margin:80px auto;overflow:hidden;}

.msform-left {width:50%;float:left;}
.msform-right {width:50%;float:right;}
.message-form .msform-hang {margin-bottom:30px;}
.msform-hang span {color:#ff0000;line-height:32px;padding-left:5px;}
.message-form input {width:290px;height:30px;padding-left:5px;border:1px solid #dcdcdc;}
.message-form textarea {min-width:290px;max-width:290px;min-height:227px;max-height:250px;padding:5px;border:1px solid #dcdcdc;line-height:24px;}
.message-form input,.message-form textarea {font-family: "Arial",sans-serif;}
.msform-lt {width:120px;height:auto;line-height:33px;text-align:right;float:left;}
.message-form .msform-submit {width:105px;height:auto;background:#909090;color:#fff;line-height:30px;padding:0;border:none;border-radius:5px;margin-top:10px;margin-left:120px;cursor:pointer;}
.message-form .msform-reset {margin-left:15px;}
.message-form .msform-submit:hover {background:#027cc9;}
.message-form .msform-submit.not {cursor: not-allowed;}
input#code_gg {width:170px;}
img#getcode_gg {margin:0;}
img#getcode_gg:hover {cursor: pointer;}

@media screen and (max-width: 768px){
	.message-form {width:calc(100% - 15px);margin:20px auto;}
	.msform-left,.msform-right {width:100%;}
	.message-form .msform-hang {margin-bottom:10px;}
	.message-form input {width:calc(100% - 25px);}
	.message-form textarea {min-width:calc(100% - 30px);max-width:calc(100% - 30px);}
	.msform-lt {width:100%;text-align: left;}
	.message-form .msform-submit {margin-left: 0;}

}


/*联系我们*/
.contact-cont {width:800px;margin:65px auto 45px;word-wrap:break-word;overflow:hidden;}

.map img {max-width: inherit;}
.map #map {width:800px;height:320px;font-size:12px;border:1px solid #ddd;box-sizing:border-box;margin:0 auto;overflow:hidden;}

@media screen and (max-width: 768px){
	.contact-cont {width:calc(100% - 30px);margin:20px auto;}
	.map #map {width:calc(100% - 30px);}
}

/*footer*/
.foot {width:100%;height:auto;background:#005eb5;font-size:14px;color:#fff;text-align:center;overflow:hidden;}

.foot-copy {width:100%;height:auto;padding:20px 0 30px;line-height: 2;overflow:hidden;}
.foot-copy a {color:#fff;}
@media screen and (max-width: 768px) {
	.foot {width:auto;padding:0 15px;}
}
