img {
	border: 0px currentColor; transition:0.5s; border-image: none; display: inline-block; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;
}
a {
	transition:0.2s; color: rgb(51, 51, 51); -webkit-transition: all .2s; -moz-transition: all .2s;
}
body {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-size: cover;
}
.wrap {
	width: 1280px; margin-right: auto; margin-left: auto;
}
.wrap2 {
	width: 1110px; margin-right: auto; margin-left: auto;
}
@media only screen and (max-width:1366px)
{
.wrap {
	width: 1100px;
}
.wrap2 {
	width: 1000px;
}
}
@media only screen and (max-width:1200px)
{
.wrap {
	width: 100%; padding-right: 20px; padding-left: 20px; box-sizing: border-box; -webkit-box-sizing: border-box;
}
.wrap2 {
	width: 100%; padding-right: 20px; padding-left: 20px; box-sizing: border-box; -webkit-box-sizing: border-box;
}
}
@media only screen and (max-width:767px)
{
.wrap {
	padding-right: 10px; padding-left: 10px;
}
.wrap2 {
	padding-right: 10px; padding-left: 10px;
}
}
.header {
	height: 100px;
}
.nav_btn {
	background: rgb(215, 0, 15); transition:0.5s ease-out; top: 0px; width: 100px; height: 100px; float: left; position: relative; cursor: pointer; opacity: 1; -webkit-transition: all 0.5s ease-out;
}
.other_header .nav_btn {
	top: 80px; opacity: 0;
}
.nav_btn span {
	left: 50%; top: 50%; width: 45px; height: 1px; margin-left: -22px; display: inline-block; position: absolute; background-color: rgb(255, 255, 255);
}
.nav_btn span::after {
	transition:transform 0.3s ease-out; left: 0px; top: 14px; width: 45px; height: 1px; display: inline-block; position: absolute; content: ""; background-color: rgb(255, 255, 255);
}
.nav_btn span::before {
	transition:transform 0.3s ease-out; left: 0px; top: -14px; width: 45px; height: 1px; display: inline-block; position: absolute; content: ""; background-color: rgb(255, 255, 255);
}
.nav_btn:hover span::after {
	transition:transform 0.3s ease-out; transform: translateX(5px);
}
.nav_btn:hover span::before {
	transition:transform 0.3s ease-out; transform: translateX(-5px);
}
.nav_btn.anim span::after {
	animation:nav_btn 2s infinite; -webkit-animation: nav_btn 2s infinite; -moz-animation: nav_btn 2s infinite; -o-animation: nav_btn 2s infinite;
}
.nav_btn.anim span {
	animation:nav_bt 2s infinite; -webkit-animation: nav_bt 2s infinite; -moz-animation: nav_bt 2s infinite; -o-animation: nav_bt 2s infinite;
}
.nav_btn.anim span::before {
	animation:nav_b 2s infinite; -webkit-animation: nav_b 2s infinite; -moz-animation: nav_b 2s infinite; -o-animation: nav_b 2s infinite;
}
.logo {
	transition:0.5s ease-out; top: 0px; height: 100px; line-height: 100px; padding-left: 70px; float: left; position: relative; opacity: 1; -webkit-transition: all 0.5s ease-out;
}
.other_header .logo {
	top: 80px; opacity: 0;
}
.logo img {
	width: auto; height: auto; vertical-align: middle; max-height: 100%; max-width: 100%;
}
.header .right {
	line-height: 26px;
	font-size: 12px;
	margin-top: 25px;
	margin-right: 100px;
	float: right;
}

.ssgs {
	display: inline-block; position: relative;
}
.ssgs a {
	display: inline-block; position: relative;
}
.ssgs > a::after {
	border-width: 4px; border-style: solid; border-color: rgb(255, 255, 255) transparent transparent; top: 12px; width: 0px; height: 0px; right: -12px; display: block; position: absolute; content: "";
}
.ssgs dl {
	background: rgb(49, 49, 49); padding: 10px; top: 25px; width: 111px; right: -25px; line-height: 1.5; overflow: hidden; display: none; position: absolute; z-index: 9;
}
.ssgs dl dd {
	padding: 2px 0px; text-align: right;
}
.header .search {
	width: 190px; overflow: hidden; padding-bottom: 5px; margin-right: 15px; border-bottom-color: rgb(98, 98, 104); border-bottom-width: 1px; border-bottom-style: solid; float: left;
}
.header .search input {
	border: 0px currentColor; border-image: none; width: 150px; height: 22px; float: left; background-color: transparent;
}
.header .search input.text {
	text-align: right; padding-right: 10px; font-size: 12px;
}
.header .search input.sub {
	background: url("../img/search_btn.png") no-repeat center; width: 30px; height: 14px; text-indent: -99999px; margin-top: 5px; border-left-color: rgb(98, 98, 104); border-left-width: 1px; border-left-style: solid;
}
.header .language2 {
	text-align: center; color: rgb(255, 255, 255); font-size: 12px; font-weight: 700; margin-left: 15px; float: right; position: relative;
}
.header .language2 > * {
	display: inline-block;
}
.header .language2 i {
	padding: 0px 5px !important;
}
@media only screen and (max-width:1720px)
{
.header .right {
	margin-right: 20px;
}
}
@media only screen and (max-width:1400px)
{
.header {
	height: 70px;
}
.logo {
	height: 70px; line-height: 70px; padding-left: 40px;
}
.nav_btn {
	width: 70px; height: 70px;
}
.nav_btn span {
	width: 40px; margin-left: -20px;
}
.nav_btn span::after {
	top: 11px; width: 40px;
}
.nav_btn span::before {
	top: -11px; width: 40px;
}
}
@media only screen and (max-width:1100px)
{
.logo {
	padding-left: 40px;
}
}
@media only screen and (max-width:1000px)
{
.ssgs > a::after {
	right: -8px;
}
.header {
	height: 70px;
}
.header .right {
	margin-top: 25px; margin-right: 10px;
}
.header .search {
	width: 160px;
}
.header .search input {
	width: 120px;
}
.header .right .top i {
	padding: 0px 5px;
}
.logo {
	height: 70px; line-height: 70px; padding-left: 10px;
}
.nav_btn {
	width: 70px; height: 70px; line-height: 70px;
}
}
.phone_search_bg {
	display: none;
}
.phone_search_btn {
	display: none;
}
@media only screen and (max-width:767px)
{
.ssgs {
	display: none;
}
.nav_btn span {
	width: 40px; margin-left: -20px;
}
.nav_btn span::after {
	top: 11px; width: 40px;
}
.nav_btn span::before {
	top: -11px; width: 40px;
}
.nav_btn:hover span::after {
	transition:transform ease-out; transform: translateX(0px);
}
.nav_btn:hover span::before {
	transition:transform ease-out; transform: translateX(0px);
}
.header {
	height: 70px; overflow: hidden;
}
.nav_btn {
	width: 70px; height: 70px;
}
.logo {
	width: 140px; height: 70px; line-height: 70px;
}
.header .right {
	line-height: 1.2; margin-top: 12px;s margin-right: 10px;
}
.header .right .top > a {
	display: none;
}
.header .right .top > i {
	display: none;
}
.header .search {
	display: none;
}
.phone_search_btn {
	margin: 18px 15px 0px 0px; float: left; display: block;
}
.phone_search_bg {
	background: rgba(0, 0, 0, 0.8); left: 0px; top: 0px; right: 0px; bottom: 0px; display: none; position: fixed; z-index: 999999;
}
.p_s_clo {
	top: 20px; width: 50px; height: 50px; text-align: right; right: 20px; color: rgb(255, 255, 255); font-size: 36px; position: absolute;
}
.phone_search_bg .phone_search {
	margin: 30% auto 0px; width: 90%; height: 25px; padding-bottom: 5px; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid;
}
.phone_search input {
	border: 0px currentColor; border-image: none; height: 22px; float: left; background-color: transparent;
}
.phone_search input.text {
	width: 90%; padding-right: 35px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box;
}

.header .language2 a {
	text-align: right; display: block;
}
.header .language2 a.en {
	top: -4px; position: relative;
}
.header .language2 i {
	padding: 0px; line-height: 1.2; font-size: 18px; transform: rotate(68deg) translateY(-3px);
}
.header .language {
	margin: 0px; width: 40px;
}
.header .language span {
	padding-left: 7px;
}
.header .language i {
	right: 3px;
}
.header .language i {
	border-width: 3px; border-style: solid; border-color: rgb(228, 228, 228) transparent transparent; right: 5px; margin-top: -1px;
}
}
.index_header.header {
	background: none;
	left: 0px;
	top: 0px;
	right: 0px;
	position: absolute;
	
}
.index_header .nav_btn {
	height: 0px;
}
.index_header .nav_btn span {
	opacity: 0;
}
.index_header .logo {
	width: 0px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	opacity: 0;
	background-color: rgba(28,28,31,0.9);
}
.touch_body .index_header .logo {
	opacity: 1 !important;
}
.index_header .logo img {
	transition:0.5s ease-in-out 0.4s; opacity: 0; transform: scale(0.5);
}
.index_header .logo img.tran {
	opacity: 1; transform: scale(1);
}
.phone_body .index_header .logo {
	width: 140px !important;
}
.phone_body .index_header .nav_btn {
	height: 70px !important;
}
.phone_body .index_header .nav_btn span {
	opacity: 1 !important;
}
.phone_body .index_header .logo img {
	opacity: 1 !important; transform: scale(1);
}
@media only screen and (max-width:1366px)
{
.index_header .logo {
	padding: 0px 20px;
}
}
@media only screen and (max-width:1000px)
{
.phone_body .index_header .nav_btn {
	height: 70px !important;
}
}
@media only screen and (max-width:767px)
{
.phone_body .index_header .logo {
	width: 140px !important;
}
.phone_body .index_header .nav_btn {
	height: 70px !important;
}
}
@media only screen and (max-width:320px)
{
.phone_body .index_header .logo {
	padding: 0px 10px; box-sizing: border-box;
}
}
.slide_nav {
	background: url("../img/nav_bg.png") no-repeat right bottom rgb(28, 28, 31); left: -520px; top: 0px; width: 420px; bottom: 0px; position: fixed; z-index: 999999; opacity: 0;
}
.slide_nav .n_logo {
	height: 100px; line-height: 100px; padding-left: 75px;
}
.slide_nav .n_logo img {
	vertical-align: middle; max-width: 100%;
}
.slide_nav .nav {
	overflow: hidden; position: relative; z-index: 99999;
}
.slide_nav .nav.overY {
	-ms-overflow-y: auto;
}
.slide_nav ul li {
	color: rgb(255, 255, 255); position: relative;
}
.slide_nav ul li > a {
	color: rgb(255, 255, 255); padding-left: 75px; font-size: 15px; border-bottom-color: rgb(33, 33, 36); border-bottom-width: 1px; border-bottom-style: solid; display: block; position: relative;
}
.slide_nav ul li > a q {
	background: url("../img/jia.png") no-repeat center; top: 0%; width: 11px; right: 30px; display: block; position: absolute;
}
.slide_nav ul li.activ > a q {
	background: url("../img/jian.png") no-repeat center;
}
.slide_nav ul li > a i {
	position: relative; z-index: 2;
}
.slide_nav ul li > a span {
	background: rgb(215, 0, 15); transition:0.3s ease-out; left: 0px; top: 0px; width: 0%; position: absolute; z-index: 0; -webkit-transition: all 0.3s ease-out;
}
.slide_nav ul li:hover > a span {
	width: 100%;
}
.slide_nav ul li.activ > a span {
	width: 100%;
}
.slide_nav ul li dl {
	display: none;
}
.slide_nav ul li dd {
	line-height: 45px; position: relative;
}
.slide_nav ul li dd > a {
	color: rgb(255, 255, 255); padding-left: 95px; font-size: 14px; display: block;
}
.slide_nav ul li dd > a i {
	position: relative; z-index: 2;
}
.slide_nav ul li dd > a span {
	background: rgb(0, 0, 0); transition:0.3s ease-out; left: 0px; top: 0px; width: 0%; height: 45px; position: absolute; z-index: 0; -webkit-transition: all 0.3s ease-out;
}
.slide_nav ul li dd:hover > a span {
	width: 100%;
}
.slide_nav .nav_colse {
	background: rgb(0, 0, 0); top: 0px; width: 50px; height: 50px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 50px; font-size: 16px; position: absolute; cursor: pointer;
}
.slide_nav .share {
	height: 290px; position: relative;
}
.slide_nav .share .share_con {
	left: 0px; text-align: center; right: 0px; bottom: 65px; position: absolute;
}
.slide_nav .share .share_con .bdshare-button-style0-24 a {
	width: 22px; height: 20px; padding-left: 0px; float: none; display: inline-block;
}
.slide_nav .share .share_con .bdshare-button-style0-24 .bds_more {
	width: 22px; height: 20px; padding-left: 0px; float: none; display: inline-block;
}

