﻿@charset "utf-8";
.banner {
	overflow: hidden;
	position: relative;
	max-height: 530px;
}
.banner .bd ul li {
	float: left;
}
.banner .bd ul li img {
	display: block;
}
.banner .bd ul li img.sj {
	display: none;
}
.banner .hd {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}
.banner .hd ul {
	width: 100%;
	overflow: hidden;
}
.banner .hd li {
	display: inline-block;
*display: inline;
*zoom: 1;
	width: 10px;
	height: 10px;
	background: #fff;
	font-size: 0;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
}
.banner .hd li.on {
	background: #c82126;
}
.homenav {
	padding-top: 30px;
}
.homenav ul li {
	float: left;
	width: 25%;
	border-top: 5px solid #efac00;
}
.homenav ul li.li {
	border-top: 5px solid #ef6600;
}
.homenav ul li a {
	display: block;
	position: relative;
	background: #000;
}
.homenav ul li a .bg {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg1.png);
	width: 100%;
	height: 100%;
}
.homenav ul li a img {
	display: block;
	margin: 0 auto;
}
.homenav ul li a .text {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #fff;
	top: 50%;
	margin-top: -50px;
}
.homenav ul li a .text p {
	padding-top: 10px;
}
.homenav ul li a .text_ {
	position: absolute;
	left: 10%;
	width: 80%;
	top: 50%;
	margin-top: -50px;
	color: #fff;
	text-align: center;
	display: none;
}
.homenav ul li a .text_ h2 {
	font-size: 22px;
}
.homenav ul li a:hover {
	display: block;
	position: relative;
	background: #c82126;
}
.homenav ul li a:hover .bg {
	background: #c82126;
}
.homenav ul li a:hover .text {
	display: none;
}
.homenav ul li a:hover .text_ {
	display: block;
}
.hcpxl {
	margin-top: 30px;
}
.hcpxl img {
	display: block;
}
.hcpxl .xiaotu {
	float: right;
	width: 50%;
}
.hcpxl .xiaotu ul li {
	position: relative;
	height: 33.33%;
	overflow: hidden;
}
.hcpxl .xiaotu ul li .img {
	float: left;
	width: 41.7%;
}
.hcpxl .xiaotu ul li .bg {
	position: absolute;
	width: 41%;
	left: 0;
	top: 0;
	height: 100%;
	border-left: 5px solid #f39800;
	background: url(../images/bg1.png);
	display: none;
}
.hcpxl .xiaotu ul li.cur .bg {
	display: block;
}
.hcpxl .xiaotu ul li .text {
	position: absolute;
	width: 58.3%;
	right: 0;
	height: 100%;
	top: 0;
	background: #fff;
}
.hcpxl .xiaotu ul li.cur .text {
	background: #c82126;
	color: #fff;
}
.hcpxl .xiaotu ul li .text .text_ {
	position: absolute;
	left: 10%;
	width: 80%;
	top: 50%;
	margin-top: -30px;
}
.hcpxl .xiaotu ul li .text .text_ h1 {
	font-size: 24px;
}
.hcpxl .xiaotu ul li .text .text_ a {
	font-size: 12px;
	display: block;
	width: 6em;
	line-height: 1.8em;
	background: #c82126;
	color: #fff;
	text-align: center;
	margin-top: 3px;
	border: 1px solid #c82126;
}
.hcpxl .xiaotu ul li.cur .text .text_ a {
	background: none;
	border: 1px solid #fff;
}
.hcpxl .datu {
	float: left;
	width: 50%;
	overflow: hidden;
	position: relative;
}
.hcpxl .datu ul li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.hcpxl .datu ul li.cur {
	display: block;
}
.homzuihs {
	background: #fff;
	margin-top: 30px;
	padding: 40px 0;
}
.homzuih .new {
	float: left;
	width: 55%;
	padding: 20px 2.5%;
	background: #ebebeb;
	overflow: hidden;
}
.homzuih .new .tit {
}
.homzuih .new .tit h2 {
	float: left;
	width: 8em;
	font-size: 20px;
	margin-right: 2px;
	line-height: 2em;
}
.homzuih .new .tit h2 a {
	display: block;
	color: #fff;
	background: #005FB7;
	text-align: center;
}
.homzuih .new .tit h2 a.cur {
	background: #c82126;
}
.homzuih .new .tit .mos {
	float: right;
	font-size: 20px;
	line-height: 2em;
}
.homzuih .new .tit a.more {
	color: #666;
	font-size: 14px;
	display: none;
}
.homzuih .new .tit a.more:hover {
	color: #c82126;
}
.homzuih .new .newS {
	overflow: hidden;
	padding-top: 35px;
	position: relative;
}
.homzuih .new .newS .bd ul li {
	overflow: hidden;
}
.homzuih .new .newS .bd ul li .text {
	float: left;
	width: 58%;
}
.homzuih .new .newS .bd ul li .text h1 {
	font-size: 24px;
	padding-bottom: 1em;
}
.homzuih .new .newS .bd ul li .text h1 a {
	color: #c82126;
	line-height: 1.2em;
}
.homzuih .new .newS .bd ul li .text p {
	color: #666;
}
.homzuih .new .newS .bd ul li .img {
	float: right;
	width: 38%;
}
.homzuih .new .newS .hd {
	position: absolute;
	left: 0;
	bottom: 0;
}
.homzuih .new .newS .hd ul li {
	display: inline-block;
	border: 1px solid #c82126;
	width: 10px;
	height: 10px;
	font-size: 0;
	cursor: pointer;
	margin-right: 5px;
}
.homzuih .new .newS .hd ul li.on {
	background: #c82126;
	width: 20px;
}
.vido {
	float: right;
	width: 32.5%;
	padding: 20px 2.5%;
	background: #ebebeb;
	overflow: hidden;
}
.vido img {
	display: block;
}
.vidos {
	position: relative;
}
.vido .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
.vido .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: url(../images/bg1.png);
	line-height: 30px;
}
.vido .text p {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 12px;
}
.aboutbanner {
	background: url(/UpImage/Relate/20160902132717.jpg.jpg) no-repeat center;
	background-size: cover !important;
	position: relative;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(  src='/UpImage/Relate/20160902132717.jpg',  sizingMethod='scale');
	height: 600px;
}
.aboutbannerT {
	position: relative;
	height: 400px !important;
}
.aboutbanner .xyy {
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 24px;
	cursor: pointer;
	margin-left: -12px;
}
.aboutbanner .wenz {
	position: absolute;
	right: 8%;
	top: 15%;
	width: 45%;
	max-width: 630px;
}
.Chairman {
	background: url(../images/dszzc1.jpg) no-repeat center bottom #fbfbfb;
	padding: 40px 0 20px;
}
.Chairman .img {
	float: left;
	width: 40%;
	padding-top: 40px;
}
.Chairman img {
	display: block;
}
.Chairman .text {
	float: left;
	width: 54%;
	margin-left: 3%;
	max-width: 640px;
	padding: 40px 0 20px;
	color: #333333;
}
.tits {
	text-align: center;
}
.tits h1 {
	font-size: 48px;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #c82126;
}
.tits h2 {
	font-size: 28px;
	line-height: 1.2em;
	background: url(../images/xian1.png) no-repeat center;
	color: #333333;
}
.Chairman .text .tits {
	text-align: left;
}
.Chairman .wap {
}
.Chairman .text .tits h2 {
	background: url(../images/xian1.jpg) no-repeat bottom left;
	padding-bottom: 0.5em;
}
.Chairman .text .text_ {
	padding: 0px 0 80px;
	background: url(../images/dszzc2.png) no-repeat right bottom;
}
.Group {
	background: #f2f2f2;
	padding: 90px 0;
	overflow: hidden;
}
/*.Group .wap{background: url(../images/bg6.png) no-repeat left 40px;}*/

