@font-face {
	font-family: 'tt';
	src: url('../font/tt7.woff') format('woff');
}

.gallery_box>span i, .title_3 i {
	display: none;
}
* {
	margin: 0;
	padding: 0
}
img {
	border: none;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	transform: scale(1);
	transition: 0.4s;
	
}
iframe {
	max-width: 100%;
	margin: 0px 0;
}
@media (max-width: 1023px) {
iframe {
	height: auto;
	width: auto;
}
}
html {
	font-size: 100%
}
body {
	position: relative;
	color: #212121;
	font-family: 'tt', Arial, 'Microsoft YaHei';
	background-color: #f5f5f5;
}
ul {
	list-style-type: none;
}
a {
	color: #4f79c5;
	text-decoration: none;
	border: none;
}
p {
	font-size: 14px;
	line-height: 22px;
}
.div_p{
	font-size: 16px;
}
h2 {
	font-size: 36px;
	line-height: 48px;
}
h3 {
	font-size: 30px;
	line-height: 40px;
}
h4 {
	font-size: 25px;
	line-height: 28px;
}
h5 {
	font-size: 18px;
	line-height: 22px;
}
 @media screen and (max-width: 960px) {
h2 {
	font-size: 24px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 18px;
}
h4 {
	font-size: 16px;
	line-height: 16px;
}
h5 {
	font-size: 14px;
	line-height: 16px;
}
}
pre {
	white-space: pre-wrap!important;
}


a, .section_title_1 .setting span, a.more, .side_box .section_title_1>p, .form .section_title_1>p, .catg_hide p, .list_text a:hover p, .catg_name a:hover, .foot_extend a:hover, .gallery_box:hover span {
	color: #5d5d5d;
}
.section_title_1 .setting span:after, .btn_1 a:hover, .catg_hide, a.btn_contact:hover, .form input:focus, .form textarea:focus {
	border-color: #5d5d5d;
}
.home .section_title_3>p:after, .home .section_title_1>p:after, .slick-dots li.slick-active button, .alpha_bg, .btn_1 a:after, .gallery_box:hover:before,  .catg_name a.on, a.btn_2:before, .page_on a, a.btn_contact:hover, .formBtn button:hover, .service_box_text p a:hover {
	background-color: #5d5d5d;
}
.header {
	background-color: #FFF;
}
.nav li a, .header_info p, .header_info p a {
	color: #5d5d5d;
}
.on a {
	border-color: #5d5d5d;
}




.index {
	position: relative;

	
	box-sizing: border-box;
	height: 540px;
}
.content {
	position: relative;

	background-color: #f5f5f5;
	box-sizing: border-box;
	height: 100%;
}
.h_100 {
	position: relative;
	height: 90px;
}
.slider~.h_100 {
	display: none;
}