@media only screen and (max-width:1600px)
{
.slide_nav .share {
	height: 200px;
}
}
@media only screen and (max-width:1400px)
{
.slide_nav {
	width: 300px;
}
.slide_nav .n_logo {
	padding-left: 45px;
}
.slide_nav ul li > a {
	padding-left: 45px;
}
.slide_nav .share {
	height: 100px;
}
.slide_nav .share .share_con {
	bottom: 30px;
}
.slide_nav ul li dd > a {
	padding-left: 60px;
}
}
@media only screen and (max-width:800px)
{
.slide_nav .share {
	height: 200px;
}
}
@media only screen and (max-width:767px)
{
	.aaa_header .right {
	background: rgb(212, 43, 64);
	margin: 0px;
	width: 100%;
	height: 5px;
	line-height: 45px;
	font-size: 14px;
	float: none;
}
.slide_nav {
	width: 100%;
}
.slide_nav .share {
	height: 150px;
}
}
.bd_weixin_popup {
	z-index: 999999 !important;
}
.footer {
	background: rgb(39, 42, 47);
	padding-top: 30px;
	padding-bottom: 20px;
	border-top-color: rgb(215, 0, 15);
	border-top-width: 1px;
	border-top-style: solid;
}
.footer .footer_con01 {
	margin-right: auto; margin-left: auto; max-width: 1720px;
}
.footer .f_con01 {
	float: left;
}
.footer .f_con01 p {
	color: rgb(109, 114, 119);
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.footer .f_con01 .p{
	color: rgb(255,255,255);
	font-size: 14px;
	}


.footer .f_con01 .share > * {
	margin-right: 15px;
}

.footer .share .bdsharebuttonbox {
	float: left;
}


.footer .share   p em {
	border-radius: 3px; width: 30px; height: 24px; float: left;
}
.footer .share   p em svg {
	padding: 3px; border-radius: 5px; margin-top: 6px;
}
.footer .share   p a {
	height: 32px; color: rgb(165, 165, 165); line-height: 32px; font-size: 16px;
}
.footer .share   p a:hover {
	color: rgb(255, 255, 255);
}
.footer .f_con01 .ewm_con {
	color: rgb(116, 122, 127); font-size: 12px; margin-top: 10px;
}
.footer .f_con01 .ewm_con dl {
	margin-right: 40px; float: left;
}
.footer .f_con01 .ewm_con dd {
	margin-top: 10px;
}
.footer .f_con02 {
	margin-left: 3%; float: right;
}
.footer .f_con02 a {
	border-radius: 8px;
	border: 1px solid rgb(82, 86, 90);
	border-image: none;
	width: auto;
	height: 50px;
	color: rgb(228, 228, 229);
	line-height: 50px;
	font-size: 12px;
	margin-bottom: 20px;
	padding:0 8px;
	display: block;
}
.footer .f_con02 a img {
	padding: 0px 10px; vertical-align: middle;
}
.footer .f_con02 a:hover {
	background: rgb(26, 27, 29); border: 1px solid rgb(26, 27, 29); border-image: none;
}
.footer .f_con03 {
	width: 200px; margin-left: 7%; float: right;
}
.footer .f_con03 dt {
	color: rgb(241, 242, 242); line-height: 30px;
}
.footer .f_con03 dt a {
	color: rgb(241, 242, 242);
}
.footer .f_con03 dt img {
	margin-right: 13px;
}
.footer .f_con03 dd {
	margin-left: 40px;
}
.footer .f_con03 dd a {
	border-radius: 5px;
	border: 1px solid rgb(63, 67, 71);
	border-image: none;
	width: 130px;
	height: 26px;
	text-align: center;
	color: rgb(99, 103, 108);
	line-height: 26px;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	display: block;
}
.footer .f_con03 dd a:hover {
	background: rgb(26, 27, 29); border: 1px solid rgb(26, 27, 29); border-image: none; color: rgb(241, 242, 242);
}
.footer .f_con04 {
	margin-left: 5%; float: right;
}
.footer .f_con04 dl {
	width: 120px;
	text-align: left;
	margin-left: 120px;
	float: left;
}
.footer .f_con04 dl:first-child {
	margin-left: 0px;
}
.footer .f_con04 dl dt {
	color: rgb(241, 242, 242);
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-color: rgb(63, 67, 71);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.footer .f_con04 dl dt a {
	color: rgb(241, 242, 242);
}
.footer .f_con04 dl dd {

}
.footer .f_con04 dl dd a {
	color: rgb(109, 114, 119); font-size: 12px;
}
.footer .f_con04 dl dd a:hover {
	color: rgb(241, 242, 242);
}
.phone_body .footer a.phone_dom {
	display: inline-block !important;
}
.footer .f_con05 {
	float: right; position: relative;
}
.footer .f_con05 a {
	border-radius: 8px;
	border: 1px solid rgb(82, 86, 90);
	border-image: none;
	width: 170px;
	height: 50px;
	text-align: left;
	color: rgb(228, 228, 229);
	line-height: 50px;
	font-size: 12px;
	margin-bottom: 20px;
	display: block;
}
.footer .f_con05 a:hover {
	background: rgb(26, 27, 29); border: 1px solid rgb(26, 27, 29); border-image: none;
}
.footer .f_con05 .f_c05_a.hover a {
	background: rgb(26, 27, 29); border: 1px solid rgb(26, 27, 29); border-image: none;
}
.f_c05_a_con {
	display: none;
}
.footer .f_con05 .f_c05_a.hover .f_c05_a_con {
	display: block;
}
.footer .f_con05 .f_c05_a h3 {
	width: 100%; height: 40px; text-align: center; line-height: 40px; margin-top: 10px; position: relative;
}
.footer .f_con05 .f_c05_a h3 span {
	top: 10px; right: 10px; position: absolute; cursor: pointer;
}
.footer .f_con05 .f_c05_a_con {
	background: rgb(255, 255, 255); left: 50%; top: 50%; width: 680px; height: 300px; position: fixed; z-index: 999; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
}
.footer .f_con05 .input {
	margin: 10px auto 0px; width: 540px;
}
.footer .f_con05 .p {
	margin: 0px 20px 10px; float: left; position: relative;
}
.footer .f_con05 .p label {
	width: 50px; height: 30px; text-align: right; line-height: 30px; font-size: 12px; margin-right: 10px; float: left; display: inline-block;
}
.footer .f_con05 .p label em {
	color: rgb(208, 2, 23);
}
.footer .f_con05 .p label.error {
	top: 0px; right: 0px; color: rgb(255, 0, 0); position: absolute;
}
.footer .f_con05 .p input {
	padding: 0px 10px; border-radius: 30px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 165px; height: 30px; line-height: 30px; float: left; box-sizing: border-box;
}
.footer .f_con05 .input_submit {
	width: 100%; text-align: center; margin-top: 20px; float: left;
}
.footer .f_con05 .input_submit input {
	background: rgb(215, 0, 15); border-radius: 35px; border: 0px currentColor; border-image: none; width: 115px; height: 35px; text-align: center; color: rgb(255, 255, 255); line-height: 35px;
}
.footer .f_con05 .f_c05_a_con.f_c05_a2_con {
	height: 320px;
}
.footer .f_con05 .f_c05_a2_con .input {
	width: 600px;
}
.footer .f_con05 .f_c05_a2_con .p {
	margin: 0px 0px 10px;
}
.footer .f_con05 .f_c05_a2_con .p label {
	width: 100px;
}
.footer .f_con05 .f_c05_a2_con .input_submit {
	margin-top: 10px;
}
.footer .f_con05 .f_c05_a2_con .last_p.p input {
	width: 440px;
}
.input_hidden {
	width: 0px; height: 0px; overflow: hidden;
}
.footer .public_search {
	float: left; display: inline-block;
}
.footer .public_search .down_btn {
	background: url("../img/sele_btn.png") no-repeat center; top: 0px; width: 30px; height: 30px; right: 0px; line-height: 30px; position: absolute;
}
.footer .public_search .search_list {
	border-radius: 30px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 165px; height: 30px; line-height: 30px; float: left; position: relative; box-sizing: border-box;
}
.footer .public_search .selec_con {
	background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; left: 0px; top: 30px; height: 105px; right: 0px; display: none; position: absolute; z-index: 99;
}
.footer .public_search .show_text {
	text-indent: 10px; font-size: 12px;
}
.footer .public_search .selec_con ul li {
	line-height: 26px; font-size: 12px; margin-left: 10px; cursor: pointer;
}
.footer .public_search .selec_con ul li:hover span {
	color: rgb(208, 2, 23);
}
.footer .public_search .mScrol {
	height: 105px; margin-right: 0px;
}
.footer .public_search .mScrol.overY {
	-ms-overflow-y: auto;
}
.footer .public_search .city_style .down_btn {
	background: url("../img/sele_btnH.png") no-repeat center;
}
@media only screen and (max-width:1720px)
{
.footer .footer_con01 {
	padding-right: 50px; padding-left: 50px;
}
.footer .f_con04 {
	margin-left: 10%;
}
.footer .f_con03 {
	margin-left: 5%;
}
}
@media only screen and (max-width:1600px)
{
.footer .f_con04 dl {
	margin-left: 80px;
}
}
@media only screen and (max-width:1500px)
{
.footer .f_con04 dl {
	width: 100px; margin-left: 50px;
}
}
@media only screen and (max-width:1400px)
{
.footer .f_con01 {
	width: 270px;
}
.footer .f_con04 {
	margin-left: 5%;
}
}
@media only screen and (max-width:1300px)
{
.footer .f_con01 {
	width: 230px;
}
.footer .f_con01 .input {
	width: 100%;
}
.footer .f_con04 {
	margin-left: 2%;
}
}
@media only screen and (max-width:1200px)
{
.footer {
	padding-top: 30px;
}
.footer .f_con01 {
	width: 300px;
}
.footer .f_con03 {
	display: none;
}
.footer .f_con05 .f_c05_a_con {
	left: 50%; top: 50%; position: fixed; z-index: 999999; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
}
}
@media only screen and (max-width:1000px)
{
.footer {
	padding-top: 20px;
}
.footer .f_con04 {
	width: 60%; margin-left: 0px; float: left;
}
.footer .f_con04 dl {
	width: 49%; text-align: left; text-indent: 10px; margin-left: 2%;
}
.footer .f_con04 dl dt {
	padding-bottom: 10px; margin-bottom: 10px;
}
.footer .f_con04 dl dd {
	margin-bottom: 5px;
}
.footer .f_con02 {
	width: 31%; margin-top: 10px; float: right;
}
.footer .f_con02 a {
	margin-right: 20px; float: left;
}
.footer .f_con01 {
	width: 100%; float: none;
}
.footer .f_con01 .pad_lay {
	width: 50%; float: left;
}
.footer .f_con01 .ewm_con {
	width: 50%; margin-top: 0px; float: right;
}
.footer .f_con01 .ewm_con dl {
	float: right;
}
.footer .f_con05 {
	width: 100%;
}
.footer .f_con05 > div {
	display: inline-block;
}
}
@media only screen and (max-width:767px)
{
.footer .footer_con01 {
	padding-right: 10px; padding-left: 10px;
}
.footer .f_con04 {
	width: 100%; float: none;
}
.footer .f_con02 {
	width: 100%; margin-left: 0px; float: none;
}
.footer .f_con02 a {
	margin: 5px; width: auto; height: 35px; line-height: 35px; float: left;
}

.footer .f_con01 .pad_lay {
	width: 100%; float: none;
}
.footer .f_con01 .pad_lay > a {
	display: none;
}
.footer .f_con01 .pad_lay > .share .bdsharebuttonbox {
	display: none;
}
.footer .f_con01 input[type='text'] {
	border-radius: 5px;
}
.footer .f_con01 .ewm_con {
	width: 100%; margin-top: 10px; float: none;
}
.footer .f_con01 .ewm_con dl {
	margin-top: 10px; margin-right: 10px; float: left;
}
.footer .f_con05 a {
	height: 35px; line-height: 35px;
}
.footer .f_con05 .f_c05_a_con {
	width: 95%; height: auto; padding-bottom: 30px;
}
.footer .f_con05 .input {
	width: 95%;
}
.footer .f_con05 .p {
	margin: 0px 0px 10px; width: 100%;
}
.footer .f_con05 .p label {
	width: 80px;
}
.footer .public_search {
	width: 65%;
}
.footer .f_con05 .p input {
	width: 65%;
}
.footer .public_search .search_list {
	width: 100%;
}
.footer .f_con05 .f_c05_a2_con .p label {
	width: 80px;
}
.footer .f_con05 .f_c05_a_con.f_c05_a2_con {
	height: auto; padding-bottom: 30px;
}
.footer .f_con05 .f_c05_a2_con .input {
	width: 95%;
}
.footer .f_con05 .f_c05_a2_con .p input {
	width: 65%;
}
.footer .f_con05 .f_c05_a2_con .last_p.p input {
	width: 65%;
}
}
.footer_ban {
	background: rgb(26, 27, 29); padding: 20px 0px;
}
.footer_ban .footer_con02 {
	padding: 0px 20px; margin-right: auto; margin-left: auto; max-width: 1720px;
}
.footer_ban p {
	color: rgb(109, 114, 119); font-size: 12px; float: right;
}
.footer_ban p:first-child {
	float: left;
}
.footer_ban p a {
	color: rgb(109, 114, 119); font-size: 12px;
}
@media only screen and (max-width:1720px)
{
.footer_ban .footer_con02 {
	padding-right: 50px; padding-left: 50px;
}
}
@media only screen and (max-width:767px)
{
.footer_ban .footer_con02 {
	padding-right: 10px; padding-left: 10px;
}
.footer_ban .footer_con02 a.jing {
	display: block;
}
.footer_ban p {
	float: none;
}
.footer_ban p:first-child {
	float: none;
}
.in_con01 .text img {
	width: 50%;
}
}
.phone_dom {
	display: none !important;
}
.phone_body .phone_dom {
	display: block !important;
}
.phone_body .pc_dom {
	display: none !important;
}
.index_body {
	height: 100%; overflow: hidden;
}
.w1200.index_body {
	height: auto; -ms-overflow-y: auto;
}
.index_body .header {
	z-index: 999999;
}
.index_body .header .search {
	border-color: rgb(255, 255, 255);
}
.index_body .header .search input.text {
	color: rgb(255, 255, 255) !important;
}
.index_body .header .language {
	border-color: rgb(255, 255, 255);
}
.section {
	overflow: hidden; position: relative;
}
.sPage0_video .pc_dom{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size: cover;

}

.in_con01 {
	left:30%;
	top: 40%;
	position: absolute;
	z-index: 98;
	transform: translate(-50%, -50%);
}
.in_con01 .text {
	text-align: center; margin-bottom: 140px;
}
.in_con01 .text img {
	width: 600px;
}
.in_con01 h3 {
	margin-top:150px;
	color: rgb(255, 255, 255); letter-spacing: 13px;
}
.in_con01 p {
	color: rgb(255, 255, 255); text-transform: uppercase; letter-spacing: 3px;
}
.in_con01 .more {
	margin-left: 50px; display: inline-block;
}
.in_con01 .more a {
	border-color: rgb(255, 255, 255); width: 200px; color: rgb(255, 255, 255);
}
.in_con01 .more a i {
	right: 25px; border-left-color: rgb(255, 255, 255);
}
.in_con01 .more:hover a i {
	animation:bounce 1s; -webkit-animation: bounce 1s; -moz-animation: bounce 1s; -o-animation: bounce 1s;
}

@media only screen and (max-width:1440px)
{
.in_news {
	padding: 20px 20px 30px; width: 360px;
}
.in_news .right {
	margin-left: 10px;
}
.in_con01 {
	left: 30%;
	top: 40%;
	position: absolute;
	z-index: 98;
	transform: translate(-50%, -50%);
}
.in_con01 .text {
	text-align: center; margin-bottom: 140px;
}
.in_con01 .text img {
	width: 500px;
}
}
@media only screen and (max-width:1366px)
{
.in_news .right em {
	left: 30px; top: 10px; font-size: 20px;
}
.in_con01 .text {
	margin-bottom: 80px;
}
.in_news {
	padding: 0px 10px 10px 20px;
}
.in_con01 {
	left: 40%;
	top: 30%;
	position: absolute;
	z-index: 98;
	transform: translate(-50%, -50%);
}
.in_con01 .text {
	text-align: center; margin-bottom: 140px;
}
.in_con01 .text img {
	width: 500px;
}
}
@media only screen and (max-width:1200px)
{
.in_news {
	bottom: 80px; border-bottom-color: rgb(93, 91, 98); border-bottom-width: 1px; border-bottom-style: solid;
}

}
@media only screen and (max-width:1024px)
{
.in_con01 {
	top: 45%;
}
.in_con01 {
	left: 40%;
	top: 30%;
	position: absolute;
	z-index: 98;
	transform: translate(-50%, -50%);
}
.in_con01 .text {
	text-align: center; margin-bottom: 1%;
}
.in_con01 .text img {
	width: 300px;
}
}
@media only screen and (max-width:800px)
{
.in_con01 .text {
	margin-bottom: 1%;
}
.in_con01 h3 {
	letter-spacing: 0px;
}
.in_con01 p {
	letter-spacing: 0px;
}
.in_con01 .more {
	margin-left: 8px;
}
.in_con01 .more a {
	width: 150px;
}
.in_con01 {
	left: 40%;
	top: 30%;
	position: absolute;
	z-index: 98;
	transform: translate(-50%, -50%);
}
.in_con01 .text {
	text-align: center; margin-bottom: 1%;
}
.in_con01 .text img {
	width: 200px;
}
}
@media only screen and (max-width:767px)
{

.in_con01 .more a {
	background: none;
}
.in_news {
	padding: 0px 10px; width: 100%; height: 100px; border-right-color: currentColor; border-right-width: 0px; border-right-style: none; box-sizing: border-box;
}
.in_news .right {
	margin-left: 0px;
}
.in_news .left {
	width: 240px;
}
.in_con01 {
width:90%;
text-align:center;
}
.in_con01 .text img {
	width: 200px;
}
}
@media only screen and (max-width:320px)
{
.in_con01 .text {
	margin-bottom: 100px;
}
.in_con01 .more a {
	width: 120px;
}
.in_con01 .more a i {
	right: 5px;
}
.in_news .left {
	width: 195px;
}
}
.in_con02 {
	left: -100%; top: 0px; right: 0px; bottom: 0px; overflow: hidden; position: absolute; z-index: 99;
}
.in_con02_bg {
	left: -100%; top: 0px; right: 0px; bottom: 0px; overflow: hidden; position: absolute; z-index: 99;
}
.in_con02_bg {
	background: rgba(255, 255, 255, 0.5);
}
.con02_ul {
	top: 50%; right: 50px; position: absolute; z-index: 100; transform: translateY(-50%);
}
.con02_ul li {
	border: 1px solid rgb(255, 255, 255); border-image: none; width: 380px; height: 100px; color: rgb(255, 255, 255); line-height: 100px; overflow: hidden; margin-top: 40px; position: relative; cursor: pointer;
}
.con02_ul li q {
	text-indent: 60px; display: block; position: relative; z-index: 5;
}
.con02_ul li i {
	top: 35px; width: 193px; right: -60px; display: block; position: absolute; z-index: 2; opacity: 0;
}
.con02_ul li i img {
	width: 100%;
}
.con02_ul li em {
	top: 0px; width: 380px; right: -100%; display: block; position: absolute; z-index: 1;
}
.con02_ul li em img {
	width: 100%;
}
.con02_ul li.li1 {
	background: url("../img/con02_ul_bg01.png") no-repeat right bottom; margin-top: 0px;
}
.con02_ul li.li2 {
	background: url("../img/con02_ul_bg02.png") no-repeat right bottom;
}
.con02_ul li.li2 i {
	top: 25px; right: -45px;
}
.con02_ul li.li3 {
	background: url("../img/con02_ul_bg03.png") no-repeat right bottom;
}
.con02_ul li.no_background {
	background-image: none;
}
.con02_tab {
	position: relative;
}
.con02_tab > div {
	left: 0px; top: 0px; right: 0px; position: absolute; opacity: 0;
}
.con02_tab > div:first-child {
	opacity: 1;
}
.c02_text {
	left: 50px; top: 50%; width: 680px; color: rgb(255, 255, 255); position: absolute; z-index: 9; transform: translateY(-50%);
}
.c02_text .p {
	margin-top: 50px; margin-bottom: 140px;
}
.c02_text .btn a {
	background: url("../img/index_pro.png") no-repeat; width: 206px; height: 38px; text-align: center; color: rgb(255, 255, 255); line-height: 38px; display: block; position: relative;
}
.c02_text .btn a i {
	top: 50%; right: 30px; margin-top: -3px; position: absolute;
}
.c02_text .btn:hover a i {
	animation:bounce 1s; -webkit-animation: bounce 1s; -moz-animation: bounce 1s; -o-animation: bounce 1s;
}
@media only screen and (max-width:1366px)
{
.con02_ul li {
	width: 300px; height: 80px; line-height: 80px; margin-top: 30px; background-size: 80%;
}
.con02_ul li em {
	width: 300px;
}
.con02_ul li i {
	width: 150px;
}
.con02_ul li q {
	text-indent: 30px;
}
.c02_text .p {
	margin-top: 30px; margin-bottom: 100px;
}
}
@media only screen and (max-width:1100px)
{
.c02_text {
	width: 550px;
}
}
@media only screen and (max-width:800px)
{
.con02_ul {
	left: 0px; top: 150px; right: 0px; transform: translateY(0px);
}
.con02_ul li {
	width: 31.3%; margin-top: 0px; margin-right: 1%; margin-left: 1%; float: left; box-sizing: border-box; -webkit-box-sizing: border-box;
}
.con02_ul li em {
	width: 100%;
}
.con02_ul li em img {
	height: 78px;
}
.con02_ul li i {
	width: 130px; right: -15px;
}
.con02_ul li.li2 i {
	top: 30px; right: -20px;
}
.con02_ul li.li3 i {
	top: 45px; right: -9px;
}
}
@media only screen and (max-width:600px)
{
.c02_text {
	left: 10px; top: 300px; width: auto; right: 10px; transform: translateY(0px);
}
.c02_text .p {
	margin: 10px 0px 40px;
}
.con02_ul {
	top: 200px;
}
.con02_ul li {
	height: 50px; text-align: center; line-height: 50px;
}
.con02_ul li em img {
	height: 48px;
}
.con02_ul li i {
	top: 30px; width: 80px;
}
.con02_ul li.li2 i {
	top: 25px; right: -10px;
}
.con02_ul li.li3 i {
	top: 35px; right: -10px;
}
.con02_ul li q {
	text-indent: 0px;
}
}
@media only screen and (max-width:320px)
{
.con02_ul {
	top: 150px;
}
.c02_text {
	top: 250px;
}
}
.in_con03 {
	left: -100%; top: 0px; right: 0px; bottom: 0px; overflow: hidden; position: absolute; z-index: 99;
}
.in_con03_bg {
	left: -100%; top: 0px; right: 0px; bottom: 0px; overflow: hidden; position: absolute; z-index: 99;
}
.in_con03_bg {
	background: rgba(255, 255, 255, 0.5);
}
.sPage0_img img {
	top: 0px; position: absolute;
}
.sPage0_img .div_img {
	left: 50%; top: -200px; width: 55%; position: absolute; transform: translateX(-50%);
}
.lt9 .sPage0_img .div_img {
	margin-left: -490px;
}
.sPage0_img .div_img img {
	width: 100%;
}
.sPage0_img img.img1 {
	animation:rotate_o 10s infinite;
}
.sPage0_img img.img2 {
	animation:rotate_o 15s infinite;
}
.sPage0_img img.img3 {
	animation:rotate_t 11s infinite;
}
.sPage0_img img.img4 {
	animation:rotate_o 17s infinite;
}
.sPage0_img img.img5 {
	animation:rotate_t 12s infinite;
}
.sPage0_img img.img6 {
	animation:rotate_o 17s infinite;
}
.c03_text {
	left: 0px; top: 40%; right: 0px; position: absolute; z-index: 9; transform: translateY(-50%);
}
.c03_text h3 {
	text-align: center; color: rgb(255, 255, 255);
}
.c03_text .btn a {
	background: rgba(0, 0, 0, 0.5); margin: 100px auto 0px; border-radius: 35px; transition:0.5s ease-in-out; width: 200px; height: 35px; text-align: center; color: rgb(255, 255, 255); line-height: 35px; display: block; position: relative;
}
.c03_text .btn i {
	transition:0.5s ease-in-out; top: 50%; width: 22px; height: 22px; right: 40px; margin-top: -11px; display: inline-block; position: absolute;
}
.c03_text .btn a:hover {
	background: rgba(215, 0, 15, 0.8);
}
.c03_text .btn a:hover i {
	transform: rotate(360deg);
}
.c03_ul {
	background: rgba(0, 0, 0, 0.5); margin: 0px auto; padding: 10px 70px; border-radius: 55px; left: 0px; width: 500px; right: 0px; bottom: 10%; position: absolute; z-index: 9; transform: translateY(-50%);
}
.c03_ul li {
	width: 14.2%; text-align: center; float: left;
}
.h1366.phone_body .sPage0_img .div_img {
	width: 123%;
}
.h1024.phone_body .sPage0_img .div_img {
	width: 77%;
}
@media only screen and (max-width:1600px)
{
.sPage0_img .div_img {
	top: -250px; width: 65%;
}
}
@media only screen and (max-width:1366px)
{
.sPage0_img .div_img {
	top: -200px; width: 58%;
}
}
@media only screen and (max-width:1340px)
{
.sPage0_img .div_img {
	top: -150px;
}
}
@media only screen and (max-width:1024px)
{
.sPage0_img .div_img {
	width: 77%;
}
}
@media only screen and (max-width:800px)
{
.sPage0_img .div_img {
	width: 130%;
}
}
@media only screen and (max-width:600px)
{
.sPage0_img .div_img {
	width: 185%;
}
.c03_ul {
	padding: 10px 20px; width: 100%; box-sizing: border-box;
}
}
@media only screen and (max-width:320px)
{
.sPage0_img .div_img {
	width: 200%;
}
.phoneX .sPage0_img .div_img {
	width: 220%;
}
}
.in_con04 {
	left: -100%; top: 0px; right: 0px; bottom: 0px; overflow: hidden; position: absolute; z-index: 99;
}
.in_con04_bg {
	left: -100%; top: 0px; right: 0px; bottom: 0px; overflow: hidden; position: absolute; z-index: 99;
}
.in_con04_bg {
	background: rgba(255, 255, 255, 0.5);
}
.c04_text {
	left: 10%; top: 30%; width: 600px; position: absolute; z-index: 9;
}
.c04_text * {
	color: rgb(255, 255, 255);
}
.c04_text p {
	font-size: 16px;
}
.c04_text h3 {
	line-height: 1; font-size: 48px; font-weight: 700;
}
.c04_text .p3 {
	margin: 50px 0px 100px;
}
.c04_text .p4 {
	margin-top: 20px;
}
.c04_text .p4 a {
	color: rgb(215, 0, 15);
}
.c04_text .more a {
	background: url("../img/index_pro.png") no-repeat; margin: 30px 0px 0px; border: 1px solid transparent; border-image: none; width: 206px; height: 38px; text-align: center; color: rgb(255, 255, 255); line-height: 38px; display: block; position: relative;
}
.c04_text .more a:hover {
	background: url("../img/index_pro.png") no-repeat;
}
.c04_text .more a i {
	top: 50%; right: 30px; margin-top: -3px; border-left-color: rgb(255, 255, 255); position: absolute;
}
.c04_video_btn {
	top: 50%; right: 10%; position: absolute; z-index: 9;
}
.c04_video_btn li {
	margin-bottom: 30px; cursor: pointer;
}
.c04_video_btn li:nth-of-type(1) {
	background: url("../flash/c04_bg01.png") no-repeat right bottom;
}
.c04_video_btn li:nth-of-type(2) {
	background: url("../flash/c04_bg05.png") no-repeat right bottom;
}
.c04_video_btn li.no_background {
	background: none;
}
.c04_video_btn li i {
	top: auto; width: 130px; right: -15px; bottom: 0px;
}
.c04_video_btn li.li2 i {
	top: auto; right: -15px;
}
.c04_video_btn li q {
	background: url("../flash/c04_play.png") no-repeat right; width: 150px; height: 20px; line-height: 20px; display: inline-block;
}
.in_con04 .sPage0_video em {
	background: rgba(0, 0, 0, 0.4); left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: absolute;
}
@media only screen and (max-width:1366px)
{
.c04_text .p3 {
	margin: 50px 0px;
}
}
@media only screen and (max-width:1200px)
{
.c04_text {
	top: 20%; width: 400px;
}
.c04_text .p3 div.edit {
	height: 12em; line-height: 1.5; -ms-overflow-y: auto;
}
.c04_video_btn li q {
	width: 120px;
}
}
@media only screen and (max-width:800px)
{
.c04_video_btn {
	top: 150px; right: 0px;
}
.c04_video_btn li {
	width: 48%;
}
.c04_text {
	top: 300px;
}
}
@media only screen and (max-width:767px)
{
.c04_text {
	left: 10px; top: 240px; width: auto; right: 100px;
}
.c04_text p {
	font-size: 16px;
}
.c04_text h3 {
	font-size: 34px;
}
.c04_text .p3 {
	margin: 20px 0px;
}
.c04_text a {
	width: 140px; height: 46px; line-height: 46px; font-size: 18px; background-size: cover;
}
.c04_text .p3 div.edit {
	height: 7.5em;
}
}
.c04_vi_bg {
	background: rgba(0, 0, 0, 0.7); left: 0px; top: 0px; right: 0px; bottom: 0px; display: none; position: fixed; z-index: 9999999;
}
.c04_vi_con {
	left: 50%; top: 50%; width: 80%; position: absolute; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
}
.c04_vi_con video {
	width: 100%;
}
.c04_vi_con .close_btn {
	background: rgb(0, 0, 0); width: 30px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-family: Aril; font-size: 20px; float: right; cursor: pointer;
}
@media only screen and (max-width:767px)
{
.c04_vi_con {
	width: 95%;
}
}
.index_btn {
	left: 50%; width: 356px; bottom: 20px; margin-left: -178px; position: absolute; z-index: 999;
}
.index_btn::after {
	background: rgb(255, 255, 255); border-radius: 4px; width: 4px; height: 4px; right: 24px; bottom: 0px; display: block; position: absolute; content: "";
}
.index_btn li {
	background: url("../img/index_nav.png") no-repeat left bottom; width: 83px; height: 50px; text-align: center; color: rgb(255, 255, 255); line-height: 50px; text-indent: 4px; float: left; position: relative; cursor: pointer;
}
.index_btn li em {
	opacity: 1;
}
.index_btn li q {
	background: rgb(255, 255, 255); left: 0px; width: 100%; height: 1px; bottom: 1px; display: block; position: absolute;
}
.index_btn li:hover em {
	color: rgb(215, 0, 15); font-weight: 700; opacity: 1;
}
.index_btn li.hover {
	background: url("../img/index_navH.png") no-repeat left bottom;
}
.index_btn li.hover em {
	color: rgb(215, 0, 15); font-weight: 700; opacity: 1;
}
.index_btn li q {
	animation:widthA 5s infinite; width: 100%;
}
.index_btn li.hover q {
	animation:initial; width: 0%;
}
@media only screen and (max-width:320px)
{
.index_btn {
	width: 300px; margin-left: -150px;
}
.index_btn li {
	width: 68px;
}
}
.crumb {
	background: rgb(234, 234, 234); left: 0px; height: 80px; overflow: hidden; position: relative;
}
.crumb_con {
	margin-left: 70px; float: left;
}
.crumb_con .tit {
	background: url("../img/crum_jt.png") no-repeat right; width: 170px; height: 80px; line-height: 80px; margin-right: 20px; float: left;
}
.crumb_con ul {
	height: 80px; line-height: 80px; float: left;
}
.crumb_con ul li {
	height: 100%; text-align: center; margin-left: 40px; float: left; position: relative;
}
.crumb_con ul li a {
	padding: 0px 10px; color: rgb(48, 48, 48); display: block;
}
.crumb_con ul li i {
	padding: 0px 10px; color: rgb(48, 48, 48); display: block;
}
.crumb_con ul li a::after {
	left: 0px; height: 4px; right: 0px; bottom: 0px; position: absolute; content: "";
}
.crumb_con ul li.active a::after {
	background: rgb(215, 0, 15); display: block;
}
.crumb_con ul li a:hover::after {
	background: rgb(215, 0, 15); display: block;
}
.other_crumb.crumb {
	left: 0px; top: 0px; right: 0px; position: fixed; z-index: 99999;
}
.touch_body .crumb_con ul li a:hover::after {
	background: rgb(234, 234, 234); display: block;
}
.touch_body .crumb_con ul li.active a::after {
	background: rgb(215, 0, 15); display: block;
}
.other_navbtn {
	overflow: hidden; float: left;
}
.other_navbtn .nav_btn {
	background: rgb(192, 192, 192); transition:0.3s ease-out; top: -100px; height: 80px; position: relative; opacity: 0; -webkit-transition: all .3s ease-out;
}
.other_navbtn .logo {
	transition:0.3s ease-out; top: -100px; height: 80px; line-height: 80px; position: relative; opacity: 0 !important; -webkit-transition: all .3s ease-out;
}
.lt9 .other_navbtn .logo {
	
}
.lt9 .other_navbtn .nav_btn {
	
}
.other_crumb .other_navbtn .nav_btn {
	top: 0px; opacity: 1;
}
.other_crumb .other_navbtn .logo {
	top: 0px; opacity: 1 !important;
}
.lt9 .other_crumb .other_navbtn .logo {
	
}
.lt9 .other_crumb .other_navbtn .nav_btn {
	
}
.phone_crumb {
	display: none;
}
@media only screen and (max-width:1500px)
{
.about_crumb.crumb_con ul li {
	padding: 0px; margin-left: 5px;
}
}
@media only screen and (max-width:1400px)
{
.crumb {
	height: 70px;
}
.other_navbtn .nav_btn {
	height: 70px;
}
.other_navbtn .logo {
	height: 70px; line-height: 70px;
}
.crumb_con .tit {
	height: 70px; line-height: 70px;
}
.crumb_con ul {
	height: 70px; line-height: 70px;
}
}
@media only screen and (max-width:1366px)
{
.crumb_con .tit {
	width: 120px;
}
.crumb {
	height: 50px;
}
.other_navbtn .nav_btn {
	height: 50px;
}
.other_navbtn .logo {
	height: 50px; line-height: 50px;
}
.crumb_con .tit {
	height: 50px; line-height: 50px;
}
.crumb_con ul {
	height: 50px; line-height: 50px;
}
}
@media only screen and (max-width:1320px)
{
.about_crumb.crumb_con ul li {
	margin-left: 20px;
}
}
@media only screen and (max-width:1200px)
{
.crumb_con {
	margin-left: 30px;
}
.crumb_con .tit {
	width: 115px; margin-right: 10px;
}
.crumb_con ul li {
	padding: 0px 10px; margin-left: 0px;
}
.about_crumb.crumb_con ul li {
	padding: 0px; margin-left: 5px;
}
}
@media only screen and (max-width:1024px)
{
.crumb {
	display: block;
}
.crumb .other_navbtn {
	display: none;
}
.phone_crumb {
	background: rgb(249, 249, 249); display: block;
}
.phone_crumb ul {
	padding: 10px 0px; overflow: hidden;
}
.phone_crumb li {
	margin: 0px 7px; width: 60px; text-align: center; border-bottom-color: rgb(249, 249, 249); border-bottom-width: 1px; border-bottom-style: solid; float: left;
}
.phone_crumb li:hover {
	border-bottom-color: rgb(215, 0, 15); border-bottom-width: 1px; border-bottom-style: solid;
}
.phone_crumb li.hover {
	border-bottom-color: rgb(215, 0, 15); border-bottom-width: 1px; border-bottom-style: solid;
}
.phone_crumb li a {
	font-size: 12px;
}
}
@media only screen and (max-width:800px)
{
.crumb {
	padding: 0px 10px;
}
.crumb_con {
	margin-left: 70px;
}
.o_crumb .crumb_con ul li {
	padding: 0px 2px;
}
.o_crumb .crumb_con ul li a {
	padding: 0px 5px;
}
.o_crumb .crumb_con .tit {
	width: 95px;
}
.o_crumb .crumb_con {
	margin-left: 10px;
}
.about_crumb.crumb_con {
	margin-left: 0px;
}
.about_crumb.crumb_con ul li {
	margin-left: 0px;
}
}
@media only screen and (max-width:767px)
{
.crumb {
	padding: 0px; height: auto;
}
.crumb_con {
	margin-left: 0px; float: left;
}
.crumb_con .tit {
	background: none; width: auto; height: 60px; line-height: 60px;
}
.other_navbtn .nav_btn {
	width: 60px; height: 60px;
}
.other_crumb .other_navbtn .nav_btn span {
	width: 30px; margin-left: -15px;
}
.other_crumb .other_navbtn .nav_btn span::after {
	top: 10px; width: 30px;
}
.other_crumb .other_navbtn .nav_btn span::before {
	top: -10px; width: 30px;
}
.other_navbtn .logo {
	width: 140px; height: 60px; line-height: 60px; margin-left: 10px;
}
.crumb_con .tit {
	display: none;
}
.other_navbtn .logo {
	height: auto; line-height: 1.5;
}
.crumb_con .tit {
	height: auto; line-height: 1.5;
}
.crumb_con ul {
	height: auto; line-height: 1.5;
}
.crumb_con ul {
	padding: 10px 5px;
}
.crumb_con ul li {
	padding: 5px 0px !important;
}
.crumb_con ul li a::after {
	height: 2px;
}
}
.fixed_nav {
	left: 50px; top: 50%; position: fixed; z-index: 99; transform: translateY(-50%);
}
.fixed_nav li {
	background: url("../img/fixed_ico.png") no-repeat; width: 30px; height: 70px; position: relative;
}
.fixed_nav li a {
	width: 30px; height: 30px; text-indent: -9999px; display: block; cursor: pointer;
}
.fixed_nav li::after {
	background: rgb(188, 188, 188); left: 50%; top: -40px; width: 1px; height: 40px; margin-left: -1px; display: block; position: absolute; content: "";
}
.fixed_nav li:first-child::after {
	display: none;
}
.fixed_nav li.active {
	background: url("../img/fixed_ico01.png") no-repeat;
}
@media only screen and (max-width:1366px)
{
.fixed_nav {
	left: 10px; top: 60%;
}
}
@media only screen and (max-width:1100px)
{
.fixed_nav {
	display: none !important;
}
}
.pro_con > h3 {
	text-align: center;
}
.pro_con01 {
	height: 0px; overflow: hidden; padding-bottom: 56%; position: relative; z-index: 9;
}
#sync1 .owl-item {
	overflow: hidden;
}
#sync1 .owl-item img {
	width: 100%;
}
.owl-theme#sync1 .owl-controls {
	left: 0px; text-align: left; right: 0px; bottom: 50%; position: absolute; z-index: 99;
}
.owl-theme#sync1 .owl-controls .owl-buttons div {
	padding: 0px; border-radius: 0px; width: 40px; height: 60px; text-align: center; font-size: 16px; display: block; opacity: 1;
}
.owl-theme#sync1 .owl-controls .owl-buttons div.owl-prev {
	background: url("../img/slider_left.png") no-repeat center rgba(0, 0, 0, 0.8); float: left;
}
.owl-theme#sync1 .owl-controls .owl-buttons div.owl-prev:hover {
	background: url("../img/slider_leftH.png") no-repeat center rgba(0, 0, 0, 0.8);
}
.owl-theme#sync1 .owl-controls .owl-buttons div.owl-next {
	background: url("../img/slider_right.png") no-repeat center rgba(0, 0, 0, 0.8); float: right;
}
.owl-theme#sync1 .owl-controls .owl-buttons div.owl-next:hover {
	background: url("../img/slider_rightH.png") no-repeat center rgba(0, 0, 0, 0.8);
}
.small_img {
	background: rgba(50, 50, 50, 0.7); padding: 30px; left: 0%; right: 0px; bottom: 0px; position: absolute;
}
.small_img .small_img_right {
	max-width: 1240px;
}
#sync2 .owl-item {
	height: 0px; overflow: hidden; padding-right: 20px; padding-bottom: 5%; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box;
}
#sync2 .owl-item img {
	width: 100%;
}
#sync2 .owl-item::before {
	background: rgba(0, 0, 0, 0.5); left: 0px; top: 0px; right: 20px; bottom: 0px; display: block; position: absolute; content: ""; box-sizing: border-box; -webkit-box-sizing: border-box;
}
#sync2 .owl-item.synced::before {
	background: rgba(0, 0, 0, 0); border: 1px solid rgb(237, 108, 0); border-image: none;
}
@media only screen and (max-width:1000px)
{
.small_img {
	padding: 10px;
}
}
@media only screen and (max-width:767px)
{
.owl-theme#sync1 .owl-controls .owl-buttons div {
	width: 30px; height: 30px;
}
.small_img {
	display: none;
}
.owl-theme#sync1 .owl-controls {
	margin-bottom: -20px;
}
}
.pro_con02 .bx-wrapper .bx-caption span {
	text-align: center; font-size: 24px;
}
.pro_con02 .bx-wrapper .bx-controls-direction a {
	top: auto; width: 17px; height: 30px; bottom: 15px; margin-top: -30px;
}
.pro_con02 .bx-wrapper .bx-prev {
	background: url("../img/pro_ico01.png") no-repeat center; left: 20px;
}
.pro_con02 .bx-wrapper .bx-next {
	background: url("../img/pro_ico02.png") no-repeat center; right: 20px;
}
.pro_con02 .bx-wrapper .bx-prev:hover {
	background: url("../img/pro_ico03.png") no-repeat center;
}
.pro_con02 .bx-wrapper .bx-next:hover {
	background: url("../img/pro_ico04.png") no-repeat center;
}
@media only screen and (max-width:1440px)
{
.pro_con02 .bx-wrapper .bx-caption span {
	font-size: 20px;
}
}
@media only screen and (max-width:1366px)
{
.pro_con02 .bx-wrapper .bx-controls-direction a {
	bottom: 9px;
}
}
@media only screen and (max-width:1024px)
{
.pro_con02 .bx-wrapper .bx-caption span {
	font-size: 18px;
}
}
@media only screen and (max-width:767px)
{
.pro_con02 .bx-wrapper .bx-caption span {
	font-size: 16px;
}
.pro_con02 .bx-wrapper .bx-controls-direction a {
	width: 15px; height: 20px; bottom: 11px; background-size: cover !important;
}
}
.pro_con03 {
	margin-right: auto; margin-left: auto; max-width: 1180px;
}
.pro_con03 li {
	width: 280px; overflow: hidden; margin-right: 20px; float: left; position: relative;
}
.pro_con03 li img {
	width: 100%;
}
.pro_con03 li p {
	background: rgba(0, 0, 0, 0.5); padding: 10px; transition:0.3s ease-in-out; left: 0px; width: 100%; bottom: 0px; color: rgb(255, 255, 255); line-height: 1.5; overflow: hidden; font-size: 12px; position: absolute; box-sizing: border-box;
}
.pro_con03 li:hover p {
	background: rgb(0, 0, 0);
}
.pro_con03 .bx-wrapper a {
	width: 35px; height: 55px; margin-top: -55px;
}
.pro_con03 .bx-wrapper .bx-prev {
	background: url("../img/pro_left.png") no-repeat center; left: -50px;
}
.pro_con03 .bx-wrapper .bx-next {
	background: url("../img/pro_right.png") no-repeat center; right: -50px;
}
.pro_con03 .bx-wrapper .bx-prev:hover {
	background: url("../img/slider_leftH.png") no-repeat center;
}
.pro_con03 .bx-wrapper .bx-next:hover {
	background: url("../img/slider_rightH.png") no-repeat center;
}
@media only screen and (max-width:1230px)
{
.pro_con03 .bx-wrapper .bx-controls-direction a {
	top: 55%;
}
.pro_con03 .bx-wrapper .bx-prev {
	left: 10px;
}
.pro_con03 .bx-wrapper .bx-next {
	right: 10px;
}
}
@media only screen and (max-width:767px)
{
.pro_con03 .bx-wrapper a {
	width: 15px; height: 20px; background-size: cover !important;
}
.pro_con03 .bx-wrapper .bx-controls-direction a {
	top: 65%;
}
}
.pro_case_con01 {
	position: relative;
}
.pro_case_con01 > img {
	width: 100%;
}
.pro_case_bg {
	background: rgba(0, 0, 0, 0.4); left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 2;
}
.pro_case_con01 .p {
	left: 50%; top: 0px; width: 1106px; margin-left: -553px; position: absolute; z-index: 3;
}
.pro_case_con01 .p h3 {
	color: rgb(255, 255, 255);
}
.pro_case_con01 .p p {
	width: 820px; color: rgb(255, 255, 255); line-height: 1.8;
}
.pro_case_con01 .p a {
	background: rgb(215, 0, 15); border-radius: 35px; border: 1px solid rgb(215, 0, 15); border-image: none; width: 115px; height: 35px; text-align: center; color: rgb(255, 255, 255); line-height: 35px; display: block; position: relative;
}
.pro_case_con01 .p a i {
	border-width: 4px 8px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); top: 50%; width: 0px; height: 0px; right: 5px; margin-top: -4px; display: block; position: absolute;
}
.pro_case_con01 .p a:hover {
	background: none; border: 1px solid rgb(215, 0, 15); border-image: none; color: rgb(215, 0, 15);
}
.pro_case_con01 .p a:hover i {
	border-left-color: rgb(215, 0, 15); border-left-width: 8px; border-left-style: solid;
}
.pro_case_con01 .pro_tab {
	left: 50%; width: 1106px; bottom: 60px; margin-left: -553px; position: absolute; z-index: 3;
}
.pro_case_con01 .pro_tab li {
	width: 220px; height: 60px; text-align: center; line-height: 60px; margin-left: 1px; float: left;
}
.pro_case_con01 .pro_tab li a {
	background: rgba(0, 0, 0, 0.2); color: rgb(255, 255, 255); display: block;
}
.pro_case_con01 .pro_tab li a:hover {
	background: rgba(0, 0, 0, 0.5);
}
.pro_case_con01 .pro_tab li img {
	transition:0.5s ease-in-out; margin-top: -6px; margin-right: 15px; vertical-align: middle;
}
.pro_case_con01 .pro_tab li:hover img {
	transform: translateX(3px);
}
@media only screen and (max-width:1530px)
{
.pro_case_con01 .pro_tab {
	bottom: 30px;
}
}
@media only screen and (max-width:1130px)
{
.pro_case_con01 * {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.pro_case_con01 .p {
	width: 90%; padding-right: 20px; padding-left: 20px; margin-left: 0px; transform: translateX(-50%);
}
.pro_case_con01 .pro_tab {
	width: 90%; padding-right: 20px; padding-left: 20px; margin-left: 0px; transform: translateX(-50%);
}
.pro_case_con01 .pro_tab li {
	width: 19.5%; height: 40px; line-height: 40px;
}
}
@media only screen and (max-width:900px)
{
.pro_case_con01 .p p {
	width: 95%; height: 7.5em; line-height: 1.5; overflow: hidden;
}
.pro_case_con01 .pro_tab {
	bottom: 10px;
}
.pro_case_con01 .p a {
	line-height: 32px;
}
}
@media only screen and (max-width:767px)
{
.pro_case_bg {
	display: none;
}
.pro_case_con01 .p {
	width: 100%; padding-right: 10px; padding-left: 10px; position: static; transform: translateX(0px);
}
.pro_case_con01 .p h3 {
	color: rgb(116, 116, 116);
}
.pro_case_con01 .p p {
	width: 100%; height: auto; color: rgb(116, 116, 116); -webkit-line-clamp: initial;
}
.pro_case_con01 .p a {
	border-radius: 3px;
}
.pro_case_con01 .pro_tab {
	width: 100%; padding-right: 10px; padding-left: 10px; margin-top: 20px; margin-bottom: 20px; position: static; transform: translateX(0px);
}
.pro_case_con01 .pro_tab li {
	width: 49.8%; margin-top: 2px;
}
.pro_case_con01 .pro_tab li:nth-of-type(2n-1) {
	margin-left: 0px;
}
.pro_case_con01 .pro_tab li a {
	background: rgba(0, 0, 0, 1);
}
}
.pro_case_con02 {
	background: url("../img/pro_case_con02.jpg") no-repeat bottom;
}
.pro_case_con02 > h3 {
	text-align: center;
}
.pro_case_con02 > .p {
	width: 805px; text-align: center; color: rgb(121, 121, 121); line-height: 1.8; margin-right: auto; margin-left: auto;
}
.p_c_con02_list dl {
	width: 400px; margin-right: 40px; margin-bottom: 40px; float: left; position: relative;
}
.p_c_con02_list dl.n3 {
	margin-right: 0px;
}
.p_c_con02_list dl dt {
	width: 100%; height: 0px; overflow: hidden; padding-bottom: 75%;
}
.p_c_con02_list dl dt img {
	width: 100%;
}
.p_c_con02_list dl dd {
	background: rgba(0, 0, 0, 0.5); transition:0.5s ease-out; left: 0px; height: auto; right: 0px; bottom: 0px; position: absolute;
}
.p_c_con02_list dl dd a {
	padding: 10px 0px; width: 90%; color: rgb(255, 255, 255); margin-right: auto; margin-left: auto; display: block;
}
.p_c_con02_list dl dd h3 {
	transition:0.5s ease-out; line-height: 1.5; overflow: hidden; max-height: 3em;
}
.p_c_con02_list dl dd h3.fnt_18 {
	font-size: 16px;
}
.p_c_con02_list dl dd p {
	transition:0.5s ease-out; height: 3em; color: rgb(121, 121, 121); line-height: 1.5; overflow: hidden; margin-top: 10px; display: none;
}
.p_c_con02_list dl:hover dt img {
	transform: scale(1.05);
}
.p_c_con02_list dl:hover dd {
	background: rgb(0, 0, 0);
}
@media only screen and (max-width:1366px)
{
.p_c_con02_list dl {
	width: 340px;
}
}
@media only screen and (max-width:1200px)
{
.p_c_con02_list dl {
	width: 32%; margin-right: 2%;
}
.p_c_con02_list dl dd {
	height: auto;
}
.p_c_con02_list dl dd a {
	padding: 10px 0px;
}
}
@media only screen and (max-width:810px)
{
.pro_case_con02 > * {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.pro_case_con02 > .p {
	width: 100%; padding-right: 10px; padding-left: 10px;
}
}
@media only screen and (max-width:767px)
{
.p_c_con02_list dl {
	width: 49%; margin-right: 2%; margin-bottom: 10px;
}
.p_c_con02_list dl.n3 {
	margin-right: 2%;
}
.p_c_con02_list dl:nth-of-type(2n) {
	margin-right: 0px;
}
}
.case_list {
	background: rgb(251, 251, 251);
}
.case_list .left {
	width: 200px; margin-right: -200px; float: left; position: relative; z-index: 2;
}
.case_list .left li {
	padding: 15px 0px; border-bottom-color: rgb(228, 228, 228); border-bottom-width: 1px; border-bottom-style: solid;
}
.case_list .left li:first-child {
	border-top-color: rgb(228, 228, 228); border-top-width: 1px; border-top-style: solid;
}
.case_list .left li a {
	line-height: 1.4; padding-left: 20px; border-left-color: rgb(251, 251, 251); border-left-width: 4px; border-left-style: solid; display: block;
}
.case_list .left li a:hover {
	color: rgb(215, 0, 15); border-left-color: rgb(215, 0, 15); border-left-width: 4px; border-left-style: solid;
}
.case_list .left li.hover a {
	color: rgb(215, 0, 15); border-left-color: rgb(215, 0, 15); border-left-width: 4px; border-left-style: solid;
}
.case_list .right {
	width: 100%; float: left;
}
.case_list .right .right_con {
	padding-left: 280px;
}
.case_list .right_con dl {
	width: 306px; margin-right: 40px; margin-bottom: 40px; float: left; position: relative;
}
.case_list .right_con dl.n3 {
	margin-right: 0px;
}
.case_list .right_con dl dt {
	width: 100%; height: 0px; overflow: hidden; padding-bottom: 75%;
}
.case_list .right_con dl dt img {
	width: 100%;
}
.case_list .right_con dl dd {
	background: rgba(0, 0, 0, 0.5); transition:0.5s ease-out; left: 0px; right: 0px; bottom: 0px; position: absolute;
}
.case_list .right_con dl dd a {
	padding: 10px 0px; width: 90%; color: rgb(255, 255, 255); margin-right: auto; margin-left: auto; display: block;
}
.case_list .right_con dl dd h3 {
	transition:0.5s ease-out; color: rgb(255, 255, 255); line-height: 1.5; overflow: hidden; max-height: 3em;
}
.case_list .right_con dl dd a.fnt_24 {
	font-size: 12px;
}
.case_list .right_con dl:hover dt img {
	transform: scale(1.05);
}
.case_list .right_con dl:hover dd {
	background: rgb(0, 0, 0);
}
.case_list .right_con .right_top {
	width: 446px; margin-bottom: 20px;
}
.case_list .right_con .right_top select {
	background: none; width: 306px; height: 35px; line-height: 35px; text-indent: 10px; margin-right: 10px; float: left;
}
.case_list .right_con .right_top input[type='button'] {
	background: rgb(215, 0, 15); border-radius: 35px; border: 0px currentColor; border-image: none; width: 120px; height: 35px; text-align: center; color: rgb(255, 255, 255); line-height: 35px; float: left;
}
@media only screen and (max-width:1366px)
{
.case_list .right_con dl dd a {
	font-size: 16px;
}
.case_list .right_con dl {
	width: 260px; margin-right: 20px; margin-bottom: 20px;
}
}
@media only screen and (max-width:1200px)
{
.case_list .right .right_con {
	padding-left: 220px;
}
.case_list .right_con dl {
	width: 32%; margin-right: 2%;
}
}
@media only screen and (max-width:1000px)
{
.case_list .right_con dl {
	width: 49%; margin-right: 2%; margin-bottom: 10px;
}
.case_list .right_con dl.n3 {
	margin-right: 2%;
}
.case_list .right_con dl:nth-of-type(2n) {
	margin-right: 0px;
}
}
@media only screen and (max-width:767px)
{
.case_list .left {
	width: 100%; margin-right: 0px;
}
.case_list .left * {
	box-sizing: border-box;
}
.case_list .left ul {
	margin-bottom: 20px;
}
.case_list .left li {
	width: 50%; float: left;
}
.case_list .left li:nth-of-type(2) {
	border-top-color: rgb(228, 228, 228); border-top-width: 1px; border-top-style: solid;
}
.case_list .left li a {
	padding-left: 5px;
}
.case_list .right .right_con {
	padding-left: 0px;
}
.case_list .right_con dl dd a {
	padding: 10px 0px;
}
.case_list .right_con .right_top {
	width: 100%;
}
.case_list .right_con .right_top select {
	width: 70%;
}
.case_list .right_con .right_top input[type='button'] {
	width: 26%;
}
}
.program_nav {
	width: 630px; margin-right: auto; margin-bottom: 30px; margin-left: auto;
}
.program_nav dl {
	text-align: center; margin-left: 107px; float: left;
}
.program_nav dl:first-child {
	margin-left: 0px;
}
.program_nav dl dt {
	transition:0.5s ease-out; height: 45px; overflow: hidden; -webkit-transition: all 0.5s ease-out;
}
.program_nav dl dt a {
	width: 100%; height: 100%; display: block;
}
.program_nav dl dd {
	margin-top: 15px;
}
.program_nav dl.dl_ico01 {
	width: 47px;
}
.program_nav dl.dl_ico02 {
	width: 35px;
}
.program_nav dl.dl_ico03 {
	width: 38px;
}
.program_nav dl.dl_ico04 {
	width: 41px;
}
.program_nav dl.dl_ico05 {
	width: 40px;
}
.program_nav dl.dl_ico01 dt {
	background: url("../img/fang_ico01.png") no-repeat center -38px;
}
.program_nav dl.dl_ico02 dt {
	background: url("../img/fang_ico02.png") no-repeat bottom;
}
.program_nav dl.dl_ico03 dt {
	background: url("../img/fang_ico03.png") no-repeat bottom;
}
.program_nav dl.dl_ico04 dt {
	background: url("../img/fang_ico04.png") no-repeat bottom;
}
.program_nav dl.dl_ico05 dt {
	background: url("../img/fang_ico05.png") no-repeat bottom;
}
.program_nav dl:hover dt {
	background-position: top;
}
.program_nav dl:hover dd a {
	color: rgb(215, 0, 15);
}
.program_nav dl.dl_ico01:hover dt {
	background-position: center 7px;
}
.program_nav dl.active dt {
	background-position: top;
}
.program_nav dl.active.dl_ico01 dt {
	background-position: center 7px;
}
.program_nav dl.active.dl_ico03 dt {
	background-position: center 3px;
}
.program_nav dl.active dd a {
	color: rgb(215, 0, 15);
}
@media only screen and (max-width:1366px)
{
.program_nav {
	margin-bottom: 10px;
}
.program_nav dl dt {
	height: 32px; background-size: 70% !important;
}
.program_nav dl dd {
	margin-top: 5px;
}
.program_nav dl.dl_ico01 dt {
	background-position: center -30px;
}
}
@media only screen and (max-width:1200px)
{
.program_nav {
	margin-bottom: 15px;
}
}
@media only screen and (max-width:650px)
{
.program_nav dl dt {
	background-size: 34% !important;
}
.program_nav dl.dl_ico01 dt {
	background-position: center -21px;
}
.program_nav {
	width: 100%; margin-bottom: 10px;
}
.program_nav dl {
	width: 20% !important; margin-left: 0%;
}
.program_nav dl dd {
	margin-top: 10px;
}
}
@media only screen and (max-width:375px)
{
.program_nav dl dt {
	background-size: 37% !important;
}
.program_nav dl.active.dl_ico04 dt {
	background-position: center 2px;
}
.program_nav dl.active.dl_ico05 dt {
	background-position: center 3px;
}
}
@media only screen and (max-width:320px)
{
.program_nav dl dt {
	background-size: 44% !important;
}
.program_nav dl.active.dl_ico05 dt {
	background-position: center 4px;
}
}
.program_con {
	
}
.program_con .p_con {
	position: relative;
}
.program_con .p_con > img {
	width: 100%;
}
.program_con .p_con .program_bg {
	background: rgba(0, 0, 0, 0.3); left: 0px; top: 0px; right: 0px; bottom: 0px; display: none; position: absolute; z-index: 2;
}
.program_con .p_con .p {
	left: 0px; top: 0px; text-align: center; right: 0px; position: absolute; z-index: 3;
}
.program_con .p_con .p span {
	padding: 0px 10px; display: inline-block;
}
.program_con .p_con .p p {
	color: rgb(87, 100, 109); margin-right: auto; margin-left: auto; max-width: 1280px;
}
.program_con .p_con03 .p p {
	text-align: left; line-height: 1.8; margin-right: auto; margin-left: auto; max-width: 1110px;
}
.program_con .p_con04 {
	color: rgb(255, 255, 255);
}
.program_con .p_con04 dl {
	width: 550px; margin-right: auto; margin-left: auto;
}
.program_con .p_con04 dd {
	margin-right: 115px; float: left;
}
.program_con .p_con04 .p dd p {
	color: rgb(228, 228, 228);
}
.program_con .p_con04 dd.n3 {
	margin-right: 0px;
}
.program_con .p_con04 dd p {
	margin-top: 10px; margin-bottom: 20px;
}
@media only screen and (max-width:1700px)
{
.program_con .p_con04 .p h3 {
	margin-top: 50px;
}
}
@media only screen and (max-width:1500px)
{
.program_con .p_con04 .more {
	margin-top: 10px;
}
.program_con .p_con04 dd h4 {
	width: 102px; text-align: center;
}
.program_con .p_con04 dd h4 img {
	width: 80%;
}
}
@media only screen and (max-width:1400px)
{
.program_con .p_con04 .p h3 {
	margin-top: 30px;
}
.program_con .p_con04 dl {
	margin-top: 20px;
}
.program_con .p_con .p p {
	font-size: 14px;
}
}
@media only screen and (max-width:1200px)
{
.program_con .p_con04 * {
	box-sizing: border-box;
}
.program_con .p_con04 dl {
	width: 95%;
}
.program_con .p_con04 dd h4 {
	width: 100%; text-align: center;
}
.program_con .p_con04 dd h4 img {
	width: 50%;
}
.program_con .p_con04 dl dd {
	width: 20%; padding-right: 2%; padding-left: 2%; margin-right: 0px;
}
.program_con .p_con04 dl dd.n3 {
	margin-right: 0%;
}
}
@media only screen and (max-width:1110px)
{
.program_con .p_con03 .p p {
	padding: 0px 20px;
}
.program_con .p_con04 .p h3 {
	margin-top: 50px;
}
.program_con .p_con04 dl {
	margin-top: 30px;
}
}
@media only screen and (max-width:1000px)
{
.program_con .p_con04 .p h3 {
	margin-top: 20px;
}
.program_con .p_con04 dl {
	margin-top: 20px;
}
}
@media only screen and (max-width:767px)
{
.program_con .p_con .p {
	color: rgb(52, 52, 52); padding-right: 10px; padding-bottom: 20px; padding-left: 10px; position: static;
}
.program_con .p_con .p p {
	color: rgb(116, 116, 116); -webkit-box-orient: initial;
}
.program_con .p_con .p .more {
	margin-top: 10px;
}
.program_con .p_con03 {
	padding-bottom: 20px;
}
.program_con .p_con03 h3 {
	margin-top: 10px;
}
.program_con .p_con03 .program_bg {
	display: none;
}
.program_con .p_con03 .p {
	color: rgb(71, 71, 71); position: static;
}
.program_con .p_con03 .p p {
	padding: 0px 10px; color: rgb(87, 100, 109);
}
.program_con .p_con04 {
	background: rgb(0, 0, 0); padding-bottom: 20px;
}
.program_con .p_con04 .program_bg {
	display: none;
}
.program_con .p_con04 .p {
	position: static;
}
.program_con .p_con04 .p h3 {
	color: rgb(255, 255, 255); margin-top: 10px;
}
.program_con .p_con04 dl {
	margin-top: 10px;
}
.program_con .p_con04 dl dd {
	padding: 0px; width: 33.33%;
}
}
@media only screen and (max-width:320px)
{
.program_con .p_con .p h3 {
	margin-top: 10px;
}
.program_con .p_con .p .more {
	margin-top: 10px;
}
}
.white_color {
	color: rgb(255, 255, 255) !important;
}
.black_font {
	color: rgb(52, 52, 52) !important;
}
.program_con .p_con.white_color {
	color: rgb(255, 255, 255);
}
.program_con .p_con.white_color .p p {
	color: rgb(255, 255, 255);
}
.program_con .white_color .more a {
	border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(255, 255, 255);
}
.program_con .white_color .more a i {
	border-left-color: rgb(255, 255, 255);
}
.program_con .white_color .more a:hover {
	border-color: rgb(215, 0, 15);
}
.program_con .white_color .more a:hover i {
	border-left-color: rgb(255, 255, 255);
}
.program_con .black_font {
	color: rgb(52, 52, 52);
}
.program_con .black_font .p dd p {
	color: rgb(52, 52, 52);
}
.program_con .black_font .more a {
	border: 1px solid rgb(52, 52, 52); border-image: none; color: rgb(52, 52, 52);
}
.program_con .black_font .more a i {
	border-left-color: rgb(52, 52, 52);
}
.program_con .black_font .more a:hover {
	border-color: rgb(215, 0, 15); color: rgb(255, 255, 255);
}
.program_con .black_font .more a:hover i {
	border-left-color: rgb(255, 255, 255);
}
@media only screen and (max-width:767px)
{
.program_con .p_con.white_color .p p {
	padding: 0px 20px; color: rgb(48, 48, 48);
}
.program_con .white_color .more a {
	border-color: rgb(49, 49, 52);
}
.program_con .p_con.black_font {
	background: none;
}
.program_con .black_font .more a {
	color: rgb(255, 255, 255);
}
.program_con .black_font .more a i {
	border-left-color: rgb(255, 255, 255);
}
}
.program_con .p_con04.other_ico dl {
	width: 837px;
}
.program_con .p_con04.other_ico dd.n3 {
	margin-right: 115px;
}
.program_con .p_con04.other_ico dd.n3 + dd {
	margin-right: 0px;
}
@media only screen and (max-width:1700px)
{
.program_con .p_con04.other_ico .p h3 {
	margin-top: 110px;
}
}
@media only screen and (max-width:1500px)
{
.program_con .p_con04.other_ico dd h4 {
	margin: 0px auto;
}
}
@media only screen and (max-width:1400px)
{
.program_con .p_con04.other_ico .p h3 {
	margin-top: 80px;
}
.program_con .p_con04.other_ico dd {
	margin-right: 75px;
}
.program_con .p_con04.other_ico dl {
	margin-top: 30px;
}
}
@media only screen and (max-width:1200px)
{
.program_con .p_con04.other_ico .p h3 {
	margin-top: 60px;
}
.program_con .p_con04.other_ico dl dd {
	width: 25%; margin-right: 0px;
}
.program_con .p_con04.other_ico dd.n3 {
	margin-right: 0px;
}
}
@media only screen and (max-width:1000px)
{
.program_con .p_con04.other_ico .p h3 {
	margin-top: 30px;
}
.program_con .p_con04.other_ico dl {
	width: 100%;
}
}
@media only screen and (max-width:767px)
{
.program_con .p_con04.other_ico .p h3 {
	margin-top: 20px;
}
.program_con .p_con04.other_ico dl {
	margin-top: 15px;
}
.program_con .p_con04.other_ico dl dd {
	width: 50%;
}
.program_con .p_con04.other_ico dd h4 img {
	width: 33%;
}
}
.industry_con {
	
}
.industry_con {
	position: relative;
}
.industry_con > img {
	width: 100%;
}
.industry_con .program_bg {
	background: rgba(0, 0, 0, 0.3); left: 0px; top: 0px; right: 0px; bottom: 0px; display: none; position: absolute; z-index: 2;
}
.industry_con .p {
	left: 0px; top: 0px; width: 1090px; right: 0px; color: rgb(255, 255, 255); margin-right: auto; margin-left: auto; position: absolute; z-index: 3;
}
.industry_con .p span {
	padding: 0px 10px; display: inline-block;
}
.industry_con .p p {
	width: 780px; color: rgb(228, 228, 228); line-height: 2; letter-spacing: 2px;
}
.industry_con .more a {
	margin-left: 0px;
}
@media only screen and (max-width:1500px)
{
.industry_con .program_bg {
	display: block;
}
}
@media only screen and (max-width:1110px)
{
.industry_con * {
	box-sizing: border-box; -webkit-box-sizing: border-box;
}
.industry_con .p {
	width: 100%; padding-right: 20px; padding-left: 20px;
}
.industry_con .p p {
	line-height: 1.5; letter-spacing: 0px; overflow: hidden; max-height: 7.5em;
}
}
@media only screen and (max-width:820px)
{
.industry_con .p p {
	width: 100%;
}
}
@media only screen and (max-width:767px)
{
.industry_con .program_bg {
	display: none;
}
.industry_con .p {
	color: rgb(52, 52, 52); padding-right: 10px; padding-bottom: 20px; padding-left: 10px; position: static;
}
.industry_con .p p {
	color: rgb(116, 116, 116); -webkit-box-orient: initial;
}
.industry_con .p .more {
	margin-top: 10px;
}
}
.industry_con01 .p p {
	width: 100%; line-height: 1.8; letter-spacing: 0px;
}
.industry_con01 .program_bg {
	background: rgba(0, 0, 0, 0.4); display: block;
}
@media only screen and (max-width:1110px)
{
.industry_con01 .p p {
	height: 12em; line-height: 1.5; -ms-overflow-y: auto; -webkit-box-orient: initial;
}
}
@media only screen and (max-width:900px)
{
.industry_con01 .program_bg {
	display: none;
}
.industry_con01 .p {
	background: rgb(49, 49, 52); color: rgb(255, 255, 255); padding-bottom: 30px; position: static;
}
.industry_con01 .p p {
	height: auto; color: rgb(204, 204, 204);
}
}
.indu_con {
	background: rgb(248, 248, 248);
}
.indu_con dl {
	background: rgb(255, 255, 255); transition:0.7s ease-out; margin-bottom: 30px;
}
.indu_con dd {
	width: 430px; margin-right: -430px; float: left; position: relative; z-index: 2;
}
.indu_con dd h3 {
	padding: 0px 25px; line-height: 1.3;
}
.indu_con dd .p {
	padding: 0px 25px;
}
.indu_con dt {
	width: 100%; height: 541px; overflow: hidden; float: right;
}
.indu_con dt p {
	overflow: hidden; margin-left: 435px;
}
.indu_con dt p img {
	width: 100%;
}
.indu_con dl:hover {
	background: rgb(210, 210, 210);
}
.indu_con dl:hover dt img {
	transform: scale(1.02);
}
.indu_dl .anno {
	padding: 15px 8% 15px 0px; margin-right: 25px; margin-left: 25px; border-top-color: rgb(209, 209, 209); border-bottom-color: rgb(209, 209, 209); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; position: relative;
}
.indu_dl .anno em {
	background: rgb(212, 43, 64); padding: 0px 10px; left: 0px; top: 15px; text-align: center; color: rgb(255, 255, 255); line-height: 2; position: absolute;
}
.indu_dl .anno .anno_desc {
	width: 100%; padding-left: 75px; box-sizing: border-box;
}
.indu_dl .anno .anno_desc b {
	font-size: 16px;
}
.indu_dl .anno .anno_open {
	text-align: center;
}
.indu_dl .anno .anno_open a {
	background: rgb(212, 43, 64); padding: 0px 15px; text-align: center; color: rgb(255, 255, 255); line-height: 1.8; font-size: 12px; display: inline-block;
}
.indu_con dl:hover .anno {
	border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.fancy-cover {
	background: rgba(255, 255, 255, 0.8); left: 0px; top: 0px; right: 0px; bottom: 0px; overflow: hidden; display: none; position: fixed; z-index: 100000;
}
.fancy-container {
	background: rgb(255, 255, 255); margin: 6% auto 0px; padding: 5%; width: 60%; position: relative;
}
.fancy-body h4 {
	text-align: center; font-size: 36px;
}
.fancy-content {
	padding: 2% 0px; font-size: 14px; margin-top: 3%; border-top-color: rgb(209, 209, 209); border-bottom-color: rgb(209, 209, 209); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.fancy-content .fancy-scroll {
	height: 360px;
}
.fancy-content .context {
	padding: 0px 2%; line-height: 1.8;
}
.fancy-content .context h5 {
	text-align: center; font-size: 20px;
}
.fancy-content .context p {
	text-indent: 2em;
}
.fancy-download {
	text-indent: 2em; margin-top: 2%;
}
.fancy-download a {
	background: rgb(212, 43, 64); padding: 0px 15px; color: rgb(255, 255, 255); line-height: 1.8; text-indent: 0px; font-size: 12px; display: inline-block;
}
.fancy-close {
	background: url("../img/fancy_close.png") no-repeat center / auto 100%; top: 5%; width: 22px; height: 22px; right: 5%; position: absolute;
}
.fancy-lock {
	overflow: hidden;
}
@media only screen and (max-width:1366px)
{
.indu_con dt {
	height: 426px;
}
}
@media only screen and (max-width:1200px)
{
.indu_con dt {
	height: auto;
}
}
@media only screen and (max-width:900px)
{
.indu_con dd {
	width: 380px; margin-right: -380px;
}
.indu_con dt p {
	margin-left: 385px;
}
.indu_con dl .p {
	height: 9em; line-height: 1.5; overflow: hidden; -ms-overflow-y: auto;
}
}
@media only screen and (max-width:767px)
{
.indu_con dt {
	float: none;
}
.indu_con dt p {
	margin-left: 0px;
}
.indu_con dd {
	width: 100%; padding-bottom: 20px; margin-right: 0px; float: none;
}
.indu_con dl .p {
	height: auto;
}
.indu_con dd h3 {
	padding: 0px 10px;
}
.indu_con dd .p {
	padding: 0px 10px;
}
}
.tech_con01 .p h3 {
	text-align: center;
}
.tech_con01 .p p {
	width: 100%; color: rgb(255, 255, 255); line-height: 1.8; letter-spacing: 0px;
}
.tech_con01 .program_bg {
	background: rgba(0, 0, 0, 0.5); display: block;
}
.tech_con01 .more a {
	margin-left: auto;
}
@media only screen and (max-width:1110px)
{
.tech_con01 .p p {
	height: 12em; line-height: 1.5; -ms-overflow-y: auto; -webkit-box-orient: initial;
}
}
@media only screen and (max-width:900px)
{
.tech_con01 .program_bg {
	display: none;
}
.tech_con01 .p {
	background: rgb(49, 49, 52); color: rgb(255, 255, 255); padding-bottom: 30px; position: static;
}
.tech_con01 .p p {
	height: auto; color: rgb(238, 238, 238);
}
.tech_con01 .more a {
	border-color: rgb(255, 255, 255);
}
}
.tech_con02 {
	background: url("../img/tech_con02_bg.jpg") no-repeat bottom;
}
.tech_con02 .h3 {
	text-align: center;
}
.tech_con02 .dl dl {
	padding: 10px; width: 580px; margin-right: 120px; float: left; box-sizing: border-box;
}
.tech_con02 .dl dl.n2 {
	margin-right: 0px;
}
.tech_con02 .dl dt {
	overflow: hidden; padding-left: 20px; border-left-color: rgb(0, 0, 0); border-left-width: 2px; border-left-style: solid;
}
.tech_con02 .dl dt p {
	color: rgb(121, 121, 121); padding-top: 5px;
}
.tech_con02 .dl dt p em {
	width: 80px; float: left; display: block;
}
.tech_con02 .dl dt p a {
	width: 80%; color: rgb(121, 121, 121); overflow: hidden; float: left; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.tech_con02 .dl dt p a:hover {
	text-decoration: underline;
}
.tech_con02 .dl dt h4 {
	color: rgb(0, 0, 0); float: left;
}
.tech_con02 .dl dd {
	color: rgb(121, 121, 121); padding-left: 20px; margin-top: 25px;
}
.tech_con02 .dl dd .p {
	height: 4.5em; overflow: hidden;
}
.tech_con02 .dl dd .more a {
	border-color: rgb(109, 109, 111); color: rgb(109, 109, 111); margin-left: 0px;
}
.tech_con02 .dl dd .more a i {
	border-left-color: rgb(109, 109, 111);
}
.tech_con02 .dl dl:hover {
	background: rgb(234, 234, 234);
}
.tech_con02 .dl dl:hover dd .more a {
	background: rgb(215, 0, 15); border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);
}
.tech_con02 .dl dl:hover dd .more a i {
	border-left-color: rgb(255, 255, 255);
}
@media only screen and (max-width:1366px)
{
.tech_con02 .dl dl {
	width: 525px; margin-right: 50px;
}
}
@media only screen and (max-width:1200px)
{
.tech_con02 .dl dl {
	width: 47%; margin-right: 5%;
}
.tech_con02 .dl dl.n2 {
	float: right;
}
.tech_con02 .dl dd {
	margin-top: 15px;
}
.tech_con02 .dl dt h4 {
	
}
.tech_con02 .dl dt p {
	padding-top: 0px;
}
}
@media only screen and (max-width:1000px)
{
.tech_con02 .dl dl {
	margin-bottom: 30px;
}
}
@media only screen and (max-width:800px)
{
.tech_con02 .dl dd .more a {
	width: 100px; height: 28px; line-height: 28px;
}
}
@media only screen and (max-width:767px)
{
.tech_con02 .dl dl {
	width: 100%; margin-right: 0px;
}
.tech_con02 .dl dt {
	padding-left: 10px;
}
.tech_con02 .dl dd {
	padding-left: 10px; margin-top: 5px;
}
.tech_con02 .dl dd .more a {
	background: none;
}
}
.tech_con03 {
	background: url("../img/tech_con03_bg.jpg") no-repeat bottom rgb(237, 237, 237);
}
.tech_con03 h3 {
	text-align: center;
}
.tech_con03 .dl dl {
	background: rgb(255, 255, 255); width: 620px; float: left;
}
.tech_con03 .dl dl.n2 {
	float: right;
}
.tech_con03 .dl dt {
	width: 215px; height: 300px; overflow: hidden; margin-right: -215px; float: left; position: relative; z-index: 2;
}
.tech_con03 .dl dt img {
	width: 100%;
}
.tech_con03 .dl dd {
	width: 100%; float: left;
}
.tech_con03 .dl dd > * {
	color: rgb(49, 49, 52); padding-right: 20px; padding-left: 240px;
}
.tech_con03 .dl dd .fnt_18 {
	font-size: 16px;
}
.tech_con03 .dl dd h4 {
	font-weight: 700; margin-top: 20px;
}
.tech_con03 .dl dd h4 em {
	font-size: 14px !important; font-weight: normal; margin-left: 5px;
}
.tech_con03 .dl dd i {
	margin-top: 5px; display: block;
}
.tech_con03 .dl dd .p {
	color: rgb(116, 116, 116); margin-top: 15px;
}
@media only screen and (max-width:1366px)
{
.tech_con03 .dl dl {
	width: 550px;
}
}
@media only screen and (max-width:1200px)
{
.tech_con03 .dl dl {
	width: 48%; margin-right: 4%;
}
.tech_con03 .dl dl.n2 {
	margin-right: 0%;
}
}
@media only screen and (max-width:800px)
{
.tech_con03 .dl dl {
	width: 100%; margin-right: 0px; float: none !important;
}
}
@media only screen and (max-width:767px)
{
.tech_con03 .dl dt {
	width: 120px; height: 167px; margin-right: -120px;
}
.tech_con03 .dl dd > * {
	padding-right: 10px; padding-left: 130px;
}
.tech_con03 .dl dd h4 {
	margin-top: 5px;
}
.tech_con03 .dl dd i {
	margin-top: 0px;
}
.tech_con03 .dl dd .p {
	height: 6em; margin-top: 5px; -ms-overflow-y: auto;
}
.tech_con03 .more a {
	background: none; color: rgb(49, 49, 49);
}
.tech_con03 .more a i {
	border-left-color: rgb(49, 49, 49);
}
}
@media only screen and (max-width:320px)
{
.tech_con03 .dl dt {
	width: 90px; height: 126px; margin-right: -90px;
}
.tech_con03 .dl dd > * {
	padding-left: 100px;
}
.tech_con03 .dl dd .p {
	height: 4.5em; -ms-overflow-y: auto;
}
}
.innova_con .p p {
	width: 100%; color: rgb(255, 255, 255); line-height: 1.8; letter-spacing: 0px;
}
.innova_con .program_bg {
	background: rgba(0, 0, 0, 0.5); display: block;
}
.innova_con01 {
	background: rgb(246, 246, 246);
}
.innova_con01 dl {
	padding-bottom: 30px; margin-bottom: 30px; border-bottom-color: rgb(191, 191, 191); border-bottom-width: 1px; border-bottom-style: solid;
}
.innova_con01 dl.last-child {
	margin-bottom: 110px; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.innova_con01 dd {
	color: rgb(116, 116, 116); overflow: hidden; margin-top: 20px;
}
.innova_con01 dd .p {
	width: 100%; float: left;
}
.innova_con01 dd .p p {
	line-height: 1.8; padding-right: 120px;
}
.innova_con01 dd .btn {
	width: 67px; margin-top: 30px; margin-left: -67px; float: right; position: relative; z-index: 2;
}
@media only screen and (max-width:1366px)
{
.innova_con01 dl.last-child {
	margin-bottom: 80px;
}
}
@media only screen and (max-width:1200px)
{
.innova_con01 dl.last-child {
	margin-bottom: 60px;
}
}
@media only screen and (max-width:1000px)
{
.innova_con01 dl.last-child {
	margin-bottom: 30px;
}
}
@media only screen and (max-width:767px)
{
.innova_con01 dl.last-child {
	margin-bottom: 20px;
}
.innova_con {
	background: rgb(52, 52, 52); padding-bottom: 20px;
}
.innova_con h3 {
	color: rgb(255, 255, 255);
}
.innova_con .program_bg {
	display: none;
}
.innova_con01 dd {
	overflow: auto; margin-top: 10px;
}
.innova_con01 dd .p p {
	padding-right: 0px;
}
.innova_con01 dl {
	position: relative;
}
.innova_con01 dl:first-child {
	margin-top: 10px;
}
.innova_con01 dd .btn {
	top: -40px; width: 40px; right: 0px; position: absolute;
}
.innova_con01 dd .btn img {
	width: 100%;
}
}
.video_place {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; z-index: 999999999; background-color: rgba(0, 0, 0, 0.6);
}
.lt9 .video_place {
	
}
.video_place .video_con {
	left: 50%; top: 50%; width: 100%; height: 65%; text-align: center; position: absolute; z-index: 2; transform: translate(-50%, -50%); background-color: rgb(0, 0, 0);
}
.lt9 .video_place .video_con {
	background: rgb(0, 0, 0); left: 10%; top: 20%;
}
.video_place .video_con video {
	width: 100%; height: 100%;
}
.video_place .video_close_btn {
	background: rgb(79, 124, 201); top: 12%; width: 120px; height: 35px; text-align: center; right: 10%; color: rgb(255, 255, 255); line-height: 35px; position: absolute; cursor: pointer;
}
.tech_list {
	background: rgb(251, 251, 251);
}
.study {
	
}
.study h3.h3 {
	text-align: center;
}
.study div.p {
	color: rgb(116, 116, 116); line-height: 1.7; margin-top: 10px; margin-bottom: 20px;
}
.study div.a {
	padding: 10px 0px 0px; color: rgb(215, 0, 15);
}
.study div.a a {
	color: rgb(116, 116, 116);
}
.study div.a a:hover {
	color: rgb(215, 0, 15);
}
.study div.edit_con_original {
	padding-top: 20px;
}
.edit_con_original img {
	max-width: 100%;
}
.join_con01 h4 {
	
}
.join_con01 dl {
	margin-right: 100px; float: left;
}
.join_con01 dl dt img {
	max-width: 100%;
}
.join_con01 dl dd {
	margin-top: 10px;
}
.join_con02 h4 {
	width: 800px; line-height: 1.8;
}
.join_con02 div.p a {
	color: rgb(255, 255, 255); display: inline-block; position: relative;
}
.join_con02 div.p a::after {
	background: rgb(255, 255, 255); left: 0px; height: 2px; right: 25px; bottom: 2px; position: absolute; content: "";
}
.join_con02 div.p a:hover {
	color: rgb(215, 0, 15);
}
.join_con02 div.p a:hover::after {
	background: rgb(215, 0, 15);
}
.join_con03 {
	background: url("../img/join_img03.jpg") no-repeat bottom;
}
@media only screen and (max-width:1366px)
{
.join_con01 dl {
	width: 100px; margin-right: 60px;
}
.join_con01 dl dt {
	text-align: center;
}
.join_con01 dl dt img {
	width: 80%;
}
.join_con01 dl dd {
	text-align: center; font-size: 14px;
}
}
@media only screen and (max-width:850px)
{
.join_con01 dl {
	margin-right: 30px;
}
.join_con01 .mt_110 {
	margin-top: 20px;
}
.join_con01 .mt_20 {
	margin-top: 5px;
}
.join_con02 h4 {
	width: 100%;
}
}
@media only screen and (max-width:767px)
{
.join_con01 .p {
	background: rgb(52, 52, 52);
}
.join_con01 h3 {
	color: rgb(255, 255, 255);
}
.join_con01 h4 {
	color: rgb(255, 255, 255);
}
.join_con01 dl {
	width: 33.33%; color: rgb(255, 255, 255); margin-right: 0px;
}
.join_con01 dl dt {
	text-align: left;
}
.join_con01 dl dd {
	text-align: left;
}
.join_con01 dl dt img {
	width: 50%;
}
.join_con02 .p {
	background: rgb(52, 52, 52);
}
.join_con02 * {
	color: rgb(255, 255, 255);
}
.join_con02 div.p a::after {
	right: 15px; bottom: 0px;
}
}
.map_con dt a {
	color: rgb(48, 48, 48); font-size: 24px;
}
.map_con dd {
	margin-top: 10px;
}
.map_con dd a {
	color: rgb(48, 48, 48); line-height: 2; font-size: 16px; margin-right: 45px; white-space: nowrap;
}
.map_con .other_dl {
	background: url("../img/map_bg.jpg") no-repeat bottom rgb(240, 241, 243); overflow: hidden; padding-bottom: 40px;
}
.map_con .other_dl a {
	color: rgb(48, 48, 48);
}
.map_con .other_dl dt {
	margin-top: 40px;
}
.map_con .other_dl dd {
	width: 33.33%; margin-top: 20px; float: left;
}
.map_con .other_dl dd:nth-of-type(4) {
	height: auto !important;
}
.map_con .other_dl dd:nth-of-type(5) {
	height: auto !important;
}
.map_con .other_dl dd:nth-of-type(6) {
	height: auto !important;
}
.map_con .other_dl dd a {
	color: rgb(116, 116, 116); display: block; white-space: normal;
}
.map_con .other_dl dd h3 a {
	color: rgb(48, 48, 48);
}
.map_con a:hover {
	color: rgb(215, 0, 15) !important;
}
@media only screen and (max-width:800px)
{
.map_con .other_dl dd {
	width: 50%;
}
}
@media only screen and (max-width:767px)
{
.map_con dd {
	margin-top: 0px;
}
.map_con dd a {
	line-height: 1.6;
}
.map_con .other_dl dd {
	width: 100%; height: auto !important;
}
}
.news_con01 {
	
}
.news_c01_img {
	width: 840px; height: 473px; overflow: hidden; float: left; position: relative; z-index: 2;
}
.news_c01_img li a {
	height: 0px; overflow: hidden; padding-bottom: 57%; display: block;
}
.news_c01_img img {
	width: 100%;
}
.news_c01_img .bx-wrapper {
	margin-bottom: 0px;
}
.news_c01_img .bx-wrapper img {
	width: 100%;
}
.news_c01_img .bx-wrapper .bx-pager {
	text-align: right; right: 20px; bottom: 30px;
}
.news_c01_img .bx-wrapper .bx-controls-auto {
	text-align: right; right: 20px; bottom: 30px;
}
.news_c01_img .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgb(0, 0, 0); border-radius: 20px; width: 20px; height: 20px; text-align: center; color: rgb(255, 255, 255); line-height: 20px; text-indent: 0px;
}
.news_c01_img .bx-wrapper .bx-pager .bx-pager-item.active a {
	background: rgb(215, 0, 15);
}
.news_c01_img .bx-wrapper .bx-controls-auto .bx-controls-auto-item.active a {
	background: rgb(215, 0, 15);
}
.news_c01_text {
	width: 440px; height: 470px; float: left; position: relative;
}
.news_c01_text dl {
	left: 40px; top: 50%; width: 400px; display: none; position: absolute; transform: translateY(-50%);
}
.news_c01_text dl dt a {
	height: 3em; line-height: 1.5; overflow: hidden; display: block;
}
.news_c01_text dl dt a:hover {
	color: rgb(215, 0, 15);
}
.news_c01_text dl:first-child {
	display: block;
}
.news_c01_text dl em {
	color: rgb(121, 121, 121); margin-top: 20px; display: inline-block;
}
.news_c01_text dl div.p {
	height: 9em; color: rgb(132, 132, 132); line-height: 1.8; overflow: hidden; margin-top: 5px;
}
.news_c01_text dl .more a {
	margin-left: 0px;
}
@media only screen and (max-width:1366px)
{
.news_c01_img {
	width: 650px; height: 338px;
}
.news_c01_img li a {
	padding-bottom: 53%;
}
.news_c01_text {
	width: 450px; height: 338px;
}
.news_c01_img .bx-wrapper .bx-pager {
	bottom: 45px;
}
.news_c01_img .bx-wrapper .bx-controls-auto {
	bottom: 45px;
}
}
@media only screen and (max-width:1200px)
{
.news_c01_img {
	width: 60%; height: 0px; padding-bottom: 34%;
}
.news_c01_img li a {
	padding-bottom: 57%;
}
.news_c01_text {
	width: 40%; height: auto;
}
.news_c01_text dl {
	left: 20px !important; top: 10px; width: 95%; transform: translateY(0%);
}
}
@media only screen and (max-width:800px)
{
.news_c01_text dl div.p {
	height: 5.4em; -webkit-line-clamp: 3;
}
}
@media only screen and (max-width:767px)
{
.news_c01_text dl dt a {
	height: auto;
}
.news_c01_img {
	width: 100%; padding-bottom: 56%;
}
.news_c01_img .bx-wrapper .bx-pager {
	bottom: 10px;
}
.news_c01_img .bx-wrapper .bx-controls-auto {
	bottom: 10px;
}
.news_c01_text {
	width: 100%; height: 200px;
}
.news_c01_text dl {
	position: static;
}
.news_c01_text dl em {
	margin-top: 10px;
}
.news_c01_text .red_more a {
	background: rgb(215, 0, 15); border: 1px solid rgb(215, 0, 15); border-image: none; color: rgb(255, 255, 255);
}
.news_c01_text .red_more a i {
	border-left-color: rgb(255, 255, 255); border-left-width: 8px; border-left-style: solid;
}
}
.news_con02 {
	background: rgb(251, 251, 251);
}
.news_con02 h3 {
	line-height: 1;
}
.news_con02 .dl dl {
	width: 400px; overflow: hidden; margin-right: 40px; float: left;
}
.news_con02 .dl dl.n3 {
	margin-right: 0px;
}
.news_con02 .dl dl dt {
	height: 0px; overflow: hidden; padding-bottom: 61%;
}
.news_con02 .dl dl dt img {
	width: 100%;
}
.news_con02 .dl dl h3 {
	margin-top: 20px;
}
.news_con02 .dl dl h3 a {
	height: 3em; line-height: 1.5; overflow: hidden; display: block;
}
.news_con02 .dl dl h3 a:hover {
	color: rgb(215, 0, 15);
}
.news_con02 .dl dl em {
	color: rgb(121, 121, 121); margin-top: 10px; display: block;
}
.news_con02 .dl dl div.p {
	height: 4.5em; color: rgb(132, 132, 132); line-height: 1.5; overflow: hidden; margin-top: 10px;
}
.news_con02 .dl dl .more a {
	margin-left: 0px;
}
@media only screen and (max-width:1366px)
{
.news_con02 .dl dl {
	width: 353px; margin-right: 20px;
}
.news_con03 .dl dl.con_last dd {
	margin-top: 15px;
}
.news_con03 .dl dl.con_last dd .more.mt_30 {
	margin-top: 18px;
}
}
@media only screen and (max-width:1440px)
{
.news_con02 .dl dl dt {
	padding-bottom: 58%;
}
}
@media only screen and (max-width:1366px)
{
.news_con02 .dl dl dt {
	padding-bottom: 66%;
}
}
@media only screen and (max-width:1200px)
{
.news_con02 .dl dl {
	width: 32%; margin-right: 2%;
}
}
@media only screen and (max-width:767px)
{
.news_con02 .dl dl em {
	margin-top: 5px;
}
.news_con02 .dl dl div.p {
	height: auto; margin-top: 5px;
}
.news_con02 .dl dl {
	width: 100%; margin-right: 0px; margin-bottom: 20px;
}
.news_con02 .dl dl h3 a {
	height: auto;
}
.news_con02 .more a {
	background: none; color: rgb(49, 49, 52);
}
.news_con02 .more a i {
	border-left-color: rgb(49, 49, 52); border-left-width: 8px; border-left-style: solid;
}
}
.news_con03 {
	background: none;
}
.news_con03 .tab li {
	padding-left: 20px; margin-right: 20px; float: left; position: relative;
}
.news_con03 .tab li::before {
	background: rgb(51, 51, 51); left: 0px; top: 50%; width: 1px; height: 20px; margin-top: -10px; position: absolute; content: "";
}
.news_con03 .tab li:first-child {
	padding-left: 0px;
}
.news_con03 .tab li:first-child::before {
	display: none;
}
.news_con03 .tab li a {
	color: rgb(116, 116, 116); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid; display: inline-block;
}
.news_con03 .tab li.active a {
	border-color: rgb(215, 0, 15); color: rgb(51, 51, 51);
}
.news_con03 .tab_con .dl {
	display: none;
}
.news_con03 .tab_con :first-child.dl {
	display: block;
}
.news_con03 .dl dl.con_last h3 {
	margin-top: 0px;
}
.news_con03 .dl dl.con_last dd {
	margin-top: 25px;
}
.news_con03 .dl dl.con_last dd:first-child {
	margin-top: 0px;
}
.news_con03 .dl dl.con_last div.p {
	overflow: hidden; max-height: 4.5em; -webkit-line-clamp: 2;
}
@media only screen and (max-width:1300px)
{
.news_con03 .dl dl h3 a {
	height: 3em;
}
.news_con03 .dl dl.con_last h3 a {
	height: auto;
}
}
@media only screen and (max-width:1100px)
{
.news_con03 .dl dl.con_last dd {
	margin-top: 14px;
}
}
@media only screen and (max-width:1000px)
{
.news_con03 .dl dl {
	width: 49%;
}
.news_con03 .dl dl:nth-of-type(2) {
	margin-right: 0px;
}
.news_con02 .dl dl h3 {
	margin-top: 10px;
}
.news_con03 .dl dl dt {
	height: auto; padding-bottom: 0px;
}
.news_con03 .dl dl dt img {
	width: 100%;
}
.news_con03 .dl dl.con_last {
	background: rgb(251, 251, 251); padding: 20px; width: 100%; margin-top: 20px; box-sizing: border-box;
}
.news_con03 .dl dl.con_last dd {
	margin-top: 20px;
}
.news_con03 .dl dl.con_last div.p {
	height: auto; margin-top: 5px;
}
}
@media only screen and (max-width:767px)
{
.news_con03 .dl dl {
	width: 100%; margin-right: 0px;
}
.news_con03 .dl dl h3 a {
	height: auto;
}
.news_con03 .dl dl.con_last {
	padding: 10px; margin-top: 10px;
}
}
.news_con04 {
	background: rgb(251, 251, 251);
}
.news_con04 h3 {
	float: left;
}
.news_con04 .more {
	float: right;
}
.news_con04 dl {
	width: 100%; float: left;
}
.news_con04 dl dd {
	width: 620px; height: 0px; overflow: hidden; padding-bottom: 27%; float: right; position: relative;
}
.news_con04 dl dd img {
	width: 100%;
}
.news_con04 dl dd:first-child {
	float: left;
}
.news_con04 dl dd p {
	background: url("../img/down_ico.png") no-repeat; left: 40px; bottom: 30px; color: rgb(255, 255, 255); padding-top: 35px; position: absolute;
}
@media only screen and (max-width:1366px)
{
.news_con04 dl dd {
	width: 540px;
}
}
@media only screen and (max-width:1200px)
{
.news_con04 dl dd {
	width: 49%;
}
}
@media only screen and (max-width:767px)
{
.news_con04 dl dd {
	width: 100%; height: auto; padding-bottom: 0px; margin-bottom: 20px;
}
.news_con04 dl dd p {
	left: 20px; bottom: 10px;
}
.news_con04 .more {
	margin-top: 0px;
}
.news_con04 .more a {
	background: none; color: rgb(49, 49, 52);
}
.news_con04 .more a i {
	border-left-color: rgb(49, 49, 52); border-left-width: 8px; border-left-style: solid;
}
}
.care_con {
	background: rgb(248, 248, 248);
}
.care_con dl {
	background: rgb(255, 255, 255); margin-top: 40px; position: relative;
}
.care_con dl:first-child {
	margin-top: 0px;
}
.care_con dt {
	width: 400px; height: 300px; overflow: hidden; margin-right: -400px; float: left;
}
.care_con dt img {
	width: 100%;
}
.care_con dd {
	width: 100%;
}
.care_con dd > * {
	padding-right: 40px; padding-left: 430px;
}
.care_con dd h3 a {
	line-height: 1.5; overflow: hidden; margin-top: 20px; display: block; max-height: 3em;
}
.care_con dd h3 a:hover {
	color: rgb(215, 0, 15);
}
.care_con dd em {
	color: rgb(121, 121, 121); margin-top: 15px; display: block;
}
.care_con dd p {
	color: rgb(121, 121, 121); line-height: 1.5; overflow: hidden; margin-top: 10px; max-height: 3em;
}
.care_con dd .more {
	right: 0px; bottom: 40px; position: absolute;
}
.care_con .no_img {
	padding: 15px 50px 20px;
}
.care_con .no_img dd > * {
	padding-right: 150px; padding-left: 0px;
}
.care_con .no_img dd .more {
	padding-right: 40px;
}
.care_con .no_img dd h3 a {
	margin-top: 0px;
}
.care_con .no_img dd em {
	margin-top: 5px;
}
@media only screen and (max-width:800px)
{
.care_con dl {
	margin-top: 20px;
}
.care_con dt {
	width: 300px; height: 225px; margin-right: -300px;
}
.care_con dd > * {
	padding-right: 20px; padding-left: 330px;
}
.care_con dd .more {
	bottom: 20px;
}
.care_con .pb_60 {
	padding-bottom: 10px;
}
}
@media only screen and (max-width:767px)
{
.care_con dt {
	width: 100%; height: auto; margin-right: 0px; float: none;
}
.care_con dd {
	padding: 0px 10px 20px; width: 100%; float: none; box-sizing: border-box;
}
.care_con dd > * {
	padding-right: 0px; padding-left: 0px;
}
.care_con dd h3 a {
	margin-top: 10px;
}
.care_con dd em {
	margin-top: 8px;
}
.care_con dd .more {
	position: static;
}
.care_con dd .more a {
	background: none; border: 1px solid rgb(49, 49, 52); border-image: none; color: rgb(49, 49, 52); margin-left: 0px;
}
.care_con dd .more a i {
	right: 0px; margin-top: -3px; border-left-color: rgb(49, 49, 52); border-left-width: 8px; border-left-style: solid;
}
.care_con .no_img {
	padding: 20px;
}
.care_con .no_img dd > * {
	padding-right: 20px; padding-left: 0px;
}
.care_con .no_img dd .more {
	padding-right: 40px;
}
}
.down_nav {
	background: rgb(251, 251, 251); width: 100%; margin-bottom: 0px;
}
.down_nav > div {
	width: 335px; margin-right: auto; margin-bottom: 20px; margin-left: auto;
}
.down_nav dl dt {
	width: 44px; height: 39px;
}
.down_nav dl dd {
	width: 44px; text-align: center;
}
.down_nav dl.dl_ico01 dt {
	background: url("../img/news_nav_ico01.png") no-repeat center -43px;
}
.down_nav dl.dl_ico02 dt {
	background: url("../img/news_nav_ico02.png") no-repeat center -43px;
}
.down_nav dl.dl_ico03 dt {
	background: url("../img/news_nav_ico03.png") no-repeat center -43px;
}
.down_nav dl:hover dt {
	background-position: top;
}
.down_nav dl.active dt {
	background-position: top;
}
.down_nav dl.dl_ico01:hover dt {
	background-position: center 0px;
}
.down_nav dl.active.dl_ico01 dt {
	background-position: center 0px;
}
.down_nav dl.active.dl_ico03 dt {
	background-position: center 0px;
}
@media only screen and (max-width:1366px)
{
.down_nav dl dt {
	height: 30px;
}
.down_nav dl.dl_ico01 dt {
	background: url("../img/news_nav_ico01.png") no-repeat center -29px;
}
.down_nav dl.dl_ico02 dt {
	background: url("../img/news_nav_ico02.png") no-repeat center -29px;
}
.down_nav dl.dl_ico03 dt {
	background: url("../img/news_nav_ico03.png") no-repeat center -29px;
}
.down_nav dl:hover dt {
	background-position: top;
}
.down_nav dl.active dt {
	background-position: top;
}
.down_nav dl.dl_ico01:hover dt {
	background-position: center 0px;
}
.down_nav dl.active.dl_ico01 dt {
	background-position: center 2px;
}
.down_nav dl.active.dl_ico03 dt {
	background-position: center 0px;
}
}
@media only screen and (max-width:650px)
{
.down_nav dl dt {
	height: 32px; background-size: 70% !important;
}
.down_nav > div {
	width: 100%; margin-bottom: 10px;
}
.down_nav dl {
	width: 33.33% !important; text-align: center; margin-left: 0%;
}
.down_nav dl dt {
	margin-right: auto; margin-left: auto;
}
.down_nav dl dd {
	margin-top: 10px; margin-right: auto; margin-left: auto;
}
.down_nav dl.dl_ico02 dt {
	background-position: center -30px;
}
.down_nav dl.active dt {
	background-position: center 2px;
}
.down_nav dl.active.dl_ico03 dt {
	background-position: center 2px;
}
}
.news_down {
	background: rgb(251, 251, 251);
}
.news_down dl {
	width: 290px; margin-right: 40px; margin-bottom: 40px; float: left;
}
.news_down dl.n4 {
	margin-right: 0px;
}
.news_down dt {
	height: 0px; overflow: hidden; padding-bottom: 50%; position: relative;
}
.news_down dt i {
	background: rgba(0, 0, 0, 0.3); transition:0.5s ease-out; left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute;
}
.news_down dt a {
	display: block; z-index: 5;
}
.news_down dt img {
	max-width: 100%;
}
.news_down dt em {
	left: 50%; top: 50%; margin-top: -35px; margin-left: -35px; position: absolute; z-index: 2;
}
.news_down dd {
	background: rgb(255, 255, 255); padding: 25px 20px; transition:0.5s ease-out;
}
.news_down dd h3 {
	width: 100%; line-height: 1.5; overflow: hidden; font-size: 16px; margin-top: 5px; float: left; max-height: 3em;
}
.news_down dd .left {
	color: rgb(116, 116, 116); float: left;
}
.news_down dd .left i {
	background: url("../img/down_ico01.png") no-repeat left top; width: 15px; height: 15px; overflow: hidden; float: left; display: block;
}
.news_down dd .left q {
	padding-left: 10px; float: left;
}
.news_down dd .right {
	color: rgb(116, 116, 116); float: right;
}
.news_down dl:hover dd {
	background: rgb(210, 210, 210);
}
@media only screen and (max-width:1366px)
{
.news_down dl {
	width: 260px; margin-right: 20px; margin-bottom: 20px;
}
.news_down dt em {
	margin: 0px; width: 35px; display: block; transform: translate(-50%, -50%);
}
.news_down dd h3 {
	font-size: 16px;
}
}
@media only screen and (max-width:1200px)
{
.news_down dl {
	width: 23.5%; margin-right: 2%; margin-bottom: 2%;
}
}
@media only screen and (max-width:1100px)
{
.news_down dl {
	width: 31.8%;
}
.news_down dl dt img {
	width: 100%;
}
.news_down dl:nth-of-type(4n) {
	margin-right: 2%;
}
.news_down dl:nth-of-type(3n) {
	margin-right: 0%;
}
.news_down dd {
	padding: 15px;
}
}
@media only screen and (max-width:767px)
{
.news_down dl {
	width: 48.5%;
}
.news_down dl:nth-of-type(4n) {
	margin-right: 2%;
}
.news_down dl:nth-of-type(3n) {
	margin-right: 2%;
}
.news_down dl:nth-of-type(2n) {
	margin-right: 0%;
}
.news_down dt em {
	margin: 0px; width: 30%; transform: translate(-50%, -50%);
}
}
.news_down_img dl {
	background: rgb(255, 255, 255); width: 400px;
}
.news_down_img dl.n4 {
	margin-right: 40px;
}
.news_down_img dl.n3 {
	margin-right: 0px;
}
.news_down_img dt {
	padding-bottom: 56%;
}
.news_down_img dt i {
	transition:0.5s ease-out; opacity: 1;
}
.news_down_img dt em {
	transition:0.5s ease-out; opacity: 1;
}
.news_down_img dl:hover dt i {
	opacity: 1;
}
.news_down_img dl:hover dt em {
	opacity: 1;
}
.news_down_img dd p {
	color: rgb(116, 116, 116); line-height: 1.5; overflow: hidden; margin-top: 5px; float: left; max-height: 4.5em;
}
.news_down dl:hover dd {
	background: none;
}
.news_down dl:hover {
	background: rgb(210, 210, 210);
}
@media only screen and (max-width:1366px)
{
.news_down_img dl {
	width: 32%; margin-right: 2%;
}
.news_down_img dl.n4 {
	margin-right: 2%;
}
.news_down_img dl.n3 {
	margin-right: 0px;
}
}
@media only screen and (max-width:767px)
{
.news_down_img dl {
	width: 48.5%;
}
.news_down_img dl:nth-of-type(4n) {
	margin-right: 2%;
}
.news_down_img dl:nth-of-type(3n) {
	margin-right: 2%;
}
.news_down_img dl:nth-of-type(2n) {
	margin-right: 0%;
}
}
.news_down_video dt i {
	opacity: 1;
}
.news_down_video dt em {
	opacity: 1;
}
.news_down_video dd a {
	color: rgb(48, 48, 48);
}
.news_edit .h3 {
	text-align: center;
}
.news_edit .er_tit {
	height: 40px; border-bottom-color: rgb(71, 71, 71); border-bottom-width: 1px; border-bottom-style: solid;
}
.news_edit .er_tit .left {
	color: rgb(116, 116, 116); float: left;
}
.news_edit .er_tit .right {
	float: right;
}
.news_edit .er_tit .right p {
	color: rgb(116, 116, 116); margin-left: 20px; float: left;
}
.edit_video {
	height: 0px; overflow: hidden; padding-bottom: 56%; position: relative;
}
.edit_video .edit_v_btn {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 3;
}
.edit_video .edit_v_btn a > img {
	width: 100%;
}
.edit_video .edit_v_btn > img {
	width: 100%;
}
.edit_video em {
	left: 50%; top: 50%; margin-top: -50px; margin-left: -50px; position: absolute;
}
.edit_con_original {
	color: rgb(116, 116, 116);
}
.edit_nav {
	border-top-color: rgb(71, 71, 71); border-top-width: 1px; border-top-style: solid;
}
.edit_nav .left {
	width: 60%; overflow: hidden; float: left;
}
.edit_nav .left p {
	overflow: hidden; margin-top: 10px; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.edit_nav .left p:first-child {
	margin-top: 0px;
}
.edit_nav .right {
	float: right;
}
.edit_nav .right span.tit {
	height: 36px; line-height: 36px; margin-right: 10px; float: left; display: block;
}
.edit_nav .right .bdsharebuttonbox {
	float: left;
}
.edit_nav .right .bdshare-button-style0-24 a {
	height: 25px; line-height: 25px; padding-left: 28px; margin-left: 5px;
}
.edit_nav .right .bdshare-button-style0-24 .bds_more {
	height: 25px; line-height: 25px; padding-left: 28px; margin-left: 5px;
}
.edit_nav .right .bdshare-button-style0-24 .bds_qzone {
	background: url("../img/share01.jpg") no-repeat;
}
.edit_nav .right .bdshare-button-style0-24 .bds_tsina {
	background: url("../img/share02.jpg") no-repeat;
}
.edit_nav .right .bdshare-button-style0-24 .bds_tqq {
	background: url("../img/share03.jpg") no-repeat;
}
.edit_nav .right .bdshare-button-style0-24 .bds_weixin {
	background: url("../img/share04.jpg") no-repeat;
}
.edit_nav .right .bdshare-button-style0-24 .bds_renren {
	background: url("../img/share05.jpg") no-repeat;
}
@media only screen and (max-width:767px)
{
.edit_nav .right {
	display: none;
}
.news_edit .er_tit .right p {
	font-size: 12px;
}
}
@media only screen and (max-width:320px)
{
.news_edit .er_tit .right p:first-child {
	display: none;
}
}
.about_nav01 {
	
}
.about_nav01 > div {
	width: 510px;
}
.about_nav01 dl {
	margin-left: 150px;
}
.about_nav01 dl.dl_ico01 {
	width: 70px;
}
.about_nav01 dl.dl_ico02 {
	width: 70px;
}
.about_nav01 dl.dl_ico03 {
	width: 70px;
}
.about_nav01 dl dt {
	width: 70px;
}
.about_nav01 dl dd {
	width: 70px;
}
.about_nav01 dl.dl_ico01 dt {
	background-image: url("../img/about_ico01.png");
}
.about_nav01 dl.dl_ico02 dt {
	background-image: url("../img/about_ico02.png");
}
.about_nav01 dl.dl_ico03 dt {
	background-image: url("../img/about_ico03.png");
}
@media only screen and (max-width:1366px)
{
.about_nav01 dl dt {
	height: 32px; background-size: 47% !important;
}
.about_nav01 dl dd {
	margin-top: 5px;
}
}
@media only screen and (max-width:767px)
{
.about_nav01 > div {
	width: 100%;
}
.about_nav01 dl {
	width: 33.33% !important; margin-left: 0px;
}
}
.about_culture dd .left {
	float: right;
}
.about_culture dd .right {
	float: left;
}
.about_culture dd .left i {
	width: 26px; height: 18px; background-image: url("../img/eye_ico.png");
}
.loading {
	width: 100%; text-align: center; float: left; display: none;
}
.about_nav02 > div {
	width: 750px;
}
.about_nav02 dl dt {
	height: 47px;
}
.about_nav02 dl.dl_ico01 dt {
	background-image: url("../img/dang_ico01.png");
}
.about_nav02 dl.dl_ico02 dt {
	background-image: url("../img/dang_ico02.png");
}
.about_nav02 dl.dl_ico03 dt {
	background-image: url("../img/dang_ico03.png");
}
.about_nav02 dl.dl_ico04 dt {
	background-image: url("../img/dang_ico04.png");
}
.about_nav02 dl.dl_ico04 {
	width: 70px;
}
.about_nav02 dl.active.dl_ico01 dt {
	background-position: center 7px;
}
.about_nav02 dl:hover dt {
	background-position: center 7px !important;
}
.about_dang.news_down dl {
	height: auto !important;
}
.about_dang.news_down_img dt {
	padding: 20px; transition:0.5s ease-out; height: auto; background-color: rgb(255, 255, 255);
}
.about_dang.news_down dl.other_dl dd {
	padding: 13px 20px;
}
.about_dang.news_down dl:hover dt {
	background: rgb(210, 210, 210);
}
@media only screen and (max-width:1366px)
{
.about_nav02 dl dt {
	height: 35px;
}
.about_dang.news_down dl.other_dl h3 {
	margin-top: 15px;
}
}
@media only screen and (max-width:1200px)
{
.about_dang.news_down dl.other_dl h3 {
	margin-top: 50px;
}
}
@media only screen and (max-width:767px)
{
.about_nav02 > div {
	width: 100%;
}
.about_nav02 dl {
	width: 25% !important; margin-left: 0px;
}
}
.about_dang dl {
	margin-right: 13px !important; margin-left: 13px !important;
}
.about_dang dl:hover .more a {
	background: rgb(215, 0, 15); border: 1px solid rgb(215, 0, 15); border-image: none; color: rgb(255, 255, 255);
}
.about_dang dl:hover .more a i {
	border-left-color: rgb(255, 255, 255); border-left-width: 8px; border-left-style: solid;
}
.about_dang .down_dl dd {
	height: 238px;
}
.about_dang .down_dl dl.other_dl dd {
	height: 250px;
}
.about_dang .more {
	float: left;
}
.about_dang .more.mt_30 {
	margin-top: 20px;
}
.about_dang dd {
	padding-top: 10px;
}
.about_dang dd h3 {
	width: 100%; height: 3em; line-height: 1.5; -webkit-line-clamp: initial;
}
.about_dang dd p {
	width: 100%; height: 4.5em; line-height: 1.5; -webkit-line-clamp: initial;
}
.about_dang dd .left {
	margin: 5px 0px;
}
@media only screen and (max-width:1400px)
{
.about_dang dl {
	margin-right: 10px !important; margin-left: 10px !important;
}
.about_dang .down_dl dd {
	height: 228px;
}
.about_dang .down_dl dl.other_dl dd {
	height: 208px;
}
.about_dang.news_down_img dl {
	width: 32%;
}
.about_dang.news_down_img dl {
	width: 31.4%;
}
.about_dang.news_down dl {
	margin-bottom: 20px;
}
.about_dang .more.mt_30 {
	margin-top: 15px;
}
.about_dang .more a {
	width: 100px; height: 30px; line-height: 30px;
}
.about_dang .more a i {
	right: 0px;
}
}
@media only screen and (max-width:1366px)
{
.about_dang .down_dl dl.other_dl dd {
	height: 251px;
}
}
@media only screen and (max-width:1300px)
{
.about_dang.news_down_img dl {
	width: 31.3%;
}
.about_dang dl {
	width: 31.3%; margin-right: 1% !important; margin-left: 1% !important;
}
}
@media only screen and (max-width:1200px)
{
.about_dang.news_down_img dl {
	width: 32%;
}
.about_dang dl * {
	box-sizing: border-box;
}
.about_dang dl {
	width: 31.8%; margin-right: 2% !important; margin-left: 0px !important;
}
.about_dang dl:nth-of-type(3n+1) {
	margin-right: 0px !important;
}
.about_dang dt {
	height: auto; padding-bottom: 0px;
}
.about_dang .down_dl dl.other_dl {
	width: 100%;
}
.about_dang .down_dl dl.other_dl dt {
	width: 40%; float: left;
}
.about_dang .down_dl dl.other_dl dt img {
	width: 100%;
}
.about_dang .down_dl dl.other_dl dd {
	width: 60%; height: 0px; padding-bottom: 29.7%; float: left;
}
.about_dang .down_dl dl.other_dl dd p {
	height: auto; float: none; display: block; max-height: 4.5em;
}
.about_dang .down_dl dl.other_dl dd .left {
	margin: 10px 0px; float: none;
}
.about_dang .down_dl dl.other_dl dd h3 {
	width: 100%; height: auto; margin-top: 10px; float: none; max-height: 3em;
}
.about_dang .more {
	width: 100%;
}
.about_dang .more a {
	margin-left: 0px;
}
}
@media only screen and (max-width:800px)
{
.about_dang .down_dl dd {
	height: 260px;
}
.about_dang .down_dl dl.other_dl dd h3 {
	margin-top: 10px;
}
.about_dang dl {
	width: 49%;
}
}
@media only screen and (max-width:767px)
{
.about_dang .down_dl dl.other_dl dt {
	width: 100%; float: none;
}
.about_dang .down_dl dl.other_dl dd {
	width: 100%; height: auto; padding-bottom: 20px; float: none;
}
.about_dang .down_dl dl {
	width: 100%;
}
.about_dang .down_dl dd {
	height: auto;
}
.about_dang dl:nth-of-type(3n+1) {
	margin-right: 0% !important;
}
.about_dang .more a {
	background: none; color: rgb(49, 49, 49);
}
.about_dang .more a i {
	border-left-color: rgb(49, 49, 49);
}
}
.idea_nav {
	background: rgb(255, 255, 255);
}
.idea_con .p {
	color: rgb(48, 48, 48);
}
.idea_con .p p {
	width: 100%; color: rgb(116, 116, 116);
}
.idea_con01 .p {
	color: rgb(255, 255, 255);
}
.idea_con01 .p p {
	color: rgb(204, 204, 204);
}
.idea_con04 {
	background: url("../img/idea_img04.jpg") no-repeat top rgb(232, 241, 253);
}
.idea_con04 .dl {
	position: relative;
}
.idea_con04 dl {
	width: 31.3%; margin-right: 3%; margin-bottom: 2%; float: left;
}
.idea_con04 dl.n3 {
	margin-right: 0px;
}
.idea_con04 dt {
	background: rgba(0, 91, 172, 0.2); width: 100%; height: 120px; position: relative;
}
.idea_con04 dt em {
	width: 27px; height: 27px; text-align: center; right: 0px; bottom: 0px; line-height: 27px; display: block; position: absolute;
}
.idea_con04 dt em img {
	vertical-align: middle;
}
.idea_con04 dt:hover {
	background: rgba(0, 91, 172, 0.5);
}
.idea_con04 .dl_hover dt {
	background: rgba(0, 91, 172, 0.5);
}
.idea_con04 dt p {
	color: rgb(49, 49, 52); padding-top: 15px; padding-right: 20px; padding-left: 110px;
}
.idea_con04 dt span {
	left: -30px; top: 50%; position: absolute; transform: translateY(-50%);
}
.idea_con04 dd {
	background: rgba(0, 91, 172, 0.5); margin-top: 40px; display: none; position: relative;
}
.idea_con04 dd div.p {
	padding: 10px; color: rgb(0, 0, 0); line-height: 1.8; font-size: 16px;
}
.idea_con04 dd div.sanj {
	background: url("../img/idea_sanj.png") no-repeat; left: 20px; top: -21px; height: 21px; right: 20px; position: absolute;
}
.idea_con04 dl.n1 dd div.sanj {
	background-position: left top;
}
.idea_con04 dl.n2 dd div.sanj {
	background-position: top;
}
.idea_con04 dl.n3 dd div.sanj {
	background-position: right top;
}
@media only screen and (max-width:1500px)
{
.idea_con .program_bg {
	display: none;
}
}
@media only screen and (max-width:1366px)
{
.idea_con04 dd div.p {
	font-size: 14px;
}
}
@media only screen and (max-width:1100px)
{
.idea_con04 dt span {
	left: 0px; position: absolute;
}
.idea_con04 dt span img {
	width: 60%;
}
.idea_con04 dt p {
	padding-left: 80px;
}
}
@media only screen and (max-width:800px)
{
.idea_con04 dl {
	width: 100%; margin-right: 0px;
}
.idea_con04 dl dt {
	height: 80px;
}
.idea_con04 dt p {
	padding-top: 20px;
}
.idea_con04 dd {
	width: 100% !important; margin-top: 10px; margin-left: 0px !important;
}
.idea_con04 dd div.p {
	font-size: 14px; box-sizing: border-box;
}
.idea_con04 dd .sanj {
	display: none;
}
}
@media only screen and (max-width:767px)
{
.idea_con01 .p {
	color: rgb(52, 52, 52);
}
.idea_con01 .p p {
	color: rgb(116, 116, 116);
}
}
.about_con01 .mCSB_container {
	padding-right: 20px;
}
.about_mscroll .mCSB_scrollTools .mCSB_draggerRail {
	background: none;
}
.about_con01 {
	position: relative;
}
.about_con01 .qygk {
	left: 50%; top: 50px; bottom: 0px; margin-left: -500px; position: absolute; z-index: 9;
}
.about_con01 .qygk > * {
	width: 600px; float: right;
}
.about_con01 .qygk h3 {
	color: rgb(255, 255, 255);
}
.about_con01 .qygk div.p {
	color: rgb(255, 255, 255); line-height: 1.8; overflow: hidden; max-height: 19.5em;
}
.about_con01 .qygk div.p.overY {
	overflow: auto; -ms-overflow-y: auto;
}
.about_con01 .edit_video {
	padding-bottom: 40%;
}
.about_con01 .edit_video .edit_v_btn a > img {
	width: 100%;
}
.about_con01 .edit_v_video {
	width: 100%;
}
.about_con01 .edit_v_video video {
	width: 100%;
}
.about_con01 .video_button {
	margin-top: 30px;
}
.about_con01 em img {
	width: 45px;
}
.pro_case_con01 .p a:hover {
	background: none; border: 1px solid rgb(215, 0, 15); border-image: none; color: rgb(215, 0, 15);
}
.pro_case_con01 .p a:hover i {
	border-left-color: rgb(215, 0, 15); border-left-width: 8px; border-left-style: solid;
}
@media only screen and (max-width:1440px)
{
.about_con01 .qygk div.p {
	max-height: 16.1em;
}
}
@media only screen and (max-width:1200px)
{
.about_con01 .qygk {
	margin-left: 0px; transform: translateX(-50%);
}
}
@media only screen and (max-width:800px)
{
.about_con01 .qygk > * {
	width: 60%;
}
.about_con01 .qygk div.p {
	line-height: 1.5; max-height: 9em;
}
.about_con01 .qygk .video_button {
	margin-top: 10px;
}
.about_con01 .qygk em img {
	width: 50px;
}
}
@media only screen and (max-width:767px)
{
.about_con01 .qygk {
	background: rgb(245, 245, 245); width: 100%; padding-bottom: 20px; position: static; transform: translateX(0px);
}
.about_con01 .qygk > * {
	width: 100%;
}
.about_con01 .qygk h3 {
	color: rgb(52, 52, 52) !important;
}
.about_con01 .qygk div.p {
	color: rgb(116, 116, 116);
}
.about_con01 em {
	margin: 0px; transform: translate(-50%, -50%);
}
}
#pro_nav {
	height: 80px; bottom: 0px; position: absolute;
}
@media only screen and (max-width:1366px)
{
#pro_nav {
	height: 50px;
}
}
@media only screen and (max-width:767px)
{
#pro_nav {
	height: 30px; position: static;
}
}
.about_con02 {
	
}
.about_con02 .w1090 {
	background: url("../img/about_img02.jpg") no-repeat right bottom; height: 0px; overflow: hidden; padding-bottom: 40%;
}
.about_con02 div.p {
	width: 660px; height: 17.9em; color: rgb(116, 116, 116); line-height: 1.8; overflow: hidden;
}
.about_con02 div.p.overY {
	overflow: auto; -ms-overflow-y: auto;
}
.about_con02 .mCSB_container {
	padding-right: 20px;
}
.about_con02 .about_mscroll .mCSB_scrollTools .mCSB_draggerRail {
	background: rgb(234, 234, 234);
}
.about_con02 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgb(123, 123, 125);
}
.about_con02 .link_a {
	margin-top: 20px; display: inline-block; cursor: pointer;
}
@media only screen and (max-width:1700px)
{
.about_con02 .w1090 {
	background-size: 40%;
}
}
@media only screen and (max-width:1100px)
{
.about_con02 .w1090 {
	background-size: 30%;
}
.about_con02 div.p {
	width: 70%; height: 9em; line-height: 1.5;
}
}
@media only screen and (max-width:767px)
{
.about_con02 .w1090 {
	height: 240px; padding-bottom: 0px; background-size: 50%;
}
.about_con02 div.p {
	height: 6em;
}
.about_con02 .more a {
	background: none; color: rgb(49, 49, 49);
}
.about_con02 .more a i {
	border-left-color: rgb(49, 49, 49);
}
}
.history > h3 {
	text-align: center;
}
.about_history {
	margin-top: 30px;
}
.about_history .a_his_time {
	width: 100%; position: relative;
}
.about_history .a_his_time > a {
	width: 29px; height: 29px; bottom: 10px; display: block; position: absolute; z-index: 9;
}
.about_history .a_his_time > a.his_left {
	background: url("../img/about_img03.png") no-repeat; left: 0px;
}
.about_history .a_his_time > a.his_right {
	background: url("../img/about_img04.png") no-repeat; right: 0px; float: right;
}
.about_history .a_his_time > a.his_left:hover {
	background: url("../img/about_img03.png") no-repeat bottom;
}
.about_history .a_his_time > a.his_right:hover {
	background: url("../img/about_img04.png") no-repeat bottom; float: right;
}
.about_history .a_his_time > a.his_left.disabled:hover {
	background: url("../img/about_img03.png") no-repeat; left: 0px; cursor: default;
}
.about_history .a_his_time > a.his_right.disabled:hover {
	background: url("../img/about_img04.png") no-repeat; right: 0px; float: right; cursor: default;
}
.about_history .index_history {
	margin: 9px 40px 0px; overflow: hidden;
}
.about_history .index_history li p {
	transition:0.3s ease-out; left: 50%; bottom: 30px; position: absolute; transform: translateX(-50%); -webkit-transition: all .3s ease-out;
}
.about_history .index_history ul {
	height: 90px; overflow: hidden; position: relative;
}
.about_history .index_history ul::before {
	background: rgb(243, 236, 233); left: 0px; top: 65px; width: 100%; height: 1px; right: 0px; position: absolute; content: "";
}
.about_history .index_history li {
	width: 197px; height: 80px; text-align: center; float: left; position: relative; z-index: 3; cursor: pointer;
}
.about_history .index_history li::before {
	background: url("../img/about_img06.png") no-repeat top; transition:0.5s ease-in-out; width: 100%; height: 29px; bottom: 0px; display: block; position: absolute; content: "";
}
.about_history .index_history li a {
	color: rgb(116, 116, 116);
}
.about_history .index_history li:hover a {
	color: rgb(34, 34, 34);
}
.about_history .index_history li:hover p {
	color: rgb(215, 0, 15); font-size: 40px;
}
.about_history .index_history li:hover::before {
	background: url("../img/about_img05.png") no-repeat top; opacity: 1;
}
.about_history .index_history li.active a {
	color: rgb(34, 34, 34);
}
.about_history .index_history li.active p {
	color: rgb(215, 0, 15); font-size: 40px;
}
.about_history .index_history li.active::before {
	background: url("../img/about_img05.png") no-repeat top; opacity: 1;
}
@media only screen and (max-width:1366px)
{
.about_history .index_history li {
	width: 170px;
}
}
@media only screen and (max-width:1100px)
{
.about_history .index_history li {
	width: 232px;
}
}
@media only screen and (max-width:800px)
{
.about_history .index_history li {
	width: 168px;
}
}
@media only screen and (max-width:767px)
{
.about_history {
	margin-top: 10px;
}
.about_history .index_history li {
	width: 160px;
}
.about_history .index_history li.active p {
	font-size: 24px;
}
}
@media only screen and (max-width:400px)
{
.about_history .index_history li {
	width: 138px;
}
}
@media only screen and (max-width:340px)
{
.about_history .index_history li {
	width: 111px;
}
}
.dsj_con dl {
	padding: 0px 120px; margin-top: 20px;
}
.dsj_con dt {
	width: 70px; color: rgb(121, 121, 121); margin-right: -70px; float: left; position: relative; z-index: 2;
}
.dsj_con dt em {
	font-size: 24px;
}
.dsj_con dd {
	width: 100%; color: rgb(121, 121, 121); margin-top: 10px; float: left;
}
.dsj_con dd div.list {
	padding-left: 80px;
}
.dsj_con dl:hover dd {
	color: rgb(215, 0, 15);
}
@media only screen and (max-width:1500px)
{
.about_history .dsj_con {
	padding: 0px 100px;
}
}
@media only screen and (max-width:1100px)
{
.about_history .dsj_con {
	padding: 0px 20px;
}
}
@media only screen and (max-width:800px)
{
.dsj_con dl {
	padding: 0px 70px;
}
}
@media only screen and (max-width:767px)
{
.dsj_con dl {
	padding: 0px; margin-top: 10px;
}
.dsj_con dd div.list {
	padding-left: 60px;
}
}
.about_con03 .a_con03 dl {
	width: 138px; margin-left: 175px; float: left;
}
.about_con03 .a_con03 dl:first-child {
	margin-left: 0px;
}
.about_con03 .a_con03 dl dt {
	position: relative;
}
.about_con03 .a_con03 dl dt span {
	left: 0px; top: 0px; position: absolute;
}
.about_con03 .a_con03 dl.a3_dl01 dt span {
	left: 29px; top: 70px;
}
.about_con03 .a_con03 dl.a3_dl01:hover dt span img {
	animation:le 1s ease-out infinite alternate; -webkit-animation: le 1s infinite ease-out alternate; -moz-animation: le 1s infinite ease-out alternate; -o-animation: le 1s infinite ease-out alternate;
}
.about_con03 .a_con03 dl.a3_dl02 dt span {
	left: 72px; top: 24px;
}
.about_con03 .a_con03 dl.a3_dl02:hover dt span img {
	animation:lef 2s ease-out infinite alternate; -webkit-animation: lef 2s infinite ease-out alternate; -moz-animation: lef 2s infinite ease-out alternate; -o-animation: lef 2s infinite ease-out alternate;
}
.about_con03 .a_con03 dl.a3_dl03 dt span {
	left: 27px; top: 55px;
}
.about_con03 .a_con03 dl.a3_dl03:hover dt span img {
	animation:lef 2s ease-out infinite alternate; -webkit-animation: lef 2s infinite ease-out alternate; -moz-animation: lef 2s infinite ease-out alternate; -o-animation: lef 2s infinite ease-out alternate;
}
.about_con03 .a_con03 dl.a3_dl04 dt span {
	left: 55px; top: 30px;
}
.about_con03 .a_con03 dl.a3_dl04:hover dt span img {
	animation:rot 4s linear infinite; -webkit-animation: rot 4s infinite linear; -moz-animation: rot 4s infinite linear; -o-animation: rot 4s infinite linear;
}
.about_con03 .a_con03 dl dd {
	width: 100%; height: 60px; text-align: center; position: relative;
}
.about_con03 .a_con03 dl dd i {
	background: rgb(52, 52, 52); left: 50%; width: 30px; height: 1px; bottom: 0px; margin-left: -15px; position: absolute;
}
@media only screen and (max-width:1110px)
{
.about_con03 .a_con03 dl {
	width: 25%; text-align: center; margin-left: 0px;
}
}
@media only screen and (max-width:767px)
{
.about_con03 .a_con03 dl {
	width: 50%;
}
.about_con03 .a_con03 dl dd i {
	display: none;
}
.about_con03 .a_con03 dl dt img {
	width: 50%;
}
.about_con03 .more a {
	background: none; color: rgb(49, 49, 49);
}
.about_con03 .more a i {
	border-left-color: rgb(49, 49, 49);
}
.about_con03 .a_con03 dl.a3_dl01 dt span {
	left: 45px; top: 50px;
}
.about_con03 .a_con03 dl.a3_dl01 dt span img {
	width: 70%;
}
.about_con03 .a_con03 dl.a3_dl02 dt span {
	left: 85px; top: 30px;
}
.about_con03 .a_con03 dl.a3_dl02 dt span img {
	width: 70%;
}
.about_con03 .a_con03 dl.a3_dl03 dt span {
	left: 50px; top: 40px;
}
.about_con03 .a_con03 dl.a3_dl03 dt span img {
	width: 70%;
}
.about_con03 .a_con03 dl.a3_dl04 dt span {
	left: 75px; top: 20px;
}
.about_con03 .a_con03 dl.a3_dl04 dt span img {
	width: 70%;
}
}
.about_con04 {
	position: relative;
}
.about_con04 > img {
	width: 100%;
}
.about_con04 .w1090 {
	left: 50%; top: 110px; margin-left: -550px; position: absolute;
}
.about_con04 .left {
	width: 42%; float: left;
}
.about_con04 .left img {
	max-width: 100%;
}
.about_con04 .right {
	color: rgb(255, 255, 255); margin-left: 120px; float: left;
}
.about_con04 .right div.p {
	height: 14.4em; color: rgb(228, 228, 228); line-height: 1.8; overflow: hidden;
}
.about_con04 .right .more a {
	margin-left: 0px;
}
@media only screen and (max-width:1366px)
{
.about_con04 .w1090 {
	top: 50px;
}
}
@media only screen and (max-width:1220px)
{
.about_con04 .left {
	width: 35%;
}
.about_con04 .w1090 {
	margin: 0px; transform: translateX(-50%);
}
}
@media only screen and (max-width:800px)
{
.about_con04 .left {
	margin-top: 20px;
}
.about_con04 .right div.p {
	height: 12em; line-height: 1.5; margin-top: 0px;
}
.about_con04 .right div.more {
	margin-top: 10px;
}
.about_con04 .w1090 {
	top: 20px;
}
}
@media only screen and (max-width:767px)
{
.about_con04 .w1090 {
	background: rgb(249, 249, 249); position: static; transform: translateX(0px);
}
.about_con04 .right {
	margin: 0px; padding: 20px 0px; width: 100%; float: none;
}
.about_con04 .right h3 {
	color: rgb(57, 57, 57);
}
.about_con04 .right div.p {
	color: rgb(116, 116, 116); margin-top: 10px;
}
.about_con04 .left {
	left: 50%; top: 0%; margin-top: 15px; position: absolute; transform: translateX(-50%);
}
.about_con04 .more a {
	background: none; color: rgb(49, 49, 49);
}
.about_con04 .more a i {
	border-left-color: rgb(49, 49, 49);
}
}
.about_con05 {
	text-align: center;
}
.about_con05 div.p {
	color: rgb(116, 116, 116); line-height: 1.8;
}
.about_con05 div.img img {
	max-width: 100%;
}
.about_con05 div.more {
	margin-left: 20px; display: inline-block;
}
.about_con05 div:first-child.more {
	margin-left: 0px;
}
.about_con05 div.more a {
	padding: 0px 30px; width: 140px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.about_con05 div.more i {
	background: url("../img/about_down.png") no-repeat; border: 0px currentColor; border-image: none; width: 15px; height: 15px; right: 15px; margin-top: -8px;
}
.about_con05 div.more a:hover i {
	background: url("../img/about_down.png") no-repeat left bottom; border: 0px currentColor; border-image: none;
}
@media only screen and (max-width:767px)
{
.about_con05 div.more {
	margin-top: 10px;
}
.about_con05 .more a {
	background: none; color: rgb(49, 49, 49);
}
.about_con05 .more a i {
	border-left-color: rgb(49, 49, 49);
}
}
.about_con06 {
	background: url("../img/about_img13.jpg") no-repeat top rgb(34, 34, 34);
}
.about_con06 h3 {
	text-align: center; color: rgb(255, 255, 255); position: relative;
}
.a_c06_con {
	background: rgb(12, 12, 12); padding: 30px 0px; height: 450px; margin-top: 50px; margin-bottom: 100px;
}
.a_c06_con dl {
	width: 33.33%; height: 165px; color: rgb(255, 255, 255); float: left; position: relative;
}
.a_c06_con dl::before {
	background: rgb(63, 63, 63); left: 0px; top: 25px; width: 1px; height: 120px; position: absolute; content: "";
}
.a_c06_con dl:nth-of-type(3n+1)::before {
	display: none;
}
.a_c06_con dl a {
	color: rgb(255, 255, 255);
}
.a_c06_con dl > * {
	margin: 40px auto 0px; width: 300px;
}
.a_c06_con dl dt {
	position: relative;
}
.a_c06_con dl dt::before {
	background: rgb(233, 0, 0); left: -10px; top: 4px; width: 2px; height: 18px; display: block; position: absolute; content: "";
}
.a_c06_con dl dd {
	color: rgb(205, 205, 205); margin-top: 10px;
}
.a_c06_con dl dd:nth-of-type(1) {
	
}
.a_c06_con dl dd a {
	color: rgb(205, 205, 205);
}
.a_c06_con dl {
	height: 165px;
}
.a_c06_con dl dd em {
	width: 60px; float: left;
}
.a_c06_con dl dd p {
	width: 240px; float: left;
}
@media only screen and (max-width:1100px)
{
.about_con06 {
	background-position: center -50px;
}
.a_c06_con {
	-ms-overflow-y: auto;
}
.a_c06_con dl {
	width: 50%;
}
.a_c06_con dl:nth-of-type(3n+1)::before {
	display: block;
}
.a_c06_con dl:nth-of-type(2n+1)::before {
	display: none;
}
}
@media only screen and (max-width:1000px)
{
.about_con06 {
	background-position: center 0px;
}
.a_c06_con {
	padding: 20px; width: 100%; height: auto; margin-top: 30px; margin-bottom: 0px; float: right; box-sizing: border-box;
}
.a_c06_con dl {
	width: 100%; margin-top: 20px; border-top-color: rgb(63, 63, 63); border-top-width: 1px; border-top-style: solid; float: none;
}
.a_c06_con dl::before {
	display: none;
}
.a_c06_con dl:first-child {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.a_c06_con dl:first-child dt {
	margin-top: 0px;
}
.a_c06_con dl dd {
	overflow: hidden; margin-top: 5px;
}
.a_c06_con dl dd:nth-of-type(1) {
	height: auto;
}
.a_c06_con dl > * {
	width: 90%;
}
.a_c06_con dl:nth-of-type(3n+1)::before {
	display: none;
}
}
@media only screen and (max-width:767px)
{
.about_con06 {
	background-position: 41% -130px; margin-top: 10px; background-color: rgb(73, 73, 73);
}
.a_c06_con {
	width: 100%;
}
.a_c06_con dl > * {
	width: 280px; margin-top: 20px;
}
.a_c06_con dl dd p {
	width: 230px;
}
.a_c06_con dl {
	height: auto;
}
.a_c06_con dl dd em {
	color: rgb(222, 222, 222); font-weight: 700;
}
}
.pro_con_nav {
	background: rgb(161, 162, 164); height: 80px; text-align: center; line-height: 80px;
}
.pro_con_nav li {
	color: rgb(255, 255, 255); margin-left: 20px; display: inline-block;
}
.pro_con_nav li a {
	height: 78px; color: rgb(255, 255, 255); margin-left: 20px; border-bottom-color: rgb(161, 162, 164); border-bottom-width: 2px; border-bottom-style: solid; display: inline-block;
}
.pro_con_nav li:first-child {
	margin-left: 0px;
}
.pro_con_nav li:first-child i {
	display: none;
}
.pro_con_nav li:first-child a {
	margin-left: 0px;
}
.pro_con_nav li:hover a {
	border-bottom-color: rgb(215, 0, 15); border-bottom-width: 2px; border-bottom-style: solid;
}
.pro_con_nav li.active a {
	border-bottom-color: rgb(215, 0, 15); border-bottom-width: 2px; border-bottom-style: solid;
}
@media only screen and (max-width:767px)
{
.pro_con_nav {
	padding: 10px; height: auto; text-align: left; line-height: 1.8; box-sizing: border-box;
}
.pro_con_nav li {
	padding: 0px 10px; margin-left: 0px; box-sizing: border-box;
}
.pro_con_nav li a {
	height: auto; margin-left: 0px;
}
.pro_con_nav li i {
	display: none;
}
}
.program_con01.about_con01 .qygk > * {
	float: left;
}
.program_con01.about_con01 .qygk .more1 {
	margin-top: 20px;
}
.program_con01.about_con01 .qygk a.more {
	background: rgb(215, 0, 15); border-radius: 35px; border: 1px solid rgb(215, 0, 15); border-image: none; width: 115px; height: 35px; text-align: center; color: rgb(255, 255, 255); line-height: 35px; display: block; position: relative;
}
.program_con01.about_con01 .qygk a.more i {
	border-width: 4px 8px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); top: 50%; width: 0px; height: 0px; right: 5px; margin-top: -4px; display: block; position: absolute;
}
.program_con02 {
	background: rgb(242, 242, 242);
}
.program_con02 dl {
	padding: 20px 30px; transition:0.5s ease-in-out; margin-top: 40px;
}
.program_con02 dl:nth-of-type(2n) {
	background: rgb(250, 250, 250);
}
.program_con02 dl:hover {
	background: rgb(255, 255, 255); box-shadow: 0px 0px 20px #ccc;
}
.program_con02 dl dt {
	top: 0px; width: 500px; margin-right: -500px; float: left; position: relative; z-index: 2;
}
.program_con02 dl dt img {
	width: 100%;
}
.program_con02 dl dd {
	width: 100%; float: left;
}
.program_con02 dl dd div.p {
	color: rgb(116, 116, 116);
}
.program_con02 dl dd > * {
	padding-left: 550px;
}
.program_con02 dl.dl02 dt {
	width: 500px; margin-right: 0px; margin-left: -500px; float: right;
}
.program_con02 dl.dl02 dd > * {
	padding-right: 550px; padding-left: 0px;
}
@media only screen and (max-width:1200px)
{
.program_con02 dl {
	margin-top: 30px;
}
.program_con02 dl dt {
	width: 350px; margin-right: -350px;
}
.program_con02 dl dd > * {
	padding-left: 400px;
}
.program_con02 dl.dl02 dt {
	width: 350px; margin-left: -350px;
}
.program_con02 dl.dl02 dd > * {
	padding-right: 400px;
}
}
@media only screen and (max-width:800px)
{
.program_con02 dl dt {
	width: 250px; margin-right: -250px;
}
.program_con02 dl dd > * {
	padding-left: 280px;
}
.program_con02 dl.dl02 dt {
	width: 250px; margin-left: -250px;
}
.program_con02 dl.dl02 dd > * {
	padding-right: 280px;
}
}
@media only screen and (max-width:767px)
{
.program_con02 dl {
	padding: 10px; margin-top: 20px;
}
.program_con02 dl dt {
	margin: 0px !important; top: 0px; width: 180px; float: right !important;
}
.program_con02 dl dd > * {
	padding: 0px !important;
}
}
.porgram_con02_01 {
	background: url("../img/pro_bj.jpg") no-repeat bottom rgb(255, 255, 255); min-height: 420px;
}
.porgram_con02_01 .w1090 {
	padding-right: 100px; padding-left: 100px; box-sizing: border-box;
}
.porgram_con02_01 h3 {
	text-align: center; margin-bottom: 20px;
}
.porgram_con02_02 {
	background: rgb(249, 249, 249);
}
.porgram_con02_02 .news_c01_img {
	width: 550px; height: auto;
}
.porgram_con02_02 .news_c01_text {
	width: 500px; height: auto;
}
.porgram_con02_02 .news_c01_text dl {
	width: 100%; height: auto; margin-top: 30px; transform: translateY(0px);
}
.porgram_con02_02 .news_c01_text dl div.p {
	height: 18em;
}
@media only screen and (max-width:1366px)
{
.news_c01_img .bx-wrapper .bx-pager {
	bottom: 15px;
}
.news_c01_img .bx-wrapper .bx-controls-auto {
	bottom: 15px;
}
}
@media only screen and (max-width:1200px)
{
.porgram_con02_01 .w1090 {
	padding: 20px;
}
.porgram_con02_02 .news_c01_img {
	width: 45%; padding-bottom: 0px;
}
.porgram_con02_02 .news_c01_text {
	width: 50%;
}
.porgram_con02_02 .news_c01_text dl {
	width: 100%; margin-top: 0px;
}
}
@media only screen and (max-width:1000px)
{
.porgram_con02_02 .news_c01_img {
	width: 60%;
}
.porgram_con02_02 .news_c01_text {
	width: 37.5%;
}
}
@media only screen and (max-width:767px)
{
.porgram_con02_02 .news_c01_img {
	width: 100%; float: none;
}
.porgram_con02_02 .news_c01_text {
	width: 100%; float: none;
}
.porgram_con02_02 .news_c01_text dl div.p {
	height: auto;
}
}
.program_con03 {
	text-align: center;
}
.program_con03 dl {
	width: 25%; float: left;
}
.program_con03 dt {
	height: 92px;
}
.program_con03 dt img {
	max-width: 100%;
}
.program_con03 dd p {
	margin: 10px auto 0px; width: 195px; height: 4.8em; line-height: 1.6; overflow: hidden;
}
@media only screen and (max-width:800px)
{
.program_con03 dl {
	width: 33.33%;
}
}
@media only screen and (max-width:767px)
{
.program_con03 dl {
	width: 50%;
}
.program_con03 dt {
	margin: 0px auto; width: 70px; height: 80px;
}
.program_con03 dd p {
	width: 100%;
}
}
@media only screen and (max-width:320px)
{
.program_con03 dd p {
	height: 4.8em;
}
.program_con03 dd p br {
	display: none;
}
}
.program_con04 {
	background: url("../img/pro_con_img12.jpg") bottom;
}
.program_con04 h3 {
	text-align: center; color: rgb(255, 255, 255);
}
.program_con04 .c04_tab {
	text-align: center;
}
.program_con04 .c04_tab li {
	color: rgb(255, 255, 255); margin-left: 20px; display: inline-block; cursor: pointer;
}
.program_con04 .c04_tab li span {
	color: rgb(255, 255, 255); margin-left: 20px; display: inline-block;
}
.program_con04 .c04_tab li:first-child {
	margin-left: 0px;
}
.program_con04 .c04_tab li:first-child i {
	display: none;
}
.program_con04 .c04_tab li:first-child span {
	margin-left: 0px;
}
.program_con04 .c04_tab li:hover span {
	color: rgb(215, 0, 15); border-bottom-color: rgb(215, 0, 15); border-bottom-width: 2px; border-bottom-style: solid;
}
.program_con04 .c04_tab li.hover span {
	color: rgb(215, 0, 15); border-bottom-color: rgb(215, 0, 15); border-bottom-width: 2px; border-bottom-style: solid;
}
.program_con04 .tab_con01 {
	display: none;
}
.program_con04 :first-child.tab_con01 {
	display: block;
}
.program_con04 .tab_con01 .left {
	width: 480px; color: rgb(255, 255, 255); float: left;
}
.program_con04 .tab_con01 .left h4 {
	text-align: center;
}
.program_con04 .tab_con01 .left img {
	max-width: 100%;
}
.program_con04 .tab_con01 .left .p {
	color: rgb(228, 228, 228); padding-left: 20px;
}
.program_con04 .tab_con01 .right {
	width: 520px; color: rgb(255, 255, 255); float: right;
}
.program_con04 .tab_con01 .right dd:first-child {
	border-top-color: rgb(255, 255, 255); border-top-width: 1px; border-top-style: dotted;
}
.program_con04 .tab_con01 .right dd {
	padding: 8px 0px; overflow: hidden; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: dotted;
}
.program_con04 .tab_con01 .right dd p {
	width: 70%; float: left;
}
.program_con04 .tab_con01 .right dd p:first-child {
	width: 30%;
}
@media only screen and (max-width:1140px)
{
.program_con04 .tab_con01 .left {
	width: 40%;
}
.program_con04 .tab_con01 .right {
	width: 50%;
}
}
@media only screen and (max-width:767px)
{
.program_con04 .tab_con01 .left {
	width: 100%; float: none;
}
.program_con04 .tab_con01 .left .p {
	padding-left: 0px;
}
.program_con04 .tab_con01 .left img {
	width: 80%; max-width: inherit;
}
.program_con04 .tab_con01 .right {
	width: 100%; margin-top: 20px; float: none;
}
}
.program_con05 h3 {
	text-align: center; color: rgb(48, 48, 48);
}
.program_con05 .c04_tab {
	text-align: center;
}
.program_con05 .c04_tab li {
	color: rgb(48, 48, 48); margin-left: 20px; display: inline-block; cursor: pointer;
}
.program_con05 .c04_tab li span {
	color: rgb(48, 48, 48); margin-left: 20px; display: inline-block;
}
.program_con05 .c04_tab li:first-child {
	margin-left: 0px;
}
.program_con05 .c04_tab li:first-child i {
	display: none;
}
.program_con05 .c04_tab li:first-child span {
	margin-left: 0px;
}
.program_con05 .c04_tab li:hover span {
	color: rgb(215, 0, 15); border-bottom-color: rgb(215, 0, 15); border-bottom-width: 2px; border-bottom-style: solid;
}
.program_con05 .c04_tab li.hover span {
	color: rgb(215, 0, 15); border-bottom-color: rgb(215, 0, 15); border-bottom-width: 2px; border-bottom-style: solid;
}
.program_con05 .tab_con01 {
	display: none;
}
.program_con05 :first-child.tab_con01 {
	display: block;
}
.program_con05 .tab_con01 dl {
	width: 32.5%; margin-top: 10px; margin-right: 1%; float: left; position: relative;
}
.program_con05 .tab_con01 dl:nth-of-type(3n) {
	margin-right: 0px;
}
.program_con05 .tab_con01 dt {
	width: 100%; height: 0px; overflow: hidden; padding-bottom: 74%;
}
.program_con05 .tab_con01 dt img {
	width: 100%;
}
.program_con05 .tab_con01 dd {
	background: rgba(0, 0, 0, 0.5); left: 0px; right: 0px; bottom: 0px; color: rgb(255, 255, 255); position: absolute;
}
.program_con05 .tab_con01 dd a {
	padding: 10px; color: rgb(255, 255, 255); display: block;
}
@media only screen and (max-width:1110px)
{
.program_con05 .tab_con01 dl {
	width: 31.8%; margin-right: 2%;
}
}
.program_con06 h3 {
	text-align: center; color: rgb(48, 48, 48);
}
.program_con06 dt {
	float: left; position: relative;
}
.program_con06 dt img {
	width: 100%;
}
.program_con06 dt p {
	left: 50%; top: 50%; color: rgb(255, 255, 255); position: absolute; transform: translate(-50%, -50%);
}
.program_con06 dd {
	margin-bottom: 22px; margin-left: 16px; float: left; position: relative;
}
.program_con06 dd img {
	width: 100%;
}
.program_con06 dd p {
	left: 50%; top: 50%; color: rgb(255, 255, 255); position: absolute; transform: translate(-50%, -50%);
}
@media only screen and (max-width:1110px)
{
.program_con06 dt {
	width: 40%;
}
.program_con06 dd {
	width: 19%; margin-bottom: 1.5%; margin-left: 1%;
}
}
@media only screen and (max-width:600px)
{
.program_con06 dt {
	width: 100%;
}
.program_con06 dd {
	margin: 1% 1% 0px 0px; width: 49.5%;
}
.program_con06 dd:nth-of-type(2n) {
	margin-right: 0px;
}
}
.program_con07 {
	background: url("../img/pro_con_img23.jpg") no-repeat 0% 0% / cover;
}
.program_con07 h3 {
	text-align: center; color: rgb(255, 255, 255);
}
.program_con07 dl {
	width: 350px; color: rgb(255, 255, 255); margin-right: 20px; float: left;
}
.program_con07 dl.n3 {
	margin-right: 0px;
}
.program_con07 dt {
	line-height: 1; padding-left: 20px; border-left-color: rgb(255, 255, 255); border-left-width: 2px; border-left-style: solid;
}
.program_con07 dd {
	color: rgb(228, 228, 228); line-height: 1.5; padding-left: 20px; margin-top: 20px;
}
@media only screen and (max-width:1110px)
{
.program_con07 dl {
	width: 31.8%; margin-right: 2%; margin-bottom: 2%;
}
}
@media only screen and (max-width:767px)
{
.program_con07 dl {
	width: 48.5%; margin-bottom: 0px;
}
.program_con07 dl.n3 {
	margin-right: 2%;
}
.program_con07 dl:nth-of-type(2n) {
	margin-right: 0px;
}
}
@media only screen and (max-width:500px)
{
.program_con07 dl {
	width: 100%; margin-right: 0px !important;
}
.program_con07 dt {
	padding-left: 10px;
}
.program_con07 dd {
	height: auto; padding-left: 10px; margin-top: 10px;
}
}
.program_con08 {
	position: relative;
}
.program_con08::after {
	background: rgb(215, 0, 15); left: 0px; top: 221px; height: 1px; right: 0px; display: block; position: absolute; content: "";
}
.program_con08 h3 {
	text-align: center; color: rgb(48, 48, 48);
}
.program_con08 .c08 {
	margin: 0px auto; position: relative; z-index: 2; max-width: 1100px;
}
.program_con08 .c08 img {
	width: 100%;
}
@media only screen and (max-width:1440px)
{
.program_con08::after {
	top: 215px;
}
}
@media only screen and (max-width:1366px)
{
.program_con08::after {
	top: 185px;
}
}
@media only screen and (max-width:1200px)
{
.program_con08::after {
	top: 165px;
}
}
@media only screen and (max-width:1100px)
{
.program_con08::after {
	display: none;
}
}
.pro_tab .pro_tab_con {
	display: none;
}
.pro_tab01.pro_tab_con {
	display: block;
}
.w1090 {
	width: 1090px; margin-right: auto; margin-left: auto;
}
@media only screen and (max-width:1110px)
{
.w1090 {
	width: 100%; padding-right: 20px; padding-left: 20px; box-sizing: border-box; -webkit-box-sizing: border-box;
}
}
@media only screen and (max-width:767px)
{
.w1090 {
	padding-right: 10px; padding-left: 10px;
}
}
.more a {
	margin: 0px auto; border-radius: 35px; border: 1px solid rgb(49, 49, 52); border-image: none; width: 115px; height: 35px; text-align: center; color: rgb(49, 49, 52); line-height: 35px; display: block; position: relative;
}
.more a i {
	border-width: 4px 8px; border-style: solid; border-color: transparent transparent transparent rgb(49, 49, 52); top: 50%; width: 0px; height: 0px; right: 5px; margin-top: -4px; display: block; position: absolute;
}
.more a:hover {
	background: rgb(215, 0, 15); border: 1px solid rgb(215, 0, 15); border-image: none; color: rgb(255, 255, 255);
}
.more a:hover i {
	border-left-color: rgb(255, 255, 255); border-left-width: 8px; border-left-style: solid;
}
.white_more a {
	border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(255, 255, 255);
}
.white_more a i {
	border-left-color: rgb(255, 255, 255); border-left-width: 8px; border-left-style: solid;
}
.red_more a {
	background: rgb(215, 0, 15); border: 1px solid rgb(215, 0, 15); border-image: none; color: rgb(255, 255, 255);
}
.red_more a i {
	border-left-color: rgb(255, 255, 255); border-left-width: 8px; border-left-style: solid;
}
@media only screen and (max-width:767px)
{
.more {
	margin-top: 15px;
}
.more a {
	background: rgb(49, 49, 52); border: 1px solid rgb(49, 49, 52); border-image: none; width: 100px; height: 28px; color: rgb(255, 255, 255); line-height: 26px; font-size: 12px;
}
.more a i {
	right: 0px; margin-top: -3px; border-left-color: rgb(255, 255, 255); border-left-width: 8px; border-left-style: solid;
}
}
.page {
	width: 100%; text-align: center; color: rgb(128, 128, 128); margin-top: 10px; vertical-align: middle; float: left;
}
.page input {
	vertical-align: middle;
}
.page span {
	color: rgb(23, 23, 23); line-height: 28px; font-size: 16px; margin-right: 0px;
}
.page a {
	margin: 0px 5px; width: 28px; height: 28px; text-align: center; color: rgb(23, 23, 23); line-height: 28px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; vertical-align: middle; display: inline-block;
}
.page a.on {
	color: rgb(215, 0, 15);
}
.page a:hover {
	color: rgb(215, 0, 15) !important;
}
.page a.prev {
	width: 50px; height: 28px;
}
.page a.next {
	width: 50px; height: 28px;
}
.page a.first {
	background: none !important; width: 50px; height: 28px; color: rgb(23, 23, 23) !important; letter-spacing: 6px;
}
.page a.last {
	background: none !important; width: 50px; height: 28px; color: rgb(23, 23, 23) !important; letter-spacing: 6px;
}
.page span.txtnum {
	margin: 0px 12px 0px 10px; border: 1px solid rgb(210, 210, 210); border-image: none; width: 30px; height: 26px; line-height: 26px; vertical-align: middle; display: inline-block;
}
.page span.txtnum input {
	background: none; border: 0px currentColor; border-image: none; width: 30px; height: 26px; text-align: center; color: rgb(23, 23, 23); line-height: 26px; font-family: Arial, Helvetica,sans-serif; font-size: 12px; float: left;
}
.page a.go {
	margin: 0px 10px 0px 0px; width: 28px; color: rgb(23, 23, 23); line-height: 28px; font-size: 12px;
}
.page label {
	color: rgb(23, 23, 23);
}
@media only screen and (max-width:1000px)
{
.page a {
	display: none;
}
.page i {
	display: none;
}
.page span {
	display: none;
}
.page span.txtnum {
	display: none;
}
.page a {
	font-size: 14px;
}
.page a.prev {
	border-radius: 8px; border: 1px solid rgb(215, 0, 15); border-image: none; width: 75px; height: 26px; line-height: 26px; text-indent: 0px; display: inline-block;
}
.page a.next {
	border-radius: 8px; border: 1px solid rgb(215, 0, 15); border-image: none; width: 75px; height: 26px; line-height: 26px; text-indent: 0px; display: inline-block;
}
}
.add_relative {
	overflow: hidden; position: relative;
}
.zc_bg {
	background: rgba(0, 0, 0, 0.5); left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; z-index: 99;
}
.pc_about.zc_bg {
	background: rgb(255, 255, 255); position: absolute;
}
.zc_colse {
	top: 20px; right: 20px; display: block; position: absolute; cursor: pointer;
}
.pc_about .zc_colse {
	display: none;
}
.zc_con {
	background: rgb(255, 255, 255); left: 50%; top: 50%; width: 85%; height: 80%; overflow: hidden; position: absolute; transform: translate(-50%, -50%);
}
.pc_about .zc_con {
	height: 100%;
}
.zc_con .left {
	width: 60%; height: 80%; float: left;
}
.zc_con .left .tit {
	text-align: center;
}
.zc_con .left .p {
	width: 90%; height: 100%; color: rgb(121, 121, 121); line-height: 2; overflow: hidden; margin-right: auto; margin-left: auto;
}
.pc_about .zc_con .left .p {
	height: 80%; font-size: 16px;
}
.zc_con .left .p h5 {
	text-align: right; margin-top: 20px;
}
.zc_con .left .p .img {
	text-align: right; margin-top: 20px;
}
.zc_con .right {
	width: 40%; margin-top: 150px; float: left;
}
.zc_con .right dt {
	width: 190px; float: left;
}
.zc_con .right dt img {
	width: 100%;
}
.zc_con .right dd {
	width: 380px; margin-top: 20px; margin-left: 20px; float: left;
}
.zc_con .right dd h3 {
	margin: 10px 0px;
}
.zc_con .right dd p {
	height: 9em; color: rgb(116, 116, 116); line-height: 1.8; overflow: hidden;
}
.zc_con .right h3 {
	margin-top: 40px; margin-bottom: 10px;
}
.zc_con .right li {
	margin-right: 30px; float: left;
}
@media only screen and (max-width:1700px)
{
.zc_con .left .tit {
	margin-top: 30px;
}
.pc_about .zc_con .left .p {
	height: 82%;
}
.zc_con .right dt {
	width: 30%;
}
.zc_con .right dd {
	width: 66%; padding-right: 2%; margin-top: 0px; margin-left: 2%;
}
.zc_con .right dd p {
	padding-right: 20px;
}
}
@media only screen and (max-width:1200px)
{
.zc_con .right {
	margin-top: 100px;
}
.zc_con .right dt {
	width: 140px; float: none;
}
.zc_con .right dd {
	width: 100%; margin-left: 0px; float: none; box-sizing: border-box;
}
.zc_con .right h3 {
	margin-top: 20px;
}
.pc_about .zc_con .left .p {
	font-size: 14px;
}
}
@media only screen and (max-width:1024px)
{
.zc_con .left .p {
	line-height: 1.6; -ms-overflow-y: auto;
}
}
@media only screen and (max-width:800px)
{
.zc_con .right li {
	width: 33.33%; margin-right: 0px;
}
}
@media only screen and (max-width:767px)
{
.zc_colse {
	top: 10px; right: 10px;
}
.zc_colse img {
	width: 20px;
}
.zc_con .left {
	width: 100%; height: 50%;
}
.zc_con .left .p {
	height: 67%;
}
.zc_con .left .tit {
	margin-top: 20px;
}
.zc_con .right {
	padding: 0px 10px; width: 100%; margin-top: 0px; box-sizing: border-box;
}
.zc_con .right dt {
	width: 40%; float: left;
}
.zc_con .right dd {
	width: 60%; padding-left: 10px; margin-left: 0px; float: left; box-sizing: border-box;
}
.zc_con .right dd p {
	height: 6em; line-height: 1.5; overflow: hidden; padding-right: 0px;
}
.zc_con .right dd h3 {
	margin: 0px 0px 5px;
}
}
.shu_ico {
	display: none;
}
.shu_ico * {
	-webkit-backface-visibility: hidden;
}
.pc_about .shu_ico {
	left: 57%; top: 30px; display: block; position: absolute; z-index: 9999; cursor: pointer; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);
}
.pc_about .shu_ico span {
	width: 19px; height: 30px; display: block; position: relative;
}
.pc_about .shu_ico span img {
	position: absolute;
}
.pc_about .shu_ico span img:first-child {
	animation:bounceY 2s infinite; width: 19px; -webkit-animation: bounceY 2s infinite; -moz-animation: bounceY 2s infinite; -o-animation: bounceY 2s infinite;
}
.pc_about .shu_ico span img:first-child + img {
	animation:ico_opa_B 2s infinite; left: 6px; top: 30px; transform: rotate(90deg); -webkit-animation: ico_opa_B 2s infinite; -moz-animation: ico_opa_B 2s infinite; -o-animation: ico_opa_B 2s infinite; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg);
}
.pc_about .shu_ico span img:first-child + img + img {
	animation:ico_opa_B 2s 1s infinite; left: 5px; top: 33px; transform: rotate(90deg); -webkit-animation: ico_opa_B 2s infinite 1s; -moz-animation: ico_opa_B 2s infinite 1s; -o-animation: ico_opa_B 2s infinite 1s; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg);
}
.jxs-box {
	padding: 70px 0px 70px 160px; width: 100%; overflow: hidden; display: table; box-sizing: border-box;
}
.jxs-box.mb0 {
	margin-bottom: 0px;
}
.jxs-box.jsx-box-bg {
	background: rgb(243, 243, 243);
}
.jxs-box .jxs-left {
	width: 30%; font-size: 24px; vertical-align: middle; border-right-color: rgb(219, 219, 219); border-right-width: 1px; border-right-style: solid; display: table-cell;
}
.jxs-box .jxs-left span {
	display: block;
}
.jxs-box .jxs-left i {
	background: rgb(214, 0, 15); width: 25px; height: 3px; display: inline-block;
}
.jxs-box .jxs-right {
	width: 83%; padding-left: 10%; float: left;
}
.jxs-box .jxs-right .gou li {
	background: url("../img/icon-jxs.png") no-repeat left / 23px; padding: 10px 0px 10px 30px; width: 100%; color: rgb(51, 51, 51); font-size: 16px;
}
.jxs-box .jxs-right ul li {
	padding: 5px 0px; color: rgb(51, 51, 51); font-size: 16px;
}
.jxs-jmlc {
	background: url("../img/jm-bg.jpg") no-repeat center; text-align: center; margin-bottom: 50px;
}
.jxs-jmlc .jxs-title {
	color: rgb(255, 255, 255); padding-top: 70px; font-size: 24px;
}
.jxs-jmlc ul {
	overflow: hidden; padding-top: 100px; padding-bottom: 100px; display: inline-block;
}
.jxs-jmlc ul li {
	padding: 0px 20px; text-align: center; float: left;
}
.jxs-jmlc ul li .text {
	color: rgb(255, 255, 255); padding-top: 30px; font-size: 14px;
}
.jxs-jmlc ul li img {
	display: inline-block;
}
.jxs-jmlc ul li.point {
	color: rgb(255, 255, 255); padding-top: 20px; font-size: 30px;
}
@media screen and (max-width:1024px)
{
.jxs-box {
	padding: 5%; width: auto; margin-bottom: 0px; display: block; box-sizing: border-box;
}
.jxs-box .jxs-left {
	border: currentColor; border-image: none; width: 100%; float: none;
}
.jxs-box .jxs-right {
	padding: 0px;
}
.jxs-box.jsx-box-bg {
	background: none;
}
.jxs-jmlc ul {
	padding: 30px; display: flex; flex-wrap: wrap; justify-content: center;
}
.jxs-jmlc ul li {
	padding: 15px;
}
}
@media screen and (max-width:480px)
{
	.aaa_header .right {
	background:#FFF;
	margin: 0px;
	width: 100%;
	height: 50px;
	line-height: 45px;
	font-size: 14px;
	float: none;
}
.jxs-box {
	padding: 5% 0px 0px;
}
.jxs-box .jxs-left {
	font-size: 20px;
}
.jxs-box .jxs-right {
	width: 100%;
}
.jxs-box .jxs-right .gou li {
	font-size: 14px;
}
.jxs-jmlc {
	background: url("../img/jm-bg.jpg") no-repeat top / 100% 100%; margin-top: 8%; margin-bottom: 0px;
}
.jxs-jmlc .jxs-title {
	padding-top: 5%; font-size: 20px;
}
.jxs-jmlc ul li.point {
	display: none;
}
.jxs-jmlc ul li .text {
	padding-top: 10%;
}
}
.hotline {
	background: rgb(214, 0, 15); padding: 30px 0px; text-align: center;
}
.hotline .wrap {
	background: url("../img/icon-phone.png") no-repeat left / 35px; width: auto; color: rgb(255, 255, 255); padding-left: 50px; font-size: 16px; display: inline-block;
}
.hotline .wrap span {
	padding-left: 20px; font-size: 28px;
}
.search_input {
	border-bottom-color: rgb(172, 172, 172); border-bottom-width: 1px; border-bottom-style: solid;
}
.search_input p {
	overflow: hidden; float: left; position: relative;
}
.search_input p.p2::after {
	background: rgb(172, 172, 172); left: 0px; top: 10px; width: 1px; bottom: 10px; position: absolute; content: "";
}
.search_input input[type='text'] {
	border-width: 1px 0px 1px 1px; border-style: solid none solid solid; border-color: rgb(172, 172, 172) currentColor rgb(172, 172, 172) rgb(172, 172, 172); border-image: none; width: 350px; height: 45px; line-height: 45px; padding-left: 10px; float: left; border-top-left-radius: 8px; border-bottom-left-radius: 8px;
}
.search_input input[type='button'] {
	background: url("../img/search1_btn.png") no-repeat center; border-width: 1px 1px 1px 0px; border-style: solid solid solid none; border-color: rgb(172, 172, 172) rgb(172, 172, 172) rgb(172, 172, 172) currentColor; border-image: none; width: 47px; height: 47px; float: left; border-top-right-radius: 8px; border-bottom-right-radius: 8px;
}
.search_list em {
	color: rgb(193, 0, 14);
}
.search_list .p {
	padding-bottom: 15px; margin-top: 30px; border-bottom-color: rgb(170, 170, 170); border-bottom-width: 1px; border-bottom-style: dotted;
}
.search_list dl {
	padding-bottom: 25px; margin-top: 25px; border-bottom-color: rgb(170, 170, 170); border-bottom-width: 1px; border-bottom-style: dotted;
}
.search_list dd a {
	color: rgb(153, 153, 153);
}
.search_list dd.time {
	margin: 5px 0px;
}
@media only screen and (max-width:1366px)
{
.search_list dl {
	padding-bottom: 15px; margin-top: 15px;
}
}
@media only screen and (max-width:1000px)
{
.search_input {
	margin-top: 30px;
}
}
@media only screen and (max-width:767px)
{
.search_input {
	margin-top: 0px;
}
}
@media only screen and (max-width:500px)
{
.search_input p {
	box-sizing: border-box;
}
.search_input p.p1 {
	width: 82%;
}
.search_input p.p2 {
	width: 17%;
}
.search_input input {
	width: 100%; box-sizing: border-box;
}
.search_input input[type='text'] {
	height: 35px; line-height: 35px;
}
.search_input input[type='button'] {
	height: 35px;
}
.search_list dt a {
	font-size: 16px;
}
}
.news_edit {
	min-height: 300px;
}
.join_input {
	background: rgb(255, 255, 255); margin: 0px auto 50px; width: 1080px;
}
.join_input h3 {
	width: 100%; height: 50px; text-align: center; line-height: 40px; font-size: 24px; margin-top: 10px; position: relative;
}
.join_input h3 span {
	background: rgb(215, 0, 15); left: 50%; width: 20px; height: 3px; bottom: 0px; margin-left: -10px; position: absolute;
}
.join_input .input {
	width: 100%; margin-top: 20px;
}
.join_input .p {
	margin: 0px 2% 20px; width: 29%; float: left; position: relative;
}
.join_input .p label {
	width: 23%; height: 30px; text-align: right; line-height: 30px; font-size: 12px; margin-right: 2%; float: left; display: inline-block;
}
.join_input .p label em {
	color: rgb(208, 2, 23);
}
.join_input .p label.error {
	top: 0px; right: 0px; color: rgb(255, 0, 0); position: absolute;
}
.join_input .p input {
	padding: 0px 10px; border-radius: 30px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 75%; height: 30px; line-height: 30px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box;
}
.join_input .input_submit {
	width: 100%; text-align: center; margin-top: 20px; float: left;
}
.join_input .input_submit input {
	background: rgb(215, 0, 15); border-radius: 35px; border: 0px currentColor; border-image: none; width: 115px; height: 35px; text-align: center; color: rgb(255, 255, 255); line-height: 35px;
}
@media only screen and (max-width:1100px)
{
.join_input {
	width: 100%;
}
.join_input .p label {
	width: 28%;
}
.join_input .p input {
	width: 70%;
}
}
@media only screen and (max-width:905px)
{
.join_input .p {
	width: 46%;
}
}
@media only screen and (max-width:767px)
{
.join_input {
	margin-bottom: 30px;
}
.join_input h3 {
	margin-top: 30px;
}
.join_input .p {
	margin: 0px 0px 10px; padding: 0px 20px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box;
}
}
.news_con04 dl dd:nth-of-type(3) {
	display: none;
}
.about_con01 .qygk.xuanchuan > * {
	width: 410px; float: left;
}
.about_con01 .qygk.xuanchuan .left h3 {
	color: rgb(51, 51, 51);
}
.about_con01 .qygk.xuanchuan .left .p {
	color: rgb(121, 121, 121);
}
.about_con01 .qygk.xuanchuan .right {
	width: 600px; float: right; position: relative;
}
.about_con01 .qygk.xuanchuan .right > img {
	width: 100%;
}
.about_con01 .qygk.xuanchuan .right .video_button {
	margin: 0px; left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%);
}
@media only screen and (max-width:1440px)
{
.about_con01 .qygk.xuanchuan .right {
	width: 500px;
}
}
@media only screen and (max-width:1200px)
{
.about_con01 .qygk.xuanchuan > * {
	width: 50%;
}
.about_con01 .qygk.xuanchuan .right {
	width: 40%;
}
}
@media only screen and (max-width:1000px)
{
.about_con01 .qygk.xuanchuan {
	margin-top: 0px;
}
}
.about_con01.xuanchuan01 img.pc_img {
	display: block;
}
.about_con01.xuanchuan01 img.phone_img {
	display: none;
}
@media only screen and (max-width:767px)
{
.about_con01.xuanchuan01 img.phone_img {
	display: block;
}
.about_con01.xuanchuan01 img.pc_img {
	display: none;
}
.about_con01.xuanchuan01 .edit_video {
	padding-bottom: 41%;
}
.about_con01.xuanchuan01 .edit_video .edit_v_btn::after {
	background: rgba(0, 0, 0, 0.3); left: 0px; top: 0px; right: 0px; bottom: 0px; display: block; position: absolute; content: "";
}
.about_con01.xuanchuan01 em {
	z-index: 99;
}
.about_con01 .qygk.xuanchuan .right {
	display: none;
}
.about_con01 .qygk.xuanchuan .left {
	width: 100%;
}
}
.zhidu {
	padding-bottom: 100px; background-repeat: no-repeat; background-size: cover;
}
.about_con02.zhidu .w1090 {
	background: none; height: auto; padding-bottom: 0px;
}
.about_con02.zhidu dl img.hover_img02 {
	display: none;
}
.about_con02.zhidu dl {
	background: rgba(0, 90, 172, 0.05); margin: 30px 40px 0px 0px; padding: 45px 30px; width: 525px; border-top-color: transparent; border-top-width: 4px; border-top-style: solid; float: left; box-sizing: border-box;
}
.about_con02.zhidu dl:nth-of-type(2n) {
	margin-right: 0px;
}
.about_con02.zhidu dl dt {
	width: 50px; margin-right: -50px; float: left;
}
.about_con02.zhidu dl dt img {
	width: 100%;
}
.about_con02.zhidu dl dd {
	width: 100%; margin-left: 30px; float: left;
}
.about_con02.zhidu dl dd p {
	width: 100%; overflow: hidden; padding-right: 10px; padding-left: 50px; box-sizing: border-box;
}
.about_con02.zhidu dl:hover dt img.hover_img01 {
	display: none;
}
.about_con02.zhidu dl:hover dt img.hover_img02 {
	display: block;
}
.about_con02.zhidu dl:hover {
	background: rgba(50, 50, 50, 1); border-top-color: rgb(215, 0, 15); border-top-width: 4px; border-top-style: solid;
}
.about_con02.zhidu dl:hover p {
	color: rgb(255, 255, 255);
}
@media only screen and (max-width:1600px)
{
.zhidu {
	padding-bottom: 50px;
}
}
@media only screen and (max-width:1366px)
{
.about_con02.zhidu .mb_30 {
	margin-bottom: 0px;
}
}
@media only screen and (max-width:1150px)
{
.about_con02.zhidu dl {
	width: 47%;
}
}
@media only screen and (max-width:767px)
{
.zhidu {
	padding-bottom: 30px;
}
.about_con02.zhidu dl {
	margin: 20px 0px 0px; padding: 25px 20px; width: 100%;
}
.about_con02.zhidu dl dt {
	width: 30px; margin-right: -30px;
}
.about_con02.zhidu dl dd p {
	padding-left: 15px;
}
}
.tongdao {
	padding-bottom: 200px; background-repeat: no-repeat; background-size: cover;
}
.tongdao dl {
	margin-top: 45px;
}
.tongdao dt {
	color: rgb(51, 51, 51);
}
.tongdao dd {
	color: rgb(102, 102, 102); line-height: 34px; overflow: hidden; margin-top: 15px;
}
.tongdao dd img {
	margin-right: 15px; vertical-align: middle; float: left;
}
.tongdao dd p {
	float: left;
}
@media only screen and (max-width:1366px)
{
.tongdao {
	padding-bottom: 100px;
}
}
@media only screen and (max-width:767px)
{
.tongdao {
	padding-bottom: 50px;
}
.tongdao dd img {
	width: 20px; margin-top: 10px; margin-right: 10px;
}
.tongdao dd p {
	width: 80%;
}
}
