.banner {
	position: relative;
	font-size: 0;
	line-height: 0;
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 70px;
	height: 10px;
	border-radius: 0;
	color: #FFF;
	opacity: 0.8;
}
.banner .swiper-pagination-bullet-active {
background: #fff;
}
.banner img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 7s;
    transition: all 7s;
}
.banner .swiper-slide-active img{

    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.banner .hd {
	position: absolute;
	right: 1%;
	bottom: 35%;
	left: auto !important;
	z-index: 1;
}

.banner .hd li {
	font-size: 18px;
	line-height: 34px;
	color: #f7f7f7;
	font-family: "Source Han Sans CN";
	font-weight: bold;
	margin-bottom: 8px;
	padding-right: 25px;
	cursor: pointer;
}

.banner .hd li.on {
	background: url(../images/index_banner_li_bg.png) no-repeat right center;
}

.index_title {
	text-align: center;
	padding: 20px 0 50px;
}

.index_title .en {
	display: inline-block;
    font-size: 38px;
        line-height: 38px;
    color: #ce241e;
    text-transform: uppercase;
    font-family: "coFont", Arial, Helvetica, sans-serif;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: -2px;
}

.index_title .cn {
	position: relative;
	font-size: 32px;
	line-height: 40px;
	color: #333333;
	padding-top: 10px;
}
.index_title .en::before{
	    position: absolute;
    content: "";
    bottom: -5px;
    left: 40%;
    transform: translateX(-50%);
    background-color: #16377e;
    width: 20%;
    height: 4px;
}
.index_title .en::after{
	    position: absolute;
    content: "";
    bottom: -5px;
    left: 60%;
    transform: translateX(-50%);
    background-color: #cc251f;
    width: 20%;
    height: 4px;
}
.modol ul{overflow: hidden;}
.modol ul li{width:33.33%;float:left;background:#e7e7e7;border-left:1px solid #fff;padding:60px 0;text-align:center;position: relative;}
.modol ul li:first-child{border-left:0px;}
.modol ul li h2{font-family:"coFont", Arial, Helvetica, sans-serif;font-size:30px;color:#d24e4a;}
.modol ul li p.info{background:#000;width:94px;height:94px;border-radius:50%;text-align:center;line-height:94px;margin:30px auto;}
.modol ul li h4{font-size:22px;color:#000;position:relative;padding-bottom:15px;}
.modol ul li h4:after{position: absolute;left:50%;bottom:0px;content:"";background:#d24e4a;height:1px;width:30px;margin-left:-15px;}

.modol ul li .note{position: absolute;left:0px;top:0px;width:100%;height:100%;opacity:0;background-repeat: no-repeat;background-position: center;background-size:cover;color:#fff;padding:60px 10%;}
.modol ul li:hover .note{opacity:1;-moz-transition: all 0.1s ease-out;-o-transition: all 0.1s ease-out;-webkit-transition: all 0.1s ease-out;transition: all 0.1s ease-out;}
.modol ul li .note h4{color:#fff;margin:20px auto;}
.modol ul li .note p{line-height:25px;}
.index_case {
	padding: 0 4%;
}

.index_case_cate {
	text-align: center;
}

.index_case_cate a {
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	font-family: "Source Han Sans CN";
	-webkit-text-stroke-width: 0.3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-bottom: 4px solid #fff;
	padding: 0 12px 14px;
	margin: 0 21px 10px;
	display: inline-block;
}

.index_case_cate a.cur {
	color: #e70012;
	border-bottom: 4px solid #e70012;
}

.index_case .case_list {
	padding-top: 38px;
	margin: 0 -15px;
	overflow: hidden;
}

.index_case .case_list .copy {
	width: 33%;
	float: left;
	padding: 0 15px;
	position: relative;
	margin-bottom: 30px;
}

.index_case .img {
	height: 18.77vw;
	width: 100%;
  overflow: hidden;
}

.index_case img {
	width: 100%;
}

.index_case .title {
	font-size: 16px;
	line-height: 30px;
}

.index_case .txt {
	font-size: 14px;
	color: #545454;
}

.index_case .hiden {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	position: relative;
	z-index: 2;
}

.index_case .right i {
	font-size: 20px;
	color: #545454;
}

.index_case .left,
.index_case .right {
	z-index: 3;
}

.index_case .case_list .copy .hiden::after {
	position: absolute;
	transition: all .6s;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	width: 100%;
	background-color: #efefef;
}

.index_case .case_list .copy .hiden::before {
	position: absolute;
	transition: all .6s;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	z-index: 2;
	width: 0;
	background-color: #c80000;
}

.index_case .case_list .copy:hover .hiden::before {
	width: 100%;
	transition: all .6s;
}

.index_case .case_list .copy:hover .title,
.index_case .copy:hover .right i,
.index_case .copy:hover .txt {
	color: #FFF;
	transition: all .6s;
}

.ind-about {
    display: flex;
    padding: 4%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    align-items: flex-end;
}

.ind-about .ind-ab-fl {
	width: 40%;
	text-align: justify;
	float: left;
	line-height: 25px;
	/*border-right:1px solid #eee;*/
}

.ind-about .ind-ab-fl span {
	font-size: 14px;
	color: #777;
}

.ind-about .ind-ab-fl h2 {
	font-family: "coFont", Arial, Helvetica, sans-serif;
	color: #e0243b;
    display: inline-block;
    letter-spacing: -2px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 40px;
	margin-top: 15px;
	line-height: 40px;
}
.ind-about .ind-ab-fl h2:after{
		position: absolute;
		content: "";
		bottom: -5px;
		left: 15%;
		transform: translateX(-50%);
		background-color: #cc251f;
		width: 30%;
		height: 4px;
}
.ind-about .ind-ab-fl h2::before{
	position: absolute;
	content: "";
	bottom: -5px;
	left: 44%;
	transform: translateX(-50%);
	background-color: #16377e;
	width: 30%;
	height: 4px;
}
.ind-about .ind-ab-fl p {
	color: #777;
    font-size: 16px;
    line-height: 30px;
}
.ind-about .ind-ab-fr {
	width: 60%;
	float: right;
	padding-top: 25px;
}
.ind-about .ind-ab-fr ul{
	width: 100%;
	overflow: hidden;
}
.ind-about .ind-ab-fr ul li {
	margin-left: 6%;
	float: left;
}

.ind-about .ind-ab-fr ul li h5 {
	font-size: 18px;
	font-family: "coFontt";
	color: #d0231f;
	text-align: center;
}
.s60,
.ind-about .ind-ab-fr ul li h5 span {
	font-size: 66px;
	font-family: "coFontt", Arial, Helvetica, sans-serif;
}

.ind-about .ind-ab-fr ul li p {
	color: #777;
	font-size: 16px;
    line-height: 30px;
}
.index_new {
	padding: 20px 90px;
}
.index_new .more i{
	border: 1px solid #e0243b;
    border-radius: 50%;
    color: #e0243b;
    padding: 4px;
	font-size: 14px;
	margin-right: 8px;
}
.index_new .left {
	width: 100%0px;
	text-align: center;
	padding-left: 27px;
}

.index_new .left .index_title {
	padding: 0 0 33px;
	text-align: center;
}

.index_new .left .index_title .en {
	line-height: 52px;
}

.index_new .left .desc {
	padding-left: 2px;
}

.index_new .left .cont {
	padding-top: 59px;
}

.index_new .left .cont .img {
	height: 26px;
	float: left;
	cursor: pointer;
}

.index_new .left .cont .img.prev {
	padding-right: 8px;
	border-right: 1px solid #d6d6d6;
	padding-left: 3px;
}

.index_new .left .cont .img.next {
	padding-left: 8px;
}

.index_new .left .more {
	display: inline-block;
	width: 188px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-family: "Source Han Sans CN";
	-webkit-text-stroke-width: 0.3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #c80000;
	margin: 56px 2px;
}

/* .index_new .right{float: right;} */
.index_new .right .copy {
	width: 343px;
	padding: 0 30px 0 29px;
	border-left: 1px solid #eaeaea;
	float: left;
	overflow: hidden;
}
.index_new .right .copy .img{height: 195px;
    overflow: hidden;}
.index_new .right .copy .time {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	font-family: "Source Han Sans CN";
	margin-top: -2px;
}

.index_new .right .copy .title {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	font-family: "Source Han Sans CN";
	padding-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	height: 56px;
}

.index_new .right .copy .title a {
	transition: all 0.5s;
}

.index_new .right .copy:hover .title a {
	color: #e70012;
}

.index_new .right .copy .tip {
	font-size: 14px;
	line-height: 30px;
	color: #bbbbbb;
	font-family: "Source Han Sans CN";
}

.index_new .right .copy .desc {
	font-size: 16px;
	padding-top: 20px;
	line-height: 24px;
	color: #666666;
	font-family: "Source Han Sans CN";
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

footer {
      border-top: 1px solid #b7b7b7;
	background-color: #ffffff;
	padding: 80px;
	overflow: hidden;
}

footer .font16 {
	font-size: 16px;
	line-height: 30px;
	color: #40454b;
}

footer .font16 a {
	color: #40454b;
	padding-right: 10px;
}

footer .foot_left {
	float: left;
}

footer .foot_right {
	width: 220px;
	text-align: center;
	float: right;
	padding-right: 50px;
}

footer .foot_right img {
	width: 100px;
}

.index_consultation {
	height: 762px;
	background: url(../images/index_consultation_bg.png) no-repeat center center;
}

.index_consultation .index_title .en,
.index_consultation .index_title .cn {
	color: #fff;
}

.index_consultation .desc {
	font-size: 16px;
	line-height: 34px;
	color: #ffffff;
	font-family: "Source Han Sans CN";
	-webkit-text-stroke-width: 0.3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	margin-top: -23px;
}

.index_consultation form {
	width: 1042px;
	margin: 0 auto;
	padding-top: 49px;
	text-align: center;
}

.index_consultation form input[type=text] {
	width: calc(((100% - 26px)/3) - 32px);
	border: none;
	background: #fff;
	font-size: 16px;
	color: #999999;
	font-family: "Source Han Sans CN";
	-webkit-text-stroke-width: 0.3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 46px;
	float: left;
	padding: 0 15px;
	margin-bottom: 16px;
	border: 1px solid #fff;
}

.index_consultation form input.second {
	margin: 0 13px;
}

.index_consultation form input[type=text]::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 16px;
	color: #999999;
	font-family: "Source Han Sans CN";
	-webkit-text-stroke-width: 0.3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_consultation form input[type=text]:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 16px;
	color: #999999;
	font-family: "Source Han Sans CN";
	-webkit-text-stroke-width: 0.3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_consultation form input[type=text]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 16px;
	color: #999999;
	font-family: "Source Han Sans CN";
	-webkit-text-stroke-width: 0.3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_consultation form input[type=text]:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 16px;
	color: #999999;
	font-family: "Source Han Sans CN";
	-webkit-text-stroke-width: 0.3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_consultation form textarea {
	width: 100%;
	line-height: 34px;
	font-size: 16px;
	color: #999999;
	font-family: "Source Han Sans CN";
	-webkit-text-stroke-width: 0.3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none;
	height: 150px;
	background: #fff;
	padding: 8px 15px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.index_consultation form input[type=submit] {
	width: 228px;
	height: 57px;
	background: #c80000;
	font-size: 20px;
	color: #fff;
	font-family: "Source Han Sans CN";
	-webkit-text-stroke-width: 0.3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none;
	margin: 47px auto;
	background: linear-gradient(to left, #c80000 50%, #fff 50%);
	background-position: right bottom;
	background-size: 200% 100%;
	transition: all 0.5s ease;
}

.index_consultation form input[type=submit]:hover {
	background-position: left bottom;
	color: #e70012;
}

/* 联系我们 */
.ctb1 {
	overflow: hidden;
	padding: 6%;
}

.ctb1_note {
	width: 50%;
	float: left;
	display: inline-block;
}

.ctb1_note h2 {
	font-size: 46px;
	font-family: "coFont";
}

.ctb1_note h1 {
	color: #c80000;
	font-size: 18px;
	margin: 35px auto 30px;
}
.ctb1_note p i{
	font-size: 18px;
	color:#999999;
	padding-right: 16px;
}
.ctb1_note p {
  display: flex;

	font-size: 16px;
	line-height: 28px;
}

.ctb1_note h4 {
	font-size: 36px;
	margin-top: 20px;
}
.map {
	position: relative;
}

.map img {
	max-width: 100%;
}

.map span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.map span:after {
	position: absolute;
	background: rgba(200, 0, 0, 0.5);
	margin-left: 5px;
	margin-top: -80px;
	width: 60px;
	height: 60px;
	content: "";
	display: block;
	border-radius: 50%;
	opacity: 0;
	animation: wave-animate 3s .5s infinite ease-out;
	-webkit-animation: wave-animate 3s .5s infinite ease-out;
}

@keyframes wave-animate {
	0% {
		transform: scale(0);
		opacity: 1;
		transform-origin: center;
	}

	100% {
		transform: scale(3);
		opacity: 0;
		transform-origin: center;
	}
}

@-webkit-keyframes wave-animate {
	0% {
		transform: scale(0);
		opacity: 1;
		transform-origin: center;
	}

	100% {
		transform: scale(3);
		opacity: 0;
		transform-origin: center;
	}
}
/*turn page*/
#turn_page {
	text-align: center;
	height: 35px;
	line-height: 35px;
	clear: both;
}

#turn_page span a{
	border: 1px #cecece solid;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	background: #fff;
	vertical-align: top;
	margin: 0 4px;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#turn_page span em {
	width: 7px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

#turn_page font,
#turn_page a {
	width: 32px;
	height: 33px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#turn_page .page-num-current {
	background: #333;
	color: #fff;
	cursor: default;
}

#turn_page .page_button,
#turn_page .page_noclick {
	width: auto;
	padding: 0 12px;
}

#turn_page .page_noclick {
	cursor: no-drop;
}

#turn_page .icon_page_prev {
	background: url(../images/normal.png) no-repeat -391px -24px;
	margin-right: 6px;
}

#turn_page .icon_page_next {
	background: url(../images/normal.png) no-repeat -408px -24px;
	margin-left: 6px;
}

/*.ooooo{width: 100%;position: absolute;left: 0;top: 0;opacity: 0.5;pointer-events:none;}*/
/*body::-webkit-scrollbar {display:none}*/
/*html{overflow: hidden;}*/
body {
	width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	padding-top: 92px;
}
.cutomers .img{
	box-shadow: 3px 3px 6px 0px #e5e2e2;
	padding: 5px;
}
.cutomers .swiper-slide{
	padding: 10px;
}
.img {
	display: inline-block;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.img img {
	vertical-align: middle;
	/* max-height: 100%; */
	max-width: 100%;
}

.img span {
	vertical-align: middle;
	height: 100%;
	display: inline-block;
}

/*头部*/
#header {
	height: 92px;
	padding: 0 120px;
	text-align: center;
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	z-index: 9999;
}

#header .logoout {
	height: 100%;
}

#header .tel {
	padding-top: 24px;
	display: inline-block;
}

#header .tel .left {
	display: inline-block;
	text-align: right;
	vertical-align: top;
	padding-right: 8px;
}

#header .tel .right {
	vertical-align: top;
}

#header .tel .left .name {
	font-family: "Source Han Sans CN";
	font-size: 14px;
	color: #666666;
	padding-right: 2px;
}

