* {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
	font-size: 16px;
}

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

a {
	text-decoration: none;
}

input,
fieldset,
textarea {
	outline: none;
	border: 0;
}

h1 {
	font-size: 36px;
	color: #333333;
	font-weight: 400;
}

h2 {
	font-size: 30px;
	color: #333333;
	font-weight: 400;
}

h4 {
	font-size: 20px;
	color: #333333;
}

h5 {
	font-size: 18px;
	color: #666666;
	font-weight: 400;
}

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

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

/* index */
.header-top {
	padding: 22px 0 27px;
}

.search-wrap {
	width: 316px;
	border: 1px solid #cccccc;
	margin-top: 15px;
}

.header-top::after,
.search-wrap::after,
.nav::after {
	content: '';
	display: block;
	clear: both;
}

.search-wrap input[type=search] {
	width: 255px;
	height: 30px;
	color: #999999;
	text-indent: 12px;
	border-right: 1px solid #CCCCCC;
}

.search-wrap input[type=button] {
	width: 61px;
	height: 30px;
	font-size: 14px;
	color: #ffffff;
	background-color: #009dd6;
}

.header-bottom {
	min-width: 1200px;
	background-color: #007bae;
}

.nav li {
	float: left;
	width: 14.285%;
}

.nav a {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	height: 46px;
	line-height: 46px;
}

a.nav_active {
	background: #94c8dd;
}

.nav a:hover {
	background: #94c8dd;
}

.header-pic {
	margin-top: 10px;
	margin-bottom: 26px;
}

.header-pic img {
	display: block;
	width: 100%;
}

/* fix-right */
.fix-right {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 99;
}

.fix-right li {
	width: 48px;
	height: 48px;
	border: 1px solid #cccccc;
	margin-bottom: 2px;
	position: relative;
}

.qr {
	position: absolute;
	right: 107%;
	display: none;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
}

.qr img {
	display: block;
}

.wechat {
	background: url(../img/index-wechat-off_03.png) no-repeat #f5f5f5 center;
	height: 100%;
}

.wechat:hover {
	background: url(../img/index-wechat-on_03.png) no-repeat #009dd6 center;
}

.wechat:hover .qr {
	display: block;
}

.qq {
	background: url(../img/index-qq-off_03.png) no-repeat #f5f5f5 center;
	height: 100%;
}

.qq:hover {
	background: url(../img/index-qq-on_03.png) no-repeat #009dd6 center;
}

.qq:hover .qr {
	display: block;
}

.totop {
	display: block;
	background: url(../img/index-totop-off_03.png) no-repeat #f5f5f5 center;
	height: 100%;
}

.totop:hover {
	background: url(../img/index-totop-on_03.png) no-repeat #f5f5f5 center;
}

/* display */
.part::after,
.display-list::after,
.bottom-smimg::after {
	content: '';
	display: block;
	clear: both;
}

.sider {
	width: 320px;
}

.after-sider {
	width: 880px;
}

.sider-title {
	margin-bottom: 22px;
}
.h4-18{
	font-size: 18px;
}
.h4-24{
	font-size: 24px;
}
.sider-title h4 span {
	font-size: 16px;
	font-weight: 400;
}

.display {
	background: url(../img/part-pic02_03.png) no-repeat;
	padding: 19px 29px 10px 14px;
}

.display-list li {
	float: left;
	width: 138px;
}

.display-list a {
	font-size: 14px;
	color: #666666;
	display: block;
	background: url(../img/display-bg-off_03.png) no-repeat;
	background-position-y: center;
	text-indent: 15px;
	height: 30px;
	line-height: 30px;
}

.display-list a:hover {
	color: #009dd6;
	background: url(../img/display-bg-on_06.png) no-repeat;
	background-position-y: center;
}

.display-list a:focus {
	color: #009dd6;
	background: url(../img/display-bg-on_06.png) no-repeat;
	background-position-y: center;
}

.contace {
	background: url(../img/part-pic01_03.png) no-repeat;
}

.contace-mask {
	background-color: rgba(221, 221, 221, .6);
	padding: 15px 29px 7px 14px;
}

.contace-main p {
	font-size: 14px;
	color: #333333;
	height: 28px;
	line-height: 28px;
}

.top-banner img {
	display: block;
	width: 100%;
}

.top-banner .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background-color: transparent;
	opacity: 1;
	border: 1px solid #fbfbfb;
	border-radius: 3px;
}

.top-banner .swiper-pagination-bullet-active {
	border: 1px solid #039dd5;
}

.bottom-smimg img {
	display: block;
}

