@charset "utf-8";

html {
	font-size: 10px;
	touch-action: none;
}

.head-phone {
	display: none;
}
video{
	display: none;
}
.Top {
	padding: 0 15px;
	max-width: 1890px;
	margin: 0 auto;
	height: 100px;
	position: relative;
	z-index: 9;
	background: #fff;

}

* {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
    touch-action: pan-y;
}

body {
	min-width: 1200px;
	font-size: 12px;
	overflow-x: hidden;
}
.spa{
	height: 43px;
	line-height: 36px;
	width: 170px;
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #BD362F;
	text-indent: 10px;
	position: absolute;
	right: 0;
}

table,
td,
tr,
ul,
ol,
li,
dl,
dd,
dt,
p,
input,
form,
em,
p,
img,
h1,
h2,
h3,
h4,
h5 {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #232323;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
p,
span {
	font-size: 14px;
}

p {
	color: #686868;
}

ul {
	list-style: none;
}

.cursor {
	cursor: pointer;
}

.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.l {
	float: left;
}

.r {
	float: right;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #686868;
}

.gy {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.Nav>ul>li>a:hover {
	text-decoration: none;
	color: #eb305b;
}

.top-blank {
	height: 125px;
	overflow: hidden;
	background: none;
}

.top-head {
	height: 95px;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 10000;
	background: none;
}

.shadow {
	width: 100%;
	height: 7px;
	font-size: 0;
	overflow: hidden;
}

.top01 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #1f2229;
	/*color:#f5f5f5;*/
	color: #eb305b;
	overflow: hidden;
}

.top01_center {
	text-align: left;
	/* width:362px;*/
	/*padding-left:840px;margin:0 auto;*/
	float: right;
}

.top01_center img {
	float: left;
	margin-top: 3px;
}

.top02 {
	height: 95px;
	width: 100%;
}

.logo {
	width: 365px;
	float: left;
	padding-top: 20px;
}

.Nav {
	float: right;
}

.Nav>ul {
	height: 42px;
	margin-top: 54px;
}

.Nav>ul>li {
	position: relative;
	width: 95px;
	margin: 0 5px 0 6px;
	float: left;
	text-align: center;
	/* position:relative;*/
}

.Nav>ul>li>a {
	width: 95px;
	height: 42px;
	display: block;
	font-size: 16px;
	/*overflow:hidden;*/
	color: #fff;
}

.Nav>ul>li>a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -3px;
	height: 3px;
	opacity: 0;
	background-color: #eb305b;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

/* .nav li a:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;} */
.top02_center {
	width: 1200px;
	margin: 0 auto;
	height: 95px;
}

.Nav a#sel {
	color: #eb305b;
}

.Nav a#sel:hover:after {
	opacity: 0;
}

.Nav>ul>li:hover .m-menu {
	display: block;
	transition: all 2s;

}

.Nav>ul>.nav-select>a {
	color: #eb305b;
}

.Nav>ul>.nav-select .nav-weight {
	background: rgba(240, 240, 240, 0.5);

}

.Nav>ul>.nav-select .nav-weight>a {
	color: #eb305b;
}

.m-menu {
	background: #fff;
	position: absolute;
	width: 230px;
	top: 41px;
	left: -67px;
	display: none;
}

.m-menu li {
	padding: 0 15px;
	font-size: 14px;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
}

.m-menu li:hover {
	background: rgba(240, 240, 240, 0.5);
	color: #eb305b;
}

.m-menu li:last-child {
	border-radius: 0 0 6px 6px;
}

.m-menu li:nth-child(1) {
	border-radius: 6px 6px 0 0;
}

.m-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 32px;
}

.m-menu li:hover a {
	color: #eb305b;
}

/* 轮播图 */
#pj-lunbo4 {
	height: 100%;
}

