﻿@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
    background: transparent;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
/*防止拖动*/
textarea {
    resize: none;
    font-family: "Microsoft YaHei";
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i{
    font-style: normal;
    text-decoration: none;
}
.inner{
    margin: 0 auto;
    box-sizing: border-box;
}
/*   index    */
.header{
    height: 104px;
    background-color: #fff;
}
.header .inner{
    width: 1000px;
    padding: 0 10px;
}
.header .inner>img{
    float: left;
    height: 62px;
    margin: 21px 12px 0 0
}
.header_left{
    float: left;
    padding-top: 30px;
    color: #2c2c2c;
}
.header_left h3{
    font-size: 21px;
    line-height: 29px;
}
.header_left p{
    font-size: 12px;
    line-height: 20px;
}
.search{
    float: right;
    padding: 0 8px;
    border: 0px solid #ddd;
    margin-top: 36px;
	color:#CCC
}
.search input{
    float: left;
    width: 210px;
    font-size: 12px;
    line-height: 38px;
    color: #333;
}
.search img{
    float: right;
    height: 16px;
    margin: 11px 0;
    cursor: pointer;
}
.nav{
    background-color: #2c2c2c;
}
.nav .inner{
    width: 1000px;
}
.nav li{
    float: left;
    width: 12.5%;
	position:relative;  
}
.nav li a {
	display:block;
	 text-align: center;
    font-size: 16px;
    line-height: 72px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
}
.nav li::after{
    content: "";
    display: block;
    width: 1px;
    height: 22px;
    background-color: #7a7a7a;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
}
.nav a:last-child::after{
    display: none;
}
.nav a.on{
    font-size: 20px;
    font-weight: bold;
    background-color: #1293f9;
}
.nav a:hover{
    font-size: 20px;
    font-weight: bold;
    background-color: #1293f9;
}
.m-slider {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 30px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-pagination > .slider-pagination-item {
    margin: 0 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.4);
}

.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #fff;
    border-radius: 100%;
}
.Design{
    padding-top: 100px;
}
.title{
    text-align: center;
}
.title h3{
    font-size: 38px;
    line-height: 60px;
    color: #2c2c2c;
    text-align: center;
}
.title p{
    font-size: 14px;
    line-height: 32px;
    color: #898989;
    text-align: center;
}
.title img{
    margin-top: 30px;
}
.Design_list{
    width: 1372px;
    margin-top: 126px;
}
.Design_list a{
    float: left;
    width: 439px;
    height: 546px;
    background-color: #f3f3f3;
    margin-right: 26px;
}
.Design_list a:nth-child(3n){
    margin-right: 0;
}
.Design_list_img{
    overflow: hidden;
}
.Design_list_img img:hover{
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; cursor:pointer;
}
.Design_list_bottom{
    padding-top: 60px;
    text-align: center;
}
.Design_list_bottom h3{
    width: 240px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-color: #e04242;
}
.Design_list_bottom p{
    font-size: 18px;
    text-align: center;
    color: #484848;
    margin-top: 30px;
}
.more{
    display: block;
    padding: 64px 0 96px;
    text-align: center;
}
.more p{
    font-size: 22px;
    line-height: 80px;
    color: #484848;
}
.more img{
    height: 10px;
    display: block;
    margin: 0 auto;
}
.business{
    background-color: #f3f3f3;
    padding: 44px 0 60px;
}
.business .inner{
    width: 1252px;
}
.business .inner>img{
    float: left;
    width: 528px;
    height: 629px;
}
.business_con{
    float: right;
    position: relative;
    width: 670px;
    padding-top: 12px;
}
.business_con h3{
    font-size: 36px;
    line-height: 60px;
    color: #2c2c2c;
    font-weight: bold;
}
.business_con h3 span{
    font-size: 18px;
}
.business_con h4{
    font-size: 20px;
    line-height: 40px;
    color: #2c2c2c;
}
.business_con p{
    width: 550px;
    font-size: 16px;
    line-height: 30px;
    color: #919191;
    padding: 0 12px;
}
.business_con img{
    width: 313px;
    height: 361px;
    position: absolute;
    top: 304px;
    right: 0;
}
.brief_introduction{
    padding-top: 60px;
    height: 1304px;
    background: url(../images/bg1.png) no-repeat top center;
    -webkit-background-size: 1920px 1304px;
    background-size: 1920px 1304px;
}
.brief_introduction .inner{
    width: 1222px;
}
.brief_introduction_tit h3{
    font-size: 48px;
    line-height: 116px;
    color: #fff;
    text-align: center;
    background: url(../images/line3.png) no-repeat bottom center;
    -webkit-background-size: 99px 6px;
    background-size: 99px 6px;
}
.brief_introduction_tit p{
    font-size: 17px;
    line-height: 38px;
    color: #fff;
    margin-top: 32px;
}
.brief_introduction_img{
    margin: 44px 0 6px;
}
.brief_introduction_img img{
    float: left;
    width: 600px;
    height: 450px;
}
.brief_introduction_img img:last-child{
    float: right;
}
.brief_introduction_info{
    background: rgba(255,255,255,.6);
    padding: 30px 48px;
}
.brief_introduction_info p{
    font-size: 18px;
    line-height: 38px;
    color: #1b1b1b;
    text-indent: 2em;
}
.news{
    width: 1120px;
    padding: 140px 0 124px;
}
.news_left{
    float: left;
    width: 550px;
}
.news_left h2{
    font-size: 38px;
    line-height: 58px;
    color: #e04242;
    font-weight: bold;
}
.news_left h2 a{
    margin-left: 14px;
    font-size: 20px;
    color: #666;
    font-weight: normal;
}
.news_left h2 a img{
    height: 16px;
    margin: -2px 0 0 6px;
}
.news_left_ul li{
	position:relative;
	}
