@charset "utf-8";
*{
	padding:0;
	margin:0
}
 blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
div{
    margin: 0;
    padding: 0
}
body,
button,
input,
select,
textarea {
    font-size: 14px;
    font-family: "微软雅黑";
}
button,select,input,textarea{
	outline:none
}
h1,h2,h3,h4,h5,h6 {
    font-size: 14px;
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #333;
}
em,i,strong,b{
	font-style: normal;
	font-weight: normal;
}
ul,li,ol{
	list-style: none;
	padding:0;
	margin:0
}
body{
	color: #454545;
}
.wrap{
	min-width: 320px;
	margin:0 auto;
}
.wide{
	max-width: 1200px;
	margin:0 auto;
}
/* 头部 */
.notice{
	height: 30px;
	border-bottom: 1px solid #ddd;
	line-height: 30px;
	color: #888;
}
.notice_cen .pull-right a{
	color: #737373
}
.notice_cen .pull-right span img{
	position: relative;
	top:-1px;
	margin-right: 2px
}
.notice_cen .pull-right em{
	color: #df1579
}
.notice_cen .pull-right a.cur{
	margin-left: 12px
}
.header{
	height: 100px
}
.header_l img{
	margin-top:10px;
}
.header_r ul li{
	float: left;
	line-height: 100px;
}
.header_r ul li a{
	font-size: 20px;
	padding-left: 16px;
	padding-right: 16px;
	display: block;
}
.header_r ul li.cur a{
	background: #df1579;
	color: white;
}
.header_r ul li a:hover{
	color: white;
	 transition: 0.3s background;
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    -o-transition: 0.3s background;
    background: #df1579;
}
.header_r .search{
	border-bottom: 1px solid;
	width:120px;
	margin-top:28px;
	margin-left: 30px;
	line-height:30px
}
.header_r .search input{
	width: 90px;
	border: 0;
	background: transparent;
}
.header_r .search button{
	background: transparent;
	border: 0;
	font-size: 18px
}
.mobile_header{
	height: 58px;
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	box-shadow: 0 1px 2px #999;
	background: white;
	z-index: 10001;
	line-height: 58px
}
.mobile_header .clearfix{
	padding:0px 15px;
}
.mobile_header .clearfix .pull-right span{
	font-size: 35px;
}
.header_list{
	position: fixed;
	top:58px;
	width: 100%;
	left: 0;
	background: #18212a;
	display: none;
	z-index: 1000;
	overflow:hidden;
}
.header_list ul li a{
	color: white;
	border-bottom: 1px dashed #505050;
	line-height: 45px;
	padding-left: 10%;
	display: block;
}
.mobile_header img{
	height: 50px
}
.about_cen p{
	text-align: left!important;
	color: #202020!important;
	line-height: 25px!important;
	margin-top:30px;
}
.about_cen span{
	display: block;
	text-align: center;
}
.about_cen span img{
	max-width: 100%
}
/* 尾部 */
.footer{
	background: #18212a;
	color: #8c9093;
	padding: 20px 15px;
}
.footer_l{
	width: 25%;
	float: left;
}
.footer_l p {
    padding-bottom: 1pc;
    overflow: hidden;
}
.footer_l p input {
    width: 100%;
    border: none;
    height: 44px;
    padding: 0 16% 0 4%;
    color: #666;
    line-height: 44px;
}
.footer_l p input.inf1{
	background: #fff url(../images/icon_inpu1.jpg) no-repeat 95% center;
}
.footer_l p input.inf2{
	background: #fff url(../images/icon_inpu2.jpg) no-repeat 95% center;
}
.footer_l p input.inf3{
	background: #df1579;
	color: white
}
.footer_c{
	width: 36%;
	margin-left: 4%;
	float: left;
}
.footer h4{
	color: #fff;
    font-size: 1pc;
    line-height: 30px;
    padding-bottom: 20px;
}
.footer_c ul li{
	line-height: 24px;
	padding-bottom: 5px
}
.footer_f{
	float: left;
	width: 12%;
	margin-left: 4%
}
.footer_f ul li{
	float: left;
	padding-right: 11%;
	margin-bottom: 10px
}
.footer_f ul li a{
	color: #8c9093;
}
.footer_r{
	float: right;
	margin-left: 3%;
	width: 16%
}
.footer_r span{
   font-size: 24px;
   font-weight: 700;
   color: #df1579;
   padding-bottom: 10px;
   display: block;
}
.footer_r i{
	font-size: 12px
}
/* 首页 */
.carousel img{
	width: 100%
}
.swiper-button-prev{
	background-image: url(../images/left.png);
	width: 64px;
    height: 64px;
    background-size:contain;
    left: 35px;
    margin-top:-32px;
}
.swiper-button-next{
    background-image: url(../images/right.png);
	width: 64px;
    height: 64px;
    background-size:contain;
    right: 35px;
    margin-top:-32px;
}
.swiper-pagination-bullet {
   width: 23px;
   height: 23px;
   background:transparent;
   border: 2px solid white;
   opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:18px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 6px;
}
.services{
	margin-top:30px;
}
.our_service h2{
	text-align: center;
	margin-top:30px;
	font-size: 30px;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	line-height: 45px;
	margin-bottom: 15px;
	position: relative;
}
.our_service p{
	text-align: center;
	color: #888;
}
.our_service h2 span{
	display: block;
	width: 110px;
	position: absolute;
	bottom: 0;
	height: 5px;
	background: #a0c316;
	left: 50%;
	margin-left: -55px;
}
.service_list p img{
	max-width: 100%;
}
.service_list h3{
	text-align: center;
	line-height: 22px;
	font-weight: 700;
	padding: 6px 0;
}
.service_list a{
	display: block;
	background: #f7f7f7;
	padding: 30px;
}
.service_list span{
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 12px
}
.service_list:hover p img{
	transform: scale(0.92);
	-ms-transform: scale(0.92);
	-moz-transform: scale(0.92);
	-webkit-transform: scale(0.92);
	-o-transform: scale(0.92);
}
.service_list a:hover{
	 transition: 0.5s background;
    -webkit-transition: 0.5s background;
    -moz-transition: 0.5s background;
    -o-transition: 0.5s background;
    background: #df1579;
    color: white
}
.about_us{
	background: url(../images/bg.jpg) no-repeat center;
	background-size:cover;
	padding:20px 0;
	margin-top:20px;
}
.about_l{
	width: 55.2%;
	color: white
}
.about_l h2{
	margin-bottom: 12px;
	margin-top:70px;
}
.about_l h2,.about_l p{
	font-size: 30px;
}
.about_r{
	width: 44.2%;
	text-align:right;
}
.about_r img{
	max-width: 100%
}
.about_l span{
	display: block;
	margin-top:30px;
	font-size: 16px
}
.about_more a{
	display: block;
	width: 142px;
	height: 35px;
	border: 2px solid white;
	text-align: center;
	line-height: 35px;
	color: white;
	font-size: 16px
}
.about_more{
	margin-top:60px;
}
.late{
    animation-delay:0.05s;
    -webkit-animation-delay:0.05s;
}
.late1{
    animation-delay:0.5s;
    -webkit-animation-delay:0.4s;
}
.late2{
    animation-delay:0.7s;
    -webkit-animation-delay:0.8s;
}
.late3{
    animation-delay:0.9s;
    -webkit-animation-delay:1.0s;
}
.case_title{
	width: 500px;
	margin:0 auto;
	margin-top: 17px;
	margin-bottom: 25px
}
.case_title ul li{
	float: left;
	width: 100px;
	height: 40px;
	line-height: 37px;
	border-radius: 10px;
	border: 2px solid #df1579;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	color: #df1579;
	margin-left: 10px;
	margin-right: 10px
}
.case_title ul li.cur{
	background: #df1579;
	color: white
}
.case_study{
	padding-left: 10px;
	padding-right: 10px
}
.case_study a{
	display: block;
	background: white
}
.case_study a p{
	border: 1px solid #ddd
}
.case_study a p i{
	margin:6px;
	display: block;
	overflow:hidden;
}
.case_study a p i img{
	max-width: 100%;
	-webkit-transition: .4s;
	transition: .4s;
	-o-transition:.4s;
	-ms-transition: .4s;
}
.case_study a p:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	will-change: transform;
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform: scale(1.1);
}
.case_study a span{
	display: block;
	text-align: center;
	font-size: 16px;
	padding-top:12px;
	padding-bottom: 15px
}
.case_list{
	margin-left: -10px;
	margin-right: -10px
}
.sweiper_labels .swiper-slide {
	width: 80px;
	height: 40px;
	line-height: 37px;
	border-radius: 10px;
	border: 2px solid #df1579;
	text-align: center;
	cursor: pointer;
	color: #df1579;
}
.sweiper_labels .swiper-slide.cur{
	color: white;
	background: #df1579;
}
.sweiper_news .swiper-slide.cur{
    color: white;
    background: #df1579;
}
.sweiper_news .swiper-slide.cur{
    background: white;
    border: 1px solid #df1579;
}
.sweiper_news .swiper-slide.cur a{
    color: #df1579;
}
.sweiper_news .swiper-slide{
    border: 1px solid #ddd;
    border-radius: 0
}
.sweiper_case{
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top:20px;
}
.look_more a{
	display: block;
	width: 208px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #df1579;
	color: white;
	margin:0 auto;
	margin-top:20px;
	font-size: 16px
}
.web_food{
	background: url(../images/web_bg.jpg)no-repeat center;
	background-size: cover;
	padding-top:28px;
	padding-bottom: 25px;
	margin-top:35px;
}
.web_food .our_service h2{
	border-bottom: 1px solid white
}
.web_list a{
	display: block;
	color: white;
    padding: 30px;
}
.web_list a h3{
	font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 6px 0;
    padding-top: 15px;
}
.web_list a h4{
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	white-space: nowrap;
	overflow:hidden;
}
.web_list a p{
	padding: 10px 0;
	text-align: center;
}
.web_list a span{
	display: block;
	font-size: 12px;
	text-align: center;
}