.pj-Carousel {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.pj-Carousel-box {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.pj-Carousel-item {
	float: left;
	height: 100%;
	text-align: center;
	font-family: "Arial Black";
	color: #979797;
	font-size: 40px;
	width: 100%;
}

.pj-Carousel-item img {
	width: 100%;
	height: 100%;
}

.pj-Carousel-active {
	position: absolute;
	bottom: 10px;
	margin: auto auto;
	z-index: 5;
	left: 50%;
	margin-left: -75px;
}

.pj-Carousel-color {
	background-color: #A2A2A2;
	width: 20px;
	height: 8px;
	border-radius: 4px;
	float: left;
	margin: 0px 5px;
	cursor: pointer;
}

.pj-Carousel .active {
	background-color: #fff;
	width: 50px;
	border-radius: 4px;
}

/* .TopMain{
    width: 100%;
    height: 120px;
}

.Top_Hotline {
    padding-top: 18px;
    float: right;
}
.Top_Hotline .Hotline {
    padding-right: 15px;
    position: relative;
    top: -3px;
    height: 29px;
    float: left;
}
.Top_Hotline .Hotline .phone {
    padding-left: 20px;
    font-size: 16px;
    color: #ee8f25;
    line-height: 30px;
    font-weight: bold;
}
.clear{
    clear: both;
    height: 0px;
    overflow: hidden;
}
.MainNav{
    float: right;
    position: relative;
    top: 0px;
    left: 0px;
}
.MainNav ul{
    overflow: hidden;
}
.MainNav ul li{
    float: left;
}
.MainNav ul li a{
    color: #555;
    font-size: 16px;
    padding: 0 22px 16px;
    display: inline-block;
    line-height: 40px;
}
.MainNav ul li .navA:hover, .MainNav ul li.onnav .navA{
    color: #ff6c00;
    border-bottom: 3px solid #ff6c00;
}
.MainNav ul li .clicked{
    color: #ff6c00;
    border-bottom: 3px solid #ff6c00;
} */

.tel-phone {
	float: left;
}

.login {
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: 24px;
	padding-left: 25px;
}
.login>a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.tel .login span {
	display: block;
	line-height: 38px;
	font-size: 16px;
	color: #333333;
}

.tel .login i {
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	margin: 0 5px;
	font-weight: 400;
}

.logo {
	width: 200px;
	height: 60px;
	display: inline-block;
	background: url(../images/logo3.png) no-repeat center;
	float: left;
	position: relative;
	top: 17px;
	left: 0px;
	z-index: 88;
	background-size: 200px;
}

.top02_center {
	position: relative;
}

.tel {
	position: absolute;
	right: 0px;
	top: 4px;
}

.tel p {
	line-height: 30px;
	font-size: 16px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	cursor: pointer;
}
.tel .login p{
	margin-right:0;
}
.tel p a{
	color: #fff;
}
.tel p a:hover{
	color: #fff;
}
.tel .login {
	cursor: pointer;
}
.tel .login .login-menu>img{
	width: 30px;
	height:30px;
	border-radius: 50%;
	border:1px solid #ccc;
}


.tel img {
	width: 20px;
	margin-right: 5px;
	margin-top: 3px;
}

.tel span {
	font-size: 16px;
	color: #eb305b;
}

.bounceIn {
	float: right;
	margin-top: 50px;
}

.bounceIn>p {
	padding: 0 28px;
	line-height: 30px;
	background: #eb305b;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	margin-left: 20px;
}

.banner {
	height: 420px;
	width: 100%;
	background-size: 100%;
}

.Main {
	position: relative;
}

.fixed_txt {
	position: relative;
	width: 1100px;
	left: 50%;
	margin: 20px 0 60px 0;
	margin-left: -550px;
	z-index: 10;
}

.fixed_txt h1 {
	font-size: 36px;
	margin: 0;
	font-weight: normal;
	line-height: normal;
}

.fixed_txt h2 {
	font-size: 36px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 800;
	line-height: normal;
	color: #a6a6a6;
	font-family: Arial;
}

.fixed_txt span {
	width: 140px;
	height: 3px;
	display: block;
	background-color: #fe6c00;
}

.fixed_txt .content {
	margin-top: 25px;
}

.Site_Box {
	position: relative;
	width: 100%;
	height: 100%;
}

.title img {
	width: 60px;
	height: 60px;
	vertical-align: middle;
}

.title b {
	font-size: 34px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	font-weight: bold;
}

.Site_Box .content {
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 100px;
}

.content .top {}

.center {
	overflow: hidden;
}

.center .article {
	min-height: 60px;
}

.center .article a {
	display: block;
}

.center .article p {
	font-size: 16px;
	color: #fff;
	margin: 20px 0;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.cases .img {
	float: right;
	padding-top: 40px;
	max-width: 577px;
	max-height: 270px;
}

.cases .img img {
	border: 0;
	max-height: 100%;
	vertical-align: top;
	width: 570px;
	height: 260px;
}

.cases .down {
	float: left;
	width: 596px;
	padding: 45px 0;
}

.cases .down ul {
	overflow: hidden;
}

.cases .down ul li {
	float: left;
	width: 160px;
	height: 100px;

	position: relative;
}

.cases .down ul li img {
	width: 100%;
	height:100%;
}

.Case {
	width: 210px;
	padding: 15px 35px 15px 0px;
	margin-top: 20px;

}

.Case .cn {
	display: block;
	text-align: right;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.Case .cn a {
	color: #fff;
}

.Case .en {
	display: block;
	text-align: right;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.contentA .title {
	text-align: right;
}

.contentA .title b {
	color: #555;
}

/*.Site_Box2 .content b{*/
/*color: #555;*/
/*}*/
.Site_Box2 .content .title {
	overflow: hidden;
}

.Site_Box2 .content .title b {
	float: right;
	line-height: 60px;
}

.Site_Box2 .content .title img {
	float: right;
}

.Site_Box2 .center .article {
	color: #555;
	float: right;
	width: 563px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	margin: 10px 0;
	min-height: 140px;
}

.Site_Box2 .center .article a p {
	width: 563px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	margin: 10px 0;
}

.Site_Box3 .center .article {
	min-height: 140px;
}

.Site_Box3 .center .article a p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	margin: 10px 0;
}

.Site_Box2 .center .cases .img {
	float: left;
}

.Site_Box2 .center .cases .down {
	float: right;
	padding: 25px 0;
}

.Site_Box2 .cases .down ul li {
	float: right;
}

.Site_Box2 .Case {
	float: right;

}

/*.Site_Box2 .Case .cn{*/
/*color: #ffa800;*/
/*}*/
/*.Site_Box2 .Case .en{*/
/*color: #b2b2b2;*/
/*}*/
/*.Site_Box3{*/
/**/
/*}*/
.Site_Box3 .center .article {
	float: left;
	width: 596px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	min-height: 140px;
}

.bgcolor {
	background: #fff;
}

.bgcolor .content b {
	color: #555;
}

.bgcolor .center .article {
	color: #555;
}

.bgcolor .Case .cn {
	color: #ffa800;
}

.bgcolor .Case .en {
	color: #b2b2b2;
}

.bgcolor .Case {}

.Site_btn {
	width: 54px;
	height: 54px;
	cursor: pointer;
	background: url(../images/Site_btn.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -27px;
	z-index: 100;
	top: -26px;
}

.slide_bg {
	position: relative;
}

.slide {
	width: 100%;
	height: 300px;
	background: #ccc;
	position: absolute;
	display: none;
}


.fast_nav {
	width: 60px;
	position: absolute;
	right: 5px;
	top: 50%;
	z-index: 9999;
}

.fast_nav li {
	height: 42px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	background: url(../images/fast_bg_03.png) repeat;
	cursor: pointer;
	text-align: center;
	position: relative;
	color: #fff;
}

.fast_nav .first {
	background: url(../images/fase_first_03.png) no-repeat;
}

.fast_nav .last {
	background: url(../images/fase_last_03.png) no-repeat;
	border: none;
}


.Bottom {
	background: #111111;
	position: relative;
	z-index: 333;
}

.Main {
	margin: 0 auto;
}

.Bottom .Bottom_top {
	border-bottom: #262626 1px solid;
	padding: 25px 0;
}

.Bottom .Bottom_top .Copyright {
	text-align: center;
	color: #555;
}


.pf-slider-pagination {
	display: none;
}

.pf-slider-pagination.pagination-style-3 li {
	display: none;
}

.orange {
	background: #ecad3c;
}

.green {
	background: #8ec043;
}

.white {
	background: #fff;
}

.color .top .title b {
	color: #555;
}

.color .center .article a p {
	color: #555;
}

.color .center .cases .cn {
	color: #555;
}

.color .center .cases .cn a {
	color: #555;
}

.color .center .cases .en {
	color: #555;
}

/* 弹框 */
.dialogTop>p {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.dialogTop>a {
	font-size: 14px;
}

.clickTab {
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
}

.clickTab ul {
	overflow: hidden;
}

.clickTab ul li {
	float: left;
	padding: 14px 10px;
	border: 1px solid #f3f2f7;
	background: #fff;
	margin: 4px 15px;
	cursor: pointer;
}

.clickTab ul li a {
	font-size: 14px;
}

.clickTab ul li:hover {
	background: #eb305b;
	border: 1px solid #eb305b;
	color: #fff;
}

.clickTab ul li:hover a {
	color: #fff;
}

.input_list {
	width: 450px;
	/* padding: 0 250px; */
	margin: 0 auto;
	/* background-color: #fff; */
	overflow: hidden;
}

.input_box {
	text-align: center;
	border: solid 1px #e2e1e5;
	margin: 15px auto;
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.input_list .input_box .getcode {
	width: calc(427.5px - 320px);
	float: right;
	height: 45px;
	border: none;
	color: #fff;
	background: #eb305b;
}

.input_list .input_box .code {
	float: left;
	border: 1px solid #e2e1e5;
	width: 300px;
	text-indent: 39px;
}

.input_box label {
	margin-right: 10px;
	color: #666;
}

.input_box input {
	border: none;
	width: 290px;
	height: 43px;
	margin: 1px 0;
	padding-left: 5px;
	line-height: 45px;
	vertical-align: top;
	float: right;
	background: none;
	outline: none;
}

.tosubmit {
	display: block;
	width: 259px;
	padding: 10px 30px;
	margin: 30px auto 50px;
	background-color: #eb305b;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	border: none;
}

.free {
	text-align: right;
	font-size: 18px;
}

.free a {
	color: #fff;
	background: #eb305b;
	padding: 5px 16px;
}
#textDiv21 {
	width: 500px;
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -250px;
	display: none;
}

#textDiv22 {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 100px;
	position: absolute;
	display: none;
}
#textDiv23 {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 100px;
	position: absolute;
	display: none;
}
#textDiv24 {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 100px;
	position: absolute;
	display: none;
}
#textDiv25 {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 100px;
	position: absolute;
	display: none;
}
#textDiv26 {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 100px;
	position: absolute;
	display: none;
}

#textDiv42 {
	width: 600px;
	position: absolute;
	left: 50%;
	bottom: -200px;
	margin-left: -300px;
}
.tel .login .span-white{
	color: #fff;
}
.tel .login .login-left a{
	color: #fff;
}

