*:focus {
	outline: none;
}

.static {
	position: static;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.b { font-weight: bold;}

.center {
	text-align: center;
}
.b { font-weight: bold;}
.right {
	text-align:right;
}
.left {
	 text-align: right;
}
.float-right {
	float: right;
}

.float-left {
	float: left;
}
.float-none {
	float: none;
}
.padding-0 {
	padding: 0;
}
.margin-0 {
	margin: 0;
}
.margin-right-0 {
	margin-right: 0;
}
.margin-left-0 {
	margin-left: 0;
}
.margin-bottom-0 {
	margin-bottom: 0;
}
.margin-top-0 {
	margin-top: 0;
}
.padding-right-0 {
	padding-right:0;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-bottom-0 {
	padding-bottom: 0;
}
.padding-top-0 {
	padding-top: 0;
}

.show {
	display: inline-block;
}
.hide {
	display: none;
}
.none {display: none;}


.popover {
	width: auto !important;
	max-width: 800px !important;
}
.tits {
	font-weight:bold;
}


body {
    margin: 0;
    padding: 0;
	font-size: 0.95rem;
}
.inner {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
}


#header {
	width: 100%;
	margin: 0 auto;
}
#header #top {
    height: 130px;
    background-image: url(cjr.green.top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
#header #top .top-nav {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: auto;
}
#header #top .top-nav .menu-icon,#header #top .top-nav .menu-search-a {
	display: none;
}
#header #top .top-nav .logo {
	float: left;
    margin-top: 25px;
}
#header #top .top-nav .menu-search {
  float: right;
  margin-top: 70px;
  padding: 2px;
  border-radius: 10px;
  background: #52a950;
  overflow: hidden;
}
#header #top .top-nav .menu-search input {
	background: none;
    border: none;
    vertical-align: top;
}
#header #top .top-nav .menu-search button {
	width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(cjr.green.search.png) no-repeat;
    border: none;
}
#header #top a {
	display: inline-block;
	color: #3f89cb;
	font-size: 14px;
}
#header #top .top-nav .menu-tool {
	position: absolute;
    right: 5px;
    top: 12px;
	font-size: 16px;
color: #fff;
background: url(/images/ly.png) 8px 3px no-repeat #137d37;
width: 87px;
height: 27px;
text-align: center;
padding-left: 12px;
border-radius: 4px;
cursor:pointer;
}
#header #top span {
	display: inline-block;
	margin: 0 12px;
	width: 2px;
	height: 12px;
	background-color: #3f89cb;
}
#header #top img {
	margin-top: 0px;
}


#header #menu {
	position: relative;
    width: 100%;
    height: 68px;
    background: #52a950;
}
#header #menu .logo {
	position: absolute;
    width: 130px;
    height: 123px;
}
#header #menu .menu-nav {
	list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    height: 68px;
}
#header #menu .menu-nav .menu-item {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 68px;
	width: 200px;
	text-align: center;
}

#header #menu .menu-nav .menu-item a {
	display: block;
	line-height: 68px;
	font-size: 20px;
    color: #fff;
    text-decoration: none;
}
#header #menu .menu-nav .menu-item a.hover {
	/* background-image: url(cjr.menu.bg.png);
	background-repeat: no-repeat;
	background-position: center; */
	background: #f1bf41;
	height: 68px;
}
#header #menu .menu-nav .menu-item a:hover {
	background: #499948;
}
#header #menu .menu-nav .menu-item a em {
	display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
	margin-left: -12px;
	transition: .3s;
	width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid dashed dashed dashed;
	border-color: #f1bf41 transparent transparent transparent;
	opacity: 0;
    filter: alpha(opacity = 0);
}
#header #menu .menu-nav .menu-item a.hover em {
	opacity: 1;
    filter: alpha(opacity = 100);
}

#header #menu .menu-nav .menu-item .menu-down {
	position: absolute;
	top: 67px;
	right: 0;
	display: none;
	padding: 0;
	width: 480px;
	background-color: #7eb37d;
	z-index: 99999;
    border-top: 1px solid #8ebf8e;
    border-bottom: 1px solid #52a950;
}

#header #menu .menu-nav .menu-item:hover .menu-down {
	display: block;
}
#header #menu .menu-nav .menu-item .menu-down a {
	display: block;
    float: left;
    width: 240px;
    height: 48px;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
	color: #fff;
	font-weight: 300;
    border-bottom: 1px solid #8ebf8e;
    border-top: 1px solid #52a950;
    border-left: 1px solid #8ebf8e;
    border-right: 1px solid #52a950;
}
#header #menu .menu-nav .menu-item .menu-down a:hover {
	background: #499948;
}

#header #menu .menu-nav .menu-line {
	float: left;
    display: inline-block;
    margin-top: 24px;
    width: 2px;
    height: 20px;
    background: #4487ce;
}
#header #menu .menu-nav .menu-search {
	float: right;
	margin: 12px 15px;
	padding: 0 15px;
    /* width: 250px; */
    height: 45px;
	background: #036caf;
    border: 1px solid #429fd9;
	border-radius: 3px;
}
#header #menu .menu-nav .menu-search input {
	background: transparent;
	vertical-align: super;
	border: none;
	width: 200px;
	color: #fff;
}
#header #menu .menu-nav .menu-search input::-webkit-input-placeholder {
	color:#eee;
}
#header #menu .menu-nav .menu-search button {
	margin-top: 10px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(cjr.search.png) no-repeat;
    border: none;
}