.slider {
	margin-top: 120px;
}
.slider .item {
	position: relative;
	background: #ccc;
	color: #FFF;
	text-align: center;
	background-size: cover;
	background-position: 50%;
}
.slider .item {
	transition: 0.4s;
}
.slider .item:hover {
	-webkit-filter: contrast(1.2);
	-ms-filter: contrast(1.2);
	filter: contrast(1.2);
}
.slider .item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	opacity: 0;
	filter: Alpha(opacity=0);
	z-index: 8;
}
.slider .item span {
	display: none;
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ccc;
	font-size: 30px;
	font-family: "tt", Arial, 'MingLiU', 'Microsoft YaHei';
}
.slick-prev, .slick-next {
	position: absolute;
	width: 90px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	overflow: hidden;
	text-indent: 999px;
	background: transparent;
	border: none;
	outline: none;
	z-index: 10;
	cursor: pointer;
}
.slick-prev {
	left: 0;
	background-image: url(../image/s_prev2.png)\9;
}
.slick-next {
	right: 0;
	background-image: url(../image/s_next2.png)\9;
}
.slick-prev:before, .slick-next:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	top: -17px\0;
	background-size: 100%;
	background-position: 0;
	z-index: 9;
}
.slick-prev:before {
	background-image: url(../image/s_prev.png);
}
.slick-next:before {
	background-image: url(../image/s_next.png);
}
.slick button {
	border: 0;
}
.slick-prev:after, .slick-next:after {
	content: "";
	display: none\9;
	position: absolute;
	background-color: #212121;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
	transition: 0.4s;
	z-index: 0;
}
.slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;
}
.slick-dots li {
	display: inline-block;
	margin: 0 4px;
	padding: 10px 0;
}
.slick-dots li button {
	position: relative;
	text-indent: 999px;
	width: 40px;
	height: 3px;
	top: 0;
	font-size: 0;
	background: transparent;
	border: none;
	outline: none;
	background-color: #e6e6e6;
	opacity: 0.7;
	filter: Alpha(opacity=70);
	cursor: pointer;
	transition: 0.3s;
}
.slick-dots li.slick-active button {
	opacity: 1;
	background-color: #8B8D90;
	filter: Alpha(opacity=100);
}
 @media screen and (min-width: 1024px) {
.slick-prev:hover:after, .slick-next:hover:after {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.slick-dots:hover li button {
	height: 12px;
	top: -4px;
}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	background-color: #f7f7f8;
	
	
	box-shadow: 1px 1px 4px rgba(11,11,11,.06);
	color: #fff;
	z-index: 99;
	
}
.nav {
	position: relative;
	width: 90%;
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	z-index: 999;
}
.logo {
	position: relative;
	left: 0;
	top: 0;
	height: 120px;
	float: left;
}
.logo img {
	max-height: 30%;
}
.nav ul {
	position: relative;
	left: 50px;
	float: right;
	z-index: 999;
}
.nav li {
	position: relative;
	display: inline;
	padding-right: 30px;
	z-index: 999;
}
.nav li a {
	position: relative;
	font-size: 15px;
	color: #000;
	letter-spacing: 1px;
	opacity: 1;
	
	padding-bottom: 4px;
	font-family: 'blank', 'tt', Arial, 'Microsoft YaHei';
	z-index: 999;
}
.on a {
	border-bottom: 1px solid #fff;
}




.header_info {
	position: absolute;
	right: 4px;
}
.header_info img {
	max-height: 70px;
}
.header_info p {
	line-height: 90px;
	font-size: 12px;
	color: #999;
	font-family: 'blank', 'tt', Arial, 'Microsoft YaHei';
	font-weight: 700;
}
.header_info a {
	color: #212121;
	padding: 2px 0;
	border-bottom: 1px solid #fff;
}
.side_close {
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(404.png);
	background-repeat: no-repeat;
	background-position: 95% 2%;
	background-color: rgba(0,0,0,.9);
	z-index: 998;
	-webkit-transform: translateZ(0);
	transition: 0s;
}
.nav_icon {
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url(../image/nav-icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 99;
}
.pinpai {
    width: 1080px;
    margin: 0 auto;
    padding: 65px 0 10px;
    position: relative;
    z-index: 9;
    background-color: #fff;
	text-align:center;
}
.pinpai h3 {
    font-size: 36px;
    color: #5f6061;
    margin-bottom: 48px
}

.pinpai p a {
    color: #9fa0a0;
    transition: all .3s ease;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	font-size: 16px;
	line-height: 2em;
}

.pinpai div:hover p a {
    color: #000
}

.pinpai h3 {
    -webkit-animation: fadeleft .8s .3s ease both;
    -ms-animation: fadeleft .8s .3s ease both;
    -moz-animation: fadeleft .8s .3s ease both;
    animation: fadeleft .5s .3s ease both;
    margin-top: 2px
}

.pinpai .p1 {
    -webkit-animation: fadeleft .8s .3s ease both;
    -ms-animation: fadeleft .8s .3s ease both;
    -moz-animation: fadeleft .8s .3s ease both;
    animation: fadeleft .8s .3s ease both
}

.pinpai .p2 {
    -webkit-animation: fadeleft .8s .3s ease both;
    -ms-animation: fadeleft .8s .3s ease both;
    -moz-animation: fadeleft .8s .3s ease both;
    animation: fadeleft 1s .3s ease both
}

.pinpai .p3 {
    -webkit-animation: fadeleft .8s .3s ease both;
    -ms-animation: fadeleft .8s .3s ease both;
    -moz-animation: fadeleft .8s .3s ease both;
    animation: fadeleft 1.2s .3s ease both
}
 @media screen and (max-width: 750px) {
.pinpai {
    width: 94%;
    margin: 0 auto;
    padding: 40px 0px 0px 0px;
}

.pinpai h3 {
        font-size: 20px;
		font-weight:bold;
        margin-bottom: 20px;
        line-height: 2em
}
.pinpai p a {
    color: #9fa0a0;
    transition: all .3s ease;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    line-height: 2em;
}
}


.warp3 {
    width: 1400px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    padding-top: 50px
}

.warp3 a {
    color: #333;
}

.warp3 .warp3-list {
    width: 430px;
	margin: 0 auto;
    overflow: hidden;
	padding-left:90px
}

.warp3 .warp3-list ul li {
	line-height:40px;
}

.warp3 .warp3-list ul li a {
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #898989;
    font-size: 16px;
    transition: all 0.3s ease;
}

.warp3 .warp3-list ul li a:hover {
    color: #000;
}

.warp3 .warp3-title {
    font-size: 18px;
    padding-bottom: 15px;
    display: block;
	font-weight:bold;
}

.warp3 .warp3-title:hover {
    color: #000
}
 @media screen and (max-width: 750px) {
.section_2 {
    display: none;
}
}






.gotop{ text-align:right; background-color:#fff;margin-top: 50px;width:1400px;margin:0 auto; }
.gotop a{ display:inline-block; height:40px; line-height:40px; padding-right:26px; background:url(404.png) right center no-repeat; cursor:pointer;}
.gotop a:hover{color:#0054a3; background-image:url(404.png); }
.gotop .section_title_1 p{
	float:left;
	font-size:16px;
}
.gotop .section_title_1 .setting{
	float:left;
	font-size:16px;
	border:1px #e6e6e6 solid;
}
.container_fluid {
    padding: 0;
}
.gotop ul {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px 60px 0px;
    overflow: hidden;
    display: table;
	height:245px;
	}
.gotop ul li {
    width: 25%;
	float:left;
    display: inline-block;
	}

.gotop ul li img { 
    vertical-align: center;
    width: 68px;
	height: 68px;
	}
.gotop ul li .abc { 
    text-align: center;
	}
.gotop ul li .abc p{ 
	line-height:30px;
}
.gotop ul li h4 {
	font-size:24px;
	font-weight:bold;
	padding:15px 0px 5px 0px;
	margin-bottom:5px
	}
.gotop ul li h3 {
	font-size:16px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	margin-bottom:5px
	}
@media screen and (max-width: 750px){
	

	
.gotop {
	width:100%;
	display: block;
	margin-bottom:30px
}
.gotop ul {
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px 0px 0px;
}
.gotop ul li {
	padding-top:10px;
	flex-basis: 46%;
	text-align: center;
	margin: 0 auto !important;
}



}

 @media screen and (min-width: 1024px) {
.nav li a:hover {
	opacity: 0.4;
	filter: Alpha(opacity=40);
}
}

.section {
	position: relative;
	width: 100%;

}
.setting {
    margin-left: 600px;
    
	font-size: 12px;
    line-height: 2;
}
.hx {
    margin-top: 5px;

}
.index_ab {
    margin-left: 380px;
    
	font-size: 18px;
}

.div_p{
	padding-top:60px;
}

.section_title_1 {
	position: relative;397
	margin: 10px 0;
	box-sizing: border-box;
}
.section_title_1 .setting {
	position: relative;
	padding: 4px 0;
	margin-bottom: 20px;
}
.section_title_1 .setting span {
	position: relative;
	color: #4f79c5;
	font-size: 30px;
	font-family: "tt", Arial, 'MingLiU';
}
.section_title_1 .setting span:after {
	content: "";
	display: block;
	position: absolute;
	padding: 4px 0;
	width: 100%;
	border-bottom: 1px solid #4f79c5;
	z-index: 1;
}
.section_title_1 .setting a {
	position: absolute;
	right: 0;
}
.section_title_1 .setting:after {
	content: "";
	display: block;
	position: absolute;
	padding: 4px 0;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	z-index: 0;
}



.home {
	
}
.case {
	background-color: #FFFFFF;
	margin-top: 50px;
}
.home .section_title_1 {
	text-align: center;
	font-size:18px;
	font-weight:bold;
	font-family:"Microsoft YaHei",微软雅黑;
}
.home .section_title_1 .setting:after {
	display: none;
}
.home .section_title_1>p:after, .home .section_title_3>p:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -16px;
	margin-left: -45px;
	width: 90px;
	height: 1px;
	background-color: #000;
}
.home .section_title_1>p, .home .section_title_3>p {
	position: relative;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 30px;
	font-family:"Microsoft YaHei",微软雅黑;
	
	word-spacing: 2px;
    letter-spacing: 2px;
	
	color:#000;
}
.home .section_title_1 .setting p, .home .section_title_3 .setting p {
	font-size: 16px;
	color: #999;
	letter-spacing: 1px;
	font-family:"Microsoft YaHei",微软雅黑;
	font-weight: 700;
}
.home .section_title_3 p {
	color: #fff;
}
.service_box {
	position: relative;
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 10px;
	box-shadow: 1px 1px 4px rgba(11,11,11,.06);
	background-color: #fff;
	box-sizing: border-box;
}
.service_box:last-child {
	margin: 0;
	margin-top: 10px;
}
.service_box img {
	width: 100%;
	-webkit-filter: contrast(1);
	transition: 0.3s;
	opacity: 1;
}
.service_box_text {
	min-height: 150px;
	padding: 20px 30px;
	box-sizing: border-box;
}
.service_box_text h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

.service_box_text p {
	
	margin-bottom: 10px;
}
.section:after, .section_2_cell:after, .list_item:after, .footer_cell:after, .second_page:after, .side_contact:after, .foot_extend:after, .gallery_list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.service_box_text p a {
	position: relative;
	margin-top: 16px;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	color: #222;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #EDEDED;
	text-align: center;
	transition: 0.3s;
}
.service_box_text p a:hover {
	background-color: #000;
	color: #fff;
}


.section_2 {
	position: relative;
	background-color: #a2a7ab;
	min-height: 360px;

	box-sizing: border-box;
}
.section_2.home_about {
	padding: 100px;
}
.bg_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(404.png);
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center !important;
	
	z-index: 1;
}
@media screen and (max-device-width: 1024px) {
.bg_blur {
	background-attachment: scroll;
}
}
.bg_light {
	
	width: 100%;
	background-color: #f7f7f8 !important;
	z-index: 1;
}
.setting {
    margin-left: 45%;
    
	font-size: 12px;
    line-height: 2;
}
.hx {
    margin-top: 5px;

}
.index_ab {
    margin-left: 33%;
    
	font-size: 18px;
}
.alpha_bg {
	position: absolute;
	width: 100%;
	height: 620px;
	top: 0;
	left: 0;
	background-image: url(404.png);
	background-size: cover;
	background-attachment: fixed;
	opacity: 1;
	z-index: 1;
}
.section_2_brief p {
	white-space: pre-line;
	font-size: 16px;
	line-height: 30px;
}
.section_2_cell {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	z-index: 4;
}
.section_2_left {
	position: relative;
	
	text-align: center;
	width: 70%;
	margin: 0 auto;
	color: #fff;
	background: rgba(11,11,11,.2);
	padding: 30px 80px;
	z-index: 10;
	box-sizing: border-box;
}
.section_title_2 .setting {
	margin-top: 6px;
}
.section_title_2 .setting span {
	position: relative;
	padding-top: 10px;
	font-size: 36px;
	font-family: 'blank', Arial, 'Microsoft YaHei';
	font-weight: 700;
}

.section_title_2 {
	margin-top: 20px;
	margin-bottom: 40px;
}
.btn_1 a {
	position: relative;
	display: block;
	padding: 14px;
	margin: 30px auto;
	width: 200px;
	color: #fff;
	border: 2px solid #fff;
	z-index: 2;
	transition: 0.4s;
	box-sizing: border-box;
}
.btn_1 a:before {
	content: ">";
	display: inline-block;
	position: absolute;
	right: 20px;
}
.btn_1 a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #4f79c5;
	z-index: -1;
	transition: 0.2s;
}
.section_2_right {
	position: relative;
	width: 48%;
	float: right;
	overflow: hidden;
	z-index: 3;
}
.section_2_right img {
	width: 100%;
	transform: scale(1);
	-webkit-filter: contrast(1);
	transition: 0.4s;
}
 @media screen and (min-width: 1024px) {
.btn_1 a:hover:after {
	width: 100%;
}
.btn_1 a:hover {
	border-color: #4f79c5;
}
.section_2_right:hover img {
	transform: scale(1.1);
	-webkit-filter: contrast(1.2);
}
a.more:hover {
	color: #222;
}
}

a.more {
	position: absolute;
	color: #555;
	right: 0;
	z-index: 9;
}
.gallery_list {
	padding-top: 10px;
}
.gallery_box {
	position: relative;
	float: left;
	width: 33.3%;
	
	
	
	overflow: hidden;
	box-sizing: border-box;
}
.gallery_box:hover {
	background-color:#2F2E2E;
}
.gallery_box:nth-child(3n) {
	margin-right: 0;
}
.gallery_box img {
	border: 0px solid transparent;
	width: 100%;
	transform: scale(1);
	transition: 0.4s;
}
.gallery_box span {
	position: relative;
	font-size: 13px;
	display: block;
	margin-top: 10px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #333;
	z-index: 5;
	transition: 0.4s;
}

.gallery_box a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	opacity: 0;
	filter: Alpha(opacity=0);
	z-index: 9;
}
@media screen and (min-width: 1024px) {

.gallery_box:hover img {
	opacity: 0.7;
	transform: scale(1.1);
	background-color:#2F2E2E;
	
	

}
}


