﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
body {
	font-family: "微软雅黑"!important;
	color: #999;
	font: 14px Microsoft YaHei!important;
	line-height: 24px;
	background: #fff;
}
body, div, p, span, ul, li, dl, dd, h1, h2, h3, a, input, img {
	margin: 0;
	padding: 0;
}
li, ol {
	list-style: none;
}
a, input, img, textarea {
	border: none;
	outline: none;
}
i, em {
	font-style: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.db {
	display: block;
}
.ma {
	margin: 0 auto;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.pf {
	position: fixed;
}
.transition {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a {
	text-decoration: none;
	color: #999;
}
a:focus {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none!important;
	color: #fff;
}
.hide {
	display: none
}
.show {
	display: block
}
.modal a {
	outline: none;
}
label {
	font-weight: normal;
	width: 100%;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
.container {
	margin: 0 auto;
	padding: 0!important;
}
.img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.img img {
	width: 100%;
	transition: 1s transform;
}
#wrap_index {
	overflow: hidden;
	position: relative;
	padding-top: 90px;
}
.wrap_scoll {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 6;
	background: #fff;
}
/*head*/
#header {
	width: 100%;
	height: 90px;
	padding: 16px 3% 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 22;
	background: #fff;
}
#header .logo {
	width: 16%;
	height: 100%;
	float: left;
}
#header .logo a {
	display: table-cell;
	width: 100%;
	height: 74px;
	vertical-align: middle;
	transition: 400ms;
}
#header .logo img {
	max-height: 100%;
	max-width: 100%;
}
#header .head_r {
	width: 84%;
	float: left;
}
/*nav*/
#header .nav_box {
	width: 100%;
	height: 74px;
}
#header .nav_box .yiji {
	width: 13.2%;
	height: 100%;
	float: left;
	text-align: center;
	position: relative;
	background: url(../images/bg1.jpg) right 18px no-repeat;
}
#header .nav_box .yiji a.one {
	display: block;
	height: 100%;
	padding-bottom: 18px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	background: url(../images/icon1.png) center no-repeat;
	background-size: 0;
}
#header .nav_box .yiji:hover a.one, #header .nav_box .yiji.current a.one {
	background: url(../images/icon1.png) center 51px no-repeat;
	background-size: auto;
}
#header .nav_box .yiji a.one p {
	width: 100%;
	height: 26px;
	line-height: 22px;
	padding-top: 4px;
	overflow: hidden;
}
#header .nav_box .yiji a.one span {
	display: block;
	width: 100%;
	height: 18px;
	overflow: hidden;
	line-height: 18px;
	color: #00a693;
	font-size: 12px;
}
#header .nav_box .yiji .libox {
	padding: 6px 0;
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 10px;
	top: 75px;
	left: 0;
	z-index: 10;
}
#header .nav_box .yiji .libox a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #999;
}
#header .nav_box .yiji .libox a:hover {
	color: #00a693;
}
#header .nav_box .sea_btn {
	cursor: pointer;
	width: 7.6%;
	height: 58px;
	float: left;
	background: url(../images/icon2.png) center no-repeat;
}
.search_div {
	display: none;
	width: 316px;
	height: 40px;
	position: absolute;
	right: 3%;
	top: 91px;
	border-radius: 6px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2fffffff, endcolorstr=#2fffffff);
}
.search_div form {
	width: 100%;
}
.search_div form .key_btn {
	width: 46px;
	height: 40px;
	float: right;/*background: url(../images/icon2.png) left center no-repeat;*/
}
.search_div form .key_txt {
	width: 100%;
	padding: 0 8px;
	display: block;
	height: 42px;
	background: none;
	color: #666;
	float: left;
	font-size: 14px;
}
.search_div input.key_txt::-webkit-input-placeholder { /* WebKit browsers */
color:#999;
}
.search_div input.key_txt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#999;
}
.search_div input.key_txt::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#999;
}
.search_div input.key_txt:-ms-input-placeholder {
color: #999;
}
/*头部下拉*/
#header.head_up {
	height: 74px;
	padding-top: 0;
}
#header.head_up .search_div {
	top: 74px;
}
.mol_navbutton {
	width: 30px;
	height: 30px;
	top: 15px;
	right: 20px;
}
.mol_seach {
	display: none;
	width: 100%;
	height: 58px;
	padding: 10px 4%;
	position: fixed;
	top: 60px;
	left: 0;
	background: #fff;
}
.mol_seach .key_txt {
	width: 80%;
	height: 38px;
	padding-left: 10px;
	color: #333;
}
.mol_seach .key_btn {
	width: 20%;
	height: 38px;
	float: right;
	background: url(../images/icon33.png) center no-repeat;
	background-size: auto 66%;
}
.mol_seach input.key_txt::-webkit-input-placeholder { /* WebKit browsers */
color:#333;
}
.mol_seach input.key_txt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#333;
}
.mol_seach input.key_txt::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#333;
}
.mol_seach input.key_txt:-ms-input-placeholder {
color: #333;
}
/*banner*/
#banner {
	position: relative;
}
#banner .img {
	width: 100%;
	padding: 0 2%;
}
#banner a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 16px;
}
#banner .slick-arrow {
	width: 60px;
	height: 60px;
	background: url(../images/prev.jpg) center no-repeat;
	z-index: 3;
}
#banner .slick-prev {
	left: 15%;
}
#banner .slick-next {
	right: 15%;
}
.slick-prev:before, .slick-next:before {
	display: none;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
#banner:before {
	content: "";
	width: 60px;
	height: 60px;
	background: #fff url(../images/icon3.png) center no-repeat;
	border-radius: 50%;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -30px;
	z-index: 2;
	animation: infgo 1s infinite ease-in-out alternate;
}
@keyframes infgo {
 0% {
transform: translateY(-2px);
}
 100% {
transform: translateY(2px);
}
}
@-webkit-keyframes infgo {
 0% {
-webkit-transform: translateY(-2px);
}
 100% {
-webkit-transform: translateY(2px);
}
}
/*内容*/
#main {
	width: 100%;
	height: auto;
	position: relative;
}
#main .Box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
}
#main .Box .title {
	padding: 50px 0;
	margin-bottom: 50px;
	font-size: 32px;
	color: #333;
	line-height: 1.7;
}
#main .Box .title p {
	font-size: 14px;
	color: #00a693;
}
#main .Box .more {
	display: block;
	width: 240px;
	height: 54px;
	line-height: 52px;
	border: 1px solid #00a693;
	border-radius: 4px;
	margin: 30px auto 0;
	font-size: 14px;
	color: #333;
	position: relative;
}
#main .Box .more i {
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	font-size: 20px;
	color: #00a693;
	font-family: "幼圆";
}
#main .Box .more:hover {
	background: #00a693;
	color: #fff;
}
#main .Box .more:hover i {
	color: #fff;
}
#main .About {
	padding: 40px 8.3% 80px;
	background: #fff url(../images/bg3.png) repeat;
}
#main .About .title, #main .Contact .title {
	background: url(../images/bg2.png) center bottom no-repeat;
}
#main .About .mov {
	width: 55%;
	float: left;
	border-radius: 24px;
	border: 24px solid #f5cfd5;
}
#main .About .mov iframe {
	width: 100%;
	height: 485px;
}
#main .About .about_r {
	width: 45%;
	float: left;
	padding-left: 4%;
	background: url(../images/bg7.png) right top no-repeat;
}
#main .About .about_r dl {
	padding: 100px 0;
	background: url(../images/bg8.png) right bottom no-repeat;
}
#main .About .about_r dt {
	font-size: 28px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