.tel .login .login-right a {
	color: #fff;
}
.tel .login i{
	color: #fff;
}
.tel p{
	color: #fff;
}
.Bottom .Bottom_top .Copyright span{
	margin:0 20px;
}
.login{
	position: relative;
}
.mine-menu{
	border-radius: 0 0 4px 4px;
	margin-top: 0;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
	filter: drop-shadow(0 2px 8px rgba(0,0,0,.1));
	-webkit-filter: drop-shadow(0 2px 8px rgba(0,0,0,.1));
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	display: none;
}
.mine-menu li a{
	padding: 10px 20px;
	line-height: 30px;
	display: flex;
	align-items: center;
	font-weight: 400;
	color: #333;
	white-space: nowrap;
}
.mine-menu li:hover{
	background: #f5f5f5;
}
.mine-menu .menu-icon{
	width:20px;
}
.login .mine-menu li a span{
	display: inline;
	font-size: 14px;
}
.login-menu{
	display: flex;
}
.login-menu:hover .mine-menu{
	display: block;
}
.login .login-menu a{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {

	html,
	body {
		width: 100%;
	}

	.head-phone {
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 100000;
		box-shadow: 0 1px 2.94px 2.06px rgba(4,26,55,.16);
	}
	.menu{
		width: 24px;
		position: absolute;
		right: 10px;
		top: 16px
	}
	.back{
		display: none;
	}
    .phone-bg{
		z-index:999;
		background: rgba(0, 0, 0, 0.3);
		width: 100%;height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
	}
	.nav-phone{
		background: #fff;
		width: 100%;
		position: absolute;
		right: 0px;
		top: 50px;
		z-index: 1000;
		padding: 0px 0;
		display: none;
		border-top: 1px solid #ccc;
	}
	.nav-phone .click-more{
		position: relative;
	}
	.nav-phone .updown{
		background: url("../images/down.png") no-repeat center;
		display: block;
		width:20px;
		height:24px;
		position: absolute;
		right:25px;
		top:10px;
		background-size:100%;
	}
	.nav-phone li{
		color: #000;
		font-size: 14px;
	}
	/*.nav-phone li:last-child{*/
		/*border:0;*/
	/*}*/
	.nav-phone>li{
		border-bottom:1px solid #ccc
	}

	.ul2{
		display: none;
		background: #f7f7f7;
		padding:10px 0;
	}
	.ul2 li a{
		margin-left:30px;
		display: block;
	}

	.nav-phone .lia{
		margin-left:15px;
		color: #000;
		display: block;
		height: 45px;
		line-height: 45px;
	}
	.ul2 li a{
		display: block;
		height: 45px;
		line-height: 45px;
	}
	.phone-logo {
		display: flex;
		justify-content: left;
		margin-top: 8px;
		margin-left: 10px;
	}

	.phone-logo img {
		width: 140px;
		height:34px;
	}

	.top-head {
		display: none;
	}

	.Site_Box .content {
		width: 100%;
		position: static;
		margin-left: 0;
		margin-top:0;
	}
	#textDiv21{
		left:0;
		margin-left:0;
		width:100%;
		top:0;
	}

	.Site_Box .center .cases .img {
		display: none;
	}

	.Site_Box2 .center .article {
		float: none;
		width: 100%;
	}

	.Site_Box3 .center .article {
		float: none;
		width: 100%;
	}

	.fixed_txt {
		width: 100%;
		left: 0;
		margin-left: 0;
		top: 0;
		padding: 0 3%;
	}

	.banner {
		height: 162px;
	}

	.banner img {
		width: 100%;
		height: 100%;
	}

	#textDiv21 .fixed_txt {
		top:100px;
	}

	.fixed_txt h1 {
		font-size: 26px;
	}

	.fixed_txt h2 {
		font-size: 26px;
	}

	.title img {
		width: 35px;
		height: 35px;
	}

	.Site_Box2 .content .title b {
		float: right;
		line-height: 35px;
	}

	.Site_Box2 .center .article a p {
		width: 100%;
	}

	.title b {
		font-size: 21px;

	}

	.fast_nav {
		display: none;
	}

	.Site_Box {
		height: 100%;
		padding: 10px;
	}

	.Case {
		width: 210px;
		display: none;
	}

	.cases .down {
		width: 94%;
		margin-left: 3%;
		padding: 20px 0;
	}

	.center .article a p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 7;
		overflow: hidden;
		padding: 0 3%;
	}

	.Site_Box2 .center .cases .down {
		float: none;
	}

	.title {
		margin: 20px 10px 20px 10px;
	}

	.title b {
		max-width: 310px;
	}

	.page {
		display: none;
	}

	.Site_btn {
		display: none;
	}

	.pj-Carousel-box {
		width: 375px;
	}

	.Bottom .Bottom_top .Copyright a {
		display: block;
		line-height: 28px;
	}
	.Bottom .Bottom_top .Copyright span{
		margin:0 5px;
	}
	.Bottom .Bottom_top .Copyright .last {
		display: block;
	}
}