.bg_green{
	background: #a1c315;
}
.bg_blue{
	background: #3987d1;
}
.bg_skyup{
	background: #1fb9c5;
}
.bg_yellow{
	background: #ffaa23;
}
.footer_phone{
	text-align: center;
    height: 50px;
    line-height: 50px;
    background: #0f141a;
    margin-top:10px;
    color: #df1579;
    font-size: 18px;
    font-weight: bold;
}
.web_list a:hover p img{
	transform: scale(0.92);
	-ms-transform: scale(0.92);
	-moz-transform: scale(0.92);
	-webkit-transform: scale(0.92);
	-o-transform: scale(0.92);
}
.wide_f{
	margin-top:40px;
	border-top:1px solid white;
	padding-top:8px;
	font-size: 12px
}

/* 关于我们 */
.about_bg img{
	width: 100%
}
.h80{
	height: 58px;
}
.we-service h2{
	color: #1a1a1a;
	font-size: 35px
}
.we-service p.web-titile{
	font-size: 28px;
	color: #3987d1;
	margin-top:18px;
}
.c_l{
	background: #f5f4f4;
	padding:35px 40px 35px 40px;
	min-height: 450px
}
.c_l_t span{
	display:inline-block;
	width: 3px;
	height: 25px;
	background: #a6c319;
	margin-right: 12px;
	position: relative;
	top:5px;
}
.c_l_t{
	font-size: 20px
}
.c_l p{
	text-align: left!important;
	font-size: 20px;
	color: #454545;
	margin-top:30px;
}
.c_l ul.c_advice li{
	font-size: 16px;
	margin-top:30px;
}
.c_r ul li{
    padding: 8px 0;
    overflow: hidden;
    font-size: 16px;
}
.c_r ul li span {
    width: 50%;
    display: block;
    float: left;
}
.c_r ul li label {
    width: 80px;
    display: block;
    float: left;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px
}
.c_r ul li input.short {
    width: 130px;
}
.c_r ul li input{
    height: 40px;
    border: 1px solid #ddd;
    width: 405px;
    padding: 0 10px;
}
.c_r ul li input.short {
    width: 152px;
}
.c_r ul li.btn {
    padding: 20px 0 13px 74px;
}
.c_r ul li.btn .sumit {
    width: 405px;
    cursor: pointer;
    background: #333;
    color: #fff;
    height: 3pc;
    font-size: 1pc;
}
.contact_our{
	margin-top:50px;
	margin-bottom: 35px
}
.c_r ul.c_r_len{
	margin-top:16px;
}
/* 新闻 */
.news-title{
	width: 600px;
	margin-top:45px;
}
.news-title ul li.cur,.news-title ul li:hover{
    background: white;
    border: 1px solid #df1579;
}
.news-title ul li.cur a,.news-title ul li:hover a{
	color: #df1579;
}
.news-title ul li{
	border: 1px solid #ddd;
	font-size: 14px;
	border-radius: 0;
	color: #333;
}
.news_list{
	margin-top:60px;
}
.news_list ul li {
    background: #f7f7f7;
    overflow: hidden;
    margin-bottom: 30px;
}
.news_l{
    background: #0994d9;
    display: block;
    float: left;
    width: 18%;
    height: 150px;
    text-align: center;
    color: #fff;
}
.news_l p{
	margin-top:2px;
}
.news_l h3{
    font-size: 56px;
    padding-top: 20px;
}
.news_r h3{
	font-size: 20px;
	padding: 14px 0;
	color: #2f2f2f
}
.news_r {
    width: 79.7%;
    float: right;
    padding: 20px 3% 0 20px;
    line-height: 22px;
}
.news_r p{
	color: #606060;
	max-height:44px;
    overflow: hidden;
}
.pages{
	margin-bottom: 50px
}
.pages ul{
	text-align: center;
}
.pages ul li {
	display:inline-block;
	border: 1px solid #ddd;
	margin-left: 4px
}
.pages ul li a{
	display: block;
	/*padding: 4px 12px;*/
}
.pages ul li a:hover{
	color: white;
	background: #df1579
}
.pages ul li.cur a{
	color: white;
	background: #df1579
}