#main .About .about_r dd {
	font-size: 18px;
	color: #333;
	line-height: 40px;
	max-height: 240px;
	overflow: hidden;
}
#main .main_bot {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 0 8.3%;
	padding-bottom: 50px;
}
#main .Product .title {
	background: url(../images/bg4.png) center bottom no-repeat;
}
.prolist {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.prolist li {
	width: 33.33%;
	float: left;
	padding: 13px;
}
.prolist li a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
}
.prolist li .li_hover {
	width: auto;
	;
	height: auto;
	padding: 10px 22px;
	border-radius: 22px;
	font-size: 18px;
	color: #00a693;
	line-height: 24px;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.8);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2fffffff, endcolorstr=#2fffffff);
}
.prolist li em {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 400ms;
	background-color: rgba(0, 0, 0, 0.3);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2f000000, endcolorstr=#2f000000);
}
.prolist li a:hover .li_hover {
	color: #fff;
	background: #00a693;
}
.prolist li a:hover em, .new_r ul li a:hover .img em {
	opacity: 1;
	transition: 400ms;
}
#main .News .title {
	background: url(../images/bg5.png) center bottom no-repeat;
}
#main .News .new_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}
#main .News .new_l {
	width: 50%;
	float: left;
	padding-right: 15px;
}
#main .News .new_l .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 14px;
}
#main .News .new_l .new_text {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 22px 16px;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.6);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2fffffff, endcolorstr=#2fffffff);
}
#main .News .new_l .new_text .time {
	width: 60px;
	float: left;
	text-align: center;
	padding: 7px 0;
	font-size: 34px;
	color: #00a693;
	line-height: 30px;
}
#main .News .new_l .new_text .time p {
	font-size: 14px;
}
#main .News .new_l .new_text dl {
	margin-left: 70px;
}
#main .News .new_l .new_text dt {
	font-weight: normal;
	width: 100%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 22px;
	color: #333;
}
#main .News .new_l .new_text dd {
	width: 100%;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size: 18px;
	color: #666;
}
#main .News .new_r {
	width: 50%;
	float: left;
	padding-left: 15px;
}
.new_r ul li {
	padding-bottom: 20px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.new_r ul li .img {
	width: 21.5%;
	float: left;
	height: auto;
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}
.new_r ul li .img em {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 400ms;
	background-color: rgba(0, 166, 147, 0.3);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2f00a693, endcolorstr=#2f00a693);
}
.new_r ul li dl {
	width: 78.5%;
	padding-left: 20px;
	float: left;
}
.new_r ul li dl dt {
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-weight: normal;
	font-size: 22px;
	color: #333;
	overflow: hidden;
	margin-bottom: 16px;
}
.new_r ul li dl dd {
	width: 100%;
	height: 56px;
	line-height: 28px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
}
.new_r ul li dl .see {
	height: 16px;
	width: 100%;
	line-height: 16px;
	color: #999;
	font-size: 14px;
	padding-top: 6%;
}
.new_r ul li dl .see .clock {
	padding-left: 26px;
	background: url(../images/icon5.png) left center no-repeat;
}
.new_r ul li dl .see .eyes {
	float: right;
	padding-left: 26px;
	background: url(../images/icon4.png) left center no-repeat;
}
.new_r ul li a:hover dl dt {
	color: #00a693
}
#dituContent {
	width: 48%;
	height: 586px;
	float: left;
}
.cont_r {
	width: 48%;
	height: 586px;
	float: right;
	padding: 40px;
}
.cat_text {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	padding: 8% 0;
}
.cat_text p {
	font-size: 32px;
	color: #333;
}
.cat_text dd {
	font-size: 18px;
	color: #333;
	line-height: 2;
}
.ewm_box {
	width: 44%;
}
.ewm_box .img {
	width: 56%;
	float: left;
}
.ewm_box dd {
	width: 35%;
	float: right;
}
.ewm_box dd p {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #333;
	line-height: 2;
	height: 166px;
}
/*页脚*/
#footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #5ec5b9;
}
#footer .fot_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 44px 8.3%;
	background: #f2f8f8 url(../images/bg10.png) center bottom no-repeat
}
#footer .fot_nav ul li {
	width: 20%;
	float: left;
	padding-right: 4%;
}
#footer .fot_nav ul li dd {
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	margin-bottom: 16px;
}
#footer .fot_nav ul li dd p {
	font-size: 14px;
	color: #00a693;
	line-height: 1.6;
}
#footer .fot_nav ul li:hover dd, #footer .fot_nav ul li a:hover {
	color: #00a693;
}
#footer .fot_nav ul li a {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	padding-left: 14px;
	position: relative;
}
#footer .fot_nav ul li a:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #00a693;
	position: absolute;
	left: 0;
	top: 15px;
}
.fot_bot {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 8.3%;
}
.fot_bot dd {
	width: 41%;
	color: #fff;
	font-size: 14px;
	padding: 30px 0;
}
.fot_bot dd.fr {
	text-align: right;
}
.fot_bot a {
	color: #fff;
}
.fot_bot .logo2 {
	float: left;
	width: 18%;
	text-align: center;
}
.fot_bot .logo2 img {
	max-width: 100%;
}
.copy {
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
}
.back_top {
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	overflow: hidden;
	position: fixed;
	bottom: 24px;
	right: 1.9%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2f000000, endcolorstr=#2f000000);
}
.back_top:hover {
	background: #00a693;
}
/*about*/
.nybanner .bg {
	width: 100%;
	height: 36px;
	background: url(../images/bg11.png) center bottom no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	background-size: 100% auto;
}
.nybanner .title {
	width: 100%;
	font-size: 32px;
	color: #fff;
	line-height: 1.7;
	bottom: -28px;
	left: 0;
	z-index: 2;
	text-align: center;
	padding-bottom: 50px;
	background: url(../images/bg2.png) center bottom no-repeat;
}
.nybanner .title p {
	font-size: 14px;
	color: #00a693;
}
#main_ny {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 60px 8.3%;
}
#main_ny .posnav {
	font-size: 28px;
	color: #333;
	margin: 20px 0;
}
#wrap_index.aboutny {
	background: #fff url(../images/bg3.png) repeat;
}
.contleft {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav_list {
	width: 100%;
	height: auto;
	padding: 60px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
.nav_list .slick-list {
	overflow: unset;
}
.nav_list .one {
	display: inline-block;
	height: auto;
	width: 100%;
	position: relative;
}
.nav_list .one .one_a {
	display: block;
	width: 100%;
	height: 80px;
	font-size: 18px;
	color: #333;
}
.nav_list .one .one_a i {
	display: block;
	width: 100%;
	height: 38px;
}
.nav_list .one .one_a i img {
	max-height: 100%;
	display: inline-block;
}
.nav_list .one a span {
	padding: 4px 0;
	line-height: 44px;
}
.nav_list .one:hover>a span, .nav_list .one a.ez span {
	border-bottom: 2px solid #00a693;
}
.nav_list div.slick-slide:first-child .one ul.second {
	left: 0;
}
.nav_list div.slick-slide:last-child .one ul.second {
	right: 0;
}
.nav_list .one ul.second {
	padding: 10px 0;
	width: 140%;
	display: none;
	position: absolute;
	top: 90px;
	left: -20%;
	z-index: 2;
	border: 1px solid #dfdfdf;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2fffffff, endcolorstr=#2fffffff);
}
.nav_list .one ul.second li {
	width: 100%;
	padding: 2px 0;
	text-align: left;
}
.nav_list .one ul.second li a {
	padding: 0 20px;
	display: block;
	color: #333;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	position: relative;
}
.nav_list .one ul.second li a:hover, .nav_list .one ul.second li .third li a:hover {
	color: #00a693;
}
.nav_list .one ul.second li a em {
	display: block;
	width: 12px;
	height: 44px;
	background: url(../images/icon11.png) center no-repeat;
	position: absolute;
	top: 0;
	right: 16px;
}
.nav_list .one ul.second li a.sen_x em {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.nav_list .one ul.second li .third {
	display: none;
}
.nav_list .one ul.second li .third li a {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 40px;
	color: #666;
}
.nav_list .one ul.second li .third li a:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #a5a4a4;
	position: absolute;
	left: 20px;
	top: 18px;
	border-radius: 50%;
}
.nav_list .one ul.second li .third li a:hover:before {
	border: 1px solid #00a693;
}
#main_ny .about_dec {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	line-height: 1.7;
}
#main_ny .about_dec img{
	width: 100%;
	height: auto !important;
}
/*pro*/
.List, .List ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.prolist2 ul li {
	width: 25%;
	float: left;
	padding: 10px 10px 30px;
	text-align: center;
}
.prolist2 ul li .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 12px;
}
.prolist2 ul li .li_hover {
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(244, 119, 138, 0.4);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2ff4778a, endcolorstr=#2ff4778a);
}
.prolist2 ul li .li_hover em {
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.prolist2 ul li .li_hover em img {
	width: auto;
	display: inline-block;
	margin-top: -8px;
}
.prolist2 ul li a:hover .li_hover {
	opacity: 1;
}
.prolist2 ul li .text {
	width: 100%;
	height: 72px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
	margin-top: 12px;
}
.prolist2 ul li .text dd {
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
}
.adress {
	text-align: right;
	padding-bottom: 20px;
}
.adress span {
	color: #dcdcdc;
	padding-left: 20px;
	background: url(../images/icon14.png) left center no-repeat;
}
.adress span a {
	color: #999;
	font-size: 14px;
	margin: 0 8px;
}
.adress span a:hover, .adress span a:last-child {
	color: #333;
}
.proimg {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0;
	background: #fff url(../images/bg12.png) right center no-repeat;
	position: relative;
}
.proimg .img {
	width: 40%;
	float: left;
}
.proimg .pro_title {
	width: 58%;
	text-align: center;
	padding: 20px;
	font-size: 18px;
	color: #333;
	line-height: 1.7;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pro_title2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	line-height: 1.7;
}
.center_pro {
	padding: 30px 0;
}
.center_pro .slick-slide {
	outline: none;
}
.center_pro .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
}
.center_pro .img img {
	border-radius: 12px;
}
.center_pro .slick-arrow {
	width: 28%;
	height: 100%;
	z-index: 3;
}
.center_pro .slick-prev {
	left: 0;/*background:url(../images/prev2.png) left center no-repeat;*/
	background: -webkit-linear-gradient(90deg, #ffffff, transparent); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, #ffffff, transparent); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, #ffffff, transparent); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, #ffffff, transparent); /* 标准的语法 */
}
.center_pro .slick-next {
	right: 0;
	background: url(../images/next.png) right center no-repeat;
	background: -webkit-linear-gradient(90deg, transparent, #ffffff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, transparent, #ffffff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, transparent, #ffffff); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, transparent, #ffffff); /* 标准的语法 */
}
/*mov*/
.prolist2 ul li .mov {
	width: 100%;
	height: auto;
	border-radius: 12px;
	overflow: hidden;
	border: 15px solid #fcd6dc;
}
.prolist2 ul li .mov iframe {
	width: 100%;
	height: 180px;
}
.contleft .move {
	width: 60%;
	height: 500px;
	margin: 16px auto;
}
.contleft .move iframe {
	width: 100%;
	height: 100%;
}
/*new*/
.new_title {
	width: 27%;
	float: left;
	padding-right: 20px;
	padding-bottom: 100px;
	background: url(../images/bg13.png) right bottom no-repeat;
	background-size: 100% auto;
}
.new_title .title {
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	font-size: 100px;
	color: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.newlist .new_r {
	width: 73%;
	float: right;
	padding-left: 20px;
}
.newlist .new_r ul li .img {
	width: 28%;
}
.newlist .new_r ul li dl {
	width: 72%;
}
.newlist .new_r ul li {
	padding-bottom: 40px;
}
#wrap_index.newny {
	background: #fff url(../images/bg14.png) repeat;
}
.newbox {
	width: 99%;
	height: auto;
	overflow: hidden;
	padding: 40px 13%;
	box-shadow: 0 0 20px #b5f9f0;
	margin: 0 auto;
	border-radius: 20px;
	margin-bottom: 20px;
}
.newbox ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 12px 0;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.newbox ul li:before {
	content: "";
	width: 34%;
	height: 2px;
	background: #00a693;
	position: absolute;
	left: -34%;
	bottom: 0;
	transition: 400ms;
}
.newbox ul li:hover:before {
	left: 0;
	transition: 400ms;
}
.newbox ul li dd {
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.newbox ul li dd span {
	float: right;
	padding-left: 28px;
	background: url(../images/icon4.png) left center no-repeat;
	color: #999;
}
.newbox ul li a {
	font-size: 18px;
	color: #333;
	line-height: 32px;
	height: 56px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.newdec_t {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 24px;
	color: #333;
	line-height: 1.7;
	margin-bottom: 28px;
}
.newdec_t p {
	color: #999;
	font-size: 16px;
}
.line {
	width: 100%;
	height: 134px;
	line-height: 134px;
	font-size: 28px;
	color: #666;
	background: url(../images/bg15.png) center no-repeat;
	margin: 40px 0;
}
.line_form {
	width: 60%;
	margin: 0 auto;
	border: 1px solid #b7c8b9;
	border-radius: 14px;
	overflow: hidden;
}
.line_form dd {
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #d7dfd8;
}
.line_form dd p {
	width: 30%;
	height: 100%;
	line-height: 74px;
	padding: 0 18px;
	float: left;
	background: #f7f7f7;
	font-size: 18px;
	color: #333;
}
.line_form dd p span {
	background: #cd0505;
	color: #fff;
	font-size: 14px;
	padding: 1px 4px;
	margin-left: 60%;
}
.line_form dd.area {
	height: 170px;
}
.line_form dd .key_txt {
	width: 70%;
	padding: 0 20px;
	height: 74px;
	font-size: 18px;
	color: #999;
}
.line_form dd.area textarea {
	width: 70%;
	padding: 14px 20px;
	height: 169px;
	font-size: 18px;
	color: #999;
	line-height: 30px;
}
.line_form dd.pr {
	border-bottom: none;
}
.line_form dd #imggetcode {
	position: absolute;
	right: 20px;
	top: 26px;
}
.line_btn {
	display: block;
	width: 240px;
	height: 54px;
	border: 1px solid #00a693;
	border-radius: 8px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	color: #333;
	background: none;
	margin: 40px auto 20px;
}
.line_btn:hover {
	background: #00a693;
	color: #fff;
}
.searchbox {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10%;
}
.searchbox h1 {
	width: 100%;
	font-size: 28px;
	color: #00a693;
	padding: 30px 0;
	text-align: center;
}
.searchbox .left_sea {
	border-radius: 8px;
	margin: 20px 0;
	padding-left: 20px;
}
.searchbox .left_sea .key_btn {
	width: 10%;
}
.searchbox .resultbox li {
	padding: 10px 0;
}
.searchbox .resultbox li a {
	display: block;
	padding-left: 24px;
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}
.searchbox .resultbox li a:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.searchbox .resultbox li a:hover {
	color: #00a693;
}
.searchbox .resultbox li a:hover:before {
	background: #00a693;
}
/*页码*/
.pages {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 25px 0;
}
.pages a {
	display: inline-block;
	padding: 6px 12px;
	color: #999;
	position: relative;
}
.pages a:hover, .pages a.on {
	color: #333;
}
.pages a.ym:hover:before, .pages a.ym.on:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #00a693;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
}
.pages .prev {
	background: url(../images/icon13.png) center no-repeat;
	color: transparent;
}
.pages .next {
	background: url(../images/icon12.png) center no-repeat;
	color: transparent;
}
.pages .prev, .pages .next {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.pages .prev:hover, .pages .next:hover {
	color: transparent;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: unset;
}
/*文章上下篇*/
.choose_art {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 16px 0 40px;
	border-top: 1px solid #e6e6e6;
	position: relative;
}
.choose_art li {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.choose_art li a {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #666666;
	font-size: 18px;
}
.choose_art li a:hover {
	color: #00a693;
}
/*分享*/
.share2 {
	width: 100%;
	height: 34px;
	line-height: 34px;
}
#bdshare span {
	height: 34px;
}
#bdshare a {
	display: inline-block;
	padding: 20px 12px;
}
#bdshare a.shareCount {
	width: 42px;
	padding: 0;
}
/*panle导航开始*/
.left_nav {
	width: 100%;
	height: 100%;
	z-index: 7;
	background: #f0f6f6;
	position: fixed;
	top: 0px;
	left: 0px;
	color: #000;
	z-index: 66;
}
.left_nav .class-top {
	position: relative;
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 0 16px;
}
.left_nav .mol_logo {
	width: 80%;
	height: 60px;
	padding: 5px 0;
}
.left_nav .mol_logo a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 50px;
}
.left_nav .mol_logo a img {
	max-width: 100%;
	max-height: 100%;
}
.left_nav .class-close {
	width: 38px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	font-size: 50px;
	color: #00a693;
	position: absolute;
	right: 12px;
	top: 0;
}
/*.opacity2{width:100%; height:100%; position: fixed; top:0; left:0px; background:rgba(0,0,0,0.5); z-index:8; display:none;}*/
.left_nav form {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 24px 16px 10px;
}
.left_sea {
	border: 1px solid #cdd1d1;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.left_sea .key_btn {
	width: 16%;
	height: 42px;
	float: right;
	background: url(../images/icon2.png) center no-repeat;
}
.left_sea .key_txt {
	width: 84%;
	padding: 0 8px;
	display: block;
	height: 42px;
	background: none;
	color: #666;
	float: left;
	font-size: 14px;
}
.left_sea input.key_txt::-webkit-input-placeholder { /* WebKit browsers */
color:#999;
}
.left_sea input.key_txt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#999;
}
.left_sea input.key_txt::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#999;
}
.left_sea input.key_txt:-ms-input-placeholder {
color: #999;
}
.class-m {
	height: 80%;
	overflow-y: auto;
}
.class-m .nnav {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.class-m .nnav li {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d8eeec;
}
.class-m .nnav li a.ce {
	padding-left: 20px;
	color: #333;
	font-size: 18px;
	display: block;
	height: 50px;
	line-height: 50px;
}
.menu_head .ericon {
	margin-right: 10px;
	width: 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: right;
	display: inline;
	position: relative;
	z-index: 3;
	color: #666;
	font-size: 22px;
}
.menu_head .ericon img, .menu_body .thricon img, .menu_body .foricon img {
	width: 20px;
}
.menu_head .ericon .icon1 {
	display: none;
}
.menu_head .ericon.xz .icon1 {
	display: block;
}
.menu_head .ericon.xz .icon2 {
	display: none;
}
.class-m .nnav li .menu_body {
	display: none;
}
.class-m .nnav li .menu_body li {
	border-bottom: none;
}
.menu_body li a.er {
	padding-left: 20px;
	font-size: 16px;
	display: block;
	height: 44px;
	line-height: 44px;
	color: #666;
}
.menu_body li a.er.tz_a {
	color: #00a693;
}
.menu_body .thricon, .menu_body .foricon {
	margin-right: 10px;
	color: #666;
	font-size: 24px;
	width: 30px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	float: right;
	display: inline;
	position: relative;
	z-index: 3;
}
.menu_body .thricon .icont1 {
	display: none;
}
.menu_body .thricon.tz .icont1 {
	display: block;
	color: #00a693;
	font-size: 26px;
}
.menu_body .thricon.tz .icont2 {
	display: none;
}
.class-m .nnav li .thr_body {
	display: none;
}
.class-m .nnav li .thr_body li {
	border-bottom: none;
	padding: 0;
}
.thr_body li a.thr {
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	display: block;
	height: 44px;
	line-height: 44px;
	color: #666;
}
.class-m .nnav li .for_body {
	display: none;
}
.for_body li a.for {
	position: relative;
	padding-left: 60px;
	font-size: 14px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #999;
}
.menu_body .foricon .icont1 {
	display: none;
}
.menu_body .foricon.tz .icont1 {
	display: block;
}
.menu_body .foricon.tz .icont2 {
	display: none;
}
/*panle导航结束*/
.page-prev {
	transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
}
.page-in {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.page-out {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
	-ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}
 @media (min-width: 1200px) and (max-width: 1460px) {
#main .About .about_r dl {
	background-size: 100% auto;
}
#main .News .new_l .new_text {
	padding: 12px 16px;
}
#main .News .new_l .new_text dt {
	font-size: 20px;
}
#main .News .new_l .new_text dd, .cat_text dd {
	font-size: 16px;
}
#main .News .new_r ul li dl dt {
	font-size: 18px;
	margin-bottom: 8px;
}
#main .News .new_r ul li dl dd {
	font-size: 16px;
	height: 44px;
	line-height: 22px;
}
#dituContent, .cont_r {
	height: 486px;
}
.cont_r {
	background-size: 46% auto!important;
}
.ewm_box dd p {
	height: 120px;
	font-size: 14px;
}
.line_form {
	width: 70%;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
#main .About .about_r dt {
	font-size: 20px;
	margin-bottom: 16px;
}
#main .About .about_r dd {
	font-size: 16px;
	line-height: 30px;
}
#dituContent, .cont_r {
	height: 420px;
}
.prolist li .li_hover {
	padding: 6px 15px;
	font-size: 16px;
}
.prolist2 ul li .mov {
	border: 10px solid #fcd6dc;
}
.new_title .title {
	font-size: 72px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#banner:before {
	width: 40px;
	height: 40px;
}
#main .About .about_r dl {
	background-size: 100% auto;
}
#main .About .about_r dt {
	font-size: 20px;
	margin-bottom: 16px;
}
#main .About .about_r dd {
	font-size: 14px;
	line-height: 28px;
	max-height: 248px;
}
#main .About .about_r dl {
	padding: 80px 0;
}
.prolist li .li_hover {
	padding: 6px 15px;
	font-size: 16px;
}
#main .News .new_l .new_text {
	padding: 12px 16px;
}
#main .News .new_l .new_text .time {
	line-height: 26px;
}
#main .News .new_l .new_text dt {
	font-size: 18px;
}
#main .News .new_l .new_text dd {
	font-size: 16px;
	line-height: 24px;
	height: 24px;
}
.new_r ul li dl dt {
	font-size: 18px;
	margin-bottom: 8px;
}
.new_r ul li dl dd {
	font-size: 14px;
	height: 44px;
	line-height: 22px;
}
#main .News .new_r ul li dl .see {
	padding-top: 3%;
}
#dituContent, .cont_r {
	height: 420px;
}
.cont_r {
	padding: 30px 20px;
}
.cont_r {
	background-size: 46% auto!important;
}
.cat_text dd {
	font-size: 16px;
}
.ewm_box {
	width: 48%;
}
.ewm_box dd {
	width: 36%;
}
.ewm_box dd p {
	height: 110px;
	font-size: 14px;
}
.nav_list .one ul.second li a {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.nav_list .one ul.second li .third li a {
	height: 36px;
	line-height: 36px;
}
.nav_list .one ul.second li .third li a:before {
	top: 15px;
}
.nybanner img {
	width: 120%;
	margin-left: -10%;
}
.prolist2 ul li {
	padding: 7px 7px 24px;
}
.prolist2 ul li .text {
	font-size: 16px;
	line-height: 22px;
	height: 58px;
}
.prolist2 ul li .mov {
	border: 8px solid #fcd6dc;
}
.new_title .title {
	font-size: 52px;
}
.newdec_t {
	font-size: 20px;
}
.line_form {
	width: 80%;
}
.line_form dd p span {
	margin-left: 52%;
}
.searchbox h1 {
	font-size: 24px;
}
}
@media (max-width: 991px) {
#banner:before {
	width: 40px;
	height: 40px;
}
#header .nav_box .yiji a.one {
	font-size: 14px;
}
#main .Box .title {
	font-size: 24px;
}
#main .About {
	padding: 30px 5% 80px;
}
#main .main_bot {
	padding: 0 5%;
	padding-bottom: 50px;
}
#footer .fot_nav {
	padding: 30px 5% 44px;
}
#main .About .mov {
	width: 100%;
	border: 34px solid #f5cfd5;
	margin-bottom: 40px;
}
#main .About .about_r {
	width: 100%;
	padding-left: 0;
	background: url(../images/bg7.png) center top no-repeat;
}
#main .About .about_r dl {
	background: url(../images/bg8.png) center bottom no-repeat;
}
.prolist li {
	padding: 8px;
}
.prolist li .li_hover {
	padding: 6px 15px;
	font-size: 14px;
}
#main .News .new_l {
	padding-right: 0;
}
#main .News .new_l .new_text {
	padding: 12px 16px;
}
#main .News .new_l .new_text .time {
	line-height: 26px;
}
#main .News .new_l .new_text dt {
	font-size: 18px;
}
#main .News .new_l .new_text dd {
	font-size: 16px;
	line-height: 24px;
	height: 24px;
}
#main .News .new_r ul li {
	padding-bottom: 14px;
}
.new_r ul li dl dt {
	font-size: 16px;
	margin-bottom: 6px;
}
.new_r ul li dl dd {
	font-size: 14px;
	height: 44px;
	line-height: 22px;
}
.new_r ul li dl .see {
	padding-top: 2%;
	font-size: 12px;
}
#dituContent {
	width: 50%;
	height: 420px;
}
.cont_r {
	height: 420px;
	padding: 30px 20px;
}
.cont_r {
	background-size: 46% auto!important;
}
.cat_text p {
	font-size: 28px;
}
.cat_text dd {
	font-size: 16px;
}
.ewm_box {
	width: 50%;
}
.ewm_box dd {
	width: 36%;
}
.ewm_box dd p {
	height: 110px;
	font-size: 14px;
}
.nav_list .one ul.second li a {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.nav_list .one ul.second li .third li a {
	height: 36px;
	line-height: 36px;
}
.nav_list .one ul.second li .third li a:before {
	top: 15px;
}
.nybanner img {
	width: 130%;
	margin-left: -15%;
}
.nybanner .title {
	font-size: 28px;
	bottom: -22px;
	padding-bottom: 40px;
	background-size: 20% auto;
}
#main_ny {
	padding: 50px 5%;
}
#main_ny .posnav {
	font-size: 26px;
}
#main_ny .about_dec {
	font-size: 16px;
}
#main_ny .about_dec img{
	max-width:100%;
	height:auto !important;
}
.prolist2 ul li {
	width: 33.33%;
}
.prolist2 ul li .text {
	font-size: 16px;
	line-height: 22px;
	height: 58px;
	margin-top: 5px;
}
.choose_art li a {
	font-size: 16px;
}
.center_pro .img {
	padding: 0 7px;
}
.prolist2 ul li .mov {
	border: 10px solid #fcd6dc;
}
.new_title {
	padding-bottom: 52px;
}
.new_title .title {
	font-size: 46px;
}
.newlist .new_r ul li {
	padding-bottom: 30px;
}
.newbox {
	padding: 30px 8%;
}
.newbox ul li a {
	font-size: 16px;
}
.newdec_t {
	font-size: 18px;
}
.newdec_t p {
	font-size: 14px;
}
.line {
	font-size: 24px;
}
.line_form {
	width: 90%;
}
.line_form dd p span {
	margin-left: 52%;
}
.searchbox h1 {
	font-size: 20px;
}
.searchbox .resultbox li {
	padding: 4px 0;
}
.contleft .move {
	width: 80%;
	height: 460px;
}
}
 @media (max-width: 767px) {
#wrap_index {
	padding-top: 60px;
}
#banner:before {
	display: none;
}
#banner .slick-arrow {
	width: 32px;
}
#header, #header.head_up {
	padding: 0 16px;
	height: 60px;
}
#header .logo {
	width: 33%;
}
#header .logo a {
	height: 60px;
}
#main .Box .title {
	padding: 20px 0 28px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5;
	background-size: 30% auto;
}
#main .About {
	padding: 20px 16px 50px;
}
#main .About .mov {
	border: 16px solid #f5cfd5;
	margin-bottom: 20px;
}
#main .About .about_r, #main .About .about_r dl {
	background-size: 100% auto;
}
#main .About .about_r dl {
	padding: 50px 0;
}
#main .About .about_r dt {
	font-size: 18px;
	margin-bottom: 12px;
}
#main .About .about_r dd {
	font-size: 14px;
	line-height: 26px;
	max-height: 240px;
}
#main .Box .more {
	width: 70%;
	height: 44px;
	line-height: 44px;
}
#main .main_bot {
	padding: 0 16px;
	padding-bottom: 30px;
	background: url(../images/bg10.png) bottom center no-repeat;
	background-size: auto 16px;
}
.prolist li {
	width: 100%;
	padding: 8px 0;
}
#main .News .new_box {
	padding-bottom: 0;
}
#main .News .new_l {
	width: 100%;
}
#main .News .new_l .new_text {
	padding: 6px 16px;
}
#main .News .new_l .new_text .time {
	font-size: 28px;
	padding: 5px 0;
	line-height: 24px;
}
#main .News .new_l .new_text dt {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
#main .News .new_l .new_text dd {
	font-size: 14px;
}
#main .News .new_r {
	width: 100%;
	margin-top: 20px;
	padding-left: 0;
}
#main .News .new_r ul li .img {
	border-radius: 9px;
	width: 24%;
}
#main .News .new_r ul li dl {
	width: 76%;
	padding-left: 15px;
}
#dituContent {
	width: 100%;
	height: 320px;
}
.cont_r {
	width: 100%;
	padding: 16px;
	margin-top: 20px;
	height: auto;
}
.cat_text {
	padding-top: 0;
}
.cat_text p {
	font-size: 22px;
}
.cat_text dd {
	font-size: 14px;
	line-height: 22px;
}
.ewm_box dd p {
	height: 100px;
	font-size: 12px;
}
.fot_bot {
	padding: 10px 16px;
}
.fot_bot .logo2 {
	width: 100%;
	float: unset;
	padding: 0 31%;
}
.nybanner img {
	width: 150%;
	margin-left: -25%;
}
.nybanner .title {
	font-size: 20px;
	bottom: -12px;
	padding-bottom: 18px;
	background-size: 20% auto;
}
.nybanner .title p {
	font-size: 12px;
	line-height: 10px;
}
#main_ny {
	padding: 20px 16px;
	background: url(../images/bg10.png) bottom center no-repeat;
	background-size: auto 16px;
}
#main_ny .posnav {
	font-size: 20px;
}
#main_ny .about_dec {
	font-size: 14px;
}
.nav_list {
	padding: 15px 0;
}
.nav_list .slick-track, .nav_list .one {
	position: unset!important;
}
.nav_list .one .one_a {
	font-size: 14px;
	line-height: 34px;
	height: 58px;
}
.nav_list .one .one_a i {
	height: 24px;
}
.nav_list .one ul.second {
	width: 100%;
	left: 0;
	padding: 4px 0;
	top: 70px;
}
.nav_list div.slick-slide:last-child .one ul.second {
	right: unset;
}
.prolist2 ul li {
	width: 50%;
	padding: 6px 6px 20px;
}
.prolist2 ul li .img {
	border-radius: 8px;
}
.prolist2 ul li .li_hover em {
	display: none;
}
.prolist2 ul li .text {
	font-size: 14px;
	line-height: 16px;
	height: 52px;
	margin-top: 0;
}
.pages a {
	padding: 4px 8px;
}
.proimg {
	margin-top: 0;
	background: none;
}
.proimg .pro_title {
	width: 100%;
	position: unset;
	padding: 0;
	padding-bottom: 16px;
	font-size: 16px;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.proimg .img {
	width: 100%;
	padding: 0 13%;
}
.choose_art {
	border-top: none;
	padding: 18px 0;
}
.choose_art li a {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.center_pro {
	padding: 18px 0;
}
.center_pro .img {
	padding: 0 6px;
}
.center_pro .slick-arrow {
	width: 10%;
}
.prolist2 ul li .mov {
	border: 6px solid #fcd6dc;
	border-radius: 8px;
}
.new_title {
	width: 100%;
	background: none;
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 24px;
}
.new_title .img {
	width: 100%;
	height: 200px;
}
.new_title .img img {
	border-radius: 0;
	margin-top: -50%;
}
.new_title .title {
	writing-mode: unset;
	font-size: 40px;
}
.newlist .new_r {
	width: 100%;
	padding: 0;
}
.newlist .new_r ul li {
	padding-bottom: 16px;
}
.newlist .new_r ul li .img {
	width: 34%;
}
.newlist .new_r ul li dl {
	width: 66%;
	padding-left: 16px;
}
.newbox {
	padding: 10px 0;
	box-shadow: none;
}
.newdec_t {
	font-size: 16px;
	margin-bottom: 20px;
}
.newdec_t p {
	font-size: 12px;
}
.line {
	margin: 0 0 20px;
	background-size: 60% auto;
	height: 90px;
	line-height: 90px;
	font-size: 15px;
}
.line_form {
	width: 100%;
}
.line_form dd p {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
.line_form dd .key_txt {
	width: 100%;
	height: 38px;
	font-size: 14px;
}
.line_form dd.area textarea {
	width: 100%;
	height: 134px;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 20px;
}
.line_form dd p span {
	margin-left: 10px;
	font-size: 12px;
}
.line_btn {
	width: 50%;
	height: 42px;
	margin: 40px auto;
	line-height: 40px;
	font-size: 16px;
}
.searchbox {
	padding: 0;
}
.searchbox h1 {
	font-size: 18px;
	padding-bottom: 10px;
}
.searchbox .left_sea {
	padding-left: 0;
}
.searchbox .left_sea .key_btn {
	width: 12%;
}
.searchbox .resultbox li {
	padding: 0;
}
.searchbox .resultbox li a {
	font-size: 14px;
}
.line_form dd #imggetcode {
	top: 45px;
}
#main .About .mov iframe {
	height: 300px;
}
.contleft .move {
	width: 100%;
	height: 300px;
}
}
@media (max-width: 360px) {
.new_title .img {
	height: 160px;
}
.newbox ul li a {
	line-height: 24px;
	font-size: 14px;
	height: 48px;
}
.newbox ul li dd {
	font-size: 12px;
}
.searchbox h1 {
	font-size: 16px;
}
}
@media (max-width: 320px) {
}
#main .News .new_l .img:hover img, .prolist2 ul li a:hover img, .prolist li a:hover img {
	transform: scale(1.1, 1.1);
	transition: 1s transform;
}

@media (max-width:767px) {
.link { 
	display: none;
}
}
.link{padding:0px 0px;text-align: left;}
.link span{color:#fff;font-size: 14px;display: inline-block;vertical-align: top;}
.link li  {color:#fff;font-size: 14px;display: inline-block;vertical-align: top;margin:0 10px;}
.link li a{color:#fff;font-size: 14px;}
.link li a:hover{opacity: 1;}
