@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
h2 a:hover{ color:#1536DF !important;}
.hidden{opacity: 0;
    transition: opacity 2s ease-in-out;}
	
.visible {
    opacity: 1;
}

.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 30%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../image/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{

		background:url(../image/fwxmbg.jpg) top left no-repeat;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background:url(../image/indexcasebg.jpg) top left no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;
	background:url(../image/indexhzhbbg.jpg) top left no-repeat;
}
.index_main .section4{
	width: 100%;
	height: 100%;
	background:url(../image/hzhbbg.jpg) top left no-repeat;
	background-size: 100% 100%;
}
.index_main .section4 h3{
	text-align: center;
}

.index_main .section5{
	width: 100%;
	height: 100%;
	background:url(../image/indexnewsbg.jpg) top left no-repeat;
	background-size: 100% 100%;
}
.index_main .section5 h3{
	text-align: center;
}

.index_main .section6{
	width: 100%;
	height: 100%;
	background:url(../image/footbg.jpg) top left no-repeat;
	background-size: 100% 100%;
}
.index_main .section6 h3{
	text-align: center;
}
.section6{
	width: 100%;
	height: 100%;
	background:url(../image/footbg.jpg) top left no-repeat;
	background-size: 100% 100%;
}


.index_fwxm_left{ width:40%;  margin-top:360px; color:#fff; float:left;}
.index_fwxm_left_a{ width:96%; margin-left:4%; height:55px; line-height:55px; font-size:40px; letter-spacing:5px;}
.index_fwxm_left_b{ width:80%; line-height:200%; font-size:18px; color:#fff; margin-left:4%; margin-top:30px;}
.index_fwxm_an a{ width:175px; height:45px; background:url(../image/an_a.png) top left no-repeat; line-height:45px; color:#fff; font-size:16px; padding-left:30px; margin-top:40px; display:block;margin-left:4%;}
.index_fwxm_an a:hover{ width:175px; height:45px; background:url(../image/an_b.png) top left no-repeat; line-height:45px; color:#fff; font-size:16px; padding-left:30px;display:block;}

.index_fwxm_right{ width:60%; float:inherit; overflow:hidden;}
.index_fwxm_right ul{display: flex;justify-content: space-between;flex-wrap: wrap; width:100%; margin-top:20%;}
.index_fwxm_right ul li{ width:318px; overflow:hidden; float:left;}
.index_fwxm_right_wz{ width:100%; overflow:hidden; float:left;}
.index_fwxm_right_wz img{ width:100%; height:auto;}
.index_fwxm_right_wz_text{ width:70%; height:80px; margin-top:-70px; float:left; position:absolute; z-index:999; margin-left:30px; color:#fff;}
.index_fwxm_right_wz_text_a{ width:100%; height:25px; line-height:25px; color:#fff; font-size:18px; float:left;}
.index_fwxm_right_wz_text_b{ width:100%; height:20px; line-height:20px; color:#fff; font-size:12px; float:left; color:#ccc;}


.index_case_title{ width:100%; margin-top:190px; color:#fff; font-size:42px; text-align:center;letter-spacing:5px;}
.index_case_intro{ width:100%; margin-top:30px; color:#fff; font-size:16px; line-height:200%;text-align:center;letter-spacing:2px;}
.index_case_cent{ width:100%; overflow:hidden; float:left; margin-top:8%;}
.index_case_cent dl{ width:100%; overflow:hidden; float:left;}
.index_case_cent dl dt{ width:25%; overflow:hidden; float:left; text-align:center; color:#FFF; font-size:16px;}
.index_case_data{ color:#1C94D0; font-size:80px; font-weight:100;}
.index_case_data sub{ color:#ccc; font-size:20px; line-height:200%; bottom:0em; font-weight:400;}
.index_case_data sup{ color:#ccc; font-size:30px; top:-1.5em;}
.c{ clear:both;}
.index_case_an a{ width:175px; height:45px; background:url(../image/an_b.png) top left no-repeat; line-height:45px; color:#fff; font-size:16px; margin:5% auto; display:block;padding-left:40px;}
.index_case_an a:hover{ width:175px; height:45px; background:url(../image/an_a.png) top left no-repeat; line-height:45px; color:#fff; font-size:16px; padding-left:40px;display:block;}



.index_hzhb_left{ width:40%;  margin-top:20%; color:#333; float:left;}
.index_hzhb_left_a{ width:96%; margin-left:4%; height:55px; line-height:55px; font-size:40px; letter-spacing:5px;}
.index_hzhb_left_b{ width:80%; line-height:200%; font-size:18px; color:#333; margin-left:4%; margin-top:30px;}
.index_hzhb_an a{ width:175px; height:45px; background:url(../image/an_b.png) top left no-repeat; line-height:45px; color:#fff; font-size:16px; padding-left:30px; margin-top:40px; display:block;margin-left:4%;}
.index_hzhb_an a:hover{ width:175px; height:45px; background:url(../image/an_a.png) top left no-repeat; line-height:45px; color:#fff; font-size:16px; padding-left:30px;display:block;}

.index_hzhb_right{ width:60%; float:inherit; overflow:hidden;}
.index_hzhb_right img{ width:70%; float:right; overflow:hidden; margin-top:10%;}



.index_news_tit{ width:100%; margin-top:5%; color:#FFF; font-size:40px; height:50px; line-height:50px;letter-spacing:2px;}
.index_news_line{ width:80px; height:2px; background:#FFF; float:left; margin-top:10px;}

.index_news_all{ width:100%; overflow:hidden; float:left;}
.index_news_all dl{display: flex;justify-content: space-between;flex-wrap: wrap; width:100%; margin-top:3%;}
.index_news_all dl dt{ width:22%; height:600px; color:#FFF;}
.index_news_all dl dt a{color:#FFF;}
.index_news_all dl dt:hover{ width:25%;  height:600px; background:#FFF; border-radius:15px; color:#333;}
.index_news_all dl dt a:hover{ width:25%;  height:600px; background:#FFF; border-radius:15px; color:#333;}
.index_news_all dl dt .index_news_text{ width:90%; margin:5% auto; overflow:hidden;}
.index_news_all dl dt .index_news_data{ width:100px; overflow:hidden; float:left;}
.index_news_all dl dt .index_news_data_a{ width:100px; overflow:hidden; float:left; line-height:150%; font-size:40px; font-weight:100; font-family:Arial, Helvetica, sans-serif;}
.index_news_all dl dt .index_news_data_b{ width:100px; overflow:hidden; float:left; line-height:200%; font-size:16px;font-weight:100; font-family:Arial, Helvetica, sans-serif;}

.index_news_all dl dt a .index_news_line{ width:60px; height:2px; background:#FFF; float:left;}


.index_news_all dl dt a:hover .index_news_line{ width:60px; height:2px; background:#2467E9; float:left;}

.index_news_title{ font-size:24px; line-height:180%; float:left; color:#FFF; font-weight:200;}
.index_news_all dl dt:hover .index_news_title{ font-size:24px; line-height:180%; float:left; color:#333; font-weight:200;}
.index_news_all dl dt .index_news_intro{ width:100%; font-size:16px; font-weight:200; line-height:180%; margin-top:5px; float:left;}
.index_news_img{ width:100%; overflow:hidden; float:left; margin-top:10px;border-radius:15px;}
.index_news_img img{ width:100%; height:auto; border-radius:25px;  float:left;}
.index_news_an a{ width:175px; height:45px; background:url(../image/an_b.png) top left no-repeat; line-height:45px; color:#fff; font-size:16px; margin:1% auto; display:block;padding-left:40px;}
.index_news_an a:hover{ width:175px; height:45px; background:url(../image/an_a.png) top left no-repeat; line-height:45px; color:#fff; font-size:16px; padding-left:40px;display:block;}



.footlogo{ width:100%; overflow:; margin-top:5%;}
.footcontent{ width:100%; margin-top:8%; overflow:hidden; color:#fff;}
.footcontent_left{ width:55%; float:left; overflow:hidden;}
.footcontent_left dl{ display: flex;justify-content: space-between;flex-wrap: wrap; width:100%;}
.footcontent_left dl dt{ width:18%; text-align:left;}
.footcontent_left_ewm{ width:100%; overflow:hidden; float:left;}
.footcontent_left_ewm ul{ width:100%; overflow:hidden; float:left;}
.footcontent_left_ewm ul li{ width:33.3%; overflow:hidden; float:left; text-align:left; color:#ccc; line-height:300%; font-size:16px;}

.footcontent_left_ewm ul li span{ width:162px; overflow:hidden; float:left; text-align:center; color:#ccc; line-height:300%; font-size:16px;}

.footcontent_bottom{ width:100%; height:35px; line-height:35px; color:#ccc; float:left; text-align:left; font-weight:200; font-size:16px;}

.foot_title{ font-size:20px; color:#fff; height:40px; line-height:40px; float:left; text-align:left; font-weight:200;}
.foot_title_line{ width:60px; height:2px; background:#6C7B8E; margin-top:5px;}
.foot_left_ul{ width:100%; overflow:hidden; float:left;}
.foot_left_ul dl{ width:100%; overflow:hidden; float:left;}
.foot_left_ul dl dt{ width:100%; height:35px; line-height:35px; float:left; margin-top:10px;}
.foot_left_ul dl dt a{ width:100%; height:35px; line-height:35px; float:left; font-size:18px; color:#CCC; font-weight:100;}
.foot_left_ul dl dt a:hover{ width:100%; height:35px; line-height:35px; float:left; font-size:18px; color:#fff;font-weight:100;}

.foot_c_title{ width:100%; font-size:16px; color:#fff; font-weight:200;}

.footcontent_right{width:30%;  max-width:35%;float:right; overflow:hidden;}
.footcontent_right_r{ width:100%; overflow:hidden; float:left;}
.footcontent_right_r dl{ width:100%; overflow:hidden; float:left;}
.footcontent_right_r dl dt{ width:100%; overflow:hidden; float:left; margin-bottom:20px;}
.foot_left_ul_a{ width:100%; overflow:hidden; float:left; font-size:16px; color:#ccc; line-height:200%; font-weight:200; margin-top:8px;}


.inside-banner .ban-info h2 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 66px;
    letter-spacing: 5px;
}
.inside-banner .ban-info p {
    font-size: 20px;
    line-height: 30px;
}
.containers {
    width: 86%;
	overflow:hidden;
	margin:0 auto;
}
.inside-banner {
    position: relative;
    overflow: hidden;
}
.inside-banner .ban-info {
    position: absolute;
    left: 0;
    top: 43.33333%;
    z-index: 10;
    width: 100%;
    text-align: center;
    color: #fff;
}
.full-mbx{ 
	width:100%; 
	background:#EDEDED; 
	overflow:hidden;
	}
.about_aboutmbx{
	height:70px; 
	line-height:70px; 
	font-size:16px; 
	font-weight:100;
	float:left;
}
.about_aboutmbx a{
	color:#333;
}

.crumbs {
    float: left;

}
.crumbs .home {
    padding-left: 36px;
    background: url(../image/home.png) top left no-repeat;
}

.crumbs i {
    padding: 0 1em;
    font-family: consolas;
    font-style: normal;
}


.other-channel {
    position: relative;
    float: right;
    z-index: 10;
    width: 600px;
    font-size: 16px;
    line-height: 42px;
    color: #666;
}

.other-channel dl {
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.other-channel dl dt {
    width:24.5%;
    height:72px;
    line-height:72px;
    font-size:16px;
    text-align: center;
    border-right: 1px solid #CCC;
    float: left;
}

.other-channel dl dt a {
    display: block;
    color: #666;
    text-decoration: none;
	font-weight:200;
}
.other-channel dl dt a.overon {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    background:#1536DF;
    height: 72px;
    line-height: 72px;

}
.about_content{ width:100%; overflow:hidden; background:#fff; border-top:1px solid #CCC;}

.about_left{ width:70%; overflow:hidden; margin-top:5%; float:left;}
.m-about-title {
	width:100%;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    color: #1a1a1a;
	font-weight:400;
}

.about_intro{ width:100%; font-size:18px; line-height:220%; color:#666; margin-top:2%; margin-bottom:2%;}

.m-about-title span{ color:#F00;}

.about_fwly{ width:100%; background:url(../image/aboutbgc.jpg) top center no-repeat #F3F4F6;  overflow:hidden; border-top:1px solid #ccc;}
.webwidth {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-field {
	padding: 0px 0 0;
}

.about-field .main-business {
		margin-bottom:40px;
}

.about-field .main-business .business-item {
	margin-left: -1px
}

.about-field .main-business h2 {
	padding: 0px 0 0px
}

.about-field .main-business h2 a {
	font-size: 24px;
	line-height:30px;
	text-align:center;
}

.about-field .main-business .inner {
	margin:0;
	padding: 6.5%;
	border: 1px solid #d9d9d9;
	background:#FFF;
}

.about-field .main-business .inner:hover{

	background:#F1F1F1;
}

.about-field .main-business .sub {
	border: 0;
	padding-bottom: 0;
}

.about-field .main-business .sub a {
	background: none;
	padding-left: 0;
	line-height: 32px;
}

.about-field .field-text {
	font-size: 16px;
	line-height: 30px;
	padding: 51px 0 64px;
}

.about-field .field-text .bred {
	font-weight: bold;
	color: #d93f3d;
}


.m-about-title {
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	color: #1a1a1a
}

.m-about-title span {
	color:#1536DF;
}

.m-about-text {
	padding: 41px 0 36px;
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.about-us-intro {
	padding-top: 70px;
	position: relative;
	overflow: hidden
}

.about-us-intro .year {
	position: absolute;
	right:40px;
	top:100px
}

.about-us-intro .article {
	padding: 54px 30% 42px 0;
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.about-us-intro .intro-card {
	margin: 0 -25px
}

.about-us-intro .intro-card .card {
	float: left;
	width: 33.3333%
}

.about-us-intro .intro-card .inner {
	position: relative;
	padding: 0 25px
}

.about-us-intro .intro-card .inner img {
	display: block;
	width: 100%
}

.about-us-intro .intro-card .info {
	position: absolute;
	left: 67px;
	top: 28.18627%;
	color: #fff;
	font-size: 18px;
	line-height: 28px
}

.about-us-intro .intro-card .en {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase
}

.about-us-intro .intro-card .cn {
	margin-bottom: 37px;
	font-size: 30px;
	line-height: 50px;
	font-weight: bold
}

.certificate-desc {
	padding-top: 92px
}

.full-certificate {
	background-color: #f2f2f2;
	padding: 86px 0 196px;
	position: relative
}

.full-certificate .slides li {
	position: relative;
	width: 100%
}

.full-certificate .slides li img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	max-width: 100%;
	width: auto
}

.full-certificate .slides .after {
	display: block;
	width: 100%;
	padding-bottom: 136.12167%
}

.full-certificate .slides .center {
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center
}

.full-certificate .slides .hack {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 0;
	height: 100%
}

.full-certificate .flex-control-nav {
	z-index: 10;
	bottom: -93px;
	line-height: 0
}

.full-certificate .flex-control-nav a {
	background-color: #bfbfbf
}

.full-certificate .flex-control-nav .flex-active {
	background-color: #d93f3d
}

.full-certificate .flex-direction-nav {
	position: absolute;
	width: 100%;
	bottom: -93px
}

.full-certificate .flex-direction-nav a {
	position: absolute;
	bottom: 0;
	z-index: 20;
	width: 58px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	font-size: 0
}

.full-certificate .flex-direction-nav .flex-prev {
	left: 0;
	background-image: url("404.png")
}

.full-certificate .flex-direction-nav .flex-prev:hover {
	background-image: url("404.png")
}

.full-certificate .flex-direction-nav .flex-next {
	right: 0;
	background-image: url("404.png")
}

.full-certificate .flex-direction-nav .flex-next:hover {
	background-image: url("404.png")
}

.full-certificate .slide-ctrl {
	position: absolute;
	bottom: -93px;
	z-index: 20;
	width: 58px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	font-size: 0
}

.full-certificate .slide-prev {
	left: 0;
	background-image: url("404.png")
}

.full-certificate .slide-prev:hover {
	background-image: url("404.png")
}

.full-certificate .slide-next {
	right: 0;
	background-image: url("404.png")
}

.full-certificate .slide-next:hover {
	background-image: url("404.png")
}

.full-certificate .certificate-reslider {
	overflow: hidden
}

.full-certificate .certificate-reslider ul {
	width: 100%;
	white-space: nowrap;
	font-size: 0
}

.full-certificate .certificate-reslider .center {
	overflow: hidden
}

.full-certificate .certificate-reslider .center img {
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s;
	max-width: 90%
}

.full-certificate .certificate-reslider .center:hover img {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02)
}

.full-certificate .certificate-reslider li {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1
}

.full-certificate-article {
	padding-top:75px;
	background-color: #f2f2f2
}

.full-certificate-article .info {
	float: left;
	padding-top: 2.875%;
}

.full-certificate-article .cert-ico {
	margin-bottom: 23px;
	height: 78px;
}

.full-certificate-article .cert-ico img {
	vertical-align: top;
	width: 78px;
}

.full-certificate-article .certificate {
	float: right;
	width: 46.875%;
	padding-right: 6.25%;
}

.full-certificate-article .certificate img {
	display: block;
	width: 100%;
}

.about-field {
	padding: 0px 0 0;
}

.about-field .main-business {
		margin-bottom:40px;
		border-left:1px solid #CCC;
}

.about-field .main-business .business-item {
	margin-left: -1px;
	width:25%;
	float:left;
	min-height:280px;
}

.about-field .main-business .ico {
	text-align:center;
}
.about-field .main-business h2 {
	text-align:center;
}

.about-field .main-business h2 {
	padding: 0px 0 0px
}

.about-field .main-business h2 a {
	font-size: 24px;
	line-height:30px;
	text-align:center;
	color:#333;
}

.about-field .main-business .inner {
	margin:0;
	padding: 6.5%;
	border: 1px solid #d9d9d9;
	background:#FFF;
}

.about-field .main-business .inner:hover{

	background:#F1F1F1;
}

.about-field .main-business .sub {
	border: 0;
	padding-bottom: 0;
}

.about-field .main-business .sub a {
	background: none;
	padding-left: 0;
	line-height: 32px;
}

.about-field .field-text {
	font-size: 16px;
	line-height: 30px;
	padding: 51px 0 64px;
}

.about-field .field-text .bred {
	font-weight: bold;
	color: #d93f3d;
}


.our-server {
	position: relative;
}

.our-server .bg {
	overflow: hidden
}

.our-server .bg img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	display: block;
	height: 640px;
}

.our-server .server-inner {
	position: absolute;
	left: 50%;
	top: 76px;
	margin-left: -800px;
}

.our-server .server-inner .server-desc {
	padding-top: 30px;
	font-size: 20px;
	line-height: 40px;
	font-style: italic;
	color: #fff;
}

.our-server .server-inner .server-desc .text {
	font-size: 28px;
}

.our-server .m-key-list {
	position: absolute;
	left: 0;
	bottom: 89px;
	z-index: 3;
}



.our-server-list{
	width:100%;
	overflow:hidden;	
}

.our-server-list dl{
	border-top:1px solid #CCC;
	width:100%;
	overflow:hidden;	
}

.our-server-list dl dt{
	margin-top:4%;
	width:45%;
	margin-left:5%;
	height:22px;
	float:left;
	line-height:22px;
	font-size:14px;
}

.our-server-list dl dt a{
	color:#333;
	font-size:14px;
	font-weight:200;
	
}

.our-server-list dl dt a:hover{
	color:#1536DF;
	font-size:14px;
	font-weight:400;
}




.about_right{ width:29%; float:right; overflow:hidden; margin-top:5%; }



.honor_list{ width:100%; overflow:hidden; float:left;}
.honor_list dl{ width:100%; overflow:hidden; float:left;}
.honor_list dl dt{ width:23%; margin:1%; overflow:hidden; float:left;}
.honor_list dl dt img{ width:100%;overflow:hidden; float:left;}



.news_list_all{ 
	width:100%; 
	overflow:hidden; 
	float:left;
	margin-top:2%;
}

.news_list_all dl{ 
	width:100%; 
	overflow:hidden; 
	float:left;
}

.news_list_all dl dt{ 
	width:22%;
	margin:1.5%;
	float:left;
	border:1px solid #ccc;
	padding:1.5%;
	border-radius:15px;
}

.news_list_all_data {
    width: 100px;
    overflow: hidden;
    float: left;
	color:#666;
}

.news_list_all_data_a {
    width: 100px;
    overflow: hidden;
    float: left;
    line-height: 150%;
    font-size: 40px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
}

.news_list_all_data_b {
    width: 100px;
    overflow: hidden;
    float: left;
    line-height: 200%;
    font-size: 16px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
}

.index_news_linea {
    width: 60px;
    height: 2px;
    background:#2467E9;
    float: left;
}

.news_list_title {
    font-size: 24px;
    line-height: 180%;
    float: left;
    color: #666;
    font-weight: 200;
}

.news_list_intro {
    width: 100%;
    font-size: 16px;
    font-weight: 200;
    line-height: 180%;
    margin-top: 5px;
    float: left;
}

.news_list_img{ width:100%; overflow:hidden; border-radius:20px; margin-top:20px; float:left;}
.news_list_img img{ width:100%; overflow:hidden; float:left;}


.news_list_all dl dt:hover{  background:#4A9DF9; border-radius:15px; color:#333;}
.news_list_all dl dt a:hover{background:#4A9DF9; border-radius:15px; color:#333;}

.news_list_all dl dt:hover .news_list_title {
    color: #fff;
}

.news_list_all dl dt:hover .news_list_intro {
    color: #fff;
}

.news_list_all dl dt:hover .index_news_linea {
    width: 60px;
    height: 2px;
    background:#fff;
    float: left;
}

.news_list_all dl dt:hover .news_list_all_data{ color:#fff;}

.ny_about_left {
    width: 100%;
    overflow: hidden;
    margin-top: 5%;
    float: left;
}
.ny_news_title{ width:100%; text-align:center; line-height:60px; font-size:30px; float:left; color:#666;}
.ny_news_datay{ width:100%; height:45px; line-height:45px; text-align:center; font-size:16px; border-bottom:1px solid #ccc; border-top:1px solid #ccc;color:#999; float:left; margin-bottom:35px;}
.ny_news_content{ width:100%; overflow:hidden; font-size:16px; line-height:200%; float:left; margin-bottom:30px; color:#666;}


.demo{padding: 2em 0;}
		.box{
		    text-align: center;
		    overflow: hidden;
		    position: relative;
		}
		.box:before{
		    content: "";
		    width: 0;
		    height: 100%;
		    background: #000;
		    padding: 14px 18px;
		    position: absolute;
		    top: 0;
		    left: 50%;
		    opacity: 0;
		    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
		}
		.box:hover:before{
		    width: 100%;
		    left: 0;
		    opacity: 0.5;
		}
		.box img{
		    width: 100%;
		    height: auto;
		}
		.box .box-content{
		    width: 100%;
		    padding: 14px 18px;
		    color: #fff;
		    position: absolute;
		    top: 38%;
		    left: 0;
		}
		.box .title{
		    font-size: 25px;
		    font-weight: 600;
		    line-height: 30px;
		    text-transform: uppercase;
		    margin: 0;
		    opacity: 0;
		    transition: all 0.5s ease 0s;
		}
		.box .post{
		    font-size: 15px;
		    text-transform: capitalize;
		    opacity: 0;
		    transition: all 0.5s ease 0s;
		}
		.box:hover .title,
		.box:hover .post{
		    opacity: 1;
		    transition-delay: 0.7s;
		}
		.box .icon{
		    padding: 0;
		    margin: 0;
		    list-style: none;
		    margin-top: 15px;
		}
		.box .icon li{
		    display: inline-block;
		}
		.box .icon li a{
		    display: block;
		    width: 40px;
		    height: 40px;
		    line-height: 40px;
		    border-radius: 50%;
		    background: #f74e55;
		    font-size: 20px;
		    font-weight: 700;
		    color: #fff;
		    margin-right: 5px;
		    opacity: 0;
		    transform: translateY(50px);
		    transition: all 0.5s ease 0s;
		}
		.box:hover .icon li a{
		    opacity: 1;
		    transform: translateY(0px);
		    transition-delay: 0.5s;
		}
		.box:hover .icon li:last-child a{
		    transition-delay: 0.8s;
		}
		.col-md-4{ margin-bottom:25px; width:32.5%;}
		.col-sm-6{ margin-bottom:25px; }
		
		.caselist_bg{ width:100%; height:60px; background:url(../image/rtbg.jpg) top right no-repeat; float:left;}
		.caselist_bg:hover{ width:100%; height:60px; float:left;background:url(../image/t-1.png) top right no-repeat #C40202;}
		.caselist_bg a{color:#666;}
		.caselist_bg a:hover .caselist_bg_title{color:#fff; padding-left:20px;}
		.caselist_bg a:hover .caselist_bg_intro{color:#fff; padding-left:20px;}
		.caselist_bg_title{ width:100%; height:35px; line-height:45px; float:left; font-size:20px; color:#666;}
		.caselist_bg_intro{ width:100%; height:25px; line-height:25px; float:left; font-size:14px; color:#666;}
		
		
		.contact_tit{ width:100%; height:143px; background:url(../image/Sbg.png) top center no-repeat; margin-top:5%;}
		.contact_title{ width:100%; font-size:40px; line-height:143px; text-align:center;}
		
		.contact_tblist{ width:100%; overflow:hidden; float:left; margin-top:55px;}
		.contact_tblist dl{ width:100%; overflow:hidden; float:left;}
		.contact_tblist dl dt{ width:25%; overflow:hidden; float:left;}
		.contact_img{ width:80px; height:80px; border:1px solid #CCC; border-radius:50px; float:left;}
		.contact_img img{ width:100%; height:auto;}
		
		.contact_text{ padding-left:20px; float:left; overflow:hidden;}
		.contact_texta{ font-size:24px; height:50px; line-height:55px; font-weight:200; color:#666;}
		.contact_textb{ font-size:20px;  line-height:30px;font-weight:200; color:#666;}
		.contact_textbb{ font-size:14px;  line-height:30px;font-weight:200; color:#666;}
		
		.contact_map{ width:100%; overflow:hidden; float:left; margin-top:35px; margin-bottom:35px;}
		.contact_map img{ width:100%; overflow:hidden; float:left;}
		
		.contact_xq{ width:100%; overflow:hidden; float:left; margin-bottom:30px;border-top:1px solid #CCC;}
		.contact_xq dl{ width:100%; overflow:hidden; float:left;}
		.contact_xq dl dt{ width:33.3%; overflow:hidden; float:left;}
		
		.contact_xg_t1{ width:100%; overflow:hidden; float:left; margin-top:15px; }
		.contact_xg_t1_t{ width:100%; overflow:hidden; font-size:24px; font-weight:500; margin-top:50px;}
		.contact_xg_t1_tt{ width:100%; overflow:hidden; font-size:16px; line-height:200%; font-weight:200;}
		
		.ny_about_leftaaa {
    width: 100%;
    overflow: hidden;
    margin-top:1%;
    float: left;
}



.ny_service_all{ width:100%; overflow:hidden; float:left; margin-top:40px; margin-bottom:40px;}

.ny_service_t{ width:100%; overflow:hidden; float:left; margin-bottom:80px; }
.ny_service_left{ width:45%; overflow:hidden; float:left;}
.ny_service_left img{ width:100%; height:auto; border-radius:5px;}

.ny_service_lefta{ width:45%; overflow:hidden; float:right;}
.ny_service_lefta img{ width:100%; height:auto;border-radius:10px;}

.ny_service_right{ width:53%; overflow:hidden; float:right;}
.ny_service_righta{ width:53%; overflow:hidden; float:left;}
.ny_service_right_title{ width:100%; height:45px; line-height:45px; font-size:28px; border-bottom:1px solid #CCC; margin-top:20px;}
.ny_service_right_title span{ float:right; font-size:14px; line-height:45px;}

.ny_serivce_pro{ width:100%; overflow:hidden; float:left;}
.ny_serivce_pro dl{ width:100%; overflow:hidden; float:left;}
.ny_serivce_pro dl dt{ width:25%; overflow:hidden; float:left; text-align:center; font-size:16px; margin-top:25px; line-height:200%;}
.ny_serivce_pro dl dt img{ width:80px; height:80px;}
.ny_serivce_pro dl dt a{ color:#333; font-weight:200;}

.ny_serivce_intro{ width:100%; line-height:180%; float:left; font-size:16px; color:#666; border:1px dashed #CCC; background:#FAFAFA; margin-bottom:30px; padding:10px;}


.ny_service_nyall{ width:100%; overflow:hidden; float:left;}
.ny_service_nytitle{ width:100%; overflow:hidden; float:left; text-align:center; font-size:28px; line-height:65px; line-height:180%;font-weight:bold;}
.ny_service_nyintro{ width:100%; font-size:16px; line-height:35px; float:left; text-align:center; margin-bottom:50px;}

.ny_service_tt{ width:48%; margin-right:2%; float:left; overflow:hidden; border:1px solid #CCC; margin-bottom:2%;}
.ny_service_t1{ width:96%; line-height:220%; font-size:22px; float:left; border-bottom:1px dashed #CCC; margin:2%; }
.ny_service_t2{ width:100%; overflow:hidden; margin-bottom:40px;}
.ny_service_t2 img{ width:100%; height:auto;}

.ny_service_line{ width:100%; overflow:hidden; border-bottom:1px solid #CCC; margin-top:40px; margin-bottom:40px; float:left;}
.ny_service_box{ width:100%; overflow:hidden; float:left;}
.ny_service_box ul{ width:100%; overflow:hidden; float:left;}
.ny_service_box ul li{ width:24%; overflow:hidden; float:left; margin:0.5%; border:1px solid #ccc; padding:10px;}


.ny_service_boxa{ width:100%; overflow:hidden; float:left;}
.ny_service_boxa ul{ width:100%; overflow:hidden; float:left;}
.ny_service_boxa ul li{ width:48%; overflow:hidden; float:left; margin:0.5%; border:1px solid #ccc; padding:10px;}

.ny_service_boxb{ width:100%; overflow:hidden; float:left;}
.ny_service_boxb ul{ width:100%; overflow:hidden; float:left;}
.ny_service_boxb ul li{ width:31.3%; overflow:hidden; float:left; margin:0.5%; border:1px solid #ccc; padding:10px;}


.ny_service_boxc{ width:100%; overflow:hidden; float:left;}
.ny_service_boxc ul{ width:100%; overflow:hidden; float:left;}
.ny_service_boxc ul li{ width:49%; overflow:hidden; float:left; margin:0.5%; border:1px solid #ccc; padding:10px;}
.ny_service_boxc ul li img{ max-width:100%;}

.ny_service_boxc_left{ width:40%; float:left; overflow:hidden;}
.ny_service_boxc_right{ width:55%; float:left; overflow:hidden; margin-left:2%;}

.ny_service_boxa ul li img{ max-width:80%;}


.ny_service_t3{ width:100%; line-height:45px; font-size:18px; float:left;font-weight:500; border-bottom:1px solid #CCC; margin-bottom:10px;}
.ny_service_t3 span{ font-size:28px; color:#236EEF;}


.ny_service_t4{ width:100%; line-height:180%; font-size:14px; float:left; font-weight:200;}

.ny_service_t5{ width:100%; line-height:45px; font-size:16px; float:left;font-weight:500;}
.ny_service_t5 div{ font-size:32px; color:#236EEF; float:left;}


.ny_ymzc{ width:100%; overflow:hidden; float:left;}
.ny_ymzc_all{ width:100%; overflow:hidden; margin-top:40px; float:left;}
.ny_ymzc_all_left{ overflow:hidden; float:left;width:30%;}

.ny_ymzc_all_left img{ border:1px solid #CCC; float:left; padding:15px; width:100%;}

.ny_ymzc_all_right{ float:left; font-size:16px; line-height:200%; overflow:hidden; padding-left:40px;width:68%;}
.ny_ymzc_all_right span{ font-size:24px; font-weight:bold; color:#FEB600; width:100%;}


.ppchimg{ width:100%; text-align:center; overflow:hidden; margin-bottom:40px;}
.ppchimg img{ max-width:100%; height:auto;}
.ppchyy{ width:100%; margin-top:20px; float:left; line-height:200%; font-size:16px;}
.ppchyy h3{ font-size:20px; font-weight:bold;}


@media only screen and (max-width: 1680px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
	.index_fwxm_right ul li {
    width: 240px;
    overflow: hidden;
    float: left;
}
}


@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
	.index_fwxm_right ul li {
    width: 240px;
    overflow: hidden;
    float: left;
}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
	.index_fwxm_right ul li {
    width: 220px;
    overflow: hidden;
    float: left;
}
.index_fwxm_left {
    width: 40%;
    margin-top: 160px;
    color: #fff;
    float: left;
}

.index_case_intro {
    width: 100%;
    margin-top:5px;
    color: #fff;
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    letter-spacing: 2px;
}
.index_case_cent {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top:3%;
}

.index_news_tit{ width:100%; margin-top:5%; color:#FFF; font-size:32px; height:50px; line-height:50px;letter-spacing:2px;}
.index_news_line{ width:80px; height:2px; background:#FFF; float:left; margin-top:10px;}

.index_news_all{ width:100%; overflow:hidden; float:left;}
.index_news_all dl{display: flex;justify-content: space-between;flex-wrap: wrap; width:100%; margin-top:1%;}
.index_news_all dl dt{ width:22%; height:400px; color:#FFF;}
.index_news_all dl dt a{color:#FFF;}
.index_news_all dl dt:hover{ width:23%;  height:400px; background:#FFF; border-radius:15px; color:#333;}
.index_news_all dl dt a:hover{ width:23%;  height:400px; background:#FFF; border-radius:15px; color:#333;}
.index_news_all dl dt .index_news_text{ width:90%; margin:5% auto; overflow:hidden;}
.index_news_all dl dt .index_news_data{ width:100px; overflow:hidden; float:left;}
.index_news_all dl dt .index_news_data_a{ width:100px; overflow:hidden; float:left; line-height:100%; font-size:24px; font-weight:100; font-family:Arial, Helvetica, sans-serif;}
.index_news_all dl dt .index_news_data_b{ width:100px; overflow:hidden; float:left; line-height:200%; font-size:14px;font-weight:100; font-family:Arial, Helvetica, sans-serif;}

.index_news_all dl dt a .index_news_line{ width:60px; height:2px; background:#FFF; float:left;}


.index_news_all dl dt a:hover .index_news_line{ width:60px; height:2px; background:#2467E9; float:left;}

.index_news_title{ font-size:16px; line-height:180%; float:left; color:#FFF; font-weight:200;}
.index_news_all dl dt:hover .index_news_title{ font-size:16px; line-height:180%; float:left; color:#333; font-weight:200;}
.index_news_all dl dt .index_news_intro{ width:100%; font-size:12px; font-weight:200; line-height:180%; margin-top:5px; float:left;}
.index_news_img{ width:100%; overflow:hidden; float:left; margin-top:10px;border-radius:15px;}
.index_news_img img{ width:100%; height:auto; border-radius:25px;  float:left;}
.index_news_an a{ width:175px; height:45px; background:url(../image/an_b.png) top left no-repeat; line-height:45px; color:#fff; font-size:14px; margin:1% auto; display:block;padding-left:40px;}
.index_news_an a:hover{ width:175px; height:45px; background:url(../image/an_a.png) top left no-repeat; line-height:45px; color:#fff; font-size:14px; padding-left:40px;display:block;}





.footlogo{ width:100%; overflow:; margin-top:5%;}
.footcontent{ width:100%; margin-top:3%; overflow:hidden; color:#fff;}
.footcontent_left{ width:55%; float:left; overflow:hidden;}
.footcontent_left dl{ display: flex;justify-content: space-between;flex-wrap: wrap; width:100%;}
.footcontent_left dl dt{ width:18%; text-align:left;}
.footcontent_left_ewm{ width:100%; overflow:hidden; float:left;}
.footcontent_left_ewm ul{ width:100%; overflow:hidden; float:left;}
.footcontent_left_ewm ul li{ width:33.3%; overflow:hidden; float:left; text-align:left; color:#ccc; line-height:300%; font-size:16px;}

.footcontent_left_ewm ul li img{ width:110px; overflow:hidden; float:left; text-align:left; color:#ccc; line-height:200%; font-size:16px;}

.footcontent_left_ewm ul li span{ width:110px; overflow:hidden; float:left; text-align:center; color:#ccc; line-height:300%; font-size:12px;}

.footcontent_bottom{ width:100%; height:35px; line-height:35px; color:#ccc; float:left; text-align:left; font-weight:200; font-size:14px;}

.foot_title{ font-size:14px; color:#fff; height:30px; line-height:30px; float:left; text-align:left; font-weight:200;}
.foot_title_line{ width:60px; height:2px; background:#6C7B8E; margin-top:5px;}
.foot_left_ul{ width:100%; overflow:hidden; float:left;}
.foot_left_ul dl{ width:100%; overflow:hidden; float:left;}
.foot_left_ul dl dt{ width:100%; height:20px; line-height:20px; float:left; margin-top:5px;}
.foot_left_ul dl dt a{ width:100%; height:20px; line-height:20px; float:left; font-size:12px; color:#CCC; font-weight:100;}
.foot_left_ul dl dt a:hover{ width:100%; height:20px; line-height:20px; float:left; font-size:12px; color:#fff;font-weight:100;}

.foot_c_title{ width:100%; font-size:14px; color:#fff; font-weight:200;}
.footcontent_right{width:30%;  max-width:35%;float:right; overflow:hidden;}
.footcontent_right_r{ width:100%; overflow:hidden; float:left;}
.footcontent_right_r dl{ width:100%; overflow:hidden; float:left;}
.footcontent_right_r dl dt{ width:100%; overflow:hidden; float:left; margin-bottom:10px;}
.foot_left_ul_a{ width:100%; overflow:hidden; float:left; font-size:12px; color:#ccc; line-height:200%; font-weight:200; margin-top:8px;}

.contact_tblist dl dt {
    width: 50%;
    overflow: hidden;
    float: left;
	margin-bottom:30px;
}
.contact_xq dl dt {
    width:50%;
    overflow: hidden;
    float: left;
}

}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
	




}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
	.index_fwxm_right ul li {
    width: 180px;
    overflow: hidden;
    float: left;
	
}
.index_fwxm_left_b {
    width: 80%;
    line-height: 200%;
    font-size: 14px;
    color: #fff;
    margin-left: 4%;
    margin-top: 30px;
}

.about-field .main-business .business-item {
    margin-left: -1px;
    width: 50%;
    float: left;
}

.about_right img{ width:100%;}
.about_intro {
    width: 100%;
    font-size: 14px;
    line-height: 200%;
    color: #666;
    margin-top: 2%;
	margin-bottom:2%;
}

.other-channel {
    position: relative;
    float: right;
    z-index: 10;
    width:400px;
    font-size: 16px;
    line-height: 42px;
    color: #666;
}
.footcontent_left dl dt {
    width: 33.3%;
    text-align: left;
}
.foot_left_ul dl dt{ width:100%;}
.news_list_all dl dt{ 
	width:48%;
	margin:1%;
	float:left;
	border:1px solid #ccc;
	padding:1.5%;
	border-radius:15px;
}


.ny_service_left {
    width: 100%;

}

.ny_service_right {
    width: 100%;
    overflow: hidden;
    float: right;
}

.ny_service_righta {
    width: 100%;
    overflow: hidden;
    float: left;
}

.ny_service_lefta {
    width: 100%;
    overflow: hidden;
    float: right;
}

.ny_service_box ul li {
    width: 48%;
    overflow: hidden;
    float: left;
    margin: 1%;
    border: 1px solid #ccc;
    padding: 10px;
}

.ny_service_boxa ul li{ width:98%;}
.ny_service_t3 img{ width:50% !important;}
.ny_service_boxb ul li {
    width: 99%;
  
}

.ny_service_boxc ul li {
    width: 99%;
    overflow: hidden;
    float: left;
    margin: 0.5%;
    border: 1px solid #ccc;
    padding: 10px;
}

}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

.index_fwxm_right ul li {
    width: 210px;
    overflow: hidden;
    float: left;
    margin-bottom:20px;
}
.index_fwxm_right_wz_text_b {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size:10px !important;
    float: left;
    color: #ccc;
}
.index_case_data {
    color: #1C94D0;
    font-size: 60px;
    font-weight: 100;
}

.index_hzhb_left {
    width: 40%;
    margin-top:40%;
    color: #333;
    float: left;
}

.index_hzhb_right img {
    width: 100%;
    float: right;
    overflow: hidden;
    margin-top:20%;
}

.index_news_all dl dt {
    width:46%;
    height: 400px;
    border-radius: 15px;
    color: #333;
	margin-bottom:20px;
}
.index_news_all dl dt:hover {
    width:48%;
    height: 400px;
    background: #FFF;
    border-radius: 15px;
    color: #333;
}
.index_news_all dl dt {
    width: 46%;
    height: 380px;
    border-radius: 15px;
    color: #333;
    margin-bottom: 20px;
}
.footlogo {
    width: 100%;
	overflow:hidden;
    margin-top: 15%;
}

.footcontent_left dl dt {
    width: 33.3%;
    text-align: left;
}

.foot_left_ul dl dt{ width:100%;}
.index_fwxm_left {
    width: 100%;
    margin-top:40%;
    color: #fff;
    float: left;
}

.index_fwxm_left_b {
    width: 80%;
    line-height: 200%;
    font-size: 14px;
    color: #fff;
    margin-left: 4%;
    margin-top: 10px;
}

.index_fwxm_an a {
    width: 175px;
    height: 45px;
    background: url(../image/an_a.png) top left no-repeat;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    margin-top:10px;
    display: block;
    margin-left: 4%;
}
.index_fwxm_right {
    width: 100%;
    float: inherit;
    overflow: hidden;
}

.index_fwxm_right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top:10%;
}

.index_fwxm_right ul li {
    width:32%;
    overflow: hidden;
    float: left;
    margin-bottom:15px;
}

.index_fwxm_right_wz_text {
    width: 70%;
    height: 80px;
    margin-top: -70px;
    float: left;
    position: absolute;
    z-index: 999;
    margin-left:10px;
    color: #fff;
}
.index_case_cent dl dt{
    width: 50%;
    overflow: hidden;
    float: left;
    text-align: center;
    color: #FFF;
    font-size: 16px;
	margin-bottom:25px;
}
.index_hzhb_left {
    width: 100%;
    margin-top:30%;
    color: #333;
    float: left;
}
.index_hzhb_left_b {
    width: 90%;
    line-height: 180%;
    font-size: 18px;
    color: #333;
    margin-left: 4%;
    margin-top: 30px;
}

.index_hzhb_an a {
    width: 175px;
    height: 45px;
    background: url(../image/an_b.png) top left no-repeat;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    margin-top:20px;
    display: block;
    margin-left: 4%;
}

.index_hzhb_right {
    width: 80%;
    float: inherit;
    overflow: hidden;
	margin:0 auto 20px auto;
	
}

.inside-banner .ban-info h2 {
    margin-bottom: 10px;
    font-size:30px;
    line-height: 66px;
    letter-spacing: 5px;
}
.inside-banner .ban-info p {
    font-size:16px;
    line-height: 30px;
}

.col-md-4 {
    margin-bottom: 25px;
    width: 45%;
}

.other-channel {
    position: relative;
    float: right;
    z-index: 10;
    width: 100%;
    font-size: 16px;
    line-height: 42px;
    color: #666;
}

.about_aboutmbx {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: 100;
    float: left;
	border-bottom:1px solid #CCC;
	width:100%;
	margin-bottom:20px;
}

.contact_xq{ width:100%; overflow:hidden; float:left; margin-bottom:30px;border-top:1px solid #CCC;}
		.contact_xq dl{ width:100%; overflow:hidden; float:left;}
		.contact_xq dl dt{ width:50%; overflow:hidden; float:left;}
		
		.contact_xg_t1{ width:100%; overflow:hidden; float:left; margin-top:15px; }
		.contact_xg_t1_t{ width:100%; overflow:hidden; font-size:24px; font-weight:500; margin-top:50px;}
		.contact_xg_t1_tt{ width:100%; overflow:hidden; font-size:16px; line-height:200%; font-weight:200;}
		
		.ny_about_leftaaa {
    width: 100%;
    overflow: hidden;
    margin-top:1%;
    float: left;
}

.contact_img{ width:60px; height:60px; border:1px solid #CCC; border-radius:50px; float:left;}
		.contact_img img{ width:100%; height:auto;}
		.contact_texta {
    font-size:18px;
    height:30px;
    line-height:30px;
    font-weight: 200;
    color: #666;
}

.contact_textb {
    font-size:16px;
    line-height: 30px;
    font-weight: 200;
    color: #666;
}

.contact_xg_t1_t {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
    margin-top: 50px;
}

.contact_xg_t1_tt {
    width: 100%;
    overflow: hidden;
    font-size:14px;
    line-height: 200%;
    font-weight: 200;
}

.ny_service_tt {
    width: 98%;
    margin:1% 1%;

}


}
@media only screen and (max-width: 767px){
	
.index_fwxm_left {
    width: 100%;
    margin-top:20%;
    color: #fff;
    float: left;
}

.index_fwxm_right ul li {
    width: 48%;
    overflow: hidden;
    float: left;
    margin-bottom: 15px;
}
.footcontent_right_r {
	display:none;
    width: 100%;
    overflow: hidden;
    float: left;
}

.footcontent_left {
    width: 100%;
    float: left;
    overflow: hidden;
}


.footcontent_bottom {
    width: 100%;
	height:auto;
    line-height:25px;
    color: #ccc;
    float: left;
    text-align: left;
    font-weight: 200;
    font-size: 14px;
	
}

.about_aboutmbx {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: 100;
    float: left;
	width:100%;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}

.containers{ width:96%;}
.other-channel {
	width:100%;
	
}
.m-about-title {
    font-size:32px;
    line-height: 48px;
    font-weight: bold;
    color: #1a1a1a;
}
.m-about-text {
    padding: 21px 0 36px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.contact_title {
    width: 100%;
    font-size:30px;
    line-height: 143px;
    text-align: center;
}
.contact_tblist dl dt {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
}

.contact_xq dl dt {
    width: 100%;
    overflow: hidden;
    float: left;
}
.ny_news_content img{ width:100% !important; height:auto;}
.ny_ymzc_all_left {
    overflow: hidden;
    float: left;
    width: 100%;
}

.ny_ymzc_all_right {
    overflow: hidden;
    float: left;
    width: 100%;
	padding-left:0px;
	padding-top:30px;
}

.ny_ymzc img{ width:100%; overflow:hidden;}

}

@media only screen and (max-width: 480px){
	
	.about_left{ width:100%;}
 	.about_right{ width:100%; text-align:center;}
	.about_right img{ width:80%; margin:0 auto;}
	.m-about-title {
    font-size: 24px;
}

.news_list_all dl dt{ 
	width:98%;
	margin:1%;
	float:left;
	border:1px solid #ccc;
	padding:1.5%;
	border-radius:15px;
}

.m-about-text {
    font-size: 14px;
}

.about-field .main-business h2 a{
    text-align: center;
	font-size:18px;
}

.about-field .main-business .business-item {
    margin-left: -1px;
    width: 100%;
    float: left;
}
.inside-banner .ban-info h2 {
    margin-bottom: 10px;
    font-size:22px;
    line-height: 66px;
    letter-spacing: 5px;
}
.inside-banner .ban-info p {
    font-size:14px;
    line-height: 30px;
}
.crumbs a{

	font-size:14px;
}

.crumbs span{

	font-size:14px;
}
.other-channel dl dt a{
	font-size:14px;
}
.honor_list dl dt{ width:48%; margin:1%; overflow:hidden; float:left;}
.ny_news_title{ width:100%; text-align:center; line-height:40px; font-size:16px; float:left; color:#666;}

.ny_news_datay{ font-size:14px; height:40px; line-height:40px;}

.ny_news_content {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.col-md-4 {
    margin-bottom: 15px;
    width: 100%;
	clear:both;
	float:left;
}

.ny_serivce_pro dl dt {
    width: 50%;
    overflow: hidden;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    line-height: 200%;
}

.ny_service_right_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    border-bottom: 1px solid #CCC;
    margin-top: 20px;
}

.ny_service_box ul li {
    width: 98%;
    overflow: hidden;
    float: left;
    margin: 1%;

}

.ny_service_nytitle {
    width: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    font-size: 24px;
    line-height: 65px;
    line-height: 180%;
    font-weight: bold;
}

.ny_service_boxc_left {
    width: 100%;
    float: left;
    overflow: hidden;
	text-align:center;
}
.ny_service_boxc_left img{
    width: 90%;
}

.ny_service_boxc_right {
    width: 100%;
    float: left;
    overflow: hidden;
}
}

@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}