#header .tel .left .number {
	font-family: "Source Han Sans CN";
	font-size: 28px;
	color: #e50012;
}

#header .menu {
	display: inline-block;
	padding-left: 72px;
}

#header .menu a {
	border-top: 3px solid #fff;
	display: inline-block;
	font-family: "Source Han Sans CN";
	font-size: 16px;
	line-height: 34px;
	padding: 30px 10.5px 0;
	margin: 0 15px;
	color: #333333;
	vertical-align: top;
}

#header .menu a.cur {
	position: relative;
	color: #e50012;
}
#header .menu a.cur::after{
	position: absolute;
    content: "";
    bottom: -5px;
    left: 29%;
    transform: translateX(-50%);
    background-color: #cc251f;
    width: 40%;
    height: 2px;
}
#header .menu a.cur::before{
	position: absolute;
    content: "";
    bottom: -5px;
    left: 68%;
    transform: translateX(-50%);
    background-color: #16377e;
    width: 40%;
    height: 2px;
}
#headermobile #phonemenu {
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 10;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: all 1s;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.7);
}

#headermobile #phonemenu::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background-color: #f5f5f5;
}

/*定义滚动条的轨道，内阴影及圆角*/
#headermobile #phonemenu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

/*定义滑块，内阴影及圆角*/
#headermobile #phonemenu::-webkit-scrollbar-thumb {
	/*width: 10px;*/
	height: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