.news_left_ul li h3{
    font-size: 20px;
    line-height: 36px;
    color: #2c2c2c;
    font-weight: bold;
}
.news_left_ul li h4{
    font-size: 12px;
    line-height: 26px;
    color: #585858;
}
.news_left_ul li p{
    font-size: 14px;
    line-height: 32px;
    color: #2c2c2c;
    margin-top: 10px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_left_ul li a{
    position:absolute;
	right:0;
	bottom:0;
    font-size: 12px;
    line-height: 30px;
    width: 106px;
    text-align: center;
    border-radius: 4px;
    background-color: #e04242;
    color: #fff;
}
.news_left_ul li a:hover{
    background-color: #b91616;
}
.news_left_ul li a img{
    height: 8px;
    margin: -2px 0 0 6px;
}
.news>img{
    float: right;
    width: 495px;
    height: 360px;
}
.service{
    padding-top: 128px;
    box-sizing: border-box;
    height: 410px;
    background: url(../images/bg2.png) no-repeat top center;
    -webkit-background-size: 1920px 410px;
    background-size: 1920px 410px;
}
.service_ul{
    width: 1120px;
}
.service_ul li{
    float: left;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 36px;
}
.service_ul li img{
    height: 46px;
    display: block;
    margin: 0 auto;
}
.service_ul li h3{
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    margin-top: 20px;
}
.service_ul li p{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-top: 14px;
}
.footer{
    background-color: #1b1b1b;
}
.footer .inner{
    width: 1000px;
    padding: 64px 0 46px;
}
.footer_nav a{
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 0 14px;
    color: #fff;
    border-right: 1px solid #6f6f6f;
}
.footer_nav a:first-child{
    padding-left: 0;
}
.footer_nav a:last-child{
    border-right: 0;
}
.footer_info{
    margin-top: 32px;
}
.footer_info p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
/*产品列表*/

.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.within_banner {
	height:400px;
	background-size:100%;
}
.within_banner .wrapin {
	position:relative;
	height:400px;
}
.within_banner .word {
	color:#fff;
	line-height:42px;
	position:absolute;
	left:0;
	bottom:50px;
}
.within_banner p {
	font-size:22px;
}
.within_banner h3 {
	font-size:36px;
	font-weight:bold;
}
.within_list {
	padding:35PX 0;	
}
.now_pos {
	font-size:14px;
	color:#797979;
	margin-bottom:35px;
	
}
.now_pos a {
	color:#797979;
}
.now_pos span {
    color: rgb(0, 156, 229);
}
.list_left {
	width:255px;
	float:left;
}
.list_left .tit {
    background-color: #1293f9;
	color:#fff;
    font-size: 28px;
	line-height:62px;
	height:62px;
	padding-left:15px;
}
.list_left li {
	line-height:50px;
	height:50px;
	padding-left:15px;
	font-size:16px;
	background:#fff;
	margin:10px 0;
}
.product_list {
	width:880px;
	float:right;
}
.product_list .tit {
	border-left:3px solid #1293f9;
	font-size:24px;
	color:#333;
	padding-left:15px;
	margin-bottom:30px;
}
.product_list li {
	 border:#ccc solid 1px; 

	
	margin-bottom:20px; position:relative; height:200px;
}
.product_list li .pic {
	width:200px;
	height:200px; position:absolute
}
.product_list li span{ margin-left:240px; display:block}
.product_list li .pic img {
	width:100%;
	height:100%;
}
.product_list li h3 {
	font-size:18px;
	line-height:35px; padding:15px 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_list li p {
	font-size:16px;
	line-height:30px;
	white-space: nowrap; padding-bottom:20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_list li a:hover {
	color:#1293f9;
}
.product_list li .btn {
	width:120px;
	height:32px;
	background:#1293f9;
	line-height:32px;
	font-size:14px;
	color:#fff;
	text-align:center;
	display:inline-block;
}
.product_list li .btn:hover {
	background:#007bdd;
	color:#fff;
}
.list_left dl dd {
	line-height:40px;
	height:40px;
	padding-left:25px;
	font-size:14px;
	background:#fff;
}
.list_left dl dd:hover,.list_left dl dd.hover , .list_left li:hover,.list_left li.hover{
	background:#1293f9;
}
.list_left dl dd:hover a,.list_left dl dd.hover a, .list_left li:hover a,.list_left li.hover a{
	color:#fff;
}
.menu {
	position: absolute;
	width:125px;
	background:#fff;
	z-index:99;
	text-align:center;
	display:none;
}
.menu p a {
	line-height:45px;
	color:#333;
	font-size:14px;
}
.menu p a:hover {
	font-size:16px;
	color:#fff
}
.nav li:hover .menu {
	display: block;
}
	
	