/* cloth */
.cloth-list::after {
	content: '';
	display: block;
	clear: both;
}

.title30 {
	text-align: center;
	margin: 48px 0 27px;
}

.cloth-list li {
	float: left;
	width: 229px;
	overflow: hidden;
	border: 1px solid #cccccc;
}

.cloth-list img {
	display: block;
	width: 100%;
	transition: all 0.6s;
}

.cloth-list img:hover {
	transform: scale(1.1);
}

.cloth-list li:not(:nth-child(5n)) {
	margin-right: 11px;
}

/* footer */
.footer {
	background-color: #333333;
	min-width: 1200px;
	margin-top: 70px;
}

.footer-top,
.footer-bottom {
	position: relative;
}

.footer-top>a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 30px;
	border-bottom: 1px solid #ffffff;
}

.footer p,
.footer-nav a {
	font-size: 14px;
	color: #FFFFFF;
	height: 27px;
	line-height: 27px;
}

.footer-top>p:nth-child(3) {
	padding-bottom: 57px;
}

.footer-nav li {
	float: left;
	margin-left: 135px;
}

.footer-nav::after {
	content: '';
	display: block;
	clear: both;
}

.footer-nav {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer-bottom {
	padding-bottom: 22px;
}

.footer-img {
	position: absolute;
	right: 0;
	top: 0;
}


/* ny */
.ny-display {
	background: url(../img/ny-display-bg_03.png);
	margin-bottom: 20px;
	padding-bottom: 80px;
}

.ny-display li {
	float: none;
}

.ny-display li a {
	text-indent: 25px;
}

.ny-after-sider {
	width: 860px;
}

.top-bread ul {
	padding-bottom: 10px;
	margin-bottom: 33px;
	border-bottom: 1px solid #cccccc;
}

.top-bread ul::after,
.ny-display-list ul::after {
	content: '';
	display: block;
	clear: both;
}

.top-bread li {
	float: left;
}

.top-bread a {
	vertical-align: top;
	font-size: 12px;
	color: #009dd6;
}

.top-bread li:not(:last-child) a::after {
	content: '>';
	margin: 0 6px;
	color: #009dd6;
	vertical-align: top;
}

.ny-display-list li {
	float: left;
	width: 273px;
	height: 273px;
	border: 2px solid #e4e4e4;
	margin-bottom: 20px;
	overflow: hidden;
}

.ny-display-list li:nth-child(3n-1) {
	margin: 0 14px;
}

.ny-display-list li img {
	display: block;
	width: 100%;
	transition: all 0.6s;
}

.ny-display-list li img:hover {
	transform: scale(1.1);
}

.page {
	text-align: right;
}

.ny-footer {
	margin-top: 80px;
}

/* ny1 */
.infolg-img {
	width: 685px;
	border: 1px solid #d6d6d6;
}
.infosm-img p{
	text-align: center;
}

.infosm-img .swiper-slide {
	width: 145px;
	height: 145px !important;
	border: 1px solid #d6d6d6;
}

.infosm-img .swiper-slide-thumb-active{
	border: 1px solid #009dd6;
}

.infosm-img {
	height: 705px;
	overflow: hidden;
}

.infosm-img>p {
	font-size: 24px;
	color: #333333;
	height: 37px;
	line-height: 20px;
}

.infolg-img img,
.infosm-img img {
	display: block;
	width: 100%;
}

.next-info {
	margin-top: 74px;
}

.next-info>a {
	color: #666666;
}

/* ny2 */
.about-text {
	width: 523px;
	height: 339px;
}

.about-text>p {
	margin-top: 17px;
	height: 34px;
	line-height: 34px;
	color: #666666;
	text-indent: 25px;
}

.about-text>p>span {
	color: #009dd6;
	font-weight: 600;
}

.about-img {
	width: 601px;
	height: 313px;
	padding: 13px;
	background: url(../img/ny2-about-bg1_03.png), url(../img/ny2-about-bg2_03.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left bottom;
}

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

.aboutsm-img {
	margin-bottom: 113px;
	overflow: hidden;
}

.aboutsm-img ul {
	margin-top: 69px;
	margin-right: 12px;
	float: left;
}

.aboutsm-img li {
	float: left;
	width: 291px;
}

.aboutsm-img li img {
	display: block;
	width: 100%;
}

.aboutsm-img li:not(:first-child) {
	margin-left: 12px;
}

/* ny3 */
.ny3-title {
	text-align: center;
	margin-bottom: 71px;
}

.ny3-contace {
	width: 380px;
	margin-top: 47px;
}

.ny3-contace>p {
	height: 52px;
	line-height: 52px;
	color: #666666;
}

.ny3-people::before {
	content: url(../img/ny3-contace-pic_06.png);
	vertical-align: middle;
	margin-right: 12px;
}

.ny3-email::before {
	content: url(../img/ny3-contace-pic_09.png);
	vertical-align: middle;
	margin-right: 12px;
}

.ny3-phone::before {
	content: url(../img/ny3-contace-pic_12.png);
	vertical-align: middle;
	margin-right: 12px;
}

.ny3-address::before {
	content: url(../img/ny3-contace-pic_16.png);
	vertical-align: middle;
	margin-right: 12px;
}

.map {
	width: 779px;
}

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

/* ny4 */
.leavemess {
	background: url(../img/ny4-leavemess-bg_03.png) no-repeat;
	padding: 45px 139px 25px 105px;
	position: relative;
}

.leavemess-bgc {
	background: #898989;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.leavemess form {
	position: relative;
	z-index: 9;
}

.leavemess label:first-child {
	display: inline-block;
	width: 85px;
	color: #FFFFFF;
	height: 34px;
	line-height: 34px;
}

.leavemess label:first-child~label {
	color: #666666;
	font-size: 14px;
}

.leavemess .f {
	float: left;
	width: 460px;
	height: 34px;
	margin-bottom: 13px;
}

.leavemess .f:nth-child(2n) {
	margin-left: 35px;
}

.leavemess fieldset input[type=text] {
	width: 368px;
	height: 100%;
	background: #ffffff;
	border: 1px solid #FFFFFF;
	opacity: 0.5;
}

.leavemess input[type=submit] {
	width: 189px;
	height: 59px;
	background-color: #009dd6;
	color: #FFFFFF;
	border-radius: 8px;
	margin-left: 50%;
	transform: translateX(-50%);
}

.other {
	margin-bottom: 23px;
}

.other label {
	vertical-align: top;
}

.other textarea {
	width: 862px;
	height: 140px;
	resize: none;
	background: #ffffff;
	border: 1px solid #FFFFFF;
	opacity: 0.5;
}


/* ny5 */

/* ny6 */
.recruit li {
	width: 585px;
	min-height: 320px;
	margin-bottom: 41px;
	overflow: hidden;
}

.recruit li:nth-child(odd) {
	float: left;
}

.recruit li:nth-child(odd) h4 {
	margin-top: 24px;
	margin-bottom: 36px;
}

.recruit li:nth-child(even) {
	float: right;
}

.recruit li:nth-child(even) p,
.recruit li:nth-child(even) h4 {
	margin-left: 134px;
}

.recruit li:nth-child(4) h4 {
	margin-top: 62px;
	margin-bottom: 42px;
}

.recruit li:nth-child(8) h4 {
	margin-bottom: 38px;
}

.recruit li p {
	color: #666666;
	margin-bottom: 27px;
}

.recruit li img {
	transition: all 0.6s;
}

.recruit li img:hover {
	transform: scale(1.2);
}

.recruit>p {
	color: #009dd6;
	font-size: 20px;
	text-align: center;
}



.news-cont {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.news-l {
	width: 590px;
	height: 542px;
}

.news-r {
	width: 590px;
	height: 542px;
}

.news-block {
	width: 100%;
}

.news-title {
	width: 100%;
	height: 25px;
	padding-left: 13px;
	border-left: 5px solid #00904e;
	box-sizing: border-box;
}

.news-title h1 {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	float: left;
}

.news-title span {
	font-size: 14px;
	color: #333333;
	float: right;
}

.bd-b {
	border-bottom: 1px dashed #cccccc;
	overflow: hidden;
}

.n-items {
	width: 100%;
	padding: 20px 0;
}

.n-items .n-pic {
	width: 193px;
	height: 117px;
}

.n-items .n-word {
	width: 390px;
	padding-left: 10px;
	box-sizing: border-box;
}

.n-items .n-word .n-top {
	width: 390px;
	overflow: hidden;
	padding-bottom: 10px;
}

.n-items .n-word .n-top h3 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	float: left;
}

.n-items .n-word .n-top .n-date {
	font-size: 12px;
	color: #666666;
	float: right;
	margin-right: 10px;
}

.n-items .n-word p {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.n-items .n-word a {
	font-size: 12px;
	color: #666666;
	float: right;
	margin-top: 9px;
}

.n-items:hover .wc,
.n-items .n-word a:hover {
	color: #00904e!important;
}
.service3 {
	width: 100%;
	height: 625px;
	background: #FFFFFF;
	padding: 55px 0 32px 0;
	box-sizing: border-box;
}