#headermobile #phonemenu .logo.pic_box {
	height: 88px;
	padding: 1px 0;
	width: 100%;
	background: #f7f7f7;
}

#headermobile #phonemenu .topdiv {
	display: block;
	text-align: left;
	border-bottom: 1px solid #414141;
	text-align: center;
}

#headermobile #phonemenu .topdiv a.top {
	display: inline-block;
	line-height: 60px;
	font-size: 24px;
	padding: 10px 80px;
	color: #fff;
	margin: 0 auto;
}

#headermobile #phonemenu .topdiv.on {
	border-bottom: none;
}

#headermobile #phonemenu .topdiv .sub {
	height: 0;
	overflow: hidden;
}

#headermobile #phonemenu .topdiv.on .sub {
	border-bottom: 1px solid #ccc;
}

#headermobile #phonemenu .topdiv .sub a {
	display: block;
	line-height: 40px;
	padding: 0px 100px;
	font-size: 18px;
	text-align: left;
}

/*#headermobile #phonemenu .click{position: absolute;right: 5%;top: 20px;width: 50px;height: 50px;cursor: pointer;}*/
#headermobile #phonemenu .language {
	border-bottom: 1px solid #414141;
	padding: 8px 0;
}

#headermobile #phonemenu .language a {
	display: inline-block;
	font-size: 24px;
	line-height: 60px;
	padding: 0 10px;
	margin: 0 10px;
	color: #999999;
}

#headermobile #phonemenu .language a:not(:nth-child(1)) {
	border-radius: 50%;
	padding: 0px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

#headermobile #phonemenu .language a.on:not(:nth-child(1)) {
	background: #161616;
}

#headermobile #menuphone .click {
	display: inline-block;
	margin: 0 18px;
}

#headermobile #menuphone {
	display: none !important;
	position: absolute;
	width: 100%;
	top: 18px;
	z-index: 9;
	overflow: hidden;
}

#headermobile #menuphone .img {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#headermobile #menuphone .search {
	width: 50px;
	height: 50px;
	padding: 0;
	position: relative;
	margin: 0 18px;
}

#headermobile #menuphone .search form {
	position: absolute;
	top: 0;
	right: -400px;
	transition: all 1s;
}

#headermobile #menuphone .search form input[type=text] {
	height: 50px;
	border: none;
	width: 200px;
	background: #d1d1d1;
	font-size: 22px;
	padding: 0 10px;
	color: #666;
}

#headermobile #menuphone .search form input[type=submit] {
	position: absolute;
	background: #000;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(../images/index_search.png) no-repeat center center;
	border: none;
}

#headermobile #phonemenu .left {
	width: 85%;
	float: left;
	background: #333333;
	height: 100%;
}

#headermobile #phonemenu .right {
	width: 15%;
	float: left;
}

#headermobile #phonemenu .right img {
	width: 100%;
}

.header22 {
	display: none;
	padding: 0 10px;
	height: 55px;
	text-align: center;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
}

.header22 .img {
	display: inline-block;
	height: 100%;
	cursor: pointer;
}

.header22 .img.menu {
	float: left;
}

.header22 .img.search {
	float: right;
}

.header22 .img img {
	height: 20px;
}

.header22 .img .logo {
	display: inline-block;
	padding-top: 10px;
}

.header22 .img .logo img {
	height: 35px;
	max-height: 100%;
}

.header22 .searchform {
	position: absolute;
	right: -100%;
	transition: all 1s;
	top: 8px;
}

.header22 .searchform img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 10px;
	pointer-events: none;
}

.header22 .searchform form input[type=text] {
	height: 40px;
	border: none;
	width: 200px;
	background: #d1d1d1;
	font-size: 22px;
	padding: 0 10px;
	color: #666;
}

.header22 .searchform form input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border: none;
	background: #d1d1d1;
}

.fix_right {
	position: fixed;
	right: 50px;
	bottom: 35%;
	z-index: 10000;
}

.fix_right .copy {
	display: block;
	margin-bottom: 2px;
	height: 35px;
	text-align: right;
}

.fix_right .copy .name {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	vertical-align: middle;
	background: url(../images/main_fixright_bg.png) no-repeat center center/cover;
	min-width: 65px;
	text-align: center;
	margin-right: 15px;
	display: none;
	padding: 0 18px 0 10px;
}

