		@charset "utf-8";
/* CSS Document */
html,body{ padding:0px; margin:0px;font:14px 微软雅黑;color:#444;}
a { text-decoration: none; outline: none; color: #666; transition: 0.2s; }
p{text-align: justify;text-justify:inter-ideograph;margin: 0;}
li {list-style-type: none; vertical-align: top; margin: 0;padding:0;}
ul {margin: 0;padding: 0;}
img{margin: 0;padding: 0;border: 0; vertical-align: top;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; margin: 0;padding: 0}
dl,dt,dd{padding: 0;margin:0;}
i,em{font-style: normal;}
.clear{ clear:both;}
a{ text-decoration:none;}
a:hover{ cursor:pointer;}
.left{float: left;}
.right{float: right;}
.wapblock{ display:none;}
.commain{ width:1200px; height: auto; margin: 0 auto;}
.header{ width: 100%; height:auto;  background:#ffffff; z-index: 999999;}
.headermain{ width:1400px; height: auto; margin: 0 auto;}

.logo{ float:left; margin:20px 0px;}
.nav{ width: calc(100% - 280px); height:100px;float: right;position: relative;}
.nav ul{ text-align: center; position: relative; text-align: right;}
.nav ul li{ display:inline-block; position: relative; padding: 0px 30px; }
.nav ul li a{ color: #191A1C; font-size:16px; display: block;line-height: 100px;font-weight: bold;}
.nav ul li a:hover{ color: #00605B; cursor: pointer; font-weight: bold;}
.smenub{ width: 35px; height: auto; display: none; float: right; padding-right: 10px;}
.nav ul li ul{display:none;}
.nav ul li:hover ul{ display: block; position: absolute; top:100px; left: 0px; width: 100%; background: #fff; z-index: 9999999; height: auto;}
.nav ul li ul li{ width:100%; height: 40px; line-height: 40px;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.nav ul li ul li a{ color: #333; font-size: 14px; line-height: 40px; font-weight:normal;}
.topsearch{ height:25px; position: absolute;right:0px;top:20px;  text-align: right;}
.topsearchform{ display: none;border:1px solid #dedede; border-radius: 5px;}
.topsearin{ width:130px; height: 25px; line-height:25px;  padding:0px 5px; outline: none;vertical-align: top; display: inline-block; border: 0px;}
.topsersub{ width: 25px; height: 25px; vertical-align: top; background:url(../images/topsearch.png) no-repeat center center; outline: none; border: 0px;}
.smenub p{ width: 100%; height:4px; background:#666; margin-bottom:5px;}
.topconr{ width: 260px; float: right; position: absolute;right:10px;top:25px;}
.toplang{ width:50px;padding-top:20px; float: left;}
.toptel{ width:160px; height:50px; background: url(../images/toptel.png) no-repeat left center;padding-left: 40px; float: right;}
.toptel p{ font-size:22px; line-height:26px; color:#e0001b}
.toptel span{ font-size:17px; color: #555;}

/* banner */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
/* banner结束 */


.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{width: 100%;text-align: center;}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top:50%;
	width:30px;
	height:30px;
	margin-top: -15px;
	vertical-align: middle;
	cursor: pointer;
}
.silder-ctrl-prev{
	left: 10%;
	text-align: left;
	background: url(../images/arrows.png) no-repeat 0px 0px;
}
.silder-ctrl-next{
	right:10%;
	text-align: right;
	background: url(../images/arrows.png) no-repeat -30px 0px;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0; display: none;
}
.silder-ctrl-next>span{
	right: 0; display: none;
}
.silder-ctrl-con{
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
	display: none;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
}


.banner{ width: 100%; height: auto}
.banner img{ width: 100%; height: auto; vertical-align: top;}

.intitle{ width: 100%; height:auto; padding: 30px 0px;text-align: center;}
.intitle p{font-size: 36px; color: #333;font-weight: bold;text-align: center; text-transform:uppercase;}
.intitle .xt{ width:35px; height: 3px; background: #00605B; margin:5px auto;}
.intitle span{font-size:16px; color: #999;/*font-weight: bold;*/text-align: center;line-height:25px;}


/*首页产品*/
.inxpxx{ padding: 30px 0px;}
.picScroll-left{ overflow:hidden; position:relative;  }
.picScroll-left .hd{ overflow:hidden;  height:auto; text-align: right; margin-bottom: 20px;}
.picScroll-left .hd a{background-color: #999; padding:10px 15px; display: inline-block;}
.picScroll-left .hd a img{ width:10px;}
.picScroll-left .hd a:hover{ background:#00605B;}
.picScroll-left .bd{ }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ ; float:left; _display:inline; overflow:hidden; text-align:center; width: 31.5%; margin: 0px 20px 20px 0px;}
.picScroll-left .bd ul li a{ display: block;}
.picScroll-left .bd ul li a:hover .picbox{ background:#00605B;}
.picScroll-left .bd ul li a:hover .picbox p,.picScroll-left .bd ul li a:hover .picbox span{ color: #fff;}
.picScroll-left .bd ul li img{ width: 100%;}
.picbox{ background: #fff; padding:20px 30px; text-align: left;}
.picbox p{ font-size:16px;line-height:30px; color: #00605B;/*white-space:nowrap;*/overflow:hidden;text-overflow:ellipsis; height: 60px;}
.picbox span{ display:block; font-size:15px;line-height: 25px;}
.picbox .more{ margin-top: 30px; font-size: 17px; color:#D5A647;}

/*about us*/

/*首页新闻*/
.inesbx{ padding: 20px 0px 60px 0px; position: relative; background: #f9f9f9;}

.newslit{ width: 100%; height: auto;}
.newslit li{ width: 31.333%; height:auto; float:left; margin:0px 1% 20px 1% ; background: #fff; border-bottom: 5px solid #00605B; overflow: hidden; position: relative;}
.newslit li a{ display: block;}
.newslit li a img{ width: 100%; transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;}
.newsbox{ background: #fff; padding:40px 30px 30px 30px; position: relative;}
.newsbox .date{ width:70%; height: 50px;line-height:50px; background: #f9f9f9; text-align: center; border-radius: 5px; position: absolute;top:-25px;left:15%;box-shadow: 0px 0px 5px #dedede; font-size: 16px; color: #666; font-weight: bold;}
.newslit p{ font-size:20px;line-height:50px; color: #00605B;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.newslit span{ display:block; font-size:15px;line-height: 25px;}
.newslit .more{ margin-top:10px; font-size: 15px; color:#D5A647;}

.newslit li:hover{border-bottom: 5px solid #D5A647;}
.newslit li:hover p{ color:#D5A647;}

.newslit li:hover .newsbox .date{ background: #D5A647; color: #fff;}
.newslit li:hover img{margin-top: -10px;}

/*首页关于我们*/
.syabouboxm{ width: 100%; height: auto; overflow: hidden;}
.iavtitle{ width: 100%; height: auto; font-size: 48px; color: #fff; text-align: center;line-height: 150px;text-shadow:5px 3px 5px #000;}
.aboutconsl{ width: 600px; float: right;}
.sybouxleft{ width:50%; padding: 50px 0px; height: auto; float:left;}
.intitleabout{font-size: 36px; color: #00605B;font-weight: bold; margin-bottom: 20px;}
.sybouxleft p{line-height: 25px; font-size: 16px; color: #666;}
.sybouxleft .syaboutllmore{ color: #fff; background: #D5A647; text-align: center; display: inline-block; height: 50px; line-height: 50px; width:200px; margin-top: 20px; border-radius: 20px; font-size:20px;}
.sybouxleft .syaboutllmore:hover{ background:#999;}

.sybouxright{ width:46%; height:auto; float:right;overflow:hidden;}
.sybouxright img{ width: 100%;}
.about-bot{ width:100%; background: #F2F3F4; padding: 40px 0px;}
.aboutlist{ width:100%;}
.aboutlist li{ width:calc(23% - 60px); height: 200px; margin: 0px 1%; float: left; background: #fff; border-radius: 20px; padding:40px 30px; text-align: center;}
.aboutlist li p{ text-align: center; font-weight: bold; color:#000; font-size: 20px; margin-bottom: 20px;margin-top: 20px;}
.aboutlist li img{ display: block; cursor: pointer; background: #D5A647; margin:0 auto 10px auto; border-radius:50%; width: 30px; height: 30px; padding:10px; transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;}
.aboutlist li span{ display: block;}
.aboutlist li img:hover{background:#00605B; transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);}

.aboutlist li:hover{ box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);}

.factorylist{ width: 100%; height: auto;}
.factorylist li{ width: 31.333%; height:auto; float:left; margin: 1%; overflow: hidden; border-radius: 10px;}
.factorylist li a{ display: block;height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: block;}
.factorylist li a img{ width: 100%;max-height: 100%;box-sizing: border-box;display: inherit;transition: All 0.8s ease-in-out;
            -webkit-transition: All 0.8s ease-in-out;
            -moz-transition: All 0.8s ease-in-out;
            -o-transition: All 0.8s ease-in-out;}
.factorylist li img:hover{ transform: scale(1.1, 1.1);}


.p50{ padding: 50px 0px;}
.chooselist{ width:100%; margin:30px auto;}
.chooselist li{ width:calc(31.333% - 62px); height: auto; margin: 1% 1%; float: left; background: #fff; border-radius: 2px; padding:40px 30px;border:1px solid #dedede;}
.chooselist li p{ text-align: left; font-weight: bold; color:#000; font-size: 20px; margin: 10px 0px;}
.chooselist li img{ display: block; cursor: pointer; /*border-radius:50%;*/ width:60px;transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;}
.chooselist li	 span{ display: block;line-height: 30px; text-align: justify; font-size: 16px; height: 160px;}
.chooselist li img:hover{ transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);}

.message{ background: url(../images/messbg.jpg) no-repeat center center;}
.message-b{background:rgba(0,0,0,.7);padding: 70px 0px; }
.megtite{ width: 100%; height: auto; text-align: center; font-size:36px; color: #fff; /*font-style:italic; */font-weight: bold;line-height:40px; margin-bottom:30px;text-transform:uppercase;}
.messagebox{ width: 100%; height: auto; padding:55px 0px; background:rgba(0,0,0,.8); color: #f00;}
.inputform{ width:18%; font-size: 18px; outline: none; height: 40px;line-height: 40px; border-radius: 2px; border: 0px; padding: 0px 5px;}
.inputfos{ width:18%; height: 40px;line-height: 40px; border-radius: 2px; border: 0px; color: #fff; background:#00605B;}

.footbot{ background:#323334;}
.footnav{ width: 100%; height: auto; padding:50px 0px;}
.footnav .ftnav{ width:60%; height: auto; color: #fff; float: left;}
.footnav .ftnav li{ height:auto; float: left;padding-right: 30px;}
.footnav .ftnav li a{height:40px; line-height: 40px; color: #fff; font-size: 18px; display: block;}
.footnav .ftnav li a:hover{ color: #fff;}
.footnav .ftnav li ul{height: auto; width: 100%;}
.footnav .ftnav li ul li{ height: 30px; line-height: 30px;text-align: left; float: none;}
.footnav .ftnav li ul li a{ font-size: 14px; color: #666; }
.rtnav{ width:35%; text-align: right; float: right;}
.rtnav li{ display:inline-block; margin-left: 15px; height: 40px;width: 40px;overflow: auto; border-radius:20px;}
.rtnav li a{ display:block;}
.rtnav li img{width:40px !important; height: 40px;}


.footcopy{ width: 100%; text-align: center; height: auto; line-height: 30px; color: #fff;  border-top:1px solid #3E3F40; padding: 20px 0px;}
.footcopy a{ color: #fff;}

/* 友情链接 */
.links-title{ width:100%; height:40px; line-height:40px; font-size:24px; color:#fff;}
.links{ width:100%; height: auto; background: #313131; clear: both; display: none;}
.links ul{ width:1200px; height:auto; margin:0 auto; padding:10px 0px;clear:both;}
.links ul li{float:left; margin:0px; color: #fff;line-height:23px;}
.links ul li a{color:#fff; padding:0px 8px; font-size:14px; line-height:23px; display:inline-block; }
.links ul li a:hover{ color:#fff; text-decoration:none;}

.innerrtitle{ width:100%; height:50px; line-height:50px; background: #f1f2f4;}
.navpost{color: #555; font-weight: 400; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.navover{max-width:300px;white-space:nowrap;vertical-align:top; overflow:hidden; text-overflow:ellipsis; display:inline-block;font-size: 14px;}
.navpost a{color: #555;padding: 0px 3px;}
.navpost a:hover{ color:#0baca9; text-decoration:none;}
/* 内页左边 */
.innerleft{ width:100%;height:auto; margin:20px 0px 30px 0px; }
.innerltitle{width:100%; height:99px;line-height: 99px; background: url(../images/about_08.png) no-repeat  top center;}
.innerltitle p{ font-size:30px;color:#fff;text-align:center;}
/*栏目*/
.inermlist{ width:100%; height:auto;  margin:0 auto; padding:10px 0px; text-align: center; }
.inermlist li{height:auto; position: relative; display: inline-block; margin: 0px 7px;}
.inermlist li a{height:55px;line-height:55px;display:block; color:#666;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom: 1px solid #dedede;}
.inermlist li a:hover{ color: #00605B;border-bottom: 1px solid #00605B; font-weight:bold;}

.inermlistip{ width:100%; height:auto;  margin:0 auto;background: #7fb93c  }
.inermlistip li{ width:100%;height:auto; position: relative;}
.inermlistip li a{ width:100%;height:55px;line-height:55px;display:block; color:#fff;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-indent:20px;border-bottom: 1px solid #dedede; background: url(../images/about_12.png) no-repeat 95% center;}
.inermlistip li a:hover{color:#fff;font-weight: bold; text-indent: 21px; text-decoration:none; background-color: #4ba199 ;}
.inermlistip li.on a{color:#fff;font-weight: bold; text-indent: 21px; text-decoration:none; background-color: #4ba199;}
.inermlistip li a.on{color:#fff;font-weight: bold; text-indent: 21px; text-decoration:none; background-color: #4ba199;}


.xx{ width: 75%; height: auto;float: left;display: none;}
.xx.on{ display: block;}
.xx li{ width: 100%; height: auto; margin-bottom: 20px;}
.xx li p{ display: block; font-size: 17px; font-weight: bold; color: #333;line-height: 40px;}
.xx li a{ display:block; color: #333; height: 20px;line-height: 20px; margin: 10px 1% 10px 0px; font-size: 15px; float:left; width: 32.3333%;}
.xx li a img{ height: 20px; vertical-align: top;}
.xx li a:hover{ font-weight:bold; color: #4ba199;}

.zzright-box{width: 25%; height:auto;float: right; background: #f9f9f9;}
.zzright-box p{ text-align: center;line-height: 45px;font-size: 16px; color: #fff; background:#4ba199;}
.zzright{padding:0px 15px;}
.zzright li{height: auto; margin: 10px 0px; background: #fff; padding: 15px;}
.zzright li a{ display: block;}
.zzright li img{ width: 100% ;}
.zzright li p{ background: #dedede; color: #333;text-align: center;line-height: 35px ;}



.thivnav{ width: 100%; text-align: center; padding-bottom: 20px;}
.thivnav li{ display: inline-block; margin: 0px 20px;}
.thivnav li a{ color: #fff; background: #999; display: block; text-align: center; border-radius:25px; height: 45px;line-height: 45px; font-size: 18px; width: 180px;}
.thivnav li a:hover{ background: #7fb93c;}
.thivnav li.on a{ background: #7fb93c; font-weight: bold;}
/* 内页右边 */
.innerright{width:100%; height:auto;margin:20px 0px 30px 0px; padding-bottom:20px;background-color:#fff;}
.menutitle{ font-size:36px; color: #333;line-height: 50px; margin-bottom: 20px;}

.inrrctainer{width:100%; height:auto; font-size: 14px; line-height:26px;color:#666;}
.inrrctainer table{/*margin: 0 auto;*/ text-align: center;}
.inrrctainer img{ max-width: 100% !important;}
.inrrctainer table p{padding: 10px;}
.inrrctainer table td{text-align: justify; padding: 10px;}

/*内页新闻*/
.innewslist{ width:100%; height:auto;}
.innewslist li{height:auto; margin:0px 0px 20px 0px; border-bottom: 1px solid #dedede; padding-bottom: 20px;}
.innewslist li a{ display:block;}
.innewslist li .innewleft{ width:275px; height:auto; float: left;}
.innewslist li .innewleft img{ width: 100%; height: 180px;}
.innewslist li .innewright{ width:calc(100% - 300px); float: right;}
.innewslist li .innewright1{width: 100%;}
.innewslist .ntitle{ width:100%;height:35px;line-height: 35px; color: #333;font-size:18px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.newxcx{ height: 25px; line-height: 25px; vertical-align: middle; font-size: 13px; margin: 8px 0px;}
.newxcx img{ vertical-align: middle;}
.innewslist .nconc{width:100%;height:56px;line-height:28px;font-size:14px; color:#666;overflow: hidden;}
.innewslist .more{height:25px; line-height:25px;color:#0140a7; margin-top:10px; display: block; font-size: 16px;}
.innewslist li:hover .more{color: #7fb93c;}
.innewslist li:hover .ntitle{color:#7fb93c;}


.picList{ overflow:hidden; zoom:1; }
.picList li{ ; float:left; _display:inline; overflow:hidden; text-align:center; width: 31.33333%; margin: 0px 1% 20px 1%;}
.picList li a{ display: block;}
.picList li a:hover .picbox{ background:#00605B;}
.picList li a:hover .picbox p,.picScroll-left .bd ul li a:hover .picbox span{ color: #fff;}
.picList li img{ width: 100%;}


/*团队*/
.inteamlist li{ padding: 10px; border: 1px solid #dedede; margin-bottom: 20px;}
.inteamlist li a{ display:block;}
.inteamlist li .inteamleft{ width:220px; height:auto; float: left;}
.inteamlist li .inteamleft img{ width: 100%; height:285px;}
.inteamlist li .inteamight{ width:calc(100% - 250px); float: right;}
.inteamight .ntitle{ width:100%;height:45px;line-height: 45px; color: #666;font-size:24px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.inteamight .nconc{ margin: 20px 0px;}
.inteamight .nconc p{width:100%; height:35px;line-height: 35px; background: url(../images/team_06.png) no-repeat left center; text-indent: 20px; font-size: 18px;}
.inteamight .more{height:40px; line-height:40px;color:#fff; margin-top:10px; display: inline-block; font-size: 15px; background: #0e9a97; border-radius: 20px; padding: 0px 35px;}
.inteamlist li:hover{ background: #0e9a97;}
.inteamlist li:hover .more{background: #fff; color: #0e9a97;}
.inteamlist li:hover .ntitle{color:#fff;}
.inteamlist li:hover .nconc p{ color: #fff; background: url(../images/team_10.png) no-repeat left center;}
/*企业大事记*/
.inhistorylist{ width: 100%; height: auto; background: url(../images/culture_03.jpg) repeat-y center center;}
.inhistorylist li{ width:100%; height:200px; background: url(../images/culture_07.png) no-repeat center center;padding: 30px 0px;}
.inhistorylist li .historyimg{ float: left; width:45%; text-align: right;}
.inhistorylist li .historyimg img{ max-width:100%; max-height: 200px;}
.inhistorylist li .historytitle{ float: right; width: calc(50% - 30px);}
.inhistorylist li .historytitle p{ font-size: 20px; color: #666; font-weight: bold; line-height: 40px; padding-top:65px;}
.inhistorylist li .historytitle .ntitle{ height: auto; line-height: 23px; font-size: 15px; color: #666;}
.inhistorylist li:nth-child(2n) .historyimg{ float: right;}
.inhistorylist li:nth-child(2n) .historytitle{ float:left;}
/*内页招聘职位*/
.injoblist{ border: 1px solid #dedede; border-bottom: 0px;}
.injoblist li{ border-bottom: 1px solid #dedede;}
.injoblist li .jobtitle{ background: #fbfbfb; height: 50px; line-height: 50px;}
.injoblist li .jobtitle p{ width: calc(100% - 60px); float:left; text-indent: 20px; color: #666; font-size: 16px;}
.injoblist li .addsubicon{ width: 30px; height: 30px;line-height: 30px; background: #e2e2e2; color: #fff; text-align: center; vertical-align: middle; float: right; margin: 10px; font-size: 20px; cursor: pointer;}
.injoblist li .nconc{ padding: 20px;line-height:25px;}
.injoblist li .jobbx{ display: none;}
.injoblist li .more{ display: block; background:#7fb93c; color: #fff; text-align: center; width: 120px; height: 45px;line-height: 45px; font-size: 16px; margin: 20px;}
.injoblist li .more:hover{background: #0e9a97;}
.injoblist li.on .jobtitle{ background: #0e9a97;}
.injoblist li.on .jobtitle p{ color: #fff;}
.injoblist li.on .addsubicon{ background: #fff; color: #0e9a97;}
/*内页产品*/
.inprolist{ width:100%; height:auto; list-style:none; text-align: center;}
.inprolist li{ width:380px; float:left;height:auto;margin:0px 8px 20px 8px;}
.inprolist li img{width:100%; height:282px;-moz-transition:.5s ease-in;-webkit-transition:.5s ease-in;-o-transition:.5s ease-in;-ms-transition:.5s ease-in;transition:.5s ease-in; vertical-align: top;}
.inprolist li .img{ width:376px; height: 282px; overflow: hidden; border: 1px solid #dedede; padding: 1px;}
.inprolist li p{padding: 0px 5px;line-height:35px; height:35px;background: #dedede; text-align:center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.inprolist li a{color:#333;display: block;}
.inprolist li:hover a{color:#fff !important;text-decoration:none;  }
.inprolist li:hover p{ background: #00605B;}
.inprolist li:hover .img{border: 1px solid #00605B;}
.inprolist li:hover img{transform: scale(1.1, 1.1);opacity:0.4;filter:alpha(opacity=40);}


/*共享产品*/
.ingxlist{ width:100%; height:auto; list-style:none; text-align: center;}
.ingxlist li{ width:calc(32.3333% - 2px); float:left;height:auto;margin:0px 0px 20px 1.5%; border: 1px solid #dedede;}
.ingxlist li:nth-child(3n+1){ margin-left: 0px;}
.ingxlist li img{width:100%; height:auto;-moz-transition:.5s ease-in;-webkit-transition:.5s ease-in;-o-transition:.5s ease-in;-ms-transition:.5s ease-in;transition:.5s ease-in; vertical-align: top;}
.ingxlist li p{padding: 0px 5px;line-height:40px; height:40px;text-align:center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;border-bottom: 1px solid #dedede; font-size: 15px;}
.ingxlist li .gxbottom{padding: 0px 10px;line-height:40px; height:40px;}
.ingxlist li .gxbottom span:nth-child(1){ width: calc(100% - 50px); display: inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ingxlist li .gxbottom span:nth-child(2){ width:50px; display: inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align: right;}
.ingxlist li a{color:#333;display: block;}
.ingxlist li:hover a{color:#fff !important;text-decoration:none;  }
.ingxlist li:hover{ background: #50aca9;}

.gxleft{ width:48%; height: auto; float: left;}
.gxleft img{ width: 100%;}
.gxright{width:48%; height: auto; float: right;}
.gxrightcon{ background: #f9f9f9; margin: 20px 0px;padding: 20px;}
.gxrightcon p{line-height: 30px; font-size: 14px; color: #333;}
.gxbodytitle{ width: 100%; height: 50px;line-height: 50px; text-align: center; margin:25px 0px;background: #50aca9;}
.gxbodytitle span{ color: #fff; font-size: 20px;}
.gxbodytitle a{ color: #f00; font-size: 15px;margin-left: 20px;}
/*视频*/
.invideolist{ width: 100%; height: auto;}
.invideolist li{ width:430px; height: auto; float: left; margin: 10px 7px;}
.invideolist li p{ width: 100%; height:30px; line-height: 30px; text-align: center; }
.videoiframe{width:100%; height:300px;}

/*分页*/
.ipage{height:auto; text-align:center;}
.totalfont{ font-size: 14px; color: #666; display: none;}
.ipage a{ height:35px;line-height:35px;color:#888;font-size: 15px;padding:0px 5px;display: inline-block;margin: 0px 5px; vertical-align: top;}
.ipage a:hover{color:#00605B;border-bottom:2px solid #00605B;text-decoration:none;font-weight:bold;}
.ipage .current{color:#00605B;border-bottom:2px solid #00605B;display:inline-block; height:35px;line-height:35px;padding:0px 5px;margin:0px 5px;font-size:15px;font-weight:bold;}
.ipage .paprev,.panext{}

/*详情页*/
.article_title{ text-align:center; width:100%; font-size:24px; line-height:30px; color:#444; padding: 15px 0px;}
.newsin-c{width:100%; height:30px; line-height: 30px; margin: 15px 0px; color: #666;}
.newsin-c .date{ width: 190px; float: left; text-indent:0px; font-size: 14px;}
.newsin-c .date i{ width:28px;height:30px; display:inline-block; background:url(../images/time.png) no-repeat left center; background-size: 22px 22px; float: left;}
.newsin-c .click{ width: auto; height: 30px; line-height: 30px; text-align: right; float:right;}
.newsin-c .click i{ width: 30px;height:30px; display:inline-block; background:url(../images/eye.png) no-repeat left center; background-size: 25px 25px; float: left;}

/*上页下页*/
.detpnt{height:auto; background:#f1f1f1;overflow: hidden;margin-bottom:20px; padding: 0px 20px;}
.detpnt .detpntline{width:48%;height:35px;line-height:35px;font-size: 15px;font-weight: bold;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.detpnt .detpntline a{color:#666; font-weight: normal;}
.detpnt .detpntline a:hover{ color: #333; }
.detpntl{ float: left;}
.detpntr{text-align:right;float:right;}

/*更多阅读*/
.innerabouttitle{ width:100%; height:auto; color:#000; border-bottom:3px solid #dedede;}
.innerabouttitle p{color:#ca352b;font-size:20px; font-weight:bold;height:35px; line-height:35px;  padding-left:5px;}

.morearticle{ width:100%; padding:15px 0px;}
.morearticle li{ width:50%; height:30px; line-height:30px; float:left;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.morearticle li a{ color:#333; padding-left:10px;}
.morearticle li a:hover{ color:#666; padding-left:11px;}
.moreproducts{ width:100%; padding:15px 0px;}
.moreproducts li{ width:136px; height:auto;float:left; margin:0px 6px 10px 6px; text-align:center;}
.moreproducts li a{ color:#333;}
.moreproducts li a p{ text-align: center; line-height: 30px;}
.moreproducts li a:hover{ color:#666}
.moreproducts li img{ width:100%;height:auto; border:1px solid #ccc;}
.moreproductsov{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/*留言*/
.inmessagebox{width: 800px;height: auto; padding: 0px 0px 50px 0px; margin: 0 auto; }
.inmessright{ width: 550px; height:auto; float: right; padding: 30px 0px 50px 0px;}
.inmessright img{ width: 550px;}
.inmessline{ width: 100%; height: auto; margin-bottom: 15px}
.zxlyinp{ width:48%;height:40px;line-height:40px;border-radius:2px;color: #999; background: #f8f8f8; border: 0px;vertical-align:top; text-indent: 10px; font-size: 14px; outline: none;}
.zxlyinpl{float: left;}
.zxlyinpr{float: right;}
.inmesteat{ width: 100%; height:200px;resize: none; outline: none;}
.zxlyyzm{width:140px; outline: none;height:40px;line-height:40px;font-size:14px; color: #999; background: #f8f8f8; border: 0px;vertical-align: top; text-indent: 10px;border-radius:2px;}
.zxlysub{background:#00605B;width:48%; outline: none; height:40px; line-height:40px;color:#fff; text-align:center; border-radius:2px;border:0px; font-size:16px; float: left;cursor:pointer;}
.zxlysub:hover{background:#7fb93c;}
.resetc{background:#999;float:right;}
.resetc:hover{background: #666;}
.indexcode{ vertical-align:top; height: 40px;}
/*图片集*/

.p-left{ width: 55%; height: auto; float: left; overflow: hidden;}
.p-right{ width: 40%; height: auto; float: right;}
.p-o-titlef{ border-bottom: 1px solid #dedede;font-weight: bold; font-size: 20px;color:#333;line-height: 40px;}
.p-o-con{padding: 20px;background:#f9f9f9; margin: 20px 0px;}
.cont-us-icon{display: block;width: 120px; height: 35px;line-height: 35px;background: #333; color: #fff; text-align: center;}
.cont-us-icon:hover{ background: #00605B;}
.p-t-b{ width: 100%; height: auto; border-bottom: 2px solid #00605B;}
.p-t-b span{ height: 40px;line-height: 40px; color: #fff;background: #00605B; padding: 0px 20px; font-size: 18px; font-weight: bold;;display: inline-block;}

.imgnav{ width:100%; margin:0px auto;}
#bodycontent .hov{ display: block;}
#bodycontent p{ display: none;}
.imgnav{  position:relative; margin:0 auto; width:100%;}
#tabsmalimg{ z-index:10; width:100%;line-height: auto; position:relative; text-align:center;}
#tabsmalimg img{max-width: 100%; max-height:auto; display:none; vertical-align: middle;}
#pofront,#ponext{position:absolute;z-index:10;cursor:pointer;width:30px;height:auto;top:50%; margin-top: -30px;}
#pofront{left:10px}
#ponext{right:10px}
#pofront a,#ponext a{display:block;height:60px;}
#pofront a{background:url(../images/index_tab_l.png) no-repeat; }
#ponext a{background:url(../images/index_tab_r.png) no-repeat;}

#cbtn{background:#fff; position:relative; height:auto; }
#cbtn ul{position:relative; width:10000px; height:auto;}
#cbtn ul li{ float:left;width:116px; height:86px; cursor:pointer; text-align:center; margin-right:14px; position:relative;}
#cbtn ul li img{ width:116px; height:86px; display:block;}
#cbtn ul li tt{ background:#000; color:#FFF; position:absolute; right:4px; bottom:4px; z-index:20;font-size:12px; line-height:16px; padding:0 5px;}
#cbtn li.hov{ border: 1px solid #f00; /*background:url(../images/ico/imgHoverBg.gif) no-repeat;*/}
.ctrl div{ clear:both;}
#cSlideUl{width:640px; height:110px;overflow:hidden; position:relative; top:10px; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:42px; left:10px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; top:42px; right:10px; z-index:9;}
.ncontainer{ padding: 0px 10px;}
.wapup{display:none;}

.faqlist{ width: 100%;height:auto;margin:20px 0px;}
.faqlist li{width: 100%; height: auto;}
.faqlist .faqli{ width: 100%; height:27px;line-height: 27px;padding: 15px 0px; border-bottom: 1px solid #dedede;}
.faqlifont1{ width: calc(100% - 50px); height:27px;line-height: 27px;overflow: hidden; float: left; font-size: 15px; color: #333;}
.faqlifont2{ width:25px; height:25px;line-height: 25px;overflow: hidden; border:1px solid #666;color: #666;border-radius:50%; display: inline-block; float: right; text-align: center; cursor: pointer;}
.faqlifont2:hover{color:#00605B;border:1px solid #00605B;}
.faqcon{ padding:20px 0px; font-size: 14px;line-height: 23px; color: #666;display: none;}
.faqlist li.on .faqcon{display: block;}
.faqlist li.on .faqli{border-bottom: 1px solid #00605B;}
.faqlist li.on .faqlifont1{color:#00605B;}
.faqlist li.on .faqlifont2{color:#00605B;border:1px solid #00605B;}

.contleft{width: 40%; height: auto; float: left; margin-bottom: 30px;}
.contright{width: 50%; height: auto; float: right;margin-bottom: 30px;}
/*大屏PC*/
@media (min-width: 1200px){
	.ncontainer{width: 1200px; height: auto; margin: 0 auto; padding: 0px;}
	.links{ display: block;}
	
}
@media (max-width: 1400px){
	.nav ul{ text-align: center;}
	.headermain{width:calc(100% - 20px); height: auto; margin: 0 auto; padding: 0px 10px;}
	.logo{ margin: 10px 0px;}
	.nav{ width: 130px; height: auto; position: absolute; top:80px; right:10px; background: rgba(0,96,91,.95); z-index: 99999; margin: 0px;display:none;}
	.nav ul li{width:100%;height:40px; line-height: 40px; float: none; border-bottom:1px solid #fff; padding: 0px;}
	.nav ul li a{ display: block; line-height: 40px; color: #fff; font-size: 15px;}
	.nav ul li:hover ul{ display: none;}
	.smenub{ display: block; padding-top:20px;}
	.topsearch{ display: none;}
}

@media (max-width: 1200px){
	.commain{ width: 100%;}
	.sybouxright p{line-height: 26px; font-size: 15px;}
	.sybouxleft1 p{line-height: 26px; font-size: 15px;}
	.intitle{ font-size: 30px;}
	.soutlist ul li p{font-size:25px;}
	.footnav ul{ width: calc(100% - 140px);margin-left: 10px;}
	.footnav ul li ul{ margin: 0px;}
	.footewm{margin-right: 10px;}
	.kbinpolist li{ width: calc(48% - 4px);}
	.pnxwListright{ padding-right: 1%;}
	.ibinpolist li{ width:calc(33.3333% - 20px);}
	.inesbxleft{ left: 10px;}
	.inesbxbx{ padding: 0px 10px;}
	/*左侧*/
	.footnav ul{width:calc(100%)}
	.footewm{ display: none;}
	.footcontact{ margin-right: 10px;}
	.commain{padding: 0px 10px; width: auto;}
	
}

/*中型显示屏，Ipad Pro*/
@media (min-width: 992px) and (max-width: 1200px){
	
}

/*中型显示屏，Ipad Pro*/
@media (max-width:992px){
	.incleft{width:92%; float: none; padding:10px 4%; float: none;}
	.incleftt{ width: 100%; background: #084f9d url(../images/insmneubg_03.jpg) no-repeat top center; height: 50px; line-height: 50px; font-size: 25px; text-align: center; text-indent:0px;}
	.incleftmenu{ margin: 0px;}
	.submenlist{ display: none; padding: 5px 0px;}
	.submenlist li{ padding:2px 0px;}
	.submenlist li a{font-size: 16px;color: #333;display: block; height: 35px; line-height:35px; background: #f4f5f6 url(../images/about_06.png) no-repeat 15px center; text-indent: 40px;}
	.inconvc{ display: none;}
	.sxinmenub{ width: 35px; height: auto; display:block; float: right; padding-right: 10px; padding-top: 13px;}
	.sxinmenub p{ width: 100%; height:4px; background:#fff; margin-bottom:5px;}
	.incright{ width:92%; float: none; padding:10px 4%;}
	.incrightt{ height: 35px; line-height: 35px;}
	.incrightt .submnname{ display: none}
	.incrightt .inpostition{ width: 100%; text-align: left; padding: 0px;}
	
	
	.syaboutrcv p{ width: 100%; height:40px; line-height:40px; text-align: center; font-size: 30px; color: #333; padding-top:10px;}
	.syaboutrcv span{ font-size: 13px;}
}
@media (max-width:768px){
	.aboutconsl{ width:calc(100% - 20px); padding: 0px 10px;}
	.p-left{ width: 100%;}
	.p-right{ width: 100%;}
	#cSlideUl{display: none;}
	.inmessagebox{ width: 100%;}
	.logo{ float:left; margin:10px 0px;}
	.logo img{ height: 60px;}
	.smenub{ padding-top:30px;}
	.inmessline{ margin-bottom: 0px;}
	.zxlysub{ margin-top: 15px;}
	.zxlyinp{ width: 100%; margin-bottom: 15px;}
	.zxlyinpl,.zxlyinpr{ float:none}
	
	.intitle{ font-size: 25px;}
	.soutlist ul li{ width:48%; margin: 10px 1%;}
	.soutlist ul li p{font-size:20px;}
	.pnxwListleft{ width: calc(100% - 14px); float: none;}
	.pnxwListright{ width: calc(100% - 30px); position: relative; padding: 0px; background: #fbfbfb; margin-top:15px; padding: 15px 15px 60px 15px;}
	.innxclist .hd{ bottom:0px; left:10px;}
	
	.aboutlist li{ width:calc(48% - 40px);padding: 30px 20px; margin: 10px 1%;}
	.factorylist li{ width: 48%;}
	.inputform{ width: 15%;}
	.footnav{ padding: 0px;}
	.syaboutlleft{ width: calc(55% - 20px); height: calc(100% - 20px); padding: 10px; top: 0px; left: 10px;}
	.syaboutlleft p{ font-size: 15px; margin: 0px; line-height: 30px;}
	.syaboutlleft span {display: block;height: calc(100% - 25px);line-height:20px;font-size: 13px;}
	.syaboutllmore{ display: none;}
	.syaboutcenter{ width: 45%; margin: 0px;}
	.syaboutright{ display: none;}
	.wapblosyabout{ display: block; padding:0px 10px; position: relative; margin-top: 20px;}
	.wapblosyabout img{ width: 50%; height: auto; float: left;}
	.wapblosyabout .syaboutrcv{ width: calc(40% - 10px); padding: 0px 5%; position: absolute; height: 100%;top:0px; right:10px;}
	.wapblosyabout .syaboutrcv p{ padding-top: 30px;}
	.inesbxleft{ left: 0px;}
	.ibinpolist li p{ padding:0px 10px; font-size: 20px;}
	.syboux{}
	.sybouxleft{ width: 100%; float: none;}
	.sybouxright{ width: 100%; padding: 10px 0px;}
	.sybouxleft1{ width: 100%; padding: 10px 0px;}
	.sybouxright1{ width: 100%;float: none; }
	.rczp{ height: auto;}
	.rczpleft{ width: 100%; float: none; height: 230px;}
	.rczpright{ width: calc(100% - 30px); float: none; padding: 20px 0px 20px 30px;}
	.rczpright p{ padding: 0px;}
	
	.inesbxleft{ width: calc(100% - 20px); padding:10px; position: relative;}
	.inesbxright{ width: calc(100% - 20px);padding:10px;}
	.innboxtab .bd ul li{height:600px;background-size: 100%;}
	.innboxtab .bd ul li .innboxtabgray{ height:130px; padding:10px 20px; overflow: hidden; }
	/*内页*/
	.innerleft{ width:100%; margin: 0px;}
	.innerltitle{ display: none;}
	.inermlist{ text-align: center;}
	.inermlist li{ display: inline-block; width: auto; margin: 0px 10px;}
	.inermlist li a{ height:40px;line-height:40px; border:0px; background:none;text-indent:0px; padding: 0px 5px; font-weight: normal;}
	.inermlist li a:hover{text-indent:0px;}
	.inermlist li.on a{background: #7fb93c;text-indent:0px;}
	.innerright{ width:100%;}
	.menutitle{ font-size: 25px; text-align:center;}
	
	
	
	/*底部*/
	.footnav ul{ display: none;}
	.footewm{ display: block; text-align: center; width: calc(100% - 340px); padding-top:50px;}
	
	.footcopyrightl{ width: 100%; text-align: center; float:none;}
	.footcopyrightr{ float: none; text-align: center; margin-top: 5px;}
	
	.footcontact{ width:100%;}
	.footctitlex{padding-left:20px;}
	.footcconbx{padding-left:0px;}
	.footcconbx img{padding-left:20px;}
	.footcconbx P{padding-left:20px;}
}

/*普通手机端*/
@media (max-width:480px){
	
	.inrrctainer table{ width: 100%;}
	.inrrctainer table td{padding: 0px;}
	.picList li{ width: 98%;}
	
	.contleft{width: 100%; height: auto; float:none; margin-bottom: 30px;}
	.contright{width: 100%; height: auto; float: none;margin-bottom: 30px;}
	
	.intitle{ margin-bottom: 10px;}
	.picbox{ padding: 15px;}
	.picbox p{font-size: 20px;}
	.intitle p,.intitleabout,.megtite{ font-size: 30px;}
	.inputform,.inputfos{ width:90%; margin-bottom: 10px;}
	
	.chooselist li{ width:calc(98% - 42px); margin-bottom: 10px; padding: 20px;}
	.newslit li{ width: 98%;}
	.picScroll-left .bd ul li{ width:100%;}
	
	.c-banner .nexImg, .c-banner .preImg{padding: 15px 10px;}
	.c-banner .nexImg img, .c-banner .preImg img{ width:10px;}
	
	.headermain{ width: calc(100% - 10px); padding: 0px 5px;}
	.topsearch{ display: none;}
	.inmessagebox{ width: 100%;}
	.ibinpolist li{ width: 100%; float: none; margin: 10px 0px;}
	.inxxxnewslsit{ padding: 10px 0px;}
	.inxxxnewslsit dd{ width: 100%;}
	.iavtitle{ font-size:28px;line-height: 100px;}
	.sybouxright p{ font-size: 14px;line-height: 23px; color: #666}
	.sybouxleft1 p{ font-size: 14px;line-height: 23px; color: #666}
	.sybouxright .syaboutllmore{ height: 35px;line-height: 35px;}
	.sybouxleft p{ font-size: 14px;line-height: 23px; color: #666}
	.sybouxleft .syaboutllmore{ height: 35px;line-height: 35px;width: 120px; font-size: 15px;}
	.rczpleft{ display: none;}
	.rczpright{ width:calc(100% - 40px); padding: 20px;}
	.rczpright p{ font-size:17px;}
	.rczpright a{ margin-top: 10px; height: 35px;line-height: 35px;}
	
	.inermlist li{width:calc(33.3333% - 1px); margin:0.5px;background: #00605B; display: block; float: left;}
	.inermlist li a{ height:35px;line-height:35px;width: 100%; padding: 0px; color: #fff; font-size: 14px;}
	.inermlist li.on a{background: #4ba199;}
	
	.xx{ width:100%;float: none;}
	.zzright-box{width: 100%; float:none;}
	/*团队*/
	.inteamlist li{ width: calc(48% - 22px); margin:10px 1%; float: left;}
	.inteamlist li .inteamleft{ width: 100%; float: none;}
	.inteamlist li .inteamleft img{ height: auto;}
	.inteamlist li .inteamight{ width: 100%; float: none;}
	.inteamlist li .inteamight .nconc{ display: none;}
	.inteamight .ntitle{ height: 35px;line-height: 35px; text-align: center; font-size: 16px;}
	.inteamight .more{ width: 100px; display: block; height: 30px;line-height: 30px; margin:0px auto; padding: 0px; text-align: center;}
	/*共享设备*/
	.ingxlist li{ width:calc(49.25% - 2px);margin:0px 0px 20px 1.5%;}
	.ingxlist li:nth-child(2n+1){ margin-left:0px !important;}
	.ingxlist li:nth-child(3n+1){ margin-left:1.5%;}
	
	
	
	
	/*企业大事记*/
	.inhistorylist{ background:none;}
	.inhistorylist li{ background:none; height: auto; padding: 10px 0px;}
	.inhistorylist li .historyimg{ float: none; width: 100%; text-align: center;}
	.inhistorylist li .historyimg img{max-height:none;}
	.inhistorylist li .historytitle{ float: none; width: 100%;}
	.inhistorylist li .historytitle p{ padding: 0px;background: url(../images/culture_07.png) no-repeat left center; text-indent:20px; font-size: 16px;}
	.inhistorylist li .historytitle .ntitle{ font-size: 14px;}
	.inhistorylist li:nth-child(2n) .historyimg{ float: none;}
	/*新闻*/
	.innewslist li .innewleft{ width: 100%;}
	.innewslist li .innewleft img{ height: auto;}
	.innewslist li .innewright{ width: 100%; float:none;}
	.innewslist .ntitle{ font-size: 16px;}
	.newxcx{ margin:0px;}
	.innewslist .more{ margin-top: 5px;}
	.injoblist li .jobtitle{ height: 40px;line-height: 40px;}
	.injoblist li .addsubicon{ margin: 5px;}
	.injoblist li .jobtitle p{ text-indent:10px;}
	.injoblist li .nconc{ padding:10px;}
	.thivnav li{ margin: 0px 10px;}
	.thivnav li a{display: block; text-align: center; border-radius:25px; height: 35px;line-height:35px; font-size: 16px; width: 130px;}
	/*底部*/
	.footnav{ padding: 10px 0px;}
	.footewm{ display: none;}
	.footcontact{  float: none; margin: 0 auto; border: none;     width: 100%;     padding-left: 0px;}
	
	/*上一页*/
	.detpnt{ padding: 0px; background: #fff;}
	.detpnt .detpntline{ width: 100%; float: none; text-align: left;}
	
	.floating_ck{ display: none;}
	.newsrtlist .newsrtlt p{ width:100%;}
	.newsrtlist .newsrtlt span{ display: none;}
	.idnewslist1 li{height:35px; line-height:35px;}
	.idnewslist1 li span{display: none;}
	.idnewslist1 li a{ width:100%; float: left;}
	.idnewslist1 li a:hover{ color: #084f9d;}
	.soutlist ul li{ width:90%; margin:10px auto; float: none;}
	.soutlist ul li p{font-size:20px;}
	.intitle{ font-size: 20px; padding: 0px;}
	.wapblock{ display: block;}
	
	.header{ height:60px;}
	.logo{ float:left; margin:10px 0px 0px 0px;}
	.logo a{ display:block;}
	.logo img{ height: 40px;}
	.smenub{ padding-top:18px;}
	.nav{ top: 60px;}
	.topwaptel{ display: block; font-size:14px; height: 30px; line-height: 30px; color: #333; margin-top: 15px; font-weight: bold; float: right; padding-right: 10px;}
/*手机站底部漂浮*/
	.wapblock{display:block; }
	.wapup{ width: 32px; height: 32px; display: block; position: fixed; right:5px; bottom: 55px;}
	.fhieght{padding-bottom: 50px;}
	.wapfooter{width: 100%;height:50px; background:#222; position: fixed; bottom:0px; z-index: 999999999;}
	.wapfooter li{ width: calc(25% - 1px); height: 40px; padding:5px 0px !important; float: left; border: 0px; padding: 0px; margin: 0px; text-align: center; color: #fff; border-left:1px solid #414141;}
	.wapfooter li:nth-child(1){border: 0px;}
	.wapfooter li img{margin: 9px auto;height: 25px; vertical-align: middle;}
	.wapfooter li a{ color: #fff; font-size:13px;}
	.innboxtab .bd ul li{height:300px;background-size: 100%;}
	.innboxtab .bd ul li .innboxtabgray{ height:100px; padding:10px 20px; overflow: hidden; }
	
	.footcopyright{ width: calc(100% - 20px); line-height: 23px; padding: 10px 10px;}
	
}
/*超小手机端 5、SE*/
@media (max-width:320px){
	.inpdetailrtel{ font-size:15px;}
	.innbtitlex p{ font-size: 16px;}
	.topwaptel{ display: none;}
}



.fixed-bar {position: fixed; right: 10px; top: 48%; width: 50px; z-index: 9;}

@media (max-width:1200px) {
    .fixed-bar {display: none;}
}

.fixed-bar .chat {height: 40px; background: #ffa019 url('../images/chat-bg.png') no-repeat center 12px; font-size: 12px; line-height: 14px; text-align: center; color: #fff; padding-top: 40px}
.fixed-bar li { width: 50px; height: 50px; background-color: #9c9ea3; margin-bottom: 3px; border-radius: 3px; cursor: pointer;  -webkit-transition: .3s; transition: .3s}
.fixed-bar .mail p {right: 0; padding-left: 50px; position: relative; height: 50px; line-height: 50px; width: 0; background: url('../images/f-mail.png') no-repeat 12px center; overflow: hidden; color: #fff; font-size: 14px}
.fixed-bar .weixin p { right: 0; padding-left: 50px; position: relative; height: 50px; line-height: 50px; width: 0; background: url('../images/f-weixin.png') no-repeat 12px center; overflow: hidden; color: #fff; font-size: 14px}
.fixed-bar .weixin:hover p { left: -140px; width: 120px; background-color: #00a1f2;padding: 10px; height: 130px; line-height: 130px;}
.fixed-bar .mail p a {color: #fff}
.fixed-bar .wapp p {right: 0; padding-left: 50px; position: relative; height: 50px; line-height: 50px; width: 0; background: url('../images/f-whatapp.png') no-repeat 12px center; overflow: hidden; color: #fff; font-size: 14p}
.fixed-bar .mail p a {color: #fff}
.fixed-bar li:hover p {left: -240px; width: 240px; background-color: #00a1f2;}
.fixed-bar .mail:hover,.fixed-bar .tel:hover {background-color: #00a1f2}
.fixed-bar .tel p {right: 0; padding-left: 50px; position: relative; height: 50px; line-height: 50px; width: 0; background: url('../images/f-whatapp.png') no-repeat 12px center; overflow: hidden; color: #fff; font-size: 14px}
.fixed-bar .tel p a {color: #fff}
.fixed-bar .skype p {right: 0; padding-left: 50px; position: relative; height: 50px; line-height: 50px; width: 0; background: url('../images/skype.png') no-repeat 12px center; overflow: hidden; color: #fff; font-size: 14px}
.fixed-bar .skype p a {color: #fff}
.fixed-bar .skype:hover,.fixed-bar .tel:hover {background-color: #00a1f2}
.fixed-bar .fixed-inquiry {background: #9c9ea3 url('../images/ico-inquiry.png') no-repeat center 12px; height: 70px; overflow: hidden}
.fixed-bar .fixed-inquiry a {display: block; color: #fff; font-size: 12px; text-align: center; padding-top: 44px; width: 50px; height: 26px}
.fixed-bar .fixed-inquiry:hover {background: #00a1f2 url('../images/ico-inquiry.png') no-repeat center 12px}
.fixed-bar .fixed-facebook {background: #00a1f2 url('../images/ico-facebook.png') no-repeat center}
.fixed-bar .fixed-facebook a {width: 50px;    height: 50px;    display: block}
.fixed-bar .fixed-facebook:hover {background: #00a1f2 url('../images/ico-facebook.png') no-repeat center}