.tits span {
	display: inline-block;
	font-size: 28px;
	height: 1.2em;
	width: 56px;
	background: url(../images/xian2.png) no-repeat center;
	color: #F2F2F2;
	text-align: left;
	-moz-user-select: none;/*火狐*/
	-webkit-user-select: none;/*webkit浏览器*/
	-ms-user-select: none;/*IE10*/
	-khtml-user-select: none;/*早期浏览器*/
	user-select: none;
}
.Group .wap {
	position: relative;
}
.Group .wap .wapss {
	position: relative;
	z-index: 2;
}
.Group .wap img {
	display: block;
}
.Group .wap .img {
	padding-top: 30px;
	border-bottom: 0px solid #fff;
	overflow: hidden;
}
.Group .wap .text {
	background: #c82126;
	color: #fff;
	padding: 40px;
}
.Group .wap .img img {
	display: block;
	transition: 0.9s;
	-ms-transition: 0.9s;
	-webkit-transition: 0.9s;
	-o-transition: 0.9s;
	-moz-transition: 0.9s;
}
.Group .wap .img img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.groupimg {
	position: absolute;
	right: 0;
	bottom: -90px;
	z-index: 1;
}
.Leadership {
	background: url(../images/bg2.jpg) no-repeat center; /*background-attachment:fixed ; */
	padding: 90px 0;
}
.Leadership_ {
	width: 96%;
	margin: 0 auto;
	max-width: 1030px;
}
.Leadership_ ul {
	padding-top: 30px;
}
.Leadership_ ul li {
	float: left;
	width: 24.8%;
	margin: 0 0.1% 2px;
}
.Leadership_ ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}
.Leadership_ ul li a .text {
	background: url(../images/bg1.png);
	line-height: 1.2em;
	padding: 5px 3%;
	width: 94%;
	position: absolute;
	left: 0;
	bottom: -100px;
	color: #fff;
	transition: 0.4s;
	-ms-transition: 0.4s;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
}
.Leadership_ ul li a:hover .text {
	bottom: 0;
}
.Leadership_ ul li.li a:hover .text {
	bottom: 8%;
}
.honor {
	background: url(../images/bg3.jpg) no-repeat center top #e4e4e4;
	padding: 10% 0 160px;
}
.honor_ {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
}
.honor_ .tits {
	color: #fff;
}
.honor_ .tits h1 {
	color: #fff;
}
.honor_ .tits h2 {
	background: url(../images/xian5.png) no-repeat center;
	color: #fff;
}
.honor_ .tits span {
}
.A_Demo {
	width: 100%;
	/*overflow: hidden;*/

	position: relative;
	margin: 40px auto 0;
	text-align: center;
}
.poster-btn {
	display: inline-block;
*display: inline;
*zoom: 1;
	width: 30px;
	height: 30px;
	background: #c82126;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
*margin: 0 3px;
	margin-top: 40px;
}
.A_Demo a, .A_Demo img {
	display: block;
}
.A_Demo .poster-list {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.A_Demo .poster-list .poster-item a {
	display: block;
}
.A_Demo .poster-list .poster-item {
	position: absolute;
	left: 0;
	top: 0;
}
.A_Demo .poster-prev-btn {
	left: -40px;
}
.A_Demo .poster-next-btn {
	right: -40px;
}
.chart {
	padding: 90px 0;
}
.chart .zzjg {
	margin-top: 40px;
}
.events {
	padding: 8% 0;
	background: url(../images/bg4.jpg) no-repeat center;
	position: relative;
}
.evente {
	width: 96%;
	max-width: 660px;
	margin: 40px auto;
	position: relative;
}
.evente ul {
	position: relative;
	height: 270px;
}
.evente ul li {
	padding: 60px 10%;
	color: #fff;
	display: none;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	width: 80%;
	background: #c82126;
}
.evente ul li.cur {
}
.evente ul li h3 {
	font-size: 36px;
	line-height: 1.1em;
	padding-left: 20px;
	border-left: 3px solid #F39800;
	margin-bottom: 20px;
}
.evente ul li p {
	font-size: 20px;
}
.evenyew {
	width: 96%;
	max-width: 660px;
	margin: 0px auto;
	background: url(../images/ry3.jpg) repeat-x center 2em;
	font-size: 30px;
	text-align: center;
	line-height: 1.5em;/* overflow-x: scroll;*/
}
.evenyew ul li {
	float: left;
	width: 130px;
}
.evenyew ul li a {
	display: block;
	padding-bottom: 0.7em;
	background: url(../images/ry1.jpg) no-repeat center bottom;
	color: #c82126;
}
.evenyew ul li.cur a, .evenyew ul li a:hover {
	background: url(../images/ry2.jpg) no-repeat center bottom;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #c82126;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #c82126;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonLeft {
	display: none !important;
}
.events .next {
	position: absolute;
	cursor: pointer;
	right: -50px;
	top: 50%;
	margin-top: -17px;
}
.events .prev {
	position: absolute;
	cursor: pointer;
	left: -50px;
	top: 50%;
	margin-top: -17px;
}
.abounav {
	position: fixed;
	top: 50%;
	right: 50%;
	margin-right: -685px;
	margin-top: -72px;
	display: none;
	z-index: 50;
}
.abounav dl dd {
	overflow: hidden;
	line-height: 24px;
	height: 24px;
	width: 102px;
}
.abounav dl dd a {
	color: #fff;
	display: block;
	overflow: hidden;
}
.abounav dl dd a span {
	float: left;
	width: 24px;
	height: 8px;
	margin-top: 8px;
}
.abounav dl dd a span b {
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	margin: 0 auto;
}
.abounav dl dd.cur a span, .abounav dl dd a:hover span {
	background: url(../images/aboutnav1.png) no-repeat center;
}
.abounav dl dd a font {
	float: left;
	margin-left: 8px;
	display: none;
}
.abounav dl dd a:hover font, .abounav dl dd.cur a font {
	display: block;
}
.abounav dl dt {
	width: 100%;
	height: 34px;
	background: url(../images/aboutnav12.png) no-repeat 3px center;
	margin-top: 10px;
	cursor: pointer;
}
.abounav {
}
.abounav dl dd a {
	color: #333;
}
.abounav dl dd a span b {
	background: #333;
}
.abounav dl dd.cur a span, .abounavH dl dd a:hover span {
	background: url(../images/aboutnav3.png) no-repeat center;
}
.abounav dl dt {
	background: url(../images/aboutnav4.png) no-repeat 3px center;
}
.fybanner {
	height: 400px;
	position: relative;
}
.fybanner .tit {
	position: absolute;
	left: 0%;
	top: 50%;
	color: #c82126;
	width: 100%;
	text-align: center;
	margin-top: -45px;
}
.fybanner .tit h1 {
	font-size: 48px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}
.fybanner .tit h2 {
	font-size: 28px;
	line-height: 1.2em;
	background: url(../images/xian1.png) no-repeat center;
	color: #333333;
}
.fybanner .fynav, .fybanner .newnav {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
}
.fybanner .fynav ul li {
	float: left;
	width: 16.66%;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}
.fybanner .fynav ul li a {
	display: block;
	background: url(../images/erjnav1.png);
	color: #fff;
	margin: 0 1px;
}
.fybanner .fynav ul li a:hover, .fybanner .fynav ul li a.cur {
	background: #c82126;
}
.fynav .xznav {
	display: none;
}
.fybanner .newnav a {
	width: 49.6%;
	margin: 0 0.2%;
	float: left;
	line-height: 50px;
	font-size: 18px;
	background: url(../images/erjnav1.png);
	color: #fff;
	text-align: center;
}
.fybanner .newnav a.cur, .fybanner .newnav a:hover {
	background: #c82126;
}
.download {
	padding-bottom: 40px;
}
.download .title {
	text-align: center;
	padding: 20px 0;
}
.download .title ul li {
	display: inline-block;
*display: inline;
*zoom: 1;
	margin: 20px 30px;
}
.download .title ul li a {
	display: block;
	background: url(../images/zlxzn1.png) no-repeat left top;
	line-height: 24px;
	padding-left: 15px;
	color: #333333;
	font-size: 18px;
}
.download .title ul li a.cur, .download .title ul li a:hover {
	background: url(../images/zlxzn2.png) no-repeat left top;
	color: #c82126;
}
.download_ {
}
.download_ ul li {
	float: left;
	width: 23%;
	margin-left: 2.66%;
	padding-bottom: 25px;
}
.download_ ul li img {
	display: block;
}
.download_ ul li .text {
	line-height: 40px;
	text-align: center;
	background: #c82126;
	margin-top: 1px;
	color: #fff;
	position: relative;
}
.download_ ul li .text a {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 40px;
}
.page {
	padding-top: 15px;
	line-height: 24px;
	text-align: center;
}
.page a {
	display: inline-block;
*display: inline;
*zoom: 1;
	margin: 0 5px;
	color: #666666;
	min-width: 1em;
}
.page a:hover, .page span {
	display: inline-block;
*display: inline;
*zoom: 1;
	margin: 0 5px;
	color: #005FB7;
	min-width: 1em;
}
.Position {
	background: url(../images/1.jpg) no-repeat center;
	height: 675px !important;/* background-attachment:fixed;*/
	padding: 1px 0;/* background-size: auto 1100px !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(

    src='../images/1.jpg',

    sizingMethod='scale');*/
}
.Position .tit {
	text-align: center;
	margin-top: 90px;
}
.Position .tit h1 {
	font-size: 48px;
	color: #c82126;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
}
.Position .tit h2 {
	font-size: 28px;
	line-height: 1.2em;
	background: url(../images/xian1.png) no-repeat center;
}
.Position_ {
	margin-top: 20px;
	background: url(../images/6.png);
	padding-bottom: 40px;
}
.Position_ th {
	line-height: 50px;
	background: #c82126;
	color: #fff;
	font-size: 18px;
}
.Position_ td {
	line-height: 20px;
	text-align: center;
	padding: 8px;
	border-bottom: 1px solid #dcdcdc;
	color: #666;
}
.Position_ tbody tr {
	cursor: pointer;
}
.Position_ tbody tr:hover td {
	color: #c82126;
}
.policy {
	padding: 40px 0;
	background: url(../images/18.jpg) no-repeat center;
}
.policy .tits h1 {
	color: #c82126;
}
.policy .tits h2 {
	background: url(../images/xian1.png) no-repeat center;
}
.policy ul {
	margin-top: 20px;
}
.policy ul li {
	float: left;
	width: 31.83%;
	margin-left: 2%;
	padding-bottom: 25px;
}
.policy ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}
.policy ul li a .img {
	background: #000;
}
.policy ul li a .text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15% 5%;
	color: #fff;
	display: none;
	height: 70%;
}
.policy ul li a .tit {
	text-align: center;
	padding: 5px 0;
	background: #fff;
	position: relative;
	z-index: 5;
}
.policy ul li a .tit h1 {
	font-size: 18px;
	line-height: 24px;
}
.policy ul li a .tit h2 {
	color: #999;
}
.policy ul li a:hover .img img {
	opacity: 1;
	filter: alpha(opacity=1);
}
.policy ul li a:hover .tit, .policy ul li a:hover .tit h2 {
	background: #F39800;
	color: #fff;
}
.policy ul li a:hover .text {
	display: block;
	background: url(../images/bg0.png);
}
.advanced {
	padding: 10% 0;
}
.advanced .tits h1 {
	color: #c82126;
}
.advanced .tits h2 {
	background: url(../images/xian1.png) no-repeat center;
}
.advanced .tits div {
	padding: 20px 0;
	line-height: 24px;
}
.advanced ul li {
	float: left;
	width: 20%;
	text-align: center;
	padding-top: 40px;
}
.advanced ul li img {
	display: block;
	margin: 0 auto;
	max-width: 140px;
}
.advanced ul li p {
	padding-top: 10px;
	font-size: 20px;
}
.benefits {
	padding: 40px 0;
	background: url(../images/17.jpg) no-repeat center;
}
.benefits .tits h1 {
	color: #c82126;
}
.benefits .tits h2 {
	background: url(../images/xian1.png) no-repeat center;
}
.benefits .tits div {
	padding: 20px 0;
	line-height: 24px;
}
.benefits ul {
	padding-top: 20px;
}
.benefits ul li {
	float: left;
	width: 31.83%;
	margin-left: 2%;
	padding-bottom: 20px;
}
.benefits .lxwm {
	background: #c82126;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.benefits .lxwm div {
	float: left;
	width: 33.3%;
}
.benefits .lxwm div.t {
	background: url(../images/14.jpg) no-repeat right center #005FB7;
}
.benefits .lxwm div.dh span {
	background: url(../images/15.jpg) no-repeat left center;
	padding-left: 20px;
}
.benefits .lxwm div.yx span {
	background: url(../images/16.jpg) no-repeat left center;
	padding-left: 30px;
}
.abounavs {
	margin-right: -720px;
}
.skill {
	padding: 40px 0 60px;
}
.skill ul li {
	padding-bottom: 5px;
	position: relative;
}
.skill ul li h1 {
	font-size: 22px;
	padding-left: 20px;
	position: relative;
	background: #e6e6e6;
	cursor: pointer;
	padding-right: 58px;
}
.skill ul li h1 p {
	line-height: 20px;
	padding: 14px 0;
}
.skill ul li h1 font {
	width: 48px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	background: #808080;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 48px;
}
.skill ul li.cur h1 font {
	background: #F39800;
}
.skill ul li .skills {
	display: none;
	overflow: hidden;
	position: relative;
}
.skill ul li .text {
	padding: 20px;
	line-height: 22px;
	color: #666666;
}
.skill ul li .text p.sp {
	padding-left: 15px;
	background: url(../images/syjq1.jpg) no-repeat left 8px;
}
.skill ul li .img {
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.skill ul li .img img {
	max-width: 100%;
}
.newlist {
	padding: 40px 0;
}
.newlist ul li {
	float: left;
	width: 30%;
	margin-left: 2%;
	padding-bottom: 20px;
}
.newlist ul li a {
	display: block;
}
.newlist ul li a .img {
}
.newlist ul li a .img img {
	display: block;
}
.newlist ul li a .text {
	padding: 10px 5px 20px;
}
.newlist ul li a span {
	color: #999;
}
.newlist ul li a h2 {
	font-size: 18px;
	line-height: 2.2em;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newlist ul li a p {
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	color: #999;
}
.newlist ul li a:hover {
	background: #005FB7;
	color: #fff;
}
.newlist ul li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.newlist ul li a:hover p, .newlist ul li a:hover span {
	color: #fff;
}
.newlist dl dd {
	float: left;
	width: 31.83%;
	margin-left: 2%;
	padding-bottom: 20px;
}
.newlist dl dd a {
	display: block;
	position: relative;
}
.newlist dl dd a .img {
}
.newlist dl dd a img {
	display: block;
}
.newlist dl dd a .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
}
.newlist dl dd a .text {
	background: url(../images/bg1.png);
	padding: 5px 2%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
}
.newlist dl dd a .text p {
	color: #fff;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsN ul li {
	float: left;
	width: 25%;
	text-align: center;
}
.newsN ul li a {
	display: block;
	background: url(../images/pic2.jpg) center;
	height: 180px;
	color: #fff;
	position: relative;
}
.newsN ul li.li1 a {
	background: #c82126;
}
.newsN ul li.li2 a {
	background: #F39800;
}
.newsN ul li a .text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -40px;
}
.newsN ul li a .text h1 {
	font-size: 30px;
	text-transform: uppercase;
}
.newsN ul li a .text h1 span {
	border-bottom: 1px solid #fff;
}
.newsN ul li a .text h2 {
	font-size: 24px;
}
.newDT {
	height: 300px;
}
.newDTN {
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 100%;
}
.newDTN ul li {
	display: inline-block;
*display: inline;
*zoom: 1;
}
.newDTN ul li a {
	display: block;
	margin: 0 1px;
	width: 6em;
	line-height: 1.8em;
	color: #fff;
	background: #808080;
	font-size: 18px;
}
.newDTN ul li a:hover, .newDTN ul li a.cur {
	background: #c82126;
}
.newDc {
	padding-bottom: 40px;
}
.newDct {
	padding: 10px 0 20px;
	border-bottom: 1px dashed #d2d2d2;
	border-top: 1px dashed #d2d2d2;
	text-align: center;
}
.newDct h1 {
	font-size: 24px;
	padding: 10px 0;
}
.newDct span {
	color: #999;
	padding: 0 5px;
}
.newDcs {
	padding: 20px 0;
	color: #666;
}
.newDcs img {
	max-width: 100%;
	height: auto !important;
}
.pages {
	margin-top: 20px;
	padding: 10px 0;
	border-bottom: 1px dashed #d2d2d2;
	border-top: 1px dashed #d2d2d2;
	color: #666;
}
.pages a {
	color: #666;
}
.pages a:hover {
	color: #c82126;
}
.pages dl dd {
	float: left;
	width: 35%;
	border-left: 1px dashed #d2d2d2;
	padding: 0 1%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pages dl dd:first-child {
	border: 0;
}
.pages dl dt {
	float: right;
	margin-right: 10px;
}
.pages dl dt a {
	background: url(../images/fh.jpg) no-repeat left center;
	padding-left: 20px;
}
.videoD {
	width: 96%;
	max-width: 810px;
	margin: 0 auto;
	padding: 40px 0;
}
.pagess {
	margin-top: 20px;
}
.pagess h1 {
	float: left;
	width: 70%;
	font-size: 20px;
}
.pagess a {
	background: url(../images/fh.jpg) no-repeat left center;
	padding-left: 20px;
	float: right;
}
.pagess a.fhsy {
	background: url(../images/home.png) no-repeat left center;
}
.join {
	padding: 60px 0;
}
.join .joindb {/*background: url(../images/join1.jpg) center;*/
	padding: 30px 0;
}
.join .joindb ul li {
	float: left;
	width: 45%;
	padding: 0 4% 15px 0;
	line-height: 38px;
}
.join .joindb ul li .te1 {
	width: 90%;
	padding: 0 6px;
	height: 36px;
	line-height: 36px;
	background: none;
	border: 1px solid #aaaaaa;
	margin: 0 0 15px 0;
}
.join .joindb ul li span {
	float: left;
	width: 3em;
	padding-left: 1em;
}
.join .joindb ul li label {
	float: left;
	margin-right: 20px;
}
.xlbd {
	float: left;
	width: 17%;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #aaaaaa;
	position: relative;
	padding: 0 3%;
	margin-top: 3px;
}
.xlbd p {
	background: url(../images/join2.png) no-repeat right center;
}
.xlbd input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.xlbd .xlbds {
	position: absolute;
	left: 0;
	top: 31px;
	background: #fff;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	line-height: 28px;
	font-size: 13px;
	color: #666;
	display: none;
}
.xlbd .xlbds h3 {
	cursor: pointer;
}
.xlbd .xlbds h3:hover {
	background: #e3e3e3;
}
.tjcz {
	padding-top: 20px;
}
.tjcz input {
	float: left;
	padding-left: 2.5em;
	border: 0;
	background: url(../images/join3.png) no-repeat 1em center #c82126;
	padding-right: 2em;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	margin-right: 20px;
	cursor: pointer;
}
.tjcz input.cz {
	background: url(../images/join4.png) no-repeat 1em center #808080;
}
.tjcz div {
	float: right;
	line-height: 36px;
}
.tjcz div a {
	color: #c82126;
}
.yemtit {
	text-align: center;
	color: #c82126;
	padding: 60px 0;
}
.yemtit h1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2em;
}
.yemtit h2 {
	font-size: 16px;
	text-transform: uppercase;
}
.produDnav {
}
.produDnav ul li {
	float: left;
	width: 15%;
	margin-right: 1%;
	text-align: center;
	background: url(../images/p1.png);
	line-height: 70px;
	font-size: 14px;
	margin-bottom: 8px;
}
.produDnavs ul li {
	width: 16.66%;
}
.produDnav ul li a {
	display: block;
}
.produDnav ul li a span {
	background: none !important;/* padding-left: 50px; */
	display: inline-block;
*display: inline;
*zoom: 1;
	background: none !important;
}
.produxq .produpic .next {
	position: absolute;
	right: 0px;
	bottom: 0;
	width: 60px;
	cursor: pointer;
}
.produDnav ul li a span.i3 {
	background: url(../images/5.png) no-repeat left center;
}
.produDnav ul li a span.i2 {
	background: url(../images/7.png) no-repeat left center;
}
.produDnav ul li a:hover, .produDnav ul li a.cur {
	background: url(../images/8.jpg) repeat-x;
	color: #fff;
}
.produDnav ul li a:hover span, .produDnav ul li a.cur span {
	background: none !important;
	color: #fff;
}
.produD {
	background: #fff;
	padding-bottom: 40px;
	line-height: 24px;
}
.produxq {
}
.produxq .produpic {
	float: left;
	width: 45%;
	overflow: hidden;
	position: relative;
}
.produxq .produpic .bd {
	overflow: hidden;
}
.produxq .produpic img {
	display: block;
}
.produxq .produpic .bd ul li {
	float: left;
	position: relative;
}
.produxq .produpic .bd ul li .tit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 60px;
	background: url(../images/bg1.png);
	font-size: 32px;
}
.produxq .produpic .bd ul li .tit p {
	padding-right: 120px;
}
.produxq .produpic .prev {
	position: absolute;
	right: 60px;
	bottom: 0;
	width: 60px;
	cursor: pointer;
}
.produxq .produpic .next {
	position: absolute;
	right: 0px;
	bottom: 0;
	width: 60px;
	cursor: pointer;
}
.produtext {/*float: left; width: 40%;*/
	margin-left: 5%;
	padding-top: 20px;
	line-height: 28px;
}
.produtext h1 {
	font-size: 30px;
	line-height: 1.5em;
	padding-bottom: 0.5em;
}
.produtext h2 {
	color: #c82126;
	line-height: 2.3em;
}
.produtext h2.yyly {
	padding-top: 20px;
}
.cptd, .cptds {
	padding-top: 40px;
}
.produC .tit {
	border-top: 1px solid #f0f0f0;
	border-left: 2px solid #F39800;
	line-height: 36px;
	padding-left: 60px;
	background: url(../images/p6.jpg) no-repeat 20px center;
	color: #c82126;
}
.produC .cptds_ {
	margin: 20px auto 0;
	width: 90%;
}
.cptd table th {
	border: 1px solid #333;
	font-weight: bold !important;
	line-height: 20px;
	padding: 5px;
}
.cptd table td {
	border: 1px solid #333;
	text-align: center;
	line-height: 20px;
	padding: 5px;
}
.produC .cptds .tit {
	background: url(../images/p7.jpg) no-repeat 20px center;
}
.research {
	background: url(../images/s2.jpg) no-repeat center;
	padding: 5% 0 10%;
}
.researchs {
	background: #fff;
	width: 75%;
	position: relative;
	padding: 3% 5% 3% 20%;
	margin-top: 4%;
	font-size: 16px;
	color: #666;
	line-height: 1.8em;
	box-shadow: 0 0 10px rgba(0,91,172,0.3) inset;
}
.researchs span {
	color: #F39800;
}
.researchs .img {
	position: absolute;
	left: -15%;
	top: -30%;
	width: 30%;
}
.manufacturing {
	padding: 5% 0;
}
.manufacturing .tits p {
	padding: 20px 0;
	color: #666666;
	font-size: 16px;
	line-height: 1.8em;
}
.manufact {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.manufact .prev {
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 50px;
	background: #333;
	margin-top: -25px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-family: simsun;
	cursor: pointer;
	font-size: 18px;
}
.manufact .next {
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 50px;
	background: #333;
	margin-top: -25px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-family: simsun;
	cursor: pointer;
	font-size: 18px;
}
.manufact .next:hover, .manufact .next:hover {
	background: #F39800;
}
.obtained {
	padding: 8% 0 0;
	background: url(../images/6.jpg);
}
.obtaineds {/*background: #fff;*/
	padding-bottom: 8%;
	margin-top: 3%;
	padding-top: 2%;
	overflow: hidden;
}
.obtaineds_ {
	overflow: hidden;
}
.obtaineds_ .bd ul li {
	cursor: pointer;
	width: 23%;
	float: left;
	margin: 20px 1%;
}
.obtaineds_ .hd {
	text-align: center;
	padding-top: 3%;
}
.obtaineds_ .hd ul li {
	display: inline-block;
*display: inline;
*zoom: 1;
	width: 15px;
	height: 15px;
	font-size: 0;
	border-radius: 100%;
	background: #b5b5b5;
	cursor: pointer;
	margin: 0 5px;
}
.obtaineds_ .hd ul li.on {
	background: #F39800;
}
.obttcbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 50;
	display: none;
	filter: alpha(opacity=70);
}
.obttc {
	position: fixed;
	z-index: 60;
	width: 400px;
	padding: 20px;
	background: #fff;
	top: 50%;
	margin-left: -210px;
	left: 50%;
	margin-top: -302px;
	display: none;
}
.obttc .cose {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 20px;
	line-height: 20px;
	font-family: simsun;
	font-weight: bold;
	cursor: pointer;
}
.busine {
	background: #fff;
	padding: 20px 0;
	line-height: 28px;
	color: #666666;
}
.busine .tit {
	color: #c82126;
	font-size: 18px;
	padding: 0px 0 10px;
	border-bottom: 1px dashed #D2D2D2;
	width: 94%;
	margin: 0 auto;
	line-height: 24px;
}
.busine .titf {
	text-align: center;
	width: 94%;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px dashed #D2D2D2;
}
.busine h2 {
	color: #c82126;
	padding-bottom: 0.3em;
	font-size: 18px;
}
.busine img {
	max-width: 100%;
	height: auto !important;
}
.xgcp {
	padding: 40px 0;
}
.xgcp h1 {
	text-align: center;
	font-size: 28px;
	line-height: 2em;
	border-bottom: 1px dashed #D2D2D2;
}
.xgcp_ .bd {
	overflow: hidden;
	margin-top: 20px;
}
.xgcp_ .bd ul li {
	float: left;
}
.xgcp_ .bd ul li h2 {
	font-size: 22px;
	line-height: 1.5em;
	padding-top: 0.5em;
}
.xgcp_ .bd ul li p {
	color: #666;
}
.xgcp_ .bd ul li a {
	display: block;
}
.xgcp_ .bd ul li .text a {
	width: 6em;
	border: 1px solid #bdbdbd;
	margin-top: 10px;
	text-align: center;
	color: #666;
}
.xgcp_ {
	position: relative;
}
.xgcp_ .prev {
	position: absolute;
	left: 0;
	top: 36%;
	margin-top: -25px;
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #666;
	cursor: pointer;
}
.xgcp_ .next {
	position: absolute;
	right: 0;
	top: 36%;
	margin-top: -25px;
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #666;
	cursor: pointer;
}
.xgcp_ .prev, .xgcp_ .next {
	background: #F39800;
}
.ywlc {
	padding: 5% 0;
}
.service {
	padding: 5% 0;
}
.cidjimg {
	width: 843px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#Con {
	text-align: center
}
.mapDiv {
	width: 200px;
	color: #369;
	background: #c82126;
	position: absolute;
	display: none;
	color: #fff;
	padding: 20px;
	font-size: 12px;
	line-height: 16px;
}
.mapDiv font {
	position: absolute;
	background: url(../images/yxwl2.png) no-repeat;
	width: 13px;
	height: 15px;
	top: 5px;
	left: -12px;
}
.mapDiv ul {
	border: 1px dashed #fff;
	padding: 10px;
}
.mapDiv ul li {
	border-bottom: 0px dashed #fff;
	padding: 5px 0;
}
.shoujmap {
	display: none;
}
/*searchC*/