/* 新闻详情页 */
.art_tit{
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.art_tit h2{
	color: #000000;
	font-size: 23px
}
.art_tit h4{
	margin-top:8px;
}
.art_cen p{
	margin-bottom: 30px;
	line-height: 23px
}
.new_article{
	margin-top:30px;
	margin-bottom: 40px;
	margin-left: 0;
	margin-right: 0
}
.art_foot{
	height: 40px;
	line-height: 40px;
	background: #dbdbdb;
	padding-left: 40px;
	padding-right: 40px
}
.art_foot .pull-left{
	width: 45%;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;s
}
.art_foot .pull-right{
	width: 45%;
	text-align: right;
}
.article_rs{
	background: #e2e2e2;
	padding: 20px;
	margin-left: 30px
}
.article_rs h2{
	padding: 15px 0;
    color: #333;
    font-size: 20px;
    color: #000000
}
.article_rs ul li {
    border-bottom: 1px dotted #aaa;
    padding: 10px 0;
    line-height: 24px;
}
.article_l{
	padding-left: 0;
	padding-right: 0
}
.article_r{
	padding-right: 0
}

/* 作品详情 */
.case_exbit{
	margin-top:30px;
	font-size: 18px
}
.case_exbit a{
	display: block;
	width: 220px;
	text-align: center;
	height: 45px;
	line-height:45px;
	color: white;
	background: #0ea2d2;
	border-radius: 15px
}
.case_exbit .pull-left,.case_exbit .pull-right{
	margin-bottom: 30px;
}
.exbit_cen{
	margin-top:30px;
	line-height: 23px;
	margin-bottom: 30px
}
.exbit_bg{
	text-align: center;
}
.exbit_bg img{
	max-width: 100%
}














/* 移动端调试 */

@media(min-width:0px) and (max-width:1199px){
	/* 头部 */
	.services{
    	margin-left: 0;
    	margin-right: 0;
    }
}
@media(min-width:0px) and (max-width:768px){
	.carousel{
		margin-top:58px;
	}
	.swiper-button-prev{
		width: 30px;
	    height: 30px;
	    left: 15px;
	    margin-top:-15px;
    }
	.swiper-button-next{
		width: 30px;
	    height: 30px;
	    right:15px;
	    margin-top:-15px;
	}
	.swiper-pagination-bullet {
	   width: 12px;
	   height:  12px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
    	bottom:10px;
    }
    .services{
    	padding-left: 10px;
    	padding-right: 10px
    }
    .service_list a{
    	padding:20px;
    }
    .service_list{
    	padding-left: 5px;
    	padding-right: 5px;
    	margin-bottom:15px;
    }
    .about_l{
    	width: 100%
    }
    .about_r{
    	width: 100%;
    	text-align: center;
    }
    .about_us .wide{
    	padding-left: 15px;
    	padding-right: 15px;
    }
    .about_l h2, .about_l p{
        font-size: 20px;
        text-align: center;
    }
    .about_more a{
    	margin:0 auto ;
    }
    .about_more{
    	margin-bottom: 20px;
    	margin-top:40px;
    }
    .case_list{
    	margin-left:10px;
    	margin-right: 10px;
    }
    .case_study{
    	padding-left: 5px;
    	padding-right: 5px
    }
    .case_study a span{
    	font-size: 14px
    }
    .our_service p{
    	padding-left: 15px;
    	padding-right: 15px
    }
    .web_all{
    	margin-left: 10px;
    	margin-right: 10px;
    }
    .web_list{
    	padding-left: 5px;
    	padding-right: 5px;
    	margin-bottom: 15px
    }
    .web_list a{
    	padding:10px;
    }
    .we-service h2{
		font-size: 25px;
		padding-left: 15px
	}
	.we-service p.web-titile{
		font-size: 18px;
		padding-left: 15px
	}
	.about_cen span{
		padding-left: 15px;
		padding-right: 15px
	}
	.contact_our{
		margin-left: 0;
		margin-right: 0
	}
	.news_list{
		margin-left: 15px;
		margin-right: 15px;
		margin-top:30px;
	}
	.news_l,.news_r{
		width: 100%;
		float: none
	}
	.news_l h3{
		font-size: 22px;
		padding-top:0;
		font-weight: bold;
	}
	.news_l{
	    height: auto;
	    padding: 10px;
	}
	.news_r{
		padding-bottom: 15px
	}
	.news_r p{
		max-height: 70px
	}
	.pages ul li{
		margin-bottom: 6px
	}
	.article_r{
		padding-left: 0px;
	}
	.article_rs{
		margin-left: 0
	}
	.new_article{
		margin-left: 15px;
		margin-right: 15px
	}
	.article_l{
		margin-bottom: 20px
	}
	.case_exbit{
		padding-left: 15px;
		padding-right: 15px
	}
	.exbit_cen,.exbit_bg{
		margin-left: 15px;
		margin-right: 15px
	}
}

@media(min-width:0px) and (max-width:767px){
	.footer_l{
		width: 100%;
		float: none
	}
	.footer_c{
		width: 100%;
		float:  none;
	}
	.c_l ul.c_advice li{
		font-size: 14px;
	}
	.c_l{
		padding: 20px 15px 20px 15px;
		min-height: 150px;
	}
	.c_r ul li span{
		float: none;
		width:100%;
	}
	.c_r ul li label{
		float: none
	}
	.c_r ul li input.short{
		width: 100%
	}
	.c_r ul li.btn{
		padding: 20px 0 13px 0px;
		width: 100%
	}
	.c_r ul li.btn .sumit{
		width: 100%
	}
	.case_exbit{
		font-size: 16px

	}

}
@media(min-width:768px) and (max-width:991px){
	.footer_l{
		width: 50%
	}
	.footer_c{
		width: 45%;
		margin-left: 5%
	}

}