@charset "utf-8";
 @media (min-width:750px) {
.menu-box li:hover .nav-yi {
	color: #f5c61c;
}
.menu-box li:hover .nav-yi:after {
	width: 100%;
}
/*.menu-box li:hover .nav-er-box{display: block;}*/

.index-a li:hover .index-a-title {
	margin-top: 0;
}
/*.index-a li:hover .index-a-con{background: none;}*/

.index-a li:hover i {
	transform: translateY(0) translateZ(0);
	-webkit-transform: translateY(0) translateZ(0);
	opacity: 1;
}
.anli-list li:hover .anli-con {
	opacity: 0.6;
}
.nav-er-list:hover .nav-er, .nav-san-box a:hover {
	background: #f5c61c;
	color: #fff;
}
.nav-er-list:hover .nav-san-box {
	width: 140px;
}
.brief-nav-con li:hover .left-yi {
	color: #f5c61c;
}
.brief-nav-con li:hover .left-yi:before {
	width: 100%
}
.index-a li:hover .index-a-con {
	background: #1c1d21;
	opacity: 0.6;
}
.contact-auto {
	width: 1350px;
}
.menu-box.active .menu-box-ul {
	opacity: 1;
}
}

@media (max-width:1220px) {
.header {
    position: absolute;
    z-index: 99999;
    width: 1200px;
    left: 0;
}
.header.active .head-con {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 1px 4px #ddd;
    height: 85px;
    width: 1200px; 
    padding: 0 5% 0 5%;
}
.ban.img100 img {
    width: 1200px;
}
    
}    

 @media (min-width:750px) {
.kf_online {
	position: fixed;
    right: 0px;
    top: 25%;
    z-index: 999999;
	cursor: pointer;
}
#xfwin {
	position: fixed;
	width: 470px;
	top: 40%;
	left: 31%;
	height: 200px;
	z-index: 999999;
	background: #f73f3f;
	border-radius: 15px;
}
#xfwin .xf_l {
	width: 35%;
    height: 100%;
    float: left;
	text-align: center;
}
#xfwin .xf_l img{
	width: 106px;
	margin-top: 24px;
}	
#xfwin .xf_l div{
	color: #fff;
    margin-top: 7px;
	font-weight: 700;
}
#xfwin .xf_r {
	width: 65%;
    height: 100%;
    float: left;
}
#xfwin .xf_r_div {
	width: 100%;
    height: 80%;
    margin-top: 7%;
    border-left: 1px solid #fff;
    padding: 0 18px;
    color: #fff;
}
.xf_r_div_txt {
	font-size: 12pt;
    padding: 8px 2px;
}
.xf_r_btn {
	position: absolute;
    bottom: 22px;
    right: 22px;
}
.xf_r_btn button {
	padding: 8px 15px;
    margin-left: 10px;
    border-radius: 7px;
    border: 0px;
    font-weight: 700;
	cursor: pointer;
}
#kfPopupDiv {
	display: none;
	position: fixed;
    width: 800px;
    height: 600px;
    z-index: 99999999;
    right: 12px;
    bottom: 10px;
    box-shadow: 0px 0px 5px 0px #999;
}
#kfPopupDiv .close-btn {
	position: absolute;
    right: 25px;
    top: 17px;
    color: #fff;
    font-size: 17px;
	cursor: pointer;
}
.contact-auto {
	width: 1350px;
}
}

 @media (max-width:1440px) {
.w1388 {
	width: 1200px;
}
.map-tit h2 {
	font-size: 20px;
}
.map-tit > div {
	font-size: 14px;
}
.banner .ljgd {
	bottom: 16%;
}
}
 @media (max-width:750px) {
.w1388, .w1128 {
	width: auto;
	margin: 0 20px;
}
body {
	/**padding-top: 60px;**/
}
.menu-handler {
	display: block;
}
.head-top div.fl {
	display: none;
}
.header {
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.head-mid {
	height: 60px !important;
}
.head-con {
	transform: none;
	-webkit-transform: none;
	height: 60px;
}
.header.active .head-con {
	position: relative;
	height: 60px !important;
}
.language {
	position: fixed;
	line-height: 2em !important;
	top: 14px;
	right: 60px;
	text-align: center;
	z-index: 99;
}
/*.language.active{bottom:20px;}*/
.logo {
	top: 5px !important;
}
.logo img {
	height: 50px;
}
.menu-box {
	position: fixed;
	width: 100%;
	top: 50px;
	bottom: 0;
	left: 100%;
	background: #fff;
	margin: 0;
	transition: all .3s cubic-bezier(0.89, 0.04, 0.21, 0.93);
	-webkit-transition: all .3s cubic-bezier(0.89, 0.04, 0.21, 0.93);
}
.menu-box.active {
	left: 65%;
    width: 35%;
}
.menu-box-ul {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 50px;
	overflow: auto;
}
.menu-box li {
	float: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.4);
}
.menu-box li:after {
	position: absolute;
	width: 16px;
	height: 16px;
	content: '';
	/*background: url(../images/p1.png) no-repeat center;*/
	background-size: cover;
	right: 5px;
	top: 17px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.menu-box li.active:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.menu-box li:first-child:after {
	display: none;
}
.menu-box li:last-child:after {
	display: none;
}
.menu-box li:first-child .nav-yi {
	display: block;
}
.menu-box li:last-child .nav-yi {
	display: block;
}
.menu-box li.active {
	border-color: #b5004e;
}
.nav-yi {
	line-height: 50px !important;
}
.nav-yi:after {
	display: none !important;
}
.nav-er-box {
	position: static;
	width: auto;
	margin: 0;
	text-align: left;
	text-indent: 10px;
	padding-bottom: 10px;
	display: none;
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.nav-tap {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.nav-er-box a {
	display: block;
	line-height: 32px;
}
.fubox, .pro-i {
	display: none;
}
.nav-san-box {
	position: static;
	width: 100%;
	text-indent: 25px;
}
.nav-san-box a {
	width: 100%;
}
.footer-mid-left dl {
	margin-right: 40px;
}
.ppgs-title {
	margin-bottom: 15px;
}
.ppgs-title h4 {
	margin-bottom: 3px;
}
.brief-nav, .position h2 {
	width: 200px;
}
.box-right {
	margin-left: 230px;
}
.xw-list li {
	width: 100%;
}
.zksq {
	right: 5px;
}
.left-er-box {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.left-er-box a {
	font-size: 13px;
}
.top-search {
	right: 12px;
	position: absolute;
	height: auto;
	left: 12px;
	top: 12px;
}
.search-btn, .search-close, .search-nr-wap:before {
	display: none;
}
.search-nr {
	width: 100%;
	position: relative;
	margin-top: 0;
}
.search-nr .text {
	width: 100%;
}
.menu-box.active .menu-box-ul {
	opacity: 1;
}
.language {
	padding-left: 0;
}
.language:before {
	position: static;
	display: inline-block;
	margin: -5px 4px 0 0;
	vertical-align: middle;
}
.search-nr-wap {
	width: 100%;
}
.search-nr .sbmit {
	right: 0;
}
.index-a-con {
	background: rgba(181,0,78,.7);
}
.hide-honor-con {
	width: 90%;
	left: 5%;
	margin-left: 0;
}
.ban.img100 img {
    width: 100%;
}

#xfwin {
	position: fixed;
	width: 100%;
	top: 40%;
	left: 0%;
	height: 200px;
	z-index: 999999;
	background: #f73f3f;
	border-radius: 15px;
}
#xfwin .xf_l {
	width: 32%;
    height: 100%;
    float: left;
	text-align: center;
}
#xfwin .xf_l img{
	width: 106px;
	margin-top: 24px;
}	
#xfwin .xf_l div{
	color: #fff;
    margin-top: 7px;
	font-weight: 700;
}
#xfwin .xf_r {
	width: 68%;
    height: 100%;
    float: left;
}
#xfwin .xf_r_div {
	width: 100%;
    height: 80%;
    margin-top: 7%;
    border-left: 1px solid #fff;
    padding: 0 8px;
    color: #fff;
}
.xf_r_div_txt {
	font-size: 12pt;
    padding: 8px 2px;
}
.xf_r_btn {
	position: absolute;
    bottom: 22px;
    right: 22px;
}
.xf_r_btn button {
	padding: 8px 15px;
    margin-left: 10px;
    border-radius: 7px;
    border: 0px;
    font-weight: 700;
	cursor: pointer;
}
#kfPopupDiv {
	display: none;
	position: fixed;
    width: 100%;
    height: 600px;
    z-index: 99999999;
    right: 0px;
    bottom: 40px;
    box-shadow: 0px 0px 5px 0px #999;
}
#kfPopupDiv .close-btn {
	position: absolute;
    right: 20px;
    top: 12px;
    color: #fff;
    font-size: 17px;
	cursor: pointer;
}

}
 @media (max-width:768px) {
.wh-title h4 {
	font-size: 16px;
}
.wh-text b, .wh-title span {
	font-size: 14px;
}
.index-a-title {
	margin-top: 0;
}
.index-a i {
	display: none;
}
.cptd2-con {
	height: 100px;
}
.ppgs-l, .gtrz .img100 {
	width: 100%;
}
.ppgs-r, .gtrz-con {
	position: static;
	width: 100%;
}
.footer-mid-left, .footer-mid-right, .proxqimg, .proxq-r, .map-info {
	float: none;
	width: 100%;
}
.ppgs-r {
	padding: 0;
}
.ppgs-warp {
	width: auto;
	max-width: 90%;
}
.footer-mid-right {
	margin-top: 20px;
}
.wh-text b {
	margin-top: 15px;
}
.gtrz-con {
	padding: 20px 0;
}
.wh-text {
	width: 90%;
}
}
 @media (max-width:750px) {
.price b {
	font-size: 30px;
}
.title1 h3, .ppgs-title h4, .pro-cs-a h4, .his-nian {
	font-size: 15px;
}
.pro-cs-a span {
	font-size: 18px;
}
.index-a h3, .position h2, .map-name {
	font-size: 14px;
}
.title2 h4 {
	font-size: 14px;
}
.xw-con p, .footer-bot span, .title2 span, .ny-title-r a {
	font-size: 11px;
	margin-top: 3px;
}
.pc-show, .pro-i, .footer-mid-left, .hide-honor-bth div {
	display: none;
}
.phone-show {
	display: block;
}
.w1388, .w1128 {
	margin: 0 10px;
}
.margin-t60, .footer, .footer-mid, .history-top, .ditu-bot {
	margin-top: 30px;
}
.margin-t50, .margin-t40, .history-bot, .whbox li:last-child {
	margin-top: 15px;
}
.logo2, .contact-page:last-child, .result-box .search-list li {
	margin-top: 15px;
}
.honnor li p, .xwfy-a:last-child {
	margin-top: 10px;
}
.footer-mid-right {
	margin-top: 0;
}
.title2 h4 img {
	margin-top: -3px;
}
.title1, .honnor li, .search-list, .result-box {
	margin-bottom: 10px;
}
.gcal-list li {
	margin-bottom: 15px;
}
.box-right {
	padding-top: 25px;
}
.poroxq-b-con {
	padding: 15px;
}
.map-name {
	padding: 10px 0;
}
.wh-text {
	padding: 20px 0;
}
.left-er-box {
	width: 0;
	overflow-y: auto;
	display: block;
	left: auto;
	right: 0;
	transition: all .3s linear;
	border: none;
	padding: 0;
	max-height: 300px;
}
.left-er-box a {
	white-space: nowrap;
}
li.in .left-er-box {
	width: 100%;
	z-index: 999;
}
.left-er-wrap {
	border: 1px solid #e5e5e5;
	padding: 10px 0;
}
.map-lxwm {
	padding: 0;
}
.page span, .page input, .pages {
	margin: 0;
}
.xw-list li, .contact-page {
	float: none;
	width: 100%;
	margin-right: 0;
}
.brief-nav {
	position: static;
	width: 100%;
}
.menu-handler {
	right: 12px;
}
.index-a li {
	width: 33.3%;
	margin: 0 auto;
    padding: 0.03rem 0.03rem 0.03rem 0.2rem;
    border-radius: 0.1rem;
	box-sizing: border-box;
}
.index-a {
	padding: 0.03rem 0.2rem 0.03rem 0.03rem;
}
.index-a li:nth-child(3n) {
	margin-right: 0;
}
.ljgd2 {
	width: 100px;
    line-height: 23px;
    font-size: 10px;
    margin: 15px auto;
}
.tab-btn a {
	margin: 0 2px;
	width: 80px;
	font-size: 12px;
	line-height: 30px;
}
.product-list li, .anli-list li {
	float: left;
	width: 50%;
	margin: 0 auto;
    padding: 0.03rem 0.03rem 0.03rem 0.5rem;
    border-radius: 0.1rem;
	box-sizing: border-box;
}
.product-list li:nth-child(2n), .anli-list li:nth-child(2n) {
	padding: 0.03rem 0.5rem 0.03rem 0.03rem;
}
/**.product-list li:nth-child(even), .anli-list li:nth-child(even) {
	margin-right: 0;
}**/
.pro-list-bot {
	padding: 10px 0;
}
.pro-list-bot h5 {
	margin-right: 0;
}
.footer-top {
	height: 70px;
}
.logo2 img {
	height: 40px;
}
.footer-bot, .bdsharebuttonbox.forlink {
	text-align: center;
}
.bdsharebuttonbox.forlink span, .bdsharebuttonbox.forlink a {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.box-right {
	margin-left: 0;
	margin-right: 0;
}
.contentbox {
	padding-bottom: 10px;
	min-height: 250px;
}
.position {
	line-height: 40px;
	margin-top: -40px;
}
.position h2 {
	width: 180px;
}
.left-yi {
	line-height: 50px;
}
.zksq {
	top: 18px;
}
.left-er-box a {
	line-height: 34px;
}
.title2 h4 img {
	width: 18px;
	height: 18px;
}
.title2 {
	line-height: 34px;
}
.history-year {
	width: 100px;
}
.history-con {
	left: 104px;
}
.preview .swiper-slide {
	height: 100px;
}
.whbox .img100 {
	float: none !important;
	width: 100% !important;
}
.whbox-con {
	position: static !important;
	width: 100% !important;
}
.gcal-list li {
	width: 49%;
	margin-right: 1%;
}
.gcal-list li:nth-child(4n) {
	margin-right: 2%;
}
.gcal-list li:nth-child(even) {
	margin-right: 0;
}
.honnor li {
	width: 32%;
	margin-right: 2%;
}
#container {
	height: 260px;
}
.contact-page {
	max-width: none;
}
.xwfy-a {
	float: none;
	max-width: 100%;
}
.fr .fy-go {
	left: 0;
	right: auto;
}
.fr.xwfy-a a {
	padding-left: 70px;
	padding-right: 0;
}
.fr.xwfy-a span {
	left: auto;
	right: 0;
}
.fr .fy-go {
	padding-left: 0;
	padding-right: 20px;
}
.map-info {
	margin: 0;
}
.map-tit h2 {
	color: #b5004e;
}
.map-name, .map-bot {
	background: #b5004e;
}
.map-tit {
	border-color: #b5004e;
}
.ny-title-r a {
	display: inline-block;
}
.position {
	height: auto;
}
.history-year {
	height: 180px;
}
.history-txt p {
	font-size: 13px;
}
.ljgd {
	width: 120px;
	line-height: 40px;
}
.banner .ljgd {
	margin-left: -60px;
	bottom: 18%;
}
.index-a .img img {
	width: 36px;
}
.brief-nav-con ul {
	/*display: flex*/
}
.brief-nav-con li {
	flex: 1;
	margin-right: 1px;
}
.brief-nav-con li:last-child {
	margin-right: 0;
}
.honor-close {
	right: 0;
}
html.active {
	overflow: hidden;
}
body {
	padding-bottom: 40px;
}
.swiper-btn-style {
	display: none;
}

.contact-auto {
	width: 100%;
    padding: 0 10px 15px 10px;
}


}

 @media (min-width:760px) {
.text-align {
	text-align: center
}
.top-auto {
	padding-top: 90px;
	padding-bottom: 30px;
}
.w1520 {
    width: 1620px;
    margin: 0 auto;
}
.container {
	width: 1620px;
	margin: 0 auto;
}
.ztsjDiv {
	height: 600px;
}
.pc-white {
	color: #fff;
}
.yunu-section-title.pc-white span:before, .yunu-section-title.white span:after {
    background-color: #fff;
}
.yunu-pinzhi {
	margin-left: -8px;
}
.yunu-pinzhi li a {
	margin-left: 3px;
}
.yunu-pinzhi li i {
	display: inline-block;
}
.ztDiv2 p {
	display: block;
	color: #fff;
}
.ztDiv p {
	display: block;
	color: #fff;
}
.ztDiv p:nth-child(2n) {
	font-size: 17px !important;
}
.ppgs-r {
	box-shadow: 0px 0px 10px 1px #d6d6d6;
}
.ppgs-txt {
	font-size: 13pt;
}
.platform_advantage_list .brief_title {
	font-size: 12pt;
}
.app-about {
	height: 500px;
	float: right;
}
.aboutUsItem {
	height: 310px;
}
.pc-pp {
	width: 1300px;
}
.pc-pp-div {
	padding-top: 90px;
	padding-bottom: 50px;
}
#fullPage {
	display: none;
}

}	

 @media (max-width:750px) {
.kf_online , #xfwin {
	display: none;
}
.text-align {
	text-align: center;
}
.top-auto {
	padding-top: 14px;
}
.w1520 {
    margin: 0 auto;
}
.list-sub-txt {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    padding: 0px 10px;
}
.tab-btn {
	margin-bottom: 10px;
}
.container {
	margin: 0 auto;
}
.yunu-pinzhi li {
	float: left;
	width: 50%;
	margin: 0 auto;
    padding: 0.03rem 0.03rem 0.03rem 0.5rem;
    border-radius: 0.1rem;
	box-sizing: border-box;
}
.yunu-pinzhi li:nth-child(2n) {
	padding: 0.03rem 0.5rem 0.03rem 0.03rem;
}
.yunu-pinzhi li p {
	font-size: 12px;
	text-align: left;
}
.yunu-pinzhi li .text {
	height: auto;
}
.only-oneline {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}
.yunu-section-title {
	font-size: 17px;
	margin-bottom: 20px;
}
.yunu-section {
	padding: 0;
}
.yunu-section-title span {
	padding: 0 10px;
}
.ppgs-txt {
	font-size: 11pt;
}
.app-shadow {
	box-shadow: 0px 0px 10px 1px #d6d6d6;
}
.platform_advantage_list .brief_title {
	font-size: 10pt;
}
.app-about {
	height: 190px;
	margin: 2px 3px;
}
.aboutUsItem {
	height: 100px;
}
.index-a-con {
	background: none;
}
.pc-pp-div {
	padding-top: 15px;
	padding-bottom: 20px;
}
.ppkh {
	width: 33%;
	height: 58px;
	margin: 0 auto;
    padding: 0.3rem 0.01rem 0.03rem 0.3rem;
    border-radius: 0.1rem;
	box-sizing: border-box;
	float: left;
    position: relative;
    background-color: transparent;
    box-shadow: none;
}
.ppkh:nth-child(4n) {
	padding: 0.3rem 0.1rem 0.03rem 0.3rem;
}
.pp-boder-radius {
	border-radius: 8px;
}
.app-new-div {
	padding: 0 11px 0 12px;
    box-sizing: border-box;
}
.xw-item {
	width: 100%;
	margin-bottom: 20px;
}
.xw-item-content:nth-child(n+5) {
	display: none;
}
.zximg {
	width: 12px;
    padding: 10px 8px;
    height: 13px;
}
.titlename {
	font-size: 10pt;
	font-weight: 600;
}
.zxdiv {
	height: 33px;
    line-height: 33px;
}
.zxmore {
	font-size: 10px;
}
.head-top2 .hotLine .span11:before {
	background: url(../images/h2-1.png) no-repeat center;
	width: 19px;
    height: 21px;
}
.head-mid {
	height: 45px !important;
}
.head-con {
	height: 45px !important;
}
.menu-handler {
	top: 7px;
}
.nav-yi {
	color: #000;
}
.ppgs-l {
	height: 240px;
}
#fullPage{
	display: none;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19930428;
}
#fullPage img{
	display: block;
	width: 100%;
}
#canvas{
	width: 100%;
	height: 100%;
	background: none;
	display: block;
}
.alxq-title {
	font-size: 6pt;
}
.edibox p span {
	font-size: 13px !important;
	font-family: "Microsoft Yahei,STHeiti,Simsun" !important;
}
.customHead table td {
	font-size: 12px;
	width: 100% !important;
	padding: 1px;
}
.edibox img {
	margin-top: 2px;
}
.brief-nav-con {
	margin-right: -6px;
}
.table {
	display: block;
}
.app-xw-l {
	width: auto !important;
}
.app-xw-l img {
	width: 96px !important;
	height: 68px !important;
}
.xw-con h4 {
	font-size: 12px;
    height: 1.4em;
}
.xw-con span {
	font-size: 11px;
}

}	 