.searchC {
	padding: 40px 0;
}
.searchd {
	background: #f0f0f0;
	padding: 5px 10px;
}
.searchd input {
	float: left;
	width: 193px;
	line-height: 28px;
	background: #fff;
	padding: 0 5px;
	border: 1px solid #bfbfbf;
	font-size: 12px;
}
.searchd a {
	float: left;
	margin-left: 10px;
	width: 5em;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #828282;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.searchC ul {
	padding-top: 20px;
}
.searchC ul li {
	padding: 20px 0;
	border-bottom: 1px solid #d8d8d8;
}
.searchC ul li a {
	display: block;
	color: #666666;
	line-height: 24px;
}
.searchC ul li a h2 {
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.searchC ul li a h2 b {
	font-size: 18px;
	padding: 0 5px;
	font-weight: 200;
}
.searchC ul li a h2 font {
	font-weight: 200;
}
.searchC ul li a h2 span {
	font-size: 18px;
	font-weight: 200;
	padding-right: 5px;
}
.searchC ul li a p {
	padding-top: 5px;
}
.newlists {
	padding: 40px 0 110px;
}
.newlists ul li a {
	position: relative;
	display: block;
}
.newlists ul li .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
.newlists ul li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 36px;
	background: url(../images/bg1.png);
	color: #fff;
}
.newlists ul li .text p {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zhapxq {
	padding: 40px 0;
}
.zhapxq th {
	background: #F39800;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0;
	border: 1px solid #fff;
}
.zhapxq td {
	border: 1px solid #dcdcdc;
	padding: 20px 20px;
}
.zhapxq td h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.zhapxq td a {
	display: block;
	width: 80px;
	text-align: center;
	background: #F39800;
	color: #fff;
	line-height: 30px;
	margin: 10px auto 0;
}
.zhapxq td ul {
	color: #666;
}
.zhapxq td ul li {
	float: left;
	width: 25%;
	font-weight: bold;
}
.wzyq {
	padding-top: 20px;
}
.wzyq h3 {
	font-weight: bold;
	padding-bottom: 10px;
}
.wzyq p {
	color: #666;
}
.jmxq {
	position: fixed;
	width: 1050px;
	left: 50%;
	top: 5%;
	height: 90%;
	margin-left: -525px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
	z-index: 20%;
	z-index: 60;
	display: none;
}
.jmxq .cose {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	position: absolute;
	right: 8px;
	top: 8px;
	font-family: simsun;
	font-weight: bold;
	cursor: pointer;
}
.jmxq .jmxqs {
	padding: 30px;
	line-height: 2em;
}
.jmxq .jmxqs h3 {
	font-size: 14px;
	color: #007ECA;
	font-weight: bold;
	line-height: 2em;
}
.jmxq .jmxqs p {
	color: #4c4c4c;
}
 @media(max-height:800px) {
.aboutbanner {
	background: url(../images/banner1.jpg) no-repeat center;
	background-size: 110%;
}
/*.aboutbannerT{background: url(../images/1.jpg) no-repeat center; background-size:110%;}*/

}
 @media(max-width:1300px) {
.fybanner .fynav, .fybanner .newnav {
	left: 2%;
	margin-left: 0;
}
.newsN ul li a .text {
	margin-top: -31px;
}
.newsN ul li a .text h1 {
	font-size: 24px;
}
.newsN ul li a .text h2 {
	font-size: 18px;
}
}
 @media(max-width:1100px) {
.zhapxq td ul li {
	width: 50%;
	font-weight: 200;
}
.jmxq {
	width: 94%;
	left: 3%;
	margin-left: 0;
}
}
 @media(max-width:960px) {
.homenav ul li {
	width: 50%;
}
.homenav ul li a .text, .homenav ul li a .text_ h2, .hcpxl .xiaotu ul li .text .text_ h1 {
	font-size: 18px;
}
.homenav ul li a .text_ p {
	font-size: 12px;
}
.download_ ul li {
	width: 31.33%;
	margin-left: 3%;
}
.download_ ul li .text {
	line-height: 30px;
}
.download_ ul li .text a {
	width: 30px;
}
.fybanner .fynav {
	height: 40px;
	background: url(../images/erjnav1.png);
}
.fybanner .newnav a {
	line-height: 40px;
	font-size: 16px;
}
.fybanner .fynav ul {
	position: absolute;
	top: 40px;
	right: 0;
	width: 60%;
	max-width: 300px;
	background: url(../images/bg2.png);
	border-top: 1px solid #fff;
	display: none;
}
.fybanner .fynav ul li {
	font-size: 16px;
	line-height: 40px;
	display: block;
	width: 100%;
}
.fynav .xznav {
	display: block;
	position: absolute;
	width: 30px;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
.download .title ul li {
	margin: 10px 30px;
}
.fybanner .tit h1, .Position .tit h1 {
	font-size: 36px;
}
.fybanner .tit h2, .Position .tit h2 {
	font-size: 20px;
}
.policy ul li {
	width: 48.5%;
	margin-left: 3%;
}
.policy ul li a .text {
	padding: 5%;
	font-size: 13px;
}
.policy ul li a .tit h1 {
	font-size: 16px;
}
.advanced ul li img {
	width: 80%;
}
.advanced ul li p {
	font-size: 14px;
}
.benefits ul li {
	width: 49%;
	padding-bottom: 10px;
}
.benefits .lxwm {
	font-size: 14px;
}
.benefits .lxwm span {
	display: inline-block;
}
.benefits .lxwm div {
	width: 38%;
}
.benefits .lxwm .t {
	width: 24%;
}
.skill ul li .img {
	position: relative;
	right: 0;
	bottom: 0;
	padding: 0 20px;
}
.skill ul li h1 {
	font-size: 18px;
}
.newlist ul li {
	width: 49%;
}
.newsN ul li {
	width: 50%;
	border-top: 1px solid #fff;
}
.newsN ul li a .text {
	margin-top: -31px;
}
.newsN ul li a .text h1 {
	font-size: 24px;
}
.newsN ul li a .text h2 {
	font-size: 18px;
}
.newDct {
	padding: 10px 0 15px;
}
.newDct h1 {
	font-size: 18px;
	padding: 5px 0;
}
.pages {
	padding: 5px 0;
	position: relative;
}
.pages dl dd {
	width: 98%;
	padding: 3px 1%;
}
.pages dl dt {
}
.join .joindb ul li {
	width: 96%;
}
.produDnav ul li a span {
	padding-left: 0;
	background: none !important;
}
.produtext {
	width: 45%;
}
.produxq .produpic .bd ul li .tit {
	font-size: 18px;
	line-height: 40px;
}
.produtext h1 {
	font-size: 20px;
}
.produxq .produpic .prev {
	width: 40px;
	right: 40px;
}
.produxq .produpic .next {
	width: 40px;
}
.cidjimg {
	display: none;
}
.shoujmap {
	background: #fff;
	padding: 20px;
	display: block;
}
.shoujmap ul {
	padding-bottom: 20px;
}
.shoujmap ul li {
	padding-top: 10px;
	color: #666;
	font-size: 12px;
}
.shoujmap h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.events .next {
	right: 0px;
}
.events .prev {
	left: 0;
}
.evente ul li h3 {
	font-size: 24px;
}
.evente ul li p {
	font-size: 18px;
}
.aboutbanner .wenz {
	width: 80%;
}
}
 @media(max-width:840px) {
.produxq .produpic {
	width: 100%;
}
.produtext {
	padding: 20px 5%;
	margin-left: 0;
	width: 90%;
}
.produDnav ul li {
	font-size: 18px;
}
.produDnavs ul li {
	width: 50%;
}
}
 @media(max-width:640px) {
.banner .bd ul li img {
	display: none;
}
.banner .bd ul li img.sj {
	display: block;
}
.hcpxl .datu {
	width: 100%;
}
.hcpxl .xiaotu {
	width: 100%;
}
.homenav {
	padding-top: 20px;
}
.hcpxl {
	margin-top: 20px;
}
.homzuihs {
	padding: 20px 0;
	margin-top: 20px;
}
.homzuih .new .tit h2, .homzuih .new .newS .bd ul li .text h1, .homzuih .new .tit .mos {
	font-size: 16px;
}
.homzuih .new .newS {
	padding: 20px 0;
}
.homzuih .new .tit a.more {
	font-size: 12px;
}
.homzuih .new, .vido {
	width: 95%;
}
.vido {
	margin-top: 20px;
}
.copyright .waps {
	font-size: 12px;
}
.aboutbanner {
	background: url(../images/banner1.jpg) no-repeat center;
	background-size: auto 100%;
}
/*.aboutbannerT{background: url(../images/1.jpg) no-repeat center; background-size: auto 100%;}*/

.Chairman .img {
	width: 100%;
	float: none;
}
.Chairman .text {
	float: none;
	width: 96%;
	margin: 20px auto 0;
	padding-top: 0;
}
.tits h1 {
	font-size: 30px;
}
.tits h2, .tits h2 span {
	font-size: 24px;
}
.Group .wap .text {
	padding: 20px;
}
.Leadership_ ul li {
	width: 49.4%;
	margin: 0 0.3% 2px;
}
.Leadership, .Group {
	padding: 40px 0;
}
.Position_ .yc {
	display: none;
}
.Position_ th {
	font-size: 14px;
	line-height: 36px;
}
.Position_ td {
	font-size: 12px;
	padding: 5px;
}
.advanced ul li {
	width: 33%;
}
.benefits .lxwm div, .benefits .lxwm div.t {
	width: 100%;
}
.skill ul li h1 p {
	padding: 10px 0;
}
.skill ul li h1 font {
	width: 40px;
	line-height: 40px;
	height: 40px;
}
.newsN ul li a .text {
	margin-top: -24px;
}
.newsN ul li a .text h1 {
	font-size: 18px;
}
.newsN ul li a .text h2 {
	font-size: 14px;
}
.pagess h1 {
	width: 100%;
	font-size: 16px;
}
.join .joindb ul li {
	padding-bottom: 5px;
}
.xlbd {
	width: 40%;
}
.xlbd:last-child {
	margin-left: 112px;
}
.researchs .img {
	width: 80%;
	position: relative;
	left: 0;
	top: 0;
	padding-bottom: 20px;
	margin: 0 auto;
}
.researchs {
	padding: 30px 3%;
	width: 90%;
	font-size: 14px;
}
.manufacturing .tits p {
	font-size: 14px;
}
.xgcp_ .bd ul li h2 {
	font-size: 18px;
}
.evenyew {
	font-size: 18px;
}
.evenyew ul li a {
	padding-bottom: 0.85em;
}
.evente ul li h3 {
	font-size: 18px;
}
.evente ul li p {
	font-size: 14px;
}
.evente ul {
	height: 230px;
}
.evente ul li {
	padding: 40px 10%;
	width: 80%;
}
.aboutbanner .wenz {
	width: 90%;
	right: 5%;
}
.zhapxq td ul li {
	width: 100%;
}
.zhapxq td h1, .zhapxq th {
	font-size: 14px;
}
.wzyq {
	font-size: 12px;
}
.zhapxq td a {
	font-size: 12px;
	width: 60px;
	line-height: 24px;
}
.obttc {
	position: fixed;
	z-index: 60;
	width: 90%;
	padding: 10px 2%;
	background: #fff;
	top: 3%;
	margin-left: 0;
	left: 3%;
	margin-top: 0;
	display: none;
}
}
 @media(max-width:480px) {
.download_ ul li {
	width: 48.5%;
	margin-left: 3%;
}
.download_ ul li .text {
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
}
.policy ul li {
	width: 100%;
	margin-left: 0%;
}
.policy ul li a .text {
	padding: 5%;
	font-size: 13px;
}
.newlist ul li {
	width: 100%;
	margin-left: 0;
}
.newsN ul li {
	width: 100%;
}
.produDnav ul li {
	font-size: 14px;
	line-height: 40px;
}
.xgcp_ .bd ul li h2 {
	font-size: 16px;
}
}
 @media(max-width:400px) {
.homenav ul li {
	width: 100%;
}
.homzuih .new .newS .bd ul li .img {
	width: 100%;
}
.homzuih .new .newS .bd ul li .text {
	width: 100%;
	margin-top: 10px;
}
.tjcz input {
	margin-right: 10px;
	font-size: 16px;
}
.evente ul li h3 {
	font-size: 16px;
}
.evente ul li p {
	font-size: 12px;
}
}
.channelName, #channelId {
	display: none;
}
.case {
	display: inline-block;
	margin-top: 50px;
}
.case li img {
	transition: all 0.6s;
}
.case li:hover img {
	box-shadow: 0 2px 6px rgba(0,0,0,.35);
	webkit-box-shadow: 0 2px 6px rgba(0,0,0,.35);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.35);
	transform: scale(1.1);
}
.cases {
	overflow: inherit;
}