.section_title_3 {
	text-align: center;
}
.section_title_3 p {
	color: #111;
}
.section_title_3 span {
	position: relative;
	color: #212121;
	font-size: 30px;
	font-family: "tt", Arial, 'MingLiU';
}
.section_title_3 .setting {
	padding-top: 6px;
}
.home .section_title_3 .setting {
	color: #222222;
}
#news_slider {
	margin: 60px 0;
}
.list_item {
	position: relative;
	width: 1000px;
	margin: 0 100px;
 */
}
.list_img {
	position: relative;
	width: 35%;
	float: left;
	overflow: hidden;
	z-index: 9;
	height: 250px;
}
.list_img img {
	width: 100%;
	transform: scale(1);
	transition: 0.4s;
}
.list_text {
	position: relative;
	width: 64.5%;
	float: right;
	padding: 0px 0px 60px 30px;
	box-sizing: border-box;
}
p.time_1 {
	font-size: 12px;
	color: #ccc;
}
.list_text a p {
	color: #212121;
	font-size: 24px;
	
	line-height: 30px;
	margin-bottom: 20px;
}
.list_brief p {
	max-height: 150px;
	overflow: hidden;
	white-space: pre-line;
	line-height:40px;
}
.more_2 {
	position: relative;
	padding-top: 30px;
	z-index: 9;
}
.list_item > a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 8;
}
#news_slider .slick-dots li {
	
	display: none;
}
.btn_2 {
	margin: 60px 60px 0px 60px;
	text-align:center;
}
.btn_2 a {
	position: relative;
display: inline-block;
	font-size: 16px;
	color: #3a3a3a;
	width: 260px;
	height: 40px;
	line-height: 40px;
	margin-left: 0px;
	background-color: #ededed;
	text-align: center;
	transition: 0.3s;
}
.side_r .list_item {
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;

}
.news_ .setting {
	margin-bottom: 36px;
}
.side_r .section_title_1 {
	margin: 0;
}
.side_r .list_text {
	padding-top: 0;
	padding-right: 0;
}


@media screen and (min-width: 1024px) {
.list_text a:hover p {
	color: #4f79c5;
}
.list_img:hover img {
	transform: scale(1.05);
}
.btn_2 a:hover {
	background-color: #A5A1A1;
}
}




