.frendLink a{
	color:#fff;
	padding-right:12px;
}
.frendLink{
	color:#fff;
	border:none;
	padding-left:20px;
}

	.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
}

.swipe-wrap>div {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swipe-wrap>div img {
	width: 100%;
}

a {
	color: #666;
}

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

nav {
	height: 100px;
	line-height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 40px;
	z-index: 10;
}

nav .logo,
nav .nav {
	float: left;
}

nav .logo {
	width: 200px;
	box-sizing: border-box;
	padding-left: 22px;
	background: #269e3a;
	border-radius: 20px 0 0 20px;
}

nav .logo a {
	display: block;
	background: #fff;
}

nav .logo img {
	padding: 0 6px;
}

nav .nav {
	height: 100px;
	background: #00296d;
	text-align: center;
	padding-top: 25px;
	box-sizing: border-box;
}

nav .nav {
	display: flex;
	justify-content: space-around;
}

nav .nav li {
	padding: 0 44px;
}

nav .nav a {
	color: #fff;
}

nav .nav strong {
	display: block;
}

nav .nav strong {
	line-height: 30px;
}

nav .nav em {
	display: block;
	line-height: 24px;
	opacity: .6;
	font-style: italic;
}
nav .nav dl {
	padding-top:24px;
	padding-bottom:16px;
	background:#00296d;
	transition:.5s;
	transform: scale(0);
	transform-origin: center top;
}
nav .nav li:hover dl {
	transform: scale(1);
	
}
nav .nav dl dd{
	line-height:40px;
}
nav .nav dl dd a{
	padding:0 20px;
}
/*aboutIndexMain*/

.aboutIndex {
	position: relative;
}

.aboutIndexBg {
	width: 100%;
}


/*

.aboutIndex .aboutIndexCon{
	position: absolute;
	right: 10%;
	top: 336px;
	padding: 70px;
	box-sizing: border-box;
	background: #00296d;
}
.pubTitle {
	color: #FFF;
}
.pubTitle h3{
	font-size: 50px;
	line-height: 90px;
	font-weight: 700;
}
.pubTitle strong{
	font-size: 40px;
	line-height: 85px;
}
.aboutIndexConTxt{
	color: #fff;
	margin-top: 40px;
	font-size: 22px;
	line-height: 42px;
	max-width: 600px;
}
.aboutIndexConBtns{
	margin-top: 6px;
}
.aboutIndexConBtnsLink{
	width: 280px;
	height: 73px;
	margin: 18px 0;
	line-height: 73px;
	padding-left: 35px;
	box-sizing: border-box;
	font-size: 22px;
	color: #fff;
	display: inline-block;
	border: 2px solid #99a9c5;
}
.aboutIndexConBtnsLink a{
	display: block;
	color: #fff;
	background: url(../images/web/arr.png) no-repeat 200px center;
}
*/

.aboutIndexCon {
	color: #fff;
	background: #00296d;
	width: 40%;
	top: 63%;
	box-sizing: border-box;
	position: absolute;
	right: 10%;
	padding: 3.64% 4.58%;
	z-index: 100;
}

.pubTitle h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
}

.pubTitle strong {
	font-size: 26px;
}

.aboutIndexConTxt p {
	padding-top: 10px;
	line-height: 24px;
}

.aboutIndexConBtnsLink {
	display: inline-block;
	width: 40%;
	padding: 6px 0;
	box-sizing: border-box;
	padding-left: 6px;
	border: 1px solid #99a9c5;
	margin: 6px 0;
	margin-right: 8px;
	cursor: pointer;
}

.aboutIndexConBtns {
	margin-top: 10px;
}

.aboutIndexConBtnsLink a {
	color: #fff;
	display: block;
	background: url(../images/web/arr.png) no-repeat 80% center;
}

.newsIndex {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/web/newsbg.png) no-repeat 80% bottom;
}

.newsIndex .center {
	position: relative;
}

.newsIndex .pubTitle h3 {
	color: #00296d;
}

.newsIndex .pubTitle strong {
	color: #00296d;
}

.leftNews {
	width: 40%;
	padding-top: 30px;
}

.leftNewsItems {
	border-bottom: 1px solid #ababab;
	padding-bottom: 16px;
	padding-top: 16px;
}

.leftNewsItems h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.leftNewsItems strong {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #999;
}

