@charset "utf-8";
/* by Magiee 20200915 */
html { overflow-x: hidden; }
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
	padding: 0;
	margin: 0;
}
body { line-height: 190%; }
ul, li { list-style: none; }
img { border: 0; }
input:focus { outline: none; }

/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar {
width:6px;
height:12px
}
::-webkit-scrollbar-button:vertical {
display:none;
}
::-webkit-scrollbar-track:vertical {
background-color:black
}
::-webkit-scrollbar-track-piece {
background:#FFF
}
::-webkit-scrollbar-thumb:vertical {
background-color:#8E8E8E;
border-radius:5px
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:#3B3B3B
}
::-webkit-scrollbar-corner:vertical {
background-color:#535353
}
::-webkit-scrollbar-resizer:vertical {
background-color:#FF6E00
}
/* 全局 */
a {
	text-decoration: none;
	color: #333;
}
a:hover { text-decoration: underline; }
/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fl { float: left; }
.fr { float: right; }
/*通用*/
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.allpic {
	display: block;
	max-width: 100%;
}
.bigtitle { text-align: center; }
.bigtitle .en {
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
}
.bigtitle .cn {
	font-size: 25px;
	color: #555;
	font-weight: bold;
}
.bigtitle img {
	margin: 0 auto;
	margin-top: 10px;
}
/*top*/
.top-up {
	background: #f5f5f5;
	font-size: 14px;
	color: #666;
	padding: 10px 0;
}
.top-up ul li {
	float: left;
	position: relative;
}
.top-up ul li a {
	color: #666;
	padding-left: 16px;
}
.top-up ul li:first-child a {
	background: url(../images/home.png) no-repeat left center;
	padding-left: 26px;
}
.top-up ul li:last-child a {
	color: #f20000;
	padding: 0 0 0 26px;
	margin-left: 20px;
	text-decoration:none;
	font-weight:bold;
	background: url(../images/24gf-telephone2.png) no-repeat left center;
}
.top-up li:first-child:after{
	content: "";
	width: 1px;
	height: 10px;
	position: absolute;
	right: -8px;
	bottom: 9px;
	background: #a7a7a7;
}
.top-down {
	position: relative;
}
.top-down .logo {
	float: left;
	width: 20%;
	padding: 20px 0;
}
.top-down .nav {
	float: right;
    width: 80%;
}
.top-down .nav ul{
	width: 60%;
    float: right;
}
.top-down .nav li {
	float: left;
    width: 16.6%;
    text-align: center;
    height: 90px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.top-down .nav li a {
	font-size: 16px;
	color: #555;
}
.top-down .nav li:hover {
	text-decoration: none;
	background:#3b8be6;
	color: #fff;
}
.top-down .nav li:hover a{ color:#fff;text-decoration: none;}
.menu01 {
	display: none;
	max-width: 100px;
	width: 20%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: url(../images/menu.png) no-repeat center center;
}
.menu01 a {
	display: block;
	height: 100%;
}
/*banner*/
.bannerslide {
	height: 700px;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.bannerslide .swiper-slide {
	background-position: center;
	background-size: cover;
	height: 735px;
}
.bannerslide .swiper-button-prev {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 60px;
	height: 60px;
	z-index: 999;
	outline: none;
}
.bannerslide .swiper-button-next {
	background: url(../images/arrows.png) no-repeat right bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 60px;
	height: 60px;
	z-index: 999;
	outline: none;
}
.swiper-button-prev:after, .swiper-button-next:after { content: normal; }
/*首页公司简介*/
.homebox01 { padding: 50px 0 40px; }
.homebox01 .box-left {
	float: left;
	width: 558px;
	font-size: 15px;
	color: #555;
	margin-right: 40px;
	text-transform: uppercase;
}
.homebox01 .box-left img { margin-bottom: 30px; }
.homebox01 .box-right {
	float: right;
	width: calc(100% - 658px);
	background: #fafafa;
	padding: 50px 30px 40px 30px;
}
.homebox01 .box-right h2 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 40px;
}
.homebox01 .box-right .text {
	font-size: 15px;
	color: #555;
	line-height: 180%;
}
.homebox01 .box-right .more {
	text-align: center;
	margin-top: 30px;
}
.homebox01 .box-right .more a {
	background: #f20000;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 5px 34px;
	text-decoration: none;
}
.homebox01 .box-right .more a:hover {
	background: #1a70ce;
	transition: all .2s;
}
.homebox02 {
	background: url(../images/telbg.jpg) no-repeat top center;
	height: 234px;
	display: flex;
	font-size: 15px;
	color: #fff;
	align-items: center;
}
.homebox02 h2 { font-size: 25px; }
/*首页产品展示*/
.homebox03 { padding: 30px 0; }
.homebox03 .prolist {
	justify-content: center;
	display: flex;
	margin-top: 20px;
}
.homebox03 .prolist li {
	position: relative;
	float: left;
	font-size: 16px;
}
.homebox03 .prolist li:first-child a {
	background: #2684fe;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	padding: 6px 12px;
	font-size: 15px;
}
.homebox03 .prolist li a {
	color: #555;
	margin: 0 16px;
}
.homebox03 .prolist li:after {
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	right: 0;
	bottom: 8px;
	background: #747474;
}
.homebox03 .prolist li:last-child:after, .homebox03 .prolist li:first-child:after { width: 0; }
.homebox03 .proitem { margin-top: 20px; }
.homebox03 .proitem .item {
	float: left;
	width: calc( 25% - 6px);
	margin: 8px 8px 8px 0;
}
.homebox03 .proitem .item:nth-child(4n) { margin-right: 0; }
.homebox03 .proitem .item a { text-decoration: none; }
.homebox03 .proitem .item .img { overflow: hidden; }
.homebox03 .proitem .item .img img {
	display: block;
	max-width: 100%;
}
.homebox03 .proitem .item .info {
	background: #5496dd;
	padding: 15px 20px;
}
.homebox03 .proitem .item .info .name {
	font-size: 16px;
	color: #fff;
}
.homebox03 .proitem .item .info .list {
	font-size: 14px;
	color: #d4e7fb;
}
.homebox03 .proitem .item .info .more {
	color: #fff;
	text-align: right;
}
/*首页资质证书*/
.homebox04 {
	padding: 60px 0;
	background: #f6f9ff url(../images/honorbg.jpg) no-repeat top center;
}
.honorshow {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.honorshow .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.honorshow img {
	display: block;
	max-width: 100%;
}
.honorshow .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: 314px; /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition-property: all;
}
#progressEffect {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 20px;
}
.honorshow .swiper-button-prev {
	background: url(../images/arrows-left.png) no-repeat left top;
	position: absolute;
	left: -80px;
	top: 50%;
	width: 54px;
	height: 54px;
	z-index: 999;
	outline: none;
}
.honorshow .swiper-button-next {
	background: url(../images/arrows-right.png) no-repeat right bottom;
	position: absolute;
	right: -80px;
	top: 50%;
	width: 54px;
	height: 54px;
	z-index: 99999999;
	outline: none;
}
/*首页产品搜索*/
.homebox05 {
	background: #4585d6;
	padding: 40px 0 50px 0;
}
.homebox05 .bigtitle { margin-bottom: 30px; }
.homebox05 .bigtitle .cn { color: #fff; }
.homebox05 .search-pro {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	border-radius: 50px;
	height: 70px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.homebox05 .search-pro .spinput {
	font-size: 15px;
	color: #555;
	border: 0;
	padding: 28px 0;
	margin-left: 30px;
	border-right: 1px solid #eaeaea;
	width: 350px;
	box-sizing: border-box;
}
.homebox05 .search-pro .splist {
	font-size: 15px;
	color: #555;
	border: 0;
	padding: 25px 0;
	width: 200px;
	margin-right: 20px;
	padding-left: 20px;
	outline: none;
}
.homebox05 .search-pro .spbtn {
	border: 0;
	background: #ff0126;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0;
	width: 196px;
	text-align: center;
	border-radius: 0 50px 50px 0;
}
/*首页合作伙伴*/
.homebox06 {
	padding: 60px 0;
	background: #f3f3f3 url(../images/parnterbg.jpg) no-repeat top center;
}
.homebox06 ul {
	height: 90px;
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.homebox06 ul li {
	float: left;
	margin-right: 30px;
}
.homebox06 ul li:last-child { margin-right: 0; }
/*底部*/
.foot {
	background: #404044;
	padding: 50px 0;
}
.foot dl {
	float: left;
	color: #fff;
	width: 13%;
	margin-right: 3%;
}
.foot dl:nth-child(3) { width: 36%; }
.foot dl:last-child {
	width: 28%;
	margin-right: 0;
}
.foot dl dt {
	margin-bottom: 30px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.foot dl dd {
	font-size: 15px;
	color: #fff;
	position: relative;
}
.foot dl:nth-child(1) dd, .foot dl:nth-child(2) dd { margin-left: 12px; }
.foot dl:nth-child(1) dd:before, .foot dl:nth-child(2) dd:before {
	content: "";
	width: 6px;
	height: 1px;
	position: absolute;
	left: -12px;
	top: 50%;
	background: #fff;
}
.foot dl dd a { color: #fff; }
.feedback { }
.feedback .ff-fl { width: 350px; }
.feedback .feedbackinput {
	border: 1px solid #929195;
	font-size: 14px;
	color: #acacae;
	padding-left: 10px;
	background: #404044;
	height: 46px;
	line-height: 46px;
	width: 49%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.feedback .feedbacktarea {
	height: 98px;
	border: 1px solid #929195;
	font-size: 14px;
	color: #acacae;
	padding-left: 10px;
	padding-top: 10px;
	background: #404044;
	width: 99%;
	box-sizing: border-box;
}
.feedback .feedbackbtn {
	background: #d81010;
	border: 0;
	color: #fff;
	font-size: 15px;
	height: 72px;
	padding: 0 10px;
	display: block;
	margin-bottom: 10px;
}
.feedback .feedbackbtn01 { background: #868688; }
.copy {
	background: #242328;
	padding: 25px 0;
	font-size: 14px;
	color: #ededed;
}
.copy a {
	font-size: 14px;
	color: #ededed;
}
/*内页banner*/
.inbanner {
	position: relative;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-image: url(../images/inbanner1.jpg);
	background-position-y: center;
}
/*内页位置导航*/
.nyloc {
	width: 100%;
	color: #333;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	font-size:14px;
}
.nyloc a {
	display: inline-block;
	color: #333;
	padding: 0 15px;
	text-decoration:none;
}
.nyloc a.h { color: #F00; }
.nyloc a.h img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.nyloc a:hover { color: #F00; }
.nyloc .fl {
	display: flex;
	justify-content: flex-start;
	width: 50%;
}
.nyloc .fr {
	display: flex;
	justify-content: flex-end;
	width: 50%;
}
/*内页大标题*/
.nybiaoti{
	margin: 0 auto;
    text-align: center;
    padding: 3% 0;
}
.nybiaoti .en{
	font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #e9e9e9;
    margin-top: -20px;
    z-index: 5;
    position: relative;
    margin-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.nybiaoti .cn{
	font-size: 34px;
    color: #18222a;
    text-align: center;
    line-height: 1;
    margin: 0;
    font-weight: normal;
    z-index: 9;
    position: relative;
}

/*内页*/
.incontent {
	padding: 50px 0;
	font-size: 15px;
	color: #333;
}
/*简介*/
.nyabout01{ margin-bottom:50px;}
.nyabout02{ background:url(../images/190809.jpg) no-repeat center; padding:60px 0; box-sizing:border-box;}
.nyabout02 .text{ text-align:center; color:#fff; line-height:1.8;}
.nyabout02 .text h4{ font-size:18px; font-weight:normal;}
.nyabout02 .text h2{ font-size:50px;}
.nyabout02 .text h3{ font-size:24px; letter-spacing:1px; font-weight:normal;}
.nyabout03{ margin-top:30px;}
.nyabout03 .btnhonor{
	display: block;
    margin: 0 auto;
    padding: 6px 30px;
    background: #c30e0e;
    color: #fff;
    margin-top: 20px;
    border-radius: 50px;
    width: 100px;
    text-align: center;
	text-decoration:none;
}
.nyabout03 .btnhonor:hover{ background:#666;}	

.numbox {
	margin-top:40px;
	box-sizing: border-box;
}
.numbox .item {
	width: 33%;
    float: left;
    border-right: 1px solid #808080;
    box-sizing: border-box;
    padding: 30px 20px;
}
.numbox .item:last-child{border-right:none;}
.numbox .item .icon {
	width: 50px;
	margin:0 auto;
	margin-bottom:20px;
}
.numbox .item .icon img {
	display: block;
	max-width: 100%;
}
.numbox .item .txt {
	font-size: 14px;
	color: #fff;
	text-align:center;
}
.numbox .item .box .TextAnimate { padding-right: 10px }
/*客户反馈*/
.messagecon {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	font-family: microsoft yahei;
}
.messagecon p { margin-bottom: 20px; }
.messagetit {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}
.messagetarea {
	padding: 10px;
	border: 1px solid #dedede;
	font-size: 16px;
	line-height: 26px;
	font-family: microsoft yahei;
	color: #666;
	resize: none;
	width: 96%;
	height: 90px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messagetarea:focus {
	color: #333;
	outline: none;
	background: #fff;
}
.messageinput {
	width: 27%;
	padding: 10px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	border: 1px solid #dedede;
	margin: 0 5px 0 0;
	font-family: microsoft yahei;
	color: #666;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messageinput:focus {
	color: #333;
	outline: none;
	background: #fff;
}
.messagebtn {
	width: 30%;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	border: 0;
	background: #d0d0d0;
	color: #333;
	border-radius: 4px;
	font-family: microsoft yahei;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 30px;
}
.messagebtn.btnon {
	width: 50%;
	color: #fff;
}
.messagebtn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.messagebtn.btnon { background: #275ba3; }
/*新闻动态*/
.nynews { }
.nynews .item { background: #f7f7f7; -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.1); box-shadow: 2px 2px 5px rgba(0,0,0,0.1); width: 49%; float: left; margin-right: 2%; box-sizing: border-box; padding: 50px 60px; margin-bottom: 30px; -webkit-transition: all .3s; transition: all .3s; }
.nynews .item:hover { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
.nynews .item:hover .nam a { color: #ff0000; cursor: pointer; }
.nynews .item:nth-child(2n) { margin-right: 0; }
.nynews .item .tim { height: 2px; width: 30px; margin-bottom: 30px; margin-bottom: 20px; background: #ddd; }
.nynews .item .nam { font-size: 18px; color: #666; line-height: 26px; height: 45px; overflow: hidden; }
.nynews .item .nam a { text-decoration: none; font-size: 18px; font-weight: 600; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 2; color: #000; }
.nynews .item .nam a:hover { color: #ff0000; }
.nynews .item .txt { font-size: 15px; color: #333; line-height: 24px; margin-bottom: 20px; font-weight: 300; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 3; }
.nynews .item .btn { line-height: 24px; height: 24px; width: 100%; padding-left: 0px; padding-right: 0px; }
.nynews .item .btn a { display: block; width: 24px; height: 24px; }
.nynews .item .btn a.l01 { float: left; width: 100px; text-align: left; }
.nynews .item .btn a.l02 { float: right; background-image: url(../images/hb01img02s.png); background-repeat: no-repeat; }
/*合作伙伴*/
.nypart{ text-align:center;}
.nypart li{
	display: inline-block;
    width: 16%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
	overflow:hidden;
}
/*资质荣誉*/
.honorlist { }
.honorlist li {
	float: left;
	width: 19.2%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.honorlist li:nth-child(5n) { margin-right: 0; }
.honorlist li img {
	display: block;
	max-width: 100%;
}
.ind_par {
	background: url(../images/cccbg.jpg) no-repeat center center fixed;
	padding: 120px 0 50px;
	position: relative;
	overflow: hidden;
}
.ptw {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: relative;
}
.ptw:before {
	content: "";
	position: absolute;
	top: 140%;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	background: #fff;
	height: 2px;
}
.ind_par_m {
	margin: 50px auto 0;
	padding: 50px 5% 40px;
	width: 100%;
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
	overflow: hidden;
	box-sizing: border-box;
}
.ind_par_m p {
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
}
.ind_par_m a {
	color: #ff0707;
	border-bottom: 1px solid #ff0707;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 14px;
}
.ind_par_m .ind_par_m2 {
	margin: 30px 50px 0;
	overflow: hidden;
}
.ind_par_m .ind_par_m2 .swiper-slide { text-align: center; }
.ind_par_m .ind_par_m2 .swiper-slide img {
	display: block;
	margin: 0 auto;
	width: 168px;
}
.ind_par .ind_par_b {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 180px;
	width: 100%;
	background: #eff2f5;
}
.ind_news {
	text-align: center;
	padding: 60px 0;
	background: url(../images/homenewbg.jpg) no-repeat center bottom #f9f9f9;
}
.ind_news .pt {
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
}
.ind_news .pt2 { font-size: 14px; }
.ind_news img { margin: 0 auto; }
.ind_news a.a_news {
	color: #ff0707;
	border-bottom: 1px solid #ff0707;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 10px;
}
.ind_news>div.clearfix {
	margin-top: 30px;
	text-align: left;
}
.ind_news_l {
	width: 42%;
	float: left;
}
.ind_news_l div {
	padding: 30px 30px;
	background: #efefef;
	border: 1px solid #ddd;
}
.ind_news_l div .p1 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.ind_news_l div .p1 img {
	height: 16px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
	transform: rotate(-90deg);
}
.ind_news_l div .p1 a { color: #283440; }
.ind_news_l div .p1 a:hover { color: #ff0707; }
.ind_news_l div .p2 {
	line-height: 1.4;
	margin-top: 15px;
	color: #666;
	font-size: 14px;
}
.ind_news_l div .p3 {
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.ind_news_r {
	width: 54%;
	float: right;
	background: #efefef;
	border: 1px solid #ddd;
}
.ind_news_r li {
	padding: 31px 30px 20px;
	border-bottom: 1px solid #ddd;
}
.ind_news_r li .p1 {
	font-size: 16px;
	margin-bottom: 10px;
}
.ind_news_r li .p1 a {
	color: #283440;
	font-weight: bold;
}
.ind_news_r li .p1 a:hover { color: #ff0707; }
.ind_news_r li .p2 {
	line-height: 1.4;
	margin-top: 12px;
	color: #666;
	font-size: 14px;
}
.ind_news_r li .p3 {
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.ind_news_r .p_more {
	padding: 15px 28px;
	color: #fff;
	background: #283440;
}
.ind_news_r .p_more img {
	height: 14px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
	transform: rotate(-90deg);
}
.ind_news_r .p_more a { color: #fff; }
.pt1 {
	font-size: 25px;
	font-weight: bold;
	color: #283440;
	text-align: center;
}
.pt2 {
	font-size: 21px;
	text-align: center;
	margin: 10px 0;
}
.pte {
	font-size: 14px;
	text-align: center;
}

/*产品展示*/
.nyproduct { width: 100%; }
.nyprolist {
	width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.nyprolist a {
	background: #e8e8e8;
    color: #333;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    width: 10%;
    float: left;
    margin: 0 0.5% 0.5% 0;
    height: 40px;
    line-height: 40px;
}
.nyprolist a:first-child:after{ display:none;}
.nyprolist a:after{
	content: "";
    height: 14px;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
.nyprolist a.on{ background:#338eff; color:#fff;}
.nyprolist a:hover { background:#338eff; color:#fff; -webkit-transition: all .3s; text-decoration:none; }
.proitembox { box-sizing:border-box;width:100%; margin:0 auto; padding:0 50px; margin-top:20px;}
.proitembox .item {
	margin: 0 2% 2% 0;
	width: 23.5%;
	float: left;
	box-sizing: border-box;
}
.proitembox .item:nth-child(4n) { margin-right: 0; }
.proitembox .item a { text-decoration: none; }
.proitembox .item .img {  display: block; overflow: hidden; cursor: pointer; }
.proitembox .item .img img {display: block; width: 100%; -webkit-transition: all 2s; }
.proitembox .item .img:hover img { display: block; width: 100%; transform: scale(1.1); }
.proitembox .item .info {
	background: #5496dd;
	padding: 20px 30px;
}
.proitembox .item .info .list {
	font-size: 15px;
	color: #fff;
}
/*产品详情*/
.proshowbox{ margin-top:30px;}
.proshowbox .ppa{ margin-bottom:30px;}
.proshowbox .ppa .img{ float:left; width:50%; box-sizing:border-box;}
.proshowbox .ppa .img img{ display:block; width:100%;}
.proshowbox .ppa .text{ float:left; width:50%; box-sizing:border-box; padding:30px;}
.proshowbox .ppa .text h3{ border-bottom:1px dashed #999; padding-bottom:10px; margin-bottom:10px; font-size:24px;}
.proshowbox .ppa .text .fb{ display:block; background:#da2c16; color:#fff; font-size:16px; text-align:center; width:200px; height:40px; line-height:40px; margin-top:30px;}
.proshowbox .ppa ul{ margin-top:20px;}
.proshowbox .ppa ul li{ font-size:16px; color:#444; margin-bottom:10px;}
.proshowbox .ppb{ margin-bottom:30px;}
.proshowbox .ppb h3{ font-size:20px; margin-bottom:20px;}
.proshowbox .ppc{ border-top:1px solid #ccc; padding-top:30px;}
.proshowbox .ppc h2{ font-size:30px; line-height:1.8;}
.proshowbox .ppc .proitembox{ padding:0;}
.proshowbox .ppc .proitembox .item{ width:31%;}


.procont{ width:1200px;}
/*联系我们*/
.contact-box { position: relative; }
.contact-box .text {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30%;
	background: #333;
	color: #fff;
	padding: 50px 30px;
	box-sizing: border-box;
}
.contact-box .text h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 20px;
	line-height: 1;
}
.contact-box p {
	display: block;
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
	line-height: 2.5;
	margin-top: 10px;
}
.contact-box #map { width: 70%; }
/*高德地图*/
#map {
	height: 600px;
	z-index: 4;
}
#map .info { border: solid 1px silver; }
#map div.info-top {
	position: relative;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
	background: none repeat scroll 0 0 #F9F9F9;
}
#map div.info-top div {
	display: inline-block;
	padding: 0 10px;
	color: #333;
	font-weight: 700;
	font-size: 14px;
	line-height: 31px;
}
#map div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
}
#map div.info-top img:hover {
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
#map div.info-middle {
	padding: 6px;
	font-size: 14px;
	line-height: 20px;
}
#map div.info-bottom {
	clear: both;
	width: 100%;
	height: 0;
	text-align: center;
}
#map div.info-bottom img {
	position: relative;
	z-index: 104;
}
#map span {
	margin-left: 5px;
	font-size: 11px;
}
#map .info-middle img {
	float: left;
	margin-right: 6px;
}
/**/
.blider-main {
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.blider-main-context {
	display: flex;
	justify-content: center;
	margin-bottom:50px;
}
.blider-main-text {
	font-size: 16px;
	box-shadow: 0px 0px 0.22rem 0.1rem rgba(0, 0, 0, 0.17);
	display: flex;
	padding: 0 30px;
	justify-content: center;
	flex-direction: column;
	text-align: justify;
	width:100%;
	height:250px;
	margin-top:5%;
}
.blider-main-text h3{
	color: #e21414;
    margin-bottom: 15px;
    font-size: 24px;
}
.blider-main-context img {
	width: 600px;
	height: 400px;
}
		
.bgtable {
	width: 100%;
	border-collapse: collapse;
}
.bgtable td {
	border: 1px solid #ccc;
	padding-left: 10px;
}
.bgtable01 {
	border-collapse: collapse;
}
.bgtable01 td {
	padding-left: 10px;
	border: 1px solid #fff;
}
.bgtable01 tr:nth-child(2n){ background:#c3e1f7;}
.bgtable01 tr:nth-child(2n-1){ background:#90c5f3;}
.kehutable .bgtable01{ float:left; width:48%; margin-right:1%;}

.flfr{}
.flfr li{ float:left; padding-right:30px; width:50%; box-sizing:border-box;}
 @media(max-width:1024px) {
.procont,.wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
.bannerslide, .bannerslide .swiper-slide { height: 565px; }
.honorshow { width: 80%; }
.honorshow .swiper-slide { height: auto; }
.foot dl:nth-child(3) { display: none; }
.foot dl:last-child { width: 45%; }
.foot dl { width: 20%; }
.n { padding: 20px 0; }
.ind_news_l {
	width: 100%;
	display: block;
	float: none;
}
.ind_news_l img {
	width: 100%;
	display: block;
}
.ind_news_l div .p1 img { width: auto !important; }
.ind_news_r {
	width: 100%;
	display: block;
	float: none;
	margin-top: 20px;
}
}
 @media(max-width:768px) {
.menu01 { display: block; }
.top-down .nav { display: none; }
.top-down .logo { width: auto; }
.bannerslide, .bannerslide .swiper-slide { height: 425px; }
.homebox01 .box-left { width: 100%; }
.homebox01 .box-right {
	width: 100%;
	box-sizing: border-box;
}
.homebox01 .box-left img { width: 100%; }
.homebox02 { background-position-x: 68%; }
.homebox02 h2, .homebox02 p { display: none; }
.homebox03 .proitem .item { width: calc( 50% - 6px); }
.homebox03 .proitem .item:nth-child(2n) { margin-right: 0; }
.homebox05 .search-pro { width: 100%; }
.homebox05 .search-pro .spinput { width: 279px; }
.homebox06 ul {
	display: block;
	height: auto;
}
.homebox06 ul li {
	height: 90px;
	display: flex;
	align-items: center;
}
.homebox06 ul li img {
	max-width: 100%;
	display: block;
	vertical-align: middle;
}
.numbox .item { width: 50%; border-bottom:1px solid #808080; }
.numbox .item:nth-child(2n){ border-right:none;}
.numbox .item:nth-child(3),.numbox .item:nth-child(4){ border-bottom:none;}
.nyproduct .pro-left {
	width: 100%;
	margin-bottom: 20px;
}
.proitembox {
	width: 100%;
	margin-left: 0;
}
.nyproduct .pro-left .pptit { padding: 20px; }
.nyproduct .pro-left .ppbg ul li {
	float: left;
	width: 33.33%;
}
.fuwuuuu li {
	width: 50%;
	height: 273px;
}
.contact-box .text {
	width: 100%;
	position: relative;
}
.contact-box #map { width: 100%; }
}
 @media(max-width:425px) {
.top-up { display: none; }
.bannerslide, .bannerslide .swiper-slide { height: 210px; }
.bannerslide .swiper-button-next, .bannerslide .swiper-button-prev { display: none; }
.homebox02, .homebox05 { display: none; }
.homebox03 .prolist { display: block; }
.homebox03 .proitem .item .info .more { display: none; }
.homebox03 .prolist li{ position:inherit; width:48%; text-align:center; background:#666; margin:0.5%; font-size:14px;}
.homebox03 .prolist li:first-child{ display:none;}
.homebox03 .prolist li a{ color:#fff;}
.homebox03 .proitem .item .info .name{text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.honorshow { width: 60%; }
.honorlist li:nth-child(5n) { margin-right: 1%; }
.honorlist li { width: 49%; }
.proitembox .item { width: 100%; }
.proitembox .item:nth-child(3n) { margin-right: 1%; }
.fuwuuuu li { width: 100%; }
.foot { display: none; }
.inbanner{ height:180px;}
.nyprolist{ padding:0 20px;}
.proitembox{ padding:0 20px;}
.nyloc .fl,.nyloc .fr{ width: 100%; }
.nynews .item{ width: 100%; }
.nybiaoti .en{ font-size:36px;}
.nybiaoti .cn{ font-size:28px;}
.flfr{ max-width:100%;}
.flfr li{ width:100%; padding-right:0;}
.proitembox img{ display:block; width:100%;}
.nyprolist{ display:block;}
.nyprolist a{ width:49%;}
.proshowbox .ppa .img{ width: 100%; }
.proshowbox .ppa .text{ padding:0; width: 100%; margin-top:20px; }
.incontent img{ display:block; max-width:100%;}
.proshowbox .ppc{ display:none;}
.nypart li{ width:auto; margin-bottom:1%;}
.nyabout02 .text h2{ font-size:36px;}
.nyabout02 .text h3{ font-size:18px;}
}