.second_page_b {
	min-height: 90px;
	display: none;
}
.contact_.second_page_b {
	display: block;
}
.second_page_b img {
	width: 100%;
}
.side_box .gallery_box {
	width: 100%;
	float: none;
	margin: 15px 0;
}
.second_page {
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 0px;
}
.case_page {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
}
.side_box, .side_r {
	position: relative;
	min-height: 200px;

}
.side_l {
	position: relative;
	width: 20%;
	margin-right: 2.5%;
	
}
.side_c {
	position: relative;
	width: 100%;
	margin-right: 2.5%;
	float: left;
}
.side_r {
	

    
    
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 50px 50px 50px 50px;
}
.side_news {
    width: 100%;
    
    padding: 60px 0px 60px 0px;
    margin: 0 auto;
 
    margin-top: 0px;
	position: relative;
	min-height: 200px;
}
.side_news .list_item {
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;

}

.side_case {
	width: 1400px;
	
	padding: 30px 30px 60px 30px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.side_case .detail_text {
	padding-top:30px;
}
.side_case .detail_text p{
	font-size:16px;
	line-height:35px;
	margin-bottom: 15px;
}
.side_case_news {

	
	padding: 60px 30px 60px 30px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: 0px;
}

.detail_text p img{
max-width: 100%;

height: auto;

display: block;

margin: 0 auto !important;
	}
.side_caselb {
	width: 100%;
	

	margin: 0 auto;

}
.side_box {
	padding: 20px;
	margin-bottom: 20px;
   
}
.side_contact .side_box {
	box-shadow: none;
}
.side_box .section_title_1 {
	margin: 0
}
.side_box .section_title_1>p, .form .section_title_1>p {
	font-size:18px;
	color: #4f79c5;
}
.side_box .setting {
	margin: 0;
	padding: 0;
}
.side_box .setting p span {
	font-size: 16px;
	color: #111;
	font-family: Arial, 'Microsoft YaHei';
}
.side_box .setting p span:after {
	display: none;
}
.catg_t {
    margin-top: 34px;
    width: 40%;
    float: left;
    margin-left: 50px;
    font-size: 30px;
}
.catg_name {
    margin-top: 14px;
    width: 50%;
    float: right;
    font-size: 12px;
    line-height: 2;
	margin-right: 15%;
}
.case_name {


    font-size: 16px;
    line-height: 2;

    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;

}
.case_name  a{
	padding: 7px 10px;
}
.on_a span{
	border-bottom: 1px solid #A7A3A3;
	padding-bottom: 5px;
}
.case_name  a::after{
	content: "";
	margin-left: 18px;
}
.catg_name a {
	display: block;
	color: #111;
	background-color: #f2f3f6;
	height: 34px;
	line-height: 34px;
	padding-left: 16px;
	margin-bottom: 10px;
	transition: 0.3s;
	text-indent: 0;
	font-size: 14px;
}
.catg_name a:last-child {
	margin-bottom: 0;
}
.catg_name a.on {
	color: #fff;
	background-image: ;
}
.contact_mini_text p {
	font-size: 16px;
	margin-top: 10px;
	
	overflow: hidden;
	line-height:35px;
}
a.btn_contact {
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #111;
	border: 1px solid #eaeaea;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	transition: 0.3s;
}
.title_3 {
	border-bottom: 1px solid #f2f3f6;
	padding-bottom: 20px;
	font-size: 30px;
	font-family: Arial, 'Microsoft YaHei';
	background-color: #f5f5f5;
    height: 480px;
}
.title_3case {
	border-bottom: 1px solid #f2f3f6;
	padding-bottom: 20px;
	font-size: 30px;
	font-family: Arial, 'Microsoft YaHei';
	background-color: #f5f5f5;
    height: 480px;
}
.title_3ab {
	border-bottom: 1px solid #f2f3f6;
	padding-bottom: 20px;
	font-size: 30px;
	font-family: Arial, 'Microsoft YaHei';
	background-color: #f5f5f5;
    height: 40px;
}
.title_3n {

	padding-bottom: 40px;
	font-size: 20px;
	font-family: Arial, 'Microsoft YaHei';

    text-align: center;
	font-weight:bold;
}
.title_3bt {
	
	padding-bottom: 20px;
	font-size: 16px;
	font-family: 'blank', 'tt', Arial, 'Microsoft YaHei';
    padding: 100px 0px 0px 30px;
	line-height:35px;
}
.title_3zy {
	
	padding-bottom: 20px;
	font-size: 16px;
    font-family: 'blank', 'tt', Arial, 'Microsoft YaHei';
    padding: 80px 30px 0px 400px;
    line-height: 2;
}
.detail_time {
	color: #ccc;
	font-size: 12px;
	margin-bottom: 10px;
}
.detail_text img {
	
}
.detail_text>img {
	width: 100%;
}
.detail_text p {
	line-height: 24px;
	margin-bottom: 0px;
}
.side_r .gallery_box {
	width: 31%;
	margin-right: 3.4%;
}
.side_r .gallery_box:nth-child(4n) {
	margin-right: 3.4%;
}
.side_r .gallery_box:nth-child(3n) {
	margin-right: 0;
}

a.btn_2 {
	position: relative;
	margin-top: 20px;
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	text-indent: 10px;
	font-size: 12px;
	color: #000;
	background-color: #e7e7e7;
	background-color: rgba(0,0,0,.05);
	z-index: 99;
	transition: 0.3s;
}
a.btn_2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #4f79c5;
	opacity: 0;
	transition: 0.3s;
	z-index: -1;
}
a.btn_2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 97%;
	height: 100%;
	background-image: url(404.png);
	background-repeat: no-repeat;
	background-position: right;
	transition: 0.3s;
}
.ctrl {
	margin: 20px 0;
	margin-top: 40px;
}
.ctrl a {
	position: relative;
	float: left;
	margin: 0;
	margin-right: 0.33%;
	height: 40px;
	line-height: 40px;
	width: 33%;
	background-color: #e7e7e7;
	background-color: rgba(0,0,0,.05);
	box-sizing: border-box;
}
.ctrl a:after {
	display: none;
}
a#back:after, a#prev:after, a#next:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../image/btn-back.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
a#back:after {
	background-image: url(../image/btn-back.png);
}
a#prev:after {
	background-image: url(../image/btn-prev.png);
}
a#next:after {
	background-image: url(../image/btn-next.png);
}
.catg_hide {
	position: relative;
	display: none;
	top: 1px;
	width: 100%;
	height: 44px;
	border: 1px solid #4f79c5;
	background-image: url(404.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 44px;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.catg_hide_2 {
	background-image: url(404.png) !important;
}
.catg_hide p {
	font-size: 12px;
	line-height: 44px;
	color: #4f79c5;
}
.page {
	position: relative;
	margin: 20px auto;
	margin-bottom: 10px;
	text-align: center;
}
.page li {
	display: inline-block;
	background-color: #e7e7e7;
	background-color: rgba(0,0,0,.05);
	transition: 0.3s;
}
.page li a {
	display: inline-block;
	width: 60px;
	height: 40px;
	line-height: 40px;
	color: #000;
	box-sizing: border-box;
}
.page_on a {
	color: #fff !important;
	background-color: #4f79c5;
}
.page li:hover {
	opacity: 0.8;
}
 @media screen and (min-width: 1024px) {
.catg_name a:hover {
	color: #4f79c5;
	text-indent: 4px;
}
.catg_name a.on:hover {
	color: #fff;
	text-indent: 0;
}
a.btn_contact:hover {
	color: #fff;
	border-color: #4f79c5;
	background-color: #4f79c5;
}
a.btn_2:hover:before {
	height: 100%;
	opacity: 1;
}
a#back:hover:after {
	background-image: url(../image/btn-back.png);
}
a#prev:hover:after {
	background-image: url(../image/s_prev.png);
}
a#next:hover:after {
	background-image: url(../image/s_next.png);
}
.service_box img:hover {
	-webkit-filter: contrast(1.1);
	opacity: 0.8;
}
}