.leftNewsItems .con {
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.leftNewsItems:last-child {
	border: none;
}

.leftNewsImg {
	margin-top: 30px;
	width: 40%;
}

.leftNewsImg img {
	width: 100%;
}


.rightNews {
	width: 55%;
	position: absolute;
	right:-20px;
	bottom: 0;
	display: flex;
	justify-content: space-around;
}

.rightNews>div {
	text-align: center;
	font-weight: 700;
	width: 224px;
	height: 224px;
	/*line-height: 260px;*/
	vertical-align: middle;
	border: 2px solid #00296d;
	display: inline-block;
	color: #00296d;
}
@media only screen and (min-width: 1000px) and (max-width:1300px) {
	.rightNews {
		    width: 41%;
    position: absolute;
    right: 93px;
    bottom: 0;
    display: flex;
    justify-content: space-around;
	}
	.rightNews>div {
	text-align: center;
	font-weight: 700;
	width: 200px;
	height: 200px;
	/*line-height: 260px;*/
	vertical-align: middle;
	border: 2px solid #00296d;
	display: inline-block;
	color: #00296d;
}}

.rightNews>div a {
	display: inline-block;
	vertical-align: middle;
	color: #00296d;
	font-size: 30px;
	width:80px;
}

.visible {
	height: 100%;
	vertical-align: middle;
	width: 0;
	display: inline-block;
}

.productIndex {
	height: 1150px;
	position: relative;
	background: url(../images/web/cpyf.jpg) no-repeat top center;
	background-size: cover;
}

.proImgBox {
	width: 50%;
	position: absolute;
	right: 0;
	top: 40%;
}

.proImgBox img {
	width: 100%;
}

.proImgBoxMain {
	position: relative;
}

.bottomTxt {
	color: #fff;
	box-sizing: border-box;
	padding-left: 5%;
	padding-top: 1%;
	padding-bottom: 1%;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	/*height: 15%;*/
}

.bottomTxt h4 {
	font-size: 18px;
	line-height: 30px;
}

.bottomTxt a {
	color: #fff;
}

.bottomTxt p {
	width: 80%;
}
.rightCon strong{
	font-weight: 700;
}
.bottom {
	background: #222222;
	padding-top: 60px;
}

.bottom .logoB {
	float: left;
}

.bottom ul {
	float: left;
	color: #fff;
	margin-left: 120px;
}

.bottom ul li {
	margin-right: 100px;
	float: left;
}

.bottom ul li:last-child {
	margin-right: 0;
}

.bottom dt {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}

.bottom dd a {
	color: #ededed;
}

.bottom dd {
	font-size: 14px;
	line-height: 30px;
}

.bottom .center {
	padding-bottom: 60px;
	border-bottom: 1px solid #ededed;
}

.copys {
	line-height: 40px;
	text-align: center;
	color: #ededed;
}

.subMain {
	padding-top: 140px;
	padding-bottom: 150px;
	background-image: url(../images/web/back02.jpg);
	background-repeat:no-repeat;
	/* background-size:cover; */
	/* background-color:#e9e9e9; */
}
.subMain .center{
	/* background: url(../images/web/back02.jpg) center bottom; */
}
.leftNavsTit strong {
	font-size: 36px;
	color: #00296d;
}

.leftNavs {
	width: 300px;
	text-align: center;
	float: left;
}

.leftNavsTit em {
	font-size: 22px;
	display: block;
	color: #00296d;
}

.leftNavsTit em i {
	color: #269e3a;
}

.leftNavs li {
	line-height: 50px;
}

.leftNavs li.active {
	background: url(../images/web/barcopy.png) no-repeat center center;
}

.leftNavs li.active a {
	color: #fff;
}

.leftNavs li a {
	font-size: 22px;
	color: #4f302a;
}
.leftNavs li strong a{
	font-size: 14px;
}
.rightCon {
	width: 840px;
	float: left;
	margin-left: 50px;
}

.rightCon img {
	width: 100%;
}

.rightCon li {
	line-height: 50px;
	border-bottom: 1px solid #ddd6d0;
}

.rightCon li a {
	font-size: 16px;
	color: #525252;
}

.rightCon li em {
	padding: 0 40px;
}

.rightCon li i {
	float: right;
	padding-right: 10px;
}

.pages {
	margin: 40px auto;
	/*width: 392px;*/
	display: flex;
	justify-content: center;
	height: 24px;
}

.pages .first {
	margin-right: 4px;
	float: left;
	width: 98px;
	height: 22px;
	border: 1px solid #ababab;
	text-align: center;
}

.pages .first div {
	color: #666;
	line-height: 22px;
	font-size: 12px;
	display: inline-block;
}

.pages .first span {
	color: #0d489d;
}

.pages .first strong {
	font-size: 12px;
	color: #666;
}

.pages .begin,
.pages .end {
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 22px;
	float: left;
	display: block;
	width: 48px;
	height: 22px;
	border: 1px solid #ababab;
	margin-right: 4px;
	cursor: pointer;
}

.pages .end {
	margin-right: 0;
}

.pages .prev,
.pages .next {
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 22px;
	float: left;
	display: block;
	width: 48px;
	height: 22px;
	border: 1px solid #ababab;
	margin-right: 4px;
	cursor: pointer;
}

.pages dl {
	float: left;
}

.pages dl dd {
	float: left;
	margin-right: 4px;
	width: 22px;
	height: 22px;
	border: 1px solid #ababab;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
}

.pages dl .active {
	background: #0d489d;
	border: none;
	width: 24px;
	height: 24px;
	color: #fff;
}

#products .leftNavs li {
	background: none;
	max-height: 50px;
	overflow: hidden;
	/* transition: .5s; */
}

#products .leftNavs li>a {
	display: block;
}

#products .leftNavs li>a.active {
	color: #fff;
	background: url(../images/web/barcopy.png) no-repeat center center;
}

#products .leftNavs li dd {
	cursor: pointer;
	color: #4f302a;
	line-height: 30px;
	text-align: left;
	padding-left: 110px;
	box-sizing: border-box;
}

.JoinHeader {
	background: url(../images/web/yo.png) no-repeat;
	line-height: 65px;
}

.JoinHeader em {
	width: 160px;
	display: inline-block;
	margin-right: 180px;
	/* text-align: center; */
	    padding-left: 10px;
    box-sizing: border-box;
}

.JoinHeader strong {
	/*padding: 0 40px;*/
	display: inline-block;
}

.JoinHeader strong:nth-of-type(1) {
	margin-right: 100px;
	width:200px;
}

.JoinHeader i {
	float: right;
	padding-right: 16px;
}
.rightConT{
	font-size:16px;
	font-weight:700;
}

#join .rightCon li em {
	width: 160px;
	margin-right: 180px;
	display: inline-block;
	text-align: left;
	padding: 0;
	box-sizing: border-box;
    padding-left: 11px;
}
.leftNewsImg{
	position:relative;
}
.leftNewsImg:after{
	    content: '';
    position: absolute;
    right: -30px;
    width: 460px;
    height: 8px;
    bottom: -17px;
	background: url(../images/web/xz.png) no-repeat;
	background-size:430px 8px;
}

#join .rightCon li strong {
	display: inline-block;
}

#join .rightCon li strong:nth-of-type(1) {
	margin-right: 100px;
	width:200px;
}

.rightCon {
	line-height: 32px;
}

.rightCon h3 {
	font-weight: 700;
	line-height: 36px;
}

#allmap {
	height: 310px;
	width: 60%;
	float: left;
}

.rightContent {
	float: left;
	margin-left: 15px;
}
#contact{
	padding-top: 60px;
}
	
.rightContent h3 {
	margin-top: 26px;
	font-size: 34px;
	color: #0e3679;
}
.proImgBoxL{
	position:absolute;
	top: 56%;
	left:14%;
	width:37%;
}
.proImgBoxL li{
	float:left;
	margin-right:100px;
	margin-bottom:35px;
}
.rightContentMain {
	font-family: simhei;
	margin-top: 50px;
	font-size: 20px;
	line-height: 32px;
	color: #000;
}
	
	
@media only screen and (max-width:1920px ) {
	
	
}

@media only screen and (max-width:1680px ) {
	
	.proImgBoxL li{
		margin-right:50px;
	}
}


@media only screen and (max-width:1450px ) {
	.proImgBoxL li{
		margin-right:36px;
	}
	.proImgBoxL{
		left: 4%;
		 width: 41%;
	}
	   
}