#footer {
	background: rgba(255,255,255,0.8);
    padding: 35px 0 30px 0;
    color: #333;
    width: 100%;
    min-width: 1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 2.5;
}
#footer .inner {
	position: relative;
	padding: 0 20px;
}
#footer a {
    color: #333;
    text-decoration: none;
}
#footer .link {
	margin: 0;
}
#footer .link a {
	display: inline-block;
	margin-right: 24px;
	color: #333;
	text-decoration: none;
}

#footer .quick a {
	display: inline-block;
	margin-right: 24px;
	color: #333;
	text-decoration: none;
}

#footer .email {
	margin: 0;
	font-weight: bold;
}
#footer .email em {
	display: inline-block;
    margin: 0;
    padding-left: 25px;
    background: url(cjr.email.png) 0 center no-repeat;
    font-size: 15px;
    color: #52a950;
}
#footer .email a {
	margin: 0;
	font-size: 21px;
	font-style:italic;
	color: #52a950;
	text-decoration: none;
}

/* #footer .info {
	margin: 0 0 20px 0;
    padding: 0 0 20px 0;
} */
#footer .info p {
	margin: 0;
	padding: 0;
}
#footer .info p span {
	display: inline-block;
	margin-right: 15px;
}

#footer .inner img.weixin {
	position: absolute;
    right: 0;
    bottom: 0;
}
#footer .inner img.weibo {
	position: absolute;
    right: 110px;
    bottom: 0;
}
#footer .inner img.douyin {
	position: absolute;
    right: 220px;
    bottom: 0;
}
#footer .inner a.anwang {
	position: absolute;
    left: 0;
    bottom: 0;
}

.popup-ad {
	position: fixed;
    text-align: right;
}
.popup-ad a.cjr-close {
	color: #333;
}
#logo12385 {
    margin-left: 20px;
    top: 450px;
	padding-top: 190px;
    width: 120px;
    height: 210px;
    background: url(cjr.12385.png) no-repeat;
}

#talk {
    margin-left: 20px;
    top: 240px;
    width: 175px;
    height: 210px;
}



@media (max-width: 640px) {
	.inner {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}

	#header #top {
		height: 80px;
		background-image: url(cjr.green.top.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		overflow: hidden;
	}
	#header #top .top-nav {
		margin: 0 auto;
		width: auto;
		height: auto;
	}
	#header #top .top-nav .menu-icon {
		position: absolute;
		display: block;
		top: 30px;
    	left: 15px;
    	width: 27px;
    	height: 21px;
		background-image: url(cjr.mobile.menu.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	#header #top .top-nav .logo {
		float: unset;
    	margin: 12px auto 0 auto;
    	width: 60%;
    	text-align: center;
	}
	#header #top .top-nav .menu-tool {
		font-size: 12px;
    	right: 5px;
    	top: 0;
color: #fff;
background: url(/images/ly.png) 3px 1px no-repeat #137d37;
width: 65px;
height: 20px;
text-align: center;
padding-left: 12px;
border-radius: 4px;
	}
	#header #top img {
		width: 100%;
	}

	#header #top .top-nav .menu-search {
		display: none;
	}
	#header #top .top-nav .menu-search-a {
		position: absolute;
		display: block;
		top: 24px;
    	right: 15px;
    	width: 27px;
    	height: 27px;
		background-image: url(cjr.mobile.search.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	#header #menu {
		position: absolute;
		width: 180px;
		height: auto;
		max-height: 450px;
    	overflow: hidden;
    	overflow-y: auto;
		background: #fff;
		z-index: 99999;
		display: none;border: 1px solid #ccc;
		border-radius: 6px;
		border-bottom-left-radius: unset;
		border-top-left-radius: unset;
		border-left: none;
	}
	#header #menu .menu-nav {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#header #menu .menu-nav .menu-item {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		height: auto;
		width: 100%;
		text-align: left;
	}
	#header #menu .menu-nav .menu-item a {
		display: block;
		padding-left: 25px;
		line-height: 45px;
		font-size: 18px;
		color: #333;
		text-decoration: none;
	}
	#header #menu .menu-nav .menu-item a.hover {
		background: #52a950;
    	height: 45px;
    	color: #fff;
	}

	#header #menu .menu-nav .menu-item .menu-down {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		position: unset;
		top: unset;
		right: unset;
		padding: 0;
		background-color: unset;
		z-index: unset;
		border-top: unset;
		border-bottom: unset;
	}
	#header #menu .menu-nav .menu-item .menu-down a {
		display: block;
		padding-left: 45px;
		float: left;
		width: 100%;
		height: auto;
		font-size: 15px;
		line-height: 36px;
		text-align: left;
		color: #333;
		font-weight: 300;
		border-bottom: unset;
		border-top: unset;
		border-left: unset;
		border-right: unset;
	}


	#footer {
		padding: 0 0 30px 0;
		width: 100%;
		min-width: auto;
		line-height: 1.5;
	}
	#footer .inner {
		position: relative;
		padding: 0 8px 130px 8px;
	}

	#footer .inner img.weixin {
		right: 1rem;
	}
	#footer .inner img.weibo {
		right: 50%;
    	margin-right: -45px;
	}
	#footer .inner img.douyin {
		right: unset;
    	left: 1rem;
	}
	#footer .inner a.anwang {
		display: none;
	}

	.popup-ad {
		display: none;
	}
}