.side_contact {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 20px 50px 20px;
	margin-top: 0px;

}
.side_contact .side_box {
	border: none;
	width: 35%;
	float: left;
	padding-top: 10px;
}
.form .section_title_1 {
	margin: 10px 0;
}
.side_contact .section_title_1 {
	margin-bottom: 20px;
	font-size:18px;
	font-weight:bold;
}
.form input, .formText {
	border: 1px solid #dedede;
	background-color: #fbfbfb;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	padding: 4px;
	text-align: left;
	margin: 0 auto;
	outline: medium;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	transition: 0.4s;
}
.formText {
	text-align: left;
}
.form {
	position: relative;
	width: 60%;
	float: right;
}
form {
	position: relative;
	top: -10px;
}
.form textarea {
	height: 100px;
	max-width: 100%;
}
.form input:focus, .form textarea:focus {
	background-color: #fff;
	border: 1px solid #4f79c5;
}
.form dt {
	margin-top: 10px;
	color: #888;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 4px;
	height:26px;
}
.form dl {
	width: 49%;
	float: left;
}
.form dl:first-child {
	margin-right: 2%;
}
.formBtn button {
	display: block;
	padding: 10px;
	width: 100%;
	background: #212121;
	color: #fff;
	margin: 10px auto;
	line-height: 18px;
	cursor: pointer;
	border: none;
	transition: 0.4s;
}
.formBtn:before {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.formBtn button:hover {
	background-color: #4f79c5;
}
#sendbtn{
	width:120px;
	height:45px;
}
 @media screen and (min-width: 1024px) {
.textandpic:hover img {
	opacity: 0.8;
}
}

.footer {
	position: relative;
	width: 100%;
	padding: 30px 0;
	background-color: #fff;
	box-sizing: border-box;
	transition: 0.3s;
}
.footer_cell {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.footer a:hover {
	color: #999;
}
.follow {
	float: right;
}
.follow span {
	padding: 3px;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: 0.4s;
}
.follow a {
	display: inline-block;
	margin-left: 5px;
}
.follow span:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.s-qq, .s-weibo, .s-taobao, .s-tt, .s-renren {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.s-qq {
	background-image: url(../image/qq.png);
}
.s-renren {
	background-image: url(../image/renren.png);
}
.s-taobao {
	background-image: url(../image/taobao.png);
}
.s-weibo {
	background-image: url(../image/weibo.png);
}
.s-tt {
	background-image: url(../image/tt.png);
}
p.copy {
	font-size: 11px;
	line-height: 30px;
	float: left;
display:
}
.copy a {
	color: #999 !important;
}
.service_box_text p a.a_img {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	background: #fff !important;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 99;
}
.service_box_text p a.a_img:hover {
	background: #fff !important;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.foot_box, .foot_extend img {
	
}
.foot_img {
	text-align: center;
	margin-bottom: 30px;
}
.foot_img img {
	margin: 20px 0;
}
.foot_box span, .foot_box a {
	font-size: 13px;
	color: #555;
}
.foot_extend {
	white-space: pre-line;
	font-size: 0;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 16px;
	margin-bottom: 30px;
}
.for3 {
	float: left;
	width: 33%;
	padding: 0 4px;
	box-sizing: border-box;
}
.for44 {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 4px;
}
.for41 {
	float: left;
	width: 14%;
	box-sizing: border-box;
	padding: 0 4px 0 20px;
	
}
.for42 {
	float: left;
	width: 36%;
	box-sizing: border-box;
	padding: 0 4px;
}
.for43 {
	float: left;
	width: 25%;
	box-sizing: border-box;
    padding: 0 4px 0 20px;
	margin: 0px 0 30px 0;
}

.for6 {
	float: left;
	width: 15.6%;
	margin-right: 1%;
}
.foot_extend p {

	margin-bottom: 10px;
	font-size: 13px;

}
.foot_extend a {
	display: block;
	line-height: 24px;
	overflow: hidden;
	
}
.foot_extend span {
	line-height: 24px;
}


.foot_extend img {
	max-width: 100%;
}
.line {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
}




@media screen and (max-width: 1279px) {
.slick-dots {
	bottom: 0;
}
.nav, .section, .section_2_cell, .footer_cell, .second_page {
	width: 100%;
	
	box-sizing: border-box;
}

.header_info p {
	line-height: 100px;
	font-size: 12px;
}
.nav li a {
	font-size: 12px;
	letter-spacing: 0;
}
.nav li:after {
	height: 12px;
	margin-top: -6px;
}
.service_box_text p {
	max-height: none;
}
.service_box_text {
	min-height: 170px;
}
.section_2_left {
	width: 80%;
}
.list_item {
	width: 850px;
	margin: 0 60px;
}
.list_text a p {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight:bold;
	text-align: center;
}
.more_2 {
	padding-top: 20px;
}
}
 @media screen and (max-width: 960px) {
.section_title_1 .setting {
    position: relative;
    padding: 4px 0;
    margin-bottom: 0px;
}	 
	 
.slick-prev, .slick-next {
	width: 50px;
	height: 28px;
	margin-top: -14px;
}
.setting {
    padding: 0 8%;
    width: 88%;
    font-size: 12px;
    line-height: 2;
    margin-left: -4%;
}
.hx {
    margin-top: 5px;
    margin-left: 40%;
}
.index_ab {
    margin-left: 23%;
    width: 60%;
	font-size: 18px;
}
.slick-dots li button {
	width: 20px;
}
.home .section_title_1>p, .home .section_title_3>p {
	font-size: 20px;
}
.section_2_left {
	padding: 20px;
}
.contact_~.h_100 {
	display: none;
}
p {
	font-size: 12px;
}
.section, .section_2_cell, .footer_cell, .second_page {
	width: 100%;
}
.nav {
	width: 100%;
	height: 100%;
}
.header_info {
	display: none;
}
.nav {
	line-height: 80px;
}
.header, .h_100, .logo {
	height: 80px;
}
.header {
	position: fixed;
	top: 0;
}
.h_100 {
	display: block;
}
.slick-slider {
	margin-top: 50px;
}
.logo {
	margin-left: 20px;
}
.nav_icon {
	display: block;
	margin-top:22px
}
.nav ul {
	display: none;
	position: fixed;
	left: auto;
	width: 100%;
	text-align: center;
	top: 50%;
}
.nav li {
	display: block;
	line-height: 30px;
	padding-right: 0;
}
.nav li a {
	position: relative;
	font-size: 18px;
	line-height: 40px;
	color: #fff !important;
}
.nav li:after {
	display: none;
}
.service_box_text p {
	max-height: none;
}
.content {
	
	background-color:#fff;
}
.service_box_text h4 {
	font-size: 16px;
}
.section_2 {
	
}
.section_2.home_about {
	padding: 20px;
}
.section {

	margin-bottom: 0px;
}
.section_title_1 .setting span, .section_title_2 .setting span, .section_title_3 .setting span {
	font-size: 18px;
	line-height: 22px;
}
.section_2_right, .section_2_left {
	width: 100%
}
.btn_1 a {
	width: 100%;
	padding: 6px;
	font-size: 12px;
}
.case_name {


    font-size: 14px;
    line-height: 2;

    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left:2%;
	padding-right:2%;
}
.case_name  a{
	padding: 0 0 8px 0;
}
.case_name  a::after{
	content: "/";
	margin-left: 10px;
}
.gallery_box {
	width: 100%;
	margin-right: 0;
}
.gallery_box span {
	font-size: 12px;
}
.list_text, .list_img, .list_item {
	width: 100%;
}
.list_item {
	margin: 0;
}
#news_slider .slick-prev, #news_slider .slick-next {
	top: 70%
}
#news_slider {
	margin: 20px 0;
}
.list_text {
	padding: 0px 0px 20px 0px;
}
.side_news .list_item {
    margin-bottom: 0px;
    padding-bottom: 30px;
    
}
.more_2 {
	display: none;
}
.btn_2 {
	margin: 20px 0 0 0;
}
.btn_2 a {
	width: 100%;
	left: 0;
	margin-left: 0;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.side_box .setting p span {
	display: none;
}
.contact_mini, .side_box .section_title_1, .side_box>a {
	display: none;
}
.side_r {

	width: 90%;
    
    padding: 20px 10px 60px 10px;
    margin: 0 auto;

}
.side_news {

	width: 90%;
    
    padding: 10px 10px 60px 10px;
    margin: 0 auto;
}
.title_3 {
	font-size: 16px;
    height: 40px;
}
.title_3case {
	font-size: 16px;
    height: 350px;
}
.title_3bt {
	
	padding-bottom: 20px;
	font-size: 14px;
	font-family: 'blank', 'tt', Arial, 'Microsoft YaHei';
    padding: 30px 0px 0px 30px;
}
.side_case .detail_text p {
    font-size: 14px;
    line-height: 30px;
	margin-bottom: 10px;
}
.side_case .detail_text {
    padding-top: 10px;
}
.title_3zy {
	
	padding-bottom: 20px;
	font-size: 14px;
    font-family: 'blank', 'tt', Arial, 'Microsoft YaHei';
    padding: 20px 30px 0px 30px;
    line-height: 2;
}
.side_case {
    width: 90%;
    
    padding: 10px 10px 60px 10px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
.title_3ab {
	font-size: 16px;
    height: 40px;
}
.side_l {
	width: 100%;
	height: 100%;
	z-index: 2;
}
.side_l .side_box {
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
}
.catg_name a {
	text-align: center;
	padding: 0;
	font-size: 12px;
}
.catg_name {
	margin: 0;
	margin-bottom: 20px;
}
.catg_hide {
	display: block;
}
.has_sub {
	display: none;
	right: 0
}
.side_box .gallery_box {
	display: none;
}
.side_r .list_text {
	padding: 0;
	padding-bottom: 20px;
}
.side_r .gallery_box:nth-child(1) {
	width: 100%;
}
.side_r .gallery_box {
	width: 50%;
	margin-right: 0;
}
.side_r .gallery_box:nth-child(3n), .side_r .gallery_box:nth-child(4n) {
	margin-right: 0;
}
.side_contact .side_box {
	width: 100%;
	float: none;
	padding: 0px;
}
.form {
	width: 100%;
	float: none;
}
.side_contact .side_box .section_title_1 {
	display: block;
}
.side_contact .contact_mini_text p {
	overflow: visible;
}
p.time_1 {
	font-size: 12px;
}
.section_title_1 .setting a {
	display: none;
}
.for3, .for6 {
	width: 48%;
}
.for3 {
	float: left;
	margin-right: 1%;
}
.foot_box span, .foot_box a {
	font-size: 12px;
}
.foot_extend p {
	font-size: 12px;
}
.foot_extend a {
	line-height: 20px;
}

p.copy {
	width: 100%;
	float: none;
	text-align: center;
}
.foot_extend span {
	line-height: 16px;
}
.section_2_brief p {
	white-space: normal;
	font-size: 12px;
	line-height: 18px;
}
}
@media screen and (max-width: 480px) {
.service_box {
	width: 100%;
	margin-right: 0;
}
.service_box_text {
	min-height: 50px;
}
.for3, .for6 {
	width: 100%;
	margin: 0;
	padding-left: 20px;
	box-sizing: border-box;
}
.for4 {
	width: 50%;
}

.for41 {
	width: 36%;
}
.for42 {
	width: 64%;
}
.for43 {
	width: 50%;
}
.for44 {
	width: 50%;
}

.foot_box span, .foot_box a {
	font-size: 10px;
}
.foot_extend p {
	font-size: 11px;
}
.s-qq, .s-weibo, .s-taobao, .s-tt, .s-renren {
	width: 12px;
	height: 12px;
}
}
.page_on span {
	
	width: 60px;
	height: 40px;
	line-height: 40px;
	color: #000;
	box-sizing: border-box;
}
.section_title_1 p img {
	max-width: 70%;
}



.floatmenu-con {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 9999; }
  .floatmenu-con .item {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    position: relative; }
    .floatmenu-con .item a {
      text-decoration: none; }
    .floatmenu-con .item .link-con {
      color: #fff;
      display: block;
      line-height: 48px; }
      .floatmenu-con .item .link-con .iconfont {
        font-size: 24px; }
    .floatmenu-con .item.online {
      background: #1760D7; }
      .floatmenu-con .item.online a {
        line-height: 16px;
        padding-top: 8px;
        font-size: 12px; }
    .floatmenu-con .item .popover-con {
      position: absolute;
      right: 48px;
      padding-right: 15px;
      display: none; }
      .floatmenu-con .item .popover-con .popover-bd {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        border: 1px solid #d8d8d8;
        background: #fff;
        position: relative;
        color: #333; }
        .floatmenu-con .item .popover-con .popover-bd:before {
          content: '';
          position: absolute;
          background: url(404.png) no-repeat;
          height: 11px;
          width: 7px;
          top: 50%;
          margin-top: -5px;
          right: -7px; }
    .floatmenu-con .item:hover {
      background: rgba(0, 0, 0, 0.6); }
      .floatmenu-con .item:hover.online {
        background: #0d85e1; }
      .floatmenu-con .item:hover .popover-con {
        display: block; }
    .floatmenu-con .item.qq .popover-con {
      bottom: -20px; }
      .floatmenu-con .item.qq .popover-con .popover-bd {
        padding: 20px 10px;
        width: 190px; }
        .floatmenu-con .item.qq .popover-con .popover-bd .qq_num .btn-con {
          background: #86bf2f;
          color: #fff;
          display: inline-block;
          width: 50px;
          height: 20px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          line-height: 20px;
          font-size: 12px;
          margin-left: 5px; }
          .floatmenu-con .item.qq .popover-con .popover-bd .qq_num .btn-con:hover {
            background: #66a506; }
    .floatmenu-con .item.weixin .popover-con {
      bottom: -65px; }
      .floatmenu-con .item.weixin .popover-con .popover-bd {
        width: 150px;
        padding-top: 10px; }
        .floatmenu-con .item.weixin .popover-con .popover-bd .wechat-pic {
          padding: 0 5px 5px; }
          .floatmenu-con .item.weixin .popover-con .popover-bd .wechat-pic img {
            width: 100%; }
    .floatmenu-con .item.phone .popover-con {
      bottom: 0; }
      .floatmenu-con .item.phone .popover-con .popover-bd {
        padding: 12px 20px;
        width: 195px; }
        .floatmenu-con .item.phone .popover-con .popover-bd .phone-number {
          font-size: 14px; }
    .floatmenu-con .item.backtop {
      height: 34px; }
      .floatmenu-con .item.backtop .link-con {
        line-height: 34px; }

@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot'); 
  src: url('../font/iconfont.eot') format('embedded-opentype'), 
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAw0AAsAAAAAFfAAAAvmAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFGgqbMJV5ATYCJANECyQABCAFhG0HgXUbShIzo/aKs/Ih+y8TuDlhdcgEhkkmUnnRSLeZytaVAxWk3G8ZTndjEfQl/n+7iWNwn2uCiMba7NmLafpHrOPJLKmWIJ4g0ponEiX58Pw2/8/lAsq9gHWDcMV34MINKx9TrL6AscDeX7JUl/hew9YXrh1zLnEu69kjXroX1QZAm/+7D6Q42dmrTbJNtVLayvSbnTJmrfu3NUdAgHxYoqaxAbBJO0Nrrs4cSUTTRigWCi1O7Gz84b9hP8w0k4iaSERRb3gmQ8gFMiFEIGK5ZOBMorZxLjV5NT0ZAvgpWwkaW0wu4sXgQKHGCe5v4i3FYTrcBK/NCTsaIw/A4lV3rHEAuI+/X/5B0LiDwmqcDWf3xncY+gJf8HY6b2Ql5AGjPRbY7QYa6AAwIB+i4x3AKeiIkV9qyOYR8jxr1/xi8RAsklqFWkc+a/3sxuejX/DqC8hRhnfFKRTyFrqRyRyA0LvwT14QjQeLQeEjTASHnygUxKFRMCSfuigKfAE/FCH4giAxZkHxgj2gBMHBUDQ4HIoHHAHFgiOhGLAaiC1cAcUHroUSBh8BsgRuheLANwiFH75HQxEFfnh2AjgoFu5QBxgGc3yEvQCQy5g1KJdvHIL71RjLnpYwPhBwLt7HV+BJPgTBc/d7B0keL4YgbnbhRzyegM0KhGJV8yhfJhSmeDyJCrqQIIjv7ugUttnp1NrtlMOh0WlcLl0JavZGCNWhY2Pt/laojmy7t4Ih7zoRmz3E/3mcISa76gxV3yHuCDwfcMexdNSlQC87QvtcCSPBUtts0S0XYbXHXLfjFtf+XjlCI6aHYbaoLKsJo+3qS/cRE4F0XxGBtz9UWMzk5Y+LoUaKojHaRFgJrbVuyIxrdIx5wLjV5oy66oxbftO56qxzYZtLyjxT9MVahvHhgIYGzOjf7YfRmKVh+IbzPmM9OEOSTdIhlOlZOhZpGcNvgPpprNseAhWZiFZnCG21MmTfg7FhsYXGdCYr0Xp3UmBGHZAFMJ1OWDVNwHfxNUctdjkyCyadVHHJhENXYHdmFQ86wx5SW1BSAgX6MsV0g4ieXtnsWNbjwi14S6zliqj+jsY1BaGv7eQWR7Lr4tmr0NCIlHEomC7ZhZtEG9HYS7zjRTRdbcazzTocmZSu5zJqJhshl0v76iv0mwbrhqhAX4jZ+onVN48qNNpbrlKrCNFtjCZdcH9F+fKqyiqjhXy0gqUtWL0fQgNgxNFzVHw1C+kKBs3h6OWFUB2B0BhokCPdUshKICRDCjrj7FvBQPogDMlYEcSEnUmhizUWVGfuwTc6j2vAKBp+vQ6uG9GaAKaPjUMoUy86wzWSOgZ+kw6uD9VYoObCGVcARhHaI6GaIOg57bdZy6fYXpyNCIzoNMjm79xj8YtZAqdzP0IZaYRvskJahLDWkVWMGa+wGLEtdbdQgfmG8brM3NQU3BRozzP7Ib03JagOhbOoChSmtGUsFNZu0WmqyFgdlUtpKbq+oWeHp6nfOIB7MUN1g2XGgaUoDUDDgHkIejP0J75RIG3ZN+QtIJiPmPpFbcmDiMfVfLU2cldtAmPFVFdNEfFWGl/z2A4Enc40ymStY8wWI40ms0PKjQPoAkJz+O7oco/uKOT8OrHVpqEpViu0zS6EUOZZ2pCUT0jMi7Y9C/e4PLOA3Ty9jytsTnKsg0i5qb4BR4HRYmagfnamzjpSHx+AQHRMo7UXo7RWE23ENQgdbmJBUVCJomYAjAhimnNorMIhNle8UFke+/U6KG+XIR/KgwyGwDXfsIt7Cr4Hd7oLanIzGPK8dhlYeQCwhgnzGFaeyxh2I3qCdpct6JoOqFwi/nmF9+r81E5rd1WxjDi5QQZDcHDwDrJ0edNVXqI/EmNWv/G1Uh2qn8mU/ciGFDOjL/wxFv9dWyJRNfagqE6dny+tlCK6xLx8MQgrvSvIYXuSPs8UE8eOfCH7IiRPna342If0ZOescjuC14S991cOokIi3sNrjridGv3pK+/ggQUDwd51Bxt8E3wHtm364K0BX7UU2CCDVh729Yb0N5cMp2+YLF2qI8SKtJmRV2f1rLnOFtrrSS1HcgIN/+2lPs63/61LtM/PfUj49rLzPEkOMwwVviX5z5MMqP5rYar8JFA0CWMo1fK9+r6AfSWnxUMDKdx9OaXLuQw39/+jyYJEqa4t3zN5dYC6xi270Ct87mtEo6qkKqFG9PUPL3D36RPRlyU701O2oPH6IiXg0su7AkwiTrYn53Xp7lWZgsJl7Fcke+XpXLXNGxJOYOEnyYs+uL1OnuVxLFsYsDvgDTFn9yvgRyWG1WBuemkYX+zh/jlIzC1Yog4SRTgJH58//noKay3r1zADrE/IW/5TJV93vBoyRW8MlielWr55T3yWtzqylA1D+6wdBtYOlrUTqiVnwSmOcAYr6tqxDTrA6jHDm9GYsj2+BZXBPX/4CqaPLmaVml8MyvUKkgXLumSd11O8QiBjw6qv4aLjNRXQZshcwypiFXKJzRBxRZOzEk+9HaFJ1Z4DJMT3WkIuPg7as0+OegWSSoAnyMbaxzrPNL3S9BJYP8OpUJrq9Sw/rx8Dagzu69wNVOgG+Roum1Om3Or3KJA8n16HIW4GVM/lAmWkCvPnGshwHEo/J41206t9Q0K47lx9bUihTzgH4/jUXMq1ZWvjGeE2jiBzhW9ldO+6qN6KaEVpRrrPRu+xGhAtbBEr2MYRMtr4XlGvJr6v5yKx0b4VMb1rI3v3quT0DLmBe409xrdCe7Cn+zQXEyebuYY1qDQ8Qs/diVG+fJXBLcDNAOaHrnqlV386ZbpKV7Oy5qKzYA2Y+2vEfP45+yx7JAQjW11+uJHmhLmmJo++jz4CcTPm9zh63nXeiL8YpH9eUU3svTO0Fw82qMar7/wkkomqxFAQJN4u5BXVIFa1f9quDFaqZz6n5EHg0JrnlU873vDmPi/fXLgz1jvx2NyRdQeMrTUVnx3xgmTvp07b1f/76eNPTA2HXyd/2vGJGRIAMbgNnVOHAYvvEtdVfrhbJbvRfxCvdMMLjBc+6N/Ifio/1XWi1JaNNbKn4Cb/IWwKH8QobBCfwob8m+ApdiN2406KfDR0c0d5x+bEPnmKf3R+iA3Wa4qe6JEJfBwbxycuJBQJe4wr7kcY7GihREFusKJjXj/8OlFmy1aa6EpK6a68cTvwpvby9k2ho66KaMojJIYilSfG08bPg/REJ0DwdHyGCrB9N04nCFcJ1cKNHUqeMK0rG3D6soFqwKGdbOAGa/yjhCGCjwQhwtM2wcMHt3NzeXasvGgBZMJnHMldnYuMb497Iio7uxIa96wsLSkprfB537syO1t5Yry17IEir8Pe3jKPHvYKh4YXyoN5eWZG9R5nk2pweN4IgPn36ob9Yq932ggv8xqtFlaV+7eTMAZYFm5i/Wr+63bCgrJbO+tZ/lwesExPfpwNDrThdbebcJzXSP+0qfD9WuCAqawOVuJzMxpOSK1m1a7/VgJ7jrZWbfCI+dUd/Zc44e3n2nWxc34kxAA7BXhROCkCa7t4k/6X2HI1m/jYnnvIH2SibrDoEzMOhPkK8LtjYF2XHje3LEkNNq5kSSr3U3goAS2Jm8Ag7vCzBBgADvGgn5+25N0DJOxEI8YHtLyCnxA14qcI8wQ04glgEL/vZ0n71upQD+znZ1l8Dhhg3y94M00gC2ix3gtUTMZLLDdJzW+w1cukzZu1/iFlZBKjdngvWQJBsrFJ3thxKUaYxL1YqA3AexYhcQeqtI7iMBkMzGHTVnF/dMM0gSxhUC1a78OiYjLjl5va13+DrV6mjg4vYf8hZZy7aFTbcAB/iWhQh8+lft7YcUWzRvj5ifuULAwL3i1kUZCX60CVNjchP0wa6IHMUNQuT/qvPerL16nzkb8To8lssdrsDqfL7fH6PHvpcQ/IA+6qpINjsucyBA8PnxMrKYqHu9QoyVV5uUXSvM0nMV5sR2yKdCtT4m2T0Lry0A8obwCzw72VjS60ZOXqJ6pVhwen4uwqpNv6OG6Hd91Aq/YWLbiXdJ5d7eplZaXEqB+z43pwI7LWQNcPKCgcjo4AAA==') format('woff2'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'), 
  url('../font/iconfont.svg') format('svg'); 
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiangmu:before { content: "\e601"; }

.icon-anquan:before { content: "\e633"; }

.icon-mianfei:before { content: "\e665"; }

.icon-daochu:before { content: "\e6bd"; }

.icon-shouzhi:before { content: "\e809"; }

.icon-jiandan:before { content: "\e60f"; }

.icon-shuju:before { content: "\e600"; }

.icon-jizhang:before { content: "\e68c"; }

.icon-apple:before { content: "\e644"; }

.icon-windows:before { content: "\e638"; }

.icon-android:before { content: "\e679"; }

.icon-arrow-right:before { content: "\e602"; }

.icon-arrow-top:before {content: "\e7b7";}

.icon-qq:before {content: "\e69e";}

.icon-weixin:before {content: "\e637";}

.icon-dianhua:before {content: "\e639";}


@media (max-width: 767px){
.hidden-xs {
    display: none!important;
}
}


.row .pagebar {
	width:1400px;
	margin:0 auto;
	padding:50px 0px 50px 0px;
	
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #000;
  border: 1px solid #000;
}
.pagination a.page-num-current {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.text-secondary {
	margin:0 auto;
	text-align:center;
	
	}



.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-top:30px;
}

.col-lg-6 img{
    width:415px;
	height:415px;
}

.col-lg-6 h4{
	font-size:18px;
    line-height:50px;
	padding-top:10px;
	color:#444444;
}
.col-lg-6 span{
	font-size:12px;
	color:#555555;
    line-height:30px;
}
.col-lg-6 p{
	font-size:12px;
	color:#555555;
    line-height:30px;
}

.advant-box {
    padding: 20px 30px;
    box-shadow: 0 .2rem 0.5rem rgba(0,0,0,.15)!important;
    margin: 0 0 30px;
}

@media (max-width: 767px){
.div_p {
    padding-top: 20px;
}
.col-lg-6 {
	margin-top:20px;
}
.col-lg-6 img{
    width:100%;
	height:auto;
	padding-bottom:20px;
}
.col-lg-6 h4{
	font-size:18px;
    line-height:30px;
	padding-bottom:10px;
}
}