.fix_right .copy .circle {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0);
	display: inline-block;
	vertical-align: middle;
	margin: 11.5px 0;
}

.fix_right .copy .circle .inner {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999999;
	margin: 1px;
	border: 1px solid #999999;
}

.fix_right .copy.cur .circle {
	border: 2px solid #e50012;
}

.fix_right .copy.cur .circle .inner {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #e50012;
	margin: 2px;
	border: none;
}

.color_bottom {
	background: linear-gradient(to left, #c80000 50%, #111111 50%) !important;
	background-position: right bottom !important;
	background-size: 200% 100% !important;
	transition: all 0.5s ease;
}

.color_bottom:hover {
	background-position: left bottom !important;
}
/* 新闻content */
.news_c{padding:4%;background:#f6f6f6;margin-top:50px;}
.news_c_fl{width:75%;float:left;background:#fff;padding:4% 4%;}
.news_c_fl h1{font-size:28px;color:#333;font-weight:bold;text-align:center;}
.news_c_fl .date{font-size:13px;color:#aaa;text-align:center;margin:20px auto;}
.news_c_fl .date span{padding-left:26px;background:url(../images/icon_date.png) no-repeat left center;}
.news_c_fl .return a{width:170px;height:48px;line-height:48px;text-align:center;font-size:14px;color:#d5d5d5;display:block;margin:60px auto 50px;background:#1f1a17;border-radius:25px;}
.news_c_fl .return a:hover{background:#e50012;color:#fff;}
.flip_pagec{border-top:1px solid #eee;padding-top:50px;}
.flip_pagec span{font-size:22px;color:#333;margin-bottom:15px;display:block;}
.flip_pagec p{color:#555555;}
.flip_pagec p:hover{color:#e50012;}

.news_c_fr{width:23%;float:right;}
.news_c_fr_l1,.news_c_fr_l2{background:#fff;padding:30px;}
.news_c_fr h4{font-size:20px;color:#333;position:relative;border-bottom:1px solid #ececec;margin-bottom:20px;padding-bottom:15px;}
.news_c_fr h4:after{position: absolute;content: "";left:0px;bottom:-1px;width:30px;height:1px;background:#e50012;-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.news_c_fr_l1:hover h4:after,.news_c_fr_l2:hover h4:after{width:80px;}
.news_c_fr li{background:url(../images/icon_list.png) no-repeat left -13px;padding-left:20px;margin-top:25px;font-size:16px;color:#555;}
.news_c_fr li span{color:#888;font-size:14px;}
.news_c_fr li:hover{background:url(../images/icon_list.png) no-repeat left 5px;color:#e50012;}
.news_c_fr li:hover span{color:#e50012;}

.news_c_fr_l2{margin-top:30px;}
.news_c_fr_l2 li{overflow: hidden;}
.news_c_fr_l2 a{display:block;width:70%;overflow: hidden;float:left;white-space: nowrap;text-overflow: ellipsis;font-size:14px;}
.news_c_fr_l2 li span{display:block;float:right;font-size:12px;}
.bann{color:#fff;padding:185px 0 95px;text-align:center;}
.bann{
    background: -webkit-linear-gradient(left,#e50012,#c20111);
    background: -o-linear-gradient(left,#e50012,#c20111);
    background: -moz-linear-gradient(left,#e50012,#c20111);
    background: linear-gradient(left,#e50012,#c20111);
}
.news_bann{background-image:url(../images/news_bann.jpg);background-size:cover;background-repeat:no-repeat;padding-top:100px;}
.news_bann .t1{font-size:16px;color:#555;animation:mymove 1.2s infinite;-webkit-animation:mymove 1.2s infinite;animation-iteration-count:1;-webkit-animation-iteration-count:1;}
.news_bann .t2{font-size:42px;font-family:"coFont",Arial, Helvetica, sans-serif;color:#e50012;text-transform: uppercase;position:relative;margin-bottom:30px;padding-bottom:20px;animation:mymove 1.2s infinite;-webkit-animation:mymove 1.2s infinite;animation-iteration-count:1;-webkit-animation-iteration-count:1;}
.news_bann .t2:after{position: absolute;left:50%;bottom:0px;content:"";width:36px;height:2px;background:#1f1a17;margin-left:-18px;}
.news_bann .t3{color:#777;font-size:18px;margin-bottom:70px;animation:mymove 1.2s infinite;-webkit-animation:mymove 1.2s infinite;animation-iteration-count:1;-webkit-animation-iteration-count:1;}
.bann .info{font-size:18px;}
.bann .coreB-tit{font-size:46px;font-weight:bold;margin:15px auto 80px;}

/* video */
.video_list{padding:4%;}
.video_list li{width:32%;float:left;margin-right:2%;margin-bottom:30px;overflow: hidden;}
.video_list li:nth-child(3n){margin-right:0px;}
.video_list li .com-img img{max-width:100%;}
.video_list li .com-img{position: relative;}
.video_list li .com-img .fix-note{position: absolute;width:100%;height:100%;background:rgba(0,0,0,0.8);left:0px;top:0px;color:#fff;text-align:center;opacity:0;transition: all 0.5s ease;}
.video_list li .fix-note a {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0px auto;
    transition: all 0.5s ease;
    background: url(../images/icon_play.png) no-repeat center / contain;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.video_list li .fix-note a.more{display:block;width:45px;height:45px;border:2px solid #fff;border-radius:50%;line-height:36px;margin:0px auto;font-size:32px;transition: all 0.5s ease;background-image:none;}
.video_list li h4{font-size:16px;color:#333;margin:10px 0 10px;line-height:26px;text-align:center;}
/* .video_list li .fix-note:hover a{transform:rotateZ(360deg);} */
.video_list li:hover .fix-note{opacity:1;}
.video_list li:hover h4{color:#e50012;}

/*视频插件--视频窗口*/
.media-modal{width:100%;height:100%;background:rgba(0,0,0,.3);position:fixed;top:0px;left:0px;z-index:9999;display:none;opacity:0;}
.media-modal .mediaModal-contain{width:720px;height:480px;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.5);position:absolute;top:50%;left:50%;margin:-240px 0 0 -360px;display:none;}
.mediaModal-contain .mediaModal-box,
.mediaModal-contain video,
.mediaModal-contain .mejs-container,
.mediaModal-contain .mejs-overlay-play,
.mediaModal-contain .mejs-poster,
.mediaModal-contain .mejs-layers,
.mediaModal-contain .mejs-overlay{width:100% !important;height:100% !important;}
.mediaModal-contain .close{display:block;width:32px;height:32px;background:url(../images/icon-close.png) no-repeat center center / cover;position:absolute;right:5px;top:5px;z-index:2;opacity:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}
.mediaModal-contain:hover .close{opacity:1;}
#content{
	font-size: 16px;
    line-height: 28px;
}
@media all and (max-width:980px){.mediaModal-contain .close{opacity:1;}.media-modal .mediaModal-contain{width:100%;left:0;margin-left:0;}}
.pub_cate a{padding:12px 50px;background:#fff;color:#555;display:inline-block;margin:0px 5px;font-size:16px;position:relative;overflow: hidden;}
/* border-radius:25px; */
.pub_cate a:hover{color:#fff;}
.pub_cate a.cur{background:#1f1a17;color:#fff;}
.pub_cate a span{position: relative;z-index:3;}
.pub_cate a:after{content:"";display:block;width:20%;height:100%;background:#1f1a17;position:absolute;top:0px;left:40%;-moz-transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;z-index:-1;}
.pub_cate a:hover:after{left:0px;z-index:1;width:100%;}
/*尾部*/
@media screen and (max-width: 1835px) {
	.index_title {
		padding: 20px 0 50px;
	}

	.index_new {
		padding: 20px 20px;
	}

	.index_new .left {
		padding-left: 20px;
	}
}
@media screen and (max-width: 1700px) {
	.index_new .left {
		padding-left: 15px;
	}
	.index_new .right .copy .title {
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
	}
}
@media screen and (max-width: 1620px) {
	#header .menu {
		padding-left: 35px;
	}
	#header .menu {
		padding-left: 35px;
	}

	#header {
		padding: 0 60px;
		width: 100%;
	}
  /* .index_title .cn::after {
    right: 44%;
  }
  .index_title .cn::before {
    left: 48.5%;
  } */
	.banner .hd {
		bottom: 25%;
	}
	.index_title {
		padding: 20px 0 30px;
	}

	.index_title .en {
		font-size: 36px;
	}

	.index_title .cn {
		font-size: 28px;
		padding-top: 10px;
	}

	.index_case .case_list {
		overflow: hidden;
		padding-top: 30px;
	}

	.index_about .top {
		padding: 75px;
	}

	.index_about .bottom {
		padding: 75px 0;
	}

	.index_about .bottom .number {
		font-size: 50px;
	}

	.index_about .bottom .name {
		font-size: 18px;
	}

	.index_development {
		height: 600px;
		background-size: cover;
	}

	.index_development .loop {
		padding: 60px 0;
	}

	.index_development .hd {
		padding-top: 40px;
	}

	.index_development .hd .line {
		top: 59px;
	}

	.index_area .index_area_msg .top {
		width: 100%;
	}

	.index_area .index_area_msg .top div {
		padding-top: 80px;
	}

	.index_area .index_area_msg .top span {
		padding: 170px 55px 0;
	}

	.index_area .index_area_msg .top span:first-child {
		padding: 70px 55px 0;
	}

	.index_area .index_area_msg {
		height: 500px;
		background-size: cover !important;
	}

	.index_customer .index_customer_list {
		padding: 40px 30px 50px;
	}

	.index_new {
		padding: 20px 20px;
	}

	/* .index_new .right .copy{width: 288px;height: 500px;} */
	.index_new .right .copy {
		box-sizing: border-box;
	}

	.index_new .right .copy .img img {
		vertical-align: middle;
		max-height: none;
		max-width: none;
		width: 100%;
	}

	.index_new .right .copy .title {
		height: 35px;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
	}

	.index_consultation {
		height: 600px;
		background-size: cover;
	}

	.index_development .hd li {
		width: 130px;
	}
}
@media screen and (max-width: 1460px) {
	.ind-about .ind-ab-fr ul li {
		margin-left: 5%;
	}
	.home_2 {
		padding-bottom: 150px;
	}
  /* .index_title .cn::after {
    width: 52px;
  } */
	#header {
		padding: 0 15px;
		width: 100%;
	}

	#header .menu {
		padding-left: 0;
	}

	#header .menu a {
		margin: 0 12.5px;
	}
	.index_title {
		padding: 20px 0 20px;
	}

	.index_title .en {
		font-size: 38px;
	}

	.index_title .cn {
		font-size: 24px;
		padding-top: 10px;
	}

	.index_do .index_do_msg {
		height: 450px;
		background-size: cover;
	}

	.index_do .index_do_msg .copy .title {
		padding-top: 7.5vw;
	}

	.index_do .index_do_msg .copy:hover .title {
		padding-top: 5vw;
	}

	.index_do .index_do_msg .copy .title .num {
		font-size: 50px;
	}

	.index_do .index_do_msg .copy .name {
		font-size: 24px;
		line-height: 28px;
		padding: 50px 30px 0;
	}

	.index_do .index_do_msg .copy .desc {
		padding: 20px 30px 0;
		font-size: 14px;
		line-height: 24px;
	}

	.index_do .index_do_msg .copy .more {
		margin: 30px 30px 0;
	}

	.index_case .case_list .copy:hover .position .name {
		font-size: 16px;
		line-height: 28px;
		height: 28px;
	}

	.index_case .case_list .copy:hover .position .desc {
		font-size: 14px;
		line-height: 24px;
		height: 72px;
	}

	.index_case .case_list .copy:hover .position .more {
		padding-top: 1.2vw;
		width: 2vw;
	}

	.index_about .top {
		padding: 40px;
	}

	.index_about .top .left .red {
		font-size: 16px;
		line-height: 28px;
	}

	.index_about .top .right {
		font-size: 15px;
		line-height: 32px;
	}

	.index_about .bottom {
		padding: 40px 0;
	}

	.index_about .bottom .name {
		font-size: 16px;
	}

	.index_development {
		height: 460px;
	}

	.index_development .loop {
		padding: 40px 0;
	}

	.index_development .loop .bd li .year {
		font-size: 75px;
		padding: 0 30px;
	}

	.index_development .loop .bd li .desc {
		font-size: 16px;
		line-height: 30px;
		padding: 15px 30px;
		width: 500px;
	}

	.index_development .hd {
		padding-top: 20px;
	}

	.index_development .hd .line {
		top: 39px;
	}

	.index_area .index_area_msg {
		height: 400px;
	}

	.index_area .index_area_msg .top span {
		padding: 70px 25px 0;
	}

	.index_area .index_area_msg .top div {
		padding-top: 80px;
		font-size: 18px;
	}

	.index_area .index_area_msg .city_list .copy {
		margin: 0 40px;
	}

	.index_area .index_area_msg .city_list .copy .img {
		padding-top: 30px;
	}

	.index_customer .index_customer_list {
		padding: 35px 25px;
	}

	.index_new {
		padding: 40px 20px;
	}

	.index_new .left {
		width: 100%;
	}

	.index_new .left .cont {
		padding-top: 35px;
	}

	.index_new .left .more {
		margin: 35px 2px 0;
	}

	.index_new .right .copy {
		padding: 0 15px;
		width: 240px;
		height: 425px;
	}

	.index_new .right .copy .title {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}

	.index_new .right .copy .img {
		height: 186px;
	}
	.index_new .right .copy .desc {
		font-size: 14px;
		line-height: 20px;
		padding-top: 20px;
	}

	.index_consultation {
		height: 515px;
	}

	.index_consultation form {
		padding-top: 30px;
	}

	.index_consultation form input[type=submit] {
		margin: 30px auto;
	}

	.index_development .hd li {
		width: 108px;
	}

	.index_development .hd .line {
		top: 35px;
	}
  #header .tel .left .number {
    font-size: 22px;
  }
}
@media screen and (max-width: 1220px) {
	#header .logoout {
		width: 130px;
	}
/* .index_title .cn::after {
    width: 46px;
} */
	#header .menu a {
		font-size: 14px;
		padding: 30px 7.5px 0;
	}

	#header .tel .left .name {
		font-size: 12px;
	}

	#header .tel .left .number {
		font-size: 22px;
	}

	#header .tel .img {
		width: 35px;
		height: 35px;
	}

	.fix_right {
		right: 30px;
		bottom: 20%;
	}
	.index_title {
		padding: 30px 0 20px;
	}
	.index_title .en {
		font-size: 35px;
	}

	.index_title .cn {
		padding-top: 10px;
		font-size: 22px;
	}

	.index_do .index_do_msg .copy .title .num {
		font-size: 40px;
	}

	.index_do .index_do_msg .copy .name {
		font-size: 22px;
		line-height: 26px;
		padding: 30px 30px 0;
	}

	.index_case_cate a {
		font-size: 14px;
		padding: 0 8px 10px;
	}

	.index_case .case_list .copy:hover .position .name {
		padding-top: 1.5vw;
	}

	.index_case .case_list .copy:hover .position .desc {
		font-size: 13px;
		line-height: 22px;
		height: 66px;
		padding-top: 1vw;
	}

	.index_about .top {
		padding: 25px;
	}

	.index_about .top .left {
		width: 350px;
	}

	.index_about .top .right {
		width: calc(100% - 355px);
	}

	.index_about .bottom {
		padding: 25px 0;
	}

	.index_about .bottom .number {
		font-size: 40px;
	}

	.index_about .bottom .number span {
		font-size: 18px;
	}

	.index_about .bottom .name {
		font-size: 14px;
		line-height: 24px;
	}

	.index_development .loop .bd li .year {
		font-size: 50px;
	}

	.index_development .loop .bd li .desc {
		font-size: 14px;
		line-height: 24px;
	}

	.index_development .loop .prev,
	.index_development .loop .next {
		width: 50px;
	}

	.index_area .index_area_msg .city_list .copy .name {
		font-size: 16px;
	}

	.index_area .index_area_msg .top span {
		font-size: 100px;
	}

	.index_customer .index_customer_cate a {
		font-size: 14px;
		padding: 0 8px 10px;
	}

	.index_new .left .index_title .en {
		line-height: 40px;
	}

	.index_new .left .index_title {
		padding: 0 0 20px;
	}

	.index_new .left .cont {
		padding-top: 20px;
	}

	.index_new .left .more {
		margin: 20px 2px 0;
		width: 130px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.index_new .right {
		width: 542px;
		overflow: hidden;
	}

	.index_consultation {
		height: 455px;
	}

	.index_consultation form {
		width: 900px;
	}

	.index_consultation .desc {
		font-size: 14px;
	}

	.index_consultation form input[type=text] {
		height: 38px;
		font-size: 14px;
	}

	.index_consultation form input[type=text]::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 14px;
	}

	.index_consultation form input[type=text]:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		font-size: 14px;
	}

	.index_consultation form input[type=text]::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 14px;
	}

	.index_consultation form input[type=text]:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 14px;
	}

	.index_consultation form textarea {
		font-size: 14px;
	}

	.index_consultation form input[type=submit] {
		margin: 20px auto;
		width: 180px;
		height: 40px;
		font-size: 16px;
	}

	.index_development .hd li {
		width: 90px;
	}

	.index_development .hd .line {
		top: 32px;
	}
  #header .menu a {
    margin: 0 10.5px;
}
  #header .tel .left .number {
    font-size: 18px;
}
}
@media screen and (max-width: 1020px) {
	body {
			padding:55px 0 0 0;
	}
	#content{
		font-size: 14px;
		line-height: 24px;
	}
	footer {
		padding: 40px 20px;
	}
	#header {
		display: none;
	}

	#headermobile #menuphone {
		display: inline-block;
	}

	.mobilehomemenu,
	.header22 {
		display: block;
	}

	#headermobile #phonemenu .topdiv a.top {
		font-size: 20px;
	}
	#header {
		display: none;
	}

	#turn_page {
		height: 30px;
		line-height: 30px;
	}

	#turn_page span {
		font-size: 12px;
		line-height: 28px;
		height: 28px;
	}

	#turn_page font,
	#turn_page a {
		width: 27px;
		height: 28px;
	}

	#turn_page .page_button,
	#turn_page .page_noclick {
		padding: 0 10px;
	}

	#turn_page .icon_page_next {
		margin-left: 0;
	}

	#turn_page .icon_page_prev {
		margin-right: 0;
	}
	.index_title .cn::after {
		bottom: -10px;
		/* right: 42.6%;
		width: 45px; */
		height: 5px;
	}
	.index_title .en::before {
		height: 4px;
	}
	.banner .hd li {
		font-size: 16px;
		line-height: 24px;
	}

	.banner .hd {
		bottom: 18%;
	}
	.index_case .img {
		height: 180px;
	}
	.index_title {
		padding: 20px 0 15px;
	}

	.index_title .en {
		font-size: 30px;
	}

	.index_title .cn {
		font-size: 20px;
		padding-top: 10px;
	}

	.index_do .index_do_msg {
		height: 370px;
	}

	.index_do .index_do_msg .copy .title {
		padding-top: 5vw;
	}

	.index_do .index_do_msg .copy .title .line {
		width: 10px;
	}

	.index_do .index_do_msg .copy .title .num {
		font-size: 30px;
	}

	.index_do .index_do_msg .copy .name {
		font-size: 18px;
		line-height: 22px;
		padding: 20px 20px 0;
	}

	.index_do .index_do_msg .copy .desc {
		padding: 15px 20px 0;
		font-size: 12px;
	}

	.index_do .index_do_msg .copy .more {
		margin: 20px 20px 0;
		width: 35px;
	}

	.index_do .index_do_msg .copy:hover .title {
		padding-top: 3vw;
	}

	.index_case_cate a {
		font-size: 13px;
	}

	.index_case .case_list {
		padding-top: 20px;
	}

	.index_case .case_list .copy:hover .position .name {
		font-size: 14px;
		line-height: 22px;
		height: 22px;
	}

	.index_case .case_list .copy:hover .position .desc {
		font-size: 12px;
		line-height: 18px;
		height: 54px;
	}

	.index_about .top {
		padding: 20px;
	}

	.index_about .top .left .index_title {
		padding: 0 0 20px;
	}

	.index_about .top .left .red {
		font-size: 14px;
		line-height: 22px;
	}

	.index_about .top .right {
		font-size: 13px;
		line-height: 22px;
	}

	.index_about .bottom {
		padding: 20px 0;
	}

	.index_about .bottom .number {
		font-size: 28px;
		line-height: 30px;
	}

	.index_about .bottom .number span {
		font-size: 14px;
	}

	.index_about .bottom .name {
		font-size: 12px;
		line-height: 16px;
		padding-top: 10px;
	}

	.index_development {
		height: 320px;
	}

	.index_development .loop {
		padding: 20px 0;
	}

	.index_development .hd li {
		width: 68px;
		font-size: 14px;
		line-height: 65px;
	}

	.index_development .hd li.on {
		font-size: 14px;
		line-height: 65px;
	}

	.index_development .hd li.on em {
		height: 14px;
		width: 2px;
	}

	.index_development .hd .line {
		top: 29.5px;
		height: 1px;
	}

	.index_development .loop .bd li .year {
		font-size: 30px;
		padding: 0 15px;
	}

	.index_development .loop .bd li .desc {
		font-size: 12px;
		line-height: 18px;
		padding: 15px;
		min-height: 36px;
		width: 350px;
	}

	.index_development .loop .prev,
	.index_development .loop .next {
		width: 30px;
	}

	.index_area .index_area_msg {
		height: 280px;
	}

	.index_area .index_area_msg .top div {
		font-size: 16px;
		padding-top: 30px;
	}

	.index_area .index_area_msg .top span {
		font-size: 80px;
		padding: 30px 10px 0;
	}

	.index_area .index_area_msg .top span:first-child {
		padding: 30px 10px 0;
	}

	.index_area .index_area_msg .city_list .copy {
		width: 80px;
		margin: 0 20px;
	}

	.index_area .index_area_msg .city_list .copy .img {
		height: 80px;
	}

	.index_area .index_area_msg .city_list .copy .name {
		font-size: 14px;
		line-height: 22px;
	}

	.index_customer .index_customer_cate a {
		font-size: 13px;
	}

	.index_customer .index_customer_list {
		padding: 20px;
	}

	.index_new {
		padding: 20px;
	}

	.index_new .left {
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	.index_new .left .index_title {
		padding-bottom: 10px;
	}

	.index_new .left .index_title .en {
		line-height: 30px;
		text-align: center;
	}

	.index_title .cn {
		text-align: center;
	}

	.index_new .left .cont,
	.index_new .left .more {
		display: inline-block;
		vertical-align: top;
		padding-top: 0;
		margin: 10px 10px 0;
	}

	.index_new .left .more {
		height: 26px;
		line-height: 26px;
		width: 100px;
	}

	.index_new .left .cont .img img {
		height: 15px;
	}

	.index_new .right {
		width: 100%;
		padding-top: 10px;
	}

	.index_new .right .copy {
		height: 330px;
	}

	.index_new .right .copy {
		padding: 0 10px;
		width: calc((100% - 63px)/3);
	}

	.index_new .right .copy .img {
		height: 118px;
	}

	.index_new .right .copy .time {
		font-size: 14px;
		line-height: 22px;
	}

	.index_new .right .copy .title {
		font-size: 14px;
		line-height: 22px;
	}

	.index_new .right .copy .tip {
		font-size: 12px;
		line-height: 18px;
		padding-top: 10px;
	}

	.index_new .right .copy .desc {
		font-size: 12px;
		line-height: 16px;
	}

	.index_consultation {
		height: 425px;
	}

	.index_consultation .desc {
		font-size: 12px;
	}

	.index_consultation form {
		width: 90%;
		padding-top: 20px;
	}

	.index_consultation form input[type=submit] {
		width: 150px;
		height: 35px;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
  .pt80 {
    padding-top: 20px;
}
.news_c{
	margin-top: 0;
}
  .news_c_fl h1 {
    font-size: 14px;
    line-height: 20px;
  }
  .flip_pagec span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .flip_pagec {
    padding-top: 15px;
}
  .flip_pagec p{
	font-size: 12px;
  }
  .news_c_fr{
    display:none;
  }
	.bann .coreB-tit {
		font-size: 26px;
	}
  .news_c_fl,
	.video_list li {
		width: 100%;
	}
	.pub_cate a {
		width: 46%;
		padding: 12px 28px;
	}
	.modol ul li {
		padding: 28px 0;
	}
	.modol ul li .note {
		padding: 28px 10%;
	}
	.modol ul li h2 {
		font-size: 15px;
	}
	.modol ul li p.info {
		width: 54px;
		height: 54px;
		line-height: 54px;
		margin: 20px auto;
	}
	.modol ul li p.info img {
		height: 30px;
	}
	.modol ul li h4 {
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	footer{
		padding: 15px;
	}
	footer .foot_right {
		width: 100%;
		padding-right: 0;
	}
  footer .font16 span{
  width:100%;
  display: block;
  }
  body{
  padding:55px 0 0 0;}
	.fix_right {
		right: 15px;
		bottom: 10%;
	}

	.fix_right .copy {
		height: 25px;
	}

	.fix_right .copy .name {
		font-size: 12px;
		line-height: 25px;
		background: url(../images/main_fixright_bg.png) no-repeat center center/cover;
		min-width: 50px;
		margin-right: 6px;
		display: none;
		padding: 0 10px 0 5px;
	}

	#footer .bottom .words a {
		margin: 8px;
	}
	.banner .swiper-pagination-bullet {
		width: 40px;
		height: 5px;
	}
	.banner .hd {
		bottom: 10%;
	}

	.banner .hd li {
		font-size: 12px;
		line-height: 16px;
	}
	.index_title {
		padding: 15px 0 5px;
	}

	.index_title .en {
		font-size: 18px;
		line-height: 22px;
	}

	.index_title .cn {
		font-size: 16px;
		line-height: 18px;
		padding-top: 2px;
	}

	.index_do .index_do_msg {
		height: auto;
	}

	.index_do .index_do_msg .copy {
		width: 100%;
		border: none !important;
		padding-bottom: 15px;
		height: auto;
	}

	.index_do .index_do_msg .copy .title .num {
		font-size: 16px;
	}

	.index_do .index_do_msg .copy .name {
		font-size: 14px;
		padding: 5px 15px 0;
	}

	.index_do .index_do_msg .copy .desc {
		font-size: 12px;
		padding: 5px 15px 0;
		line-height: 16px;
	}

	.index_do .index_do_msg .copy .more {
		margin: 5px 15px 0;
		width: 20px;
	}

	.index_case_cate a {
		font-size: 12px;
		padding: 0 5px 5px;
		margin: 0 8px 5px;
	}

	.index_case .case_list {
		padding-top: 10px;
	}

	.index_case .case_list .copy:hover .position .desc,
	.index_case .case_list .copy:hover .position .more {
		display: none;
	}

	.index_case .case_list .copy:hover .position .name {
		font-size: 14px;
		line-height: 18px;
		height: auto;
		padding-top: 0;
		width: 98%;
		white-space: normal;
		max-height: 94%;
		padding: 3%;
	}

	.index_case .case_list .copy:hover .position .desc {
		display: inline-block;
		font-size: 12px;
		line-height: 17px;
		height: 85px;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		display: -webkit-box;
	}

	.index_case .case_list .copy {
		width:100%;
		height:auto;
	}
	.index_title .cn::after {
		bottom: -10px;
		/* right: 44.6%;
		width: 34px; */
		height: 3px;
	}
	.index_about .top {
		padding: 15px 8px;
	}

	.index_about .top .left {
		width: 100%;
	}
.index_title .en {
    margin-bottom: 6px;
    padding-bottom: 4px;
}
	.index_title .en {
		text-align: center;
	}

	.index_about .top .left .index_title {
		padding-bottom: 5px;
	}

	.index_about .top .left .red {
		text-align: center;
		font-size: 13px;
		line-height: 19px;
	}

	.index_about .top .right {
		width: 100%;
		font-size: 12px;
		line-height: 18px;
	}

	.index_about .bottom {
		padding: 8px;
		text-align: center;
	}

	.index_about .bottom .number {
		font-size: 16px;
		line-height: 20px;
		height: 18px;
		padding-top: 5px;
	}

	.index_about .bottom .number span {
		font-size: 14px;
	}

	.index_about .bottom .name {
		padding-top: 5px;
		font-size: 12px;
		padding-bottom: 5px;
	}

	.index_about .bottom .copy {
		width: calc((100% - 4px)/2);
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	.index_development {
		height: 255px;
	}

	.index_development .loop {
		padding: 10px 0;
	}

	.index_development .loop .bd li .desc {
		padding: 8px;
		font-size: 12px;
		width: 75%;
		display: block;
		margin: 0 auto;
		border: none;
	}

	.index_development .loop .bd li .year {
		font-size: 16px;
		padding: 0 8px;
		line-height: 22px;
	}

	.index_development .loop .prev,
	.index_development .loop .next {
		width: 20px;
	}

	.index_development .loop .prev {
		left: 3%;
	}

	.index_development .loop .next {
		right: 3%;
	}

	.index_development .hd {
		padding-top: 10px;
	}

	.index_development .hd li {
		width: auto;
		padding: 0 4px;
		font-size: 12px;
		line-height: 45px;
		float: none;
		display: inline-block;
	}

	.index_development .hd li.on {
		line-height: 45px;
		font-size: 12px;
	}

	.index_development .hd .line {
		top: 17px;
	}

	.index_area .index_area_msg {
		height: 160px;
	}

	.index_area .index_area_msg .top span {
		padding: 15px 3px 0;
		font-size: 30px;
	}

	.index_area .index_area_msg .top span:first-child {
		padding: 15px 3px 0;
	}

	.index_area .index_area_msg .top div {
		font-size: 12px;
		line-height: 16px;
		width: 80%;
		padding-top: 25px;
	}

	.index_area .index_area_msg .top {
		padding-bottom: 10px;
	}

	.index_area .index_area_msg .city_list .copy {
		margin: 0 5px;
		width: 50px;
	}

	.index_area .index_area_msg .city_list .copy .img {
		height: 50px;
		padding-top: 10px;
	}

	.index_area .index_area_msg .city_list .copy .name {
		font-size: 12px;
		line-height: 16px;
		padding-top: 5px;
	}
	.ind-about{
		display: block;
	}
	.ind-about .ind-ab-fr,
	.ind-about .ind-ab-fl{
		width: 100%;
	}
	.ind-about .ind-ab-fl h2 {
		font-size: 24px;
	}
	.s60, .ind-about .ind-ab-fr ul li h5 span {
		font-size: 34px;
	}
	.ind-about .ind-ab-fr ul li {
		width: 100%;
		text-align: center;
		margin: 10px;
	}
	.index_customer .index_customer_cate {
		margin-top: 0px;
	}

	.index_customer .index_customer_cate a {
		font-size: 12px;
		padding: 0 5px 5px;
		line-height: 16px;
		margin: 0 5px 5px;
	}

	.index_customer .index_customer_list,
	.index_new {
		padding: 15px 8px;
	}

	.index_new .left .desc {
		font-size: 12px;
		padding-left: 0;
	}

	.index_new .right .copy {
		padding: 0 5px;
		height: 390px;
		width: calc((100% - 33px)/3);
	}

	.index_new .right .copy .time {
		font-size: 12px;
	}

	.index_new .right .copy .title {
		font-size: 16px;
		line-height: 30px;
		-webkit-line-clamp: 2;
		height: 32px;
		padding-top: 5px;
	}

	.index_new .right .copy .tip {
		line-height: 16px;
		padding-top: 5px;
	}

	.index_new .right .copy .img {
		height: 195px;
		padding-top: 5px;
	}

	.index_new .right .copy .desc {
		padding-top: 5px;
		font-size: 14px;
		line-height: 26px;
	}

	.index_consultation {
		height: 270px;
	}

	.index_consultation .desc {
		line-height: 16px;
		margin-top: 0px;
		padding: 0 5px;
	}

	.index_consultation form {
		padding-top: 10px;
	}

	.index_consultation form {
		width: 95%;
	}

	.index_consultation form input[type=text] {
		font-size: 12px;
		height: 25px;
		width: calc(((100% - 10px) / 3) - 12px);
		padding: 0 5px;
	}

	.index_consultation form input.second {
		margin: 0 5px;
	}

	.index_consultation form input[type=text]::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 12px;
	}

	.index_consultation form input[type=text]:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		font-size: 12px;
	}

	.index_consultation form input[type=text]::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 12px;
	}

	.index_consultation form input[type=text]:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 12px;
	}

	.index_consultation form textarea {
		font-size: 12px;
		line-height: 18px;
		padding: 5px;
		height: 80px;
	}

	.index_consultation form input[type=submit] {
		width: 100px;
		height: 25px;
		font-size: 12px;
		margin: 5px auto;
	}
	.ctb1_note{
		width: 100%;
	}
	.map span img{
		width: 30px;
	}
	.map span:after {
		margin-left: -1px;
		margin-top: -40px;
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 600px) {
	#headermobile #phonemenu .topdiv a.top {
		line-height: 35px;
		padding: 10px 40px;
		font-size: 18px;
	}

	#headermobile #phonemenu .language a {
		font-size: 20px;
		line-height: 35px;
		padding: 0 5px;
	}

	#headermobile #phonemenu .language a:not(:nth-child(1)) {
		padding: 0px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#headermobile #phonemenu .topdiv .sub a {
		line-height: 26px;
		padding: 0px 80px;
		font-size: 16px;
	}
}
@media screen and (max-width: 520px) {
	#headermobile #menu {
		width: 300px;
		left: calc((100% - 300px)/2);
		display: none;
	}

	#headermobile #menuphone .img {
		width: 30px;
		height: 30px;
	}

	/*#headermobile #phonemenu .click{width: 30px;height: 30px;top: 28px;}*/
	#headermobile #menuphone .search {
		width: 30px;
		height: 30px;
	}

	#headermobile #menuphone .search form input[type=text] {
		height: 30px;
		font-size: 16px;
	}

	#headermobile #menuphone .search form input[type=submit] {
		width: 30px;
		height: 30px;
		background: url(../images/index_search.png) no-repeat center center;
	}

	#headermobile #phonemenu .topdiv a.top {
		line-height: 30px;
		font-size: 16px;
	}

	#headermobile #phonemenu .language a {
		font-size: 18px;
		line-height: 30px;
		padding: 0 5px;
		margin: 0 2px;
	}

	#headermobile #phonemenu .language a:not(:nth-child(1)) {
		padding: 0px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	#headermobile #phonemenu .topdiv .sub a {
		line-height: 24px;
		font-size: 14px;
	}

	#headermobile #menuphone .search form input[type=text] {
		width: 150px;
	}
}