/*********************************网页公共部分************************************/
@charset "utf-8";
html{font: 14px/24px 'Helvetica Neue','Microsoft Yahei',arial,helvetica,sans-serif;}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transition: all 300ms ease-in-out;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}


/***********************************page***************************************/
div.page{padding:3px;margin:3px;text-align:center;margin-top: 10px;}
div.page a{
	padding:5px 12px;
	margin:2px;
	color:#38322d;
	text-decoration:none;
	border-radius: 50%;
}
/* div.page a:hover{
	color:#fff;
	background-color:#339ec1;
} */
div.page a:active{border:#38322d 1px solid;color:#000;}
div.page span{
	display: inline-block;
	line-height: 30px;
	padding:0 12px;
	border-radius: 50%;
	color:#666;
	font-size: 14px;
}
div.page span.current{
	color:#fff;
	background-color:#0652a6;
}
div.page span.disabled{padding:2px 5px;margin:2px;color:#38322d;}






/***********************************banner***************************************/
.banner{ overflow:hidden; position:relative;  }
.banner .hd{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:25px; z-index:1; }
.banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; border-radius: 50%; line-height:14px; text-align:center; background:#ffd800; cursor:pointer; opacity:0.2;}
.banner .hd ul li.on{ background:#ffd800; color:#ffd800;opacity:1;}
.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd img{ display:block; width: 100%;margin-left: auto; margin-right: auto; }





/*********************************header************************************/
.header-nav{}
.header-nav ul li{float: left;width: 170px;height: 50px;line-height: 50px;text-align: center;}
.header-nav ul li a{display: block;}



/*********************************footer************************************/






/*********************************内页************************************/




#main:after{display: block;content: " ";clear: both;}

#main .left_zuo{float:left;width:258px;}

#main .right_you{float:right;width:912px;}

#main .right_you .article{
	width:100%;
	height:50px;
	border-bottom:2px solid #38322d;
	margin-bottom: 20px;
}
#main .right_you .article .left_bitao{
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	background: url('../Image/fangzi.png')no-repeat 0px center;
	text-indent: 70px;
	background-size: 50px;
}

#main .right_you .article .right_biaoti{float:right;height:50px;line-height:50px;font-size:14px;}

#main .right-inner{
	width:100%;
	padding:20px 30px;
	background: #fff;
}

.username_click{width: 100%;height: 30px;line-height: 30px;text-align: center;background-color: #eee;margin: 20px auto;}

.xq{max-width: 940px;font-size: 16px;line-height: 30px;text-align:justify;}
.xq img{max-width: 940px;display: block;margin: 5px auto;}
.xq table{border: 1px solid #808080;width: 98%;border-collapse: collapse;}
.xq table td {border: 1px solid #808080;}

.newsXQ{
	text-align: justify;
}
.moiveXQ{
	text-align: center;
}


/*上一页+下一页*/
#prev_next{margin-top: 30px;}
#prev_next li{line-height:40px;text-indent: 20px;width: 100%;font-size: 14px;}
#prev_next li:nth-child(1){background: url('../Image/up.png')no-repeat 0px 15px;border-top: 1px solid #ccc;}
#prev_next li:nth-child(2){background: url('../Image/down.png')no-repeat 0px 15px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}





/*产品列表*/
.product-img-list ul{
	width:885px;
	margin:0 auto;
}
.product-img-list ul li{
	width: 280px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	transition: all .2s ease-in;
}
.product-img-list ul li:nth-child(3n){
	margin-right:0;
}
.product-img-list ul li:hover{
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.product-img-list ul li .img-box{max-width:280px;max-height:190px;width: 280px;height: 200px;position: relative;border: 1px solid #eee;}
.product-img-list ul li .img-box .product-img{
	position: absolute;
	width:280px;
	height: 190px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.product-img-list ul li span{display: block;text-align: center;height: 40px;line-height: 40px;color: #000;}
.product-mengban{
	position: absolute;
	top:0;
	left: 0;
	width:280px;
	height: 190px;
	background: #000;
	opacity:0;
	text-align: center;
}
.product-mengban img{
	width:56px;
	height:67px;
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}  
.product-img-list ul li:hover .product-mengban{
	opacity: 0.9;
}


/*产品详情*/
.content_p {margin-top: 40px;}
.content_p span.sp {display: block;background-color: #dddddd;color: #ffffff;margin-bottom: 20px;overflow: hidden;}
.content_p span.sp small {background: #000;display: block;float: left;text-align: center;line-height: 40px;width: 120px;}




/*返回上一页*/
.return{float:right;width:120px;height:40px;background-color:#38322d;color:#fff;text-align:center;line-height:40px;margin-top: 20px;}
.return:hover{background-color:#d83a2a;}




#zhutu{max-width:80%;margin: 10px auto;display: block;border: 1px solid #ddd;}



/*CONTACT 地图大小*/
#allmap{width:100%;height:450px;overflow:hidden;}



/*在线留言*/
.message-list{padding:20px;}
.message-img{width: 450px;height: 460px;float: right;}
.input-group{margin-bottom: 10px; clear: both;}
.input-group:after{display: block; content: ''; clear: both;}
.input-group label{width: 60px; font-size: 15px; display: inline-block; text-align-last: justify; color: #606060; font-weight: bold;}
.input-group input[type=text]{
	background: #eaeaea;
    border-radius: 2px;
    line-height: 40px;
    height: 40px;
    width: 276px;
    text-indent: 1em;
    font-family: "microsoft yahei",sans-serif;
    transition: .3s;
    -webkit-transition: .3s;
    outline: 0;
}
.input-group input[type=text]:focus{width: 420px; box-shadow: 0 0 5px #1e3cbd ; border: 1px solid #1e3cbd ;}
.input-group textarea:focus{width: 540px; box-shadow: 0 0 5px #1e3cbd ; border: 1px solid #1e3cbd ;}
.input-group input[type=text]#captcha:focus{width: 50px; box-shadow: 0 0 5px #1e3cbd ; border: 1px solid #1e3cbd ;}
.input-group textarea{
	-webkit-transition: .3s;
    width: 520px;
    background: #eaeaea;
    border-radius: 2px;
    text-indent: 1em;
    padding-top: 5px;
    font-family: "microsoft yahei",sans-serif;
    outline: 0;
    resize: none;
    color: #333; 
}
#submit{display: block; clear: both; width: 80px; line-height: 30px; background: #1e3cbd ; border: 0; color: #ffffff; font-size: 14px; margin-left: 94px;}
#submit:hover{background: #1e3cbd ;cursor: pointer;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}

input:-ms-input-placeholder{
    color: #333;
}

input::-webkit-input-placeholder{
    color: #333;
}
textarea::-webkit-input-placeholder {color: #333;}

/*人才招聘*/
.job_tab{line-height: 54px; background: #571b00; font-size: 14px; color: #fff; text-align: center; width: 100%; overflow: hidden;}
.job_tab span{display: block; width: 20%; text-align: center; float: left;}
.jobs ul li > p{line-height: 54px; background: #ffffff; font-size: 14px; color: #4c4c4c; text-align: center; overflow: hidden;}
.jobs ul li:nth-of-type(even) > p{background: #f3f3f3;}
.jobs ul li > p span{float: left; display: block; width: 20%;}
.jobs ul li div{background: #f7f7f7; padding: 20px; display: none;}
.jobs ul li div small{font-size: 14px; line-height: 30px; color: #7c7c7c;}
.jobs ul li div > p{font-size: 16px; color: #B59A80; margin-bottom: 10px; font-weight: bold;}
.jobs ul li div > span{display: block; margin-top: 20px; border-top: 1px solid #ccc; font-size: 14px; color: #7C7C7C; padding-top: 20px;}
.jobs ul li div > span a{color: #a3906f;}


/* sidebar */
.sidebar{
	margin-bottom: 30px;
}
.sidebar ul li a{
	display: block;
	line-height: 60px;
	font-size: 16px;
	color:#999;
	border-bottom:1px solid #dcdcdc;
	padding-left: 15px;
	position: relative;
}
.sidebar ul li {
	position: relative;
	padding:0 30px;
	border-top:none;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
	background: #fff;
}
.sidebar ul li:hover{
	background: #298a99;
}
.sidebar ul li.clickactive{
	background: #298a99;
}
.sidebar ul li:hover a{
	color:#fff;
}
.sidebar ul li.clickactive a{
	color:#fff;
}
.sidebar ul li i{
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #d0d0d0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0;
}
.sidebar ul li em{
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right:31px;
	background: url("../Image/side-jiantou.png") no-repeat center;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;

}
.sidebar ul li:hover em{
	background: url("../Image/side-jiantou1.png") no-repeat center;
}
.sidebar ul li.clickactive em{
	background: url("../Image/side-jiantou1.png") no-repeat center;
}


.sidebar ul li:last-child{
	border-bottom: none;
}
#thyNavStylefir{
	color:#3e58c7;
	background: url("../Image/sidebar-pro11.png") no-repeat center left;
}
#thyNavStylesec{
	color:#3e58c7;
	background: url("../Image/sidebar-pro22.png") no-repeat center left;
}
#thyNavStylethr{
	color:#3e58c7;
	background: url("../Image/sidebar-pro33.png") no-repeat center left;
}
#comfir{
	color:#3e58c7;
	background: url("../Image/about-11.png") no-repeat center left;
}
#comsec{
	color:#3e58c7;
	background: url("../Image/about-22.png") no-repeat center left;
}
#comthr{
	color:#3e58c7;
	background: url("../Image/about-33.png") no-repeat center left;
}
#comfour{
	color:#3e58c7;
	background: url("../Image/about-44.png") no-repeat center left;
}
.lianxi{
	width:24px;
	height: 24px;
}
.fir-title{
	background: #4c4c4c !important;
}
.lxwm-list li {
	font:12px 'Microsoft YaHei' !important;
	color:#606060 !important;
	padding:10px !important;
	border:1px dashed #d0d0d0 !important;
	border-top: none !important;
	line-height: 40px !important;

}
.fenlei-list span{
	
}
.fir-sidebar{
	margin-bottom: 35px;
}
.anlifeilei{
	position: absolute;
	display: inline-block;
	float: left;
	color:#fff;
	font-size:20px;
	font-weight: bold;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/*响应式新闻列表*/
#main{
	width:100%;
	margin-top: 129px;
	background: #f3f3f3;
}
#main .news-bg{
	width:100%;
	position: relative;
	z-index: -1;
}
#main .news-bg>img{
	width:100%;
	min-height: 450px;
}
.normal-banner-inner-wrap{
	
    text-align: left;
}
.normal-banner-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.normal-banner-inner .container{
	width:100%;
	padding:0 4%;
}
.inner-banner-title1 {
	color:#fff;
	font-weight: 700;
    font: 42px/1 'Gotham-Bold';
    text-transform: uppercase;
}
.inner-line{
	display: inline-block;
    width: 55px;
    height: 4px;
    margin: 25px 0 20px;
    background: #fff;
}
.inner-banner-title2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
}
    
.news-list {
	width:100%;
	padding:70px 4%;
}
.news-list .biaoti>ul{
	margin-bottom: 55px;
}
.news-list .biaoti>ul>li{
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 8px;
	border-radius: 25px;
}
.news-list .biaoti>ul>li>a{
	display: block;
	color:#333;
	background: #fff;
	font-size: 14px;
	width:150px;
	text-align: center;
	border-radius: 25px;
}

.news-list .biaoti>ul>li:hover a{
	color:#fff;
	background: #333;
}
.newsactive{
	background: #333!important;
	color:#fff!important;
}
.n-list ul li{
	position: relative;
    float: left;
    width: 48.5%;
    margin: 0 0 1.5% 1.5%;
    background: #fff;
}
.n-list ul li:after{
	position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .6s;
}
.n-list ul li:hover:after{
	transform: scale(1.025);
	-webkit-transform: scale(1.025);
	box-shadow: 0 15px 15px rgba(0,0,0,.1);
}
.n-list ul li a{
	padding:35px;
	z-index: 1;
    position: relative;
    display: block;
}
.n-list ul li a .date-wrap{
	position: relative;
    float: left;
    width: 33%;
    height: 155px;
    margin-right: 2%;
    /* border-right: 1px solid #e7e7e7; */
}
.n-list ul li a .date-wrap img{
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	max-width: 100%;
	max-height: 100%;
}
.n-list ul li a .date-wrap .date-inner{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.n-list ul li a .date-wrap .date-inner .day{
	font: 48px/1 'gotham-medium';
}
.n-list ul li a .line{
	display: block;
    width: 25px;
    height: 3px;
    margin: 15px 0;
    background: #e7e7e7;
}
.n-list ul li a .date-wrap .date-inner .days{
	font: 14px/1 'Gotham-Book';
}
.n-list .text-wrap{
	/* margin-left: 265px; */
}
.n-list .text-wrap .title{
	font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.n-list .text-wrap .descrition{
	height: 48px;
    margin: 15px 0 24px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
}
.n-list .text-wrap .news-time{
	font-size: 14px;
	color:#666;
}
.n-list .text-wrap .more .icon{
	display: inline-block;
    width: 0;
    height: 10px;
    background: url(../Image/more-icon2.png) no-repeat center center;
    transition: all .4s;
    opacity: 0;
}
.n-list .text-wrap .more strong{
	font-size: 14px;
    font-weight: normal;
    color: #666;
    transition: all .4s;
}
.n-list ul li:hover .text-wrap .more .icon{
	width:21px;
	opacity: 1;
}

.inner-banner-title {
    padding-top: 40px;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    text-align: center;
}
.news-content{
	position: relative;
	z-index: 10;
	margin:0 auto;
	margin-top: -10vh;
	width:90%;
	background: #fff;
	padding:55px 90px;
	margin-bottom: 70px;
}
.news-info-title {
    padding: 23px 20px;
    font: 14px 'Gotham-Book','Microsoft Yahei';
    color: #999;
    border-bottom: 1px solid #e5e5e5;
}
.news-info-title.mes{
	padding:0;
	padding:0 20px;
}
.news-info-title a{
	/* display: block;
	float: right;
	font-size:14px;
	color:#999; */
}
.catname{
	display: block;
	float: right;
	font-size:14px;
	color:#999; 
}
.news-content article{
	font-size: 14px;
	color:#555;
	line-height: 1.85;
}
.news-content article img{
	max-width: 100%;
}
.prev-next-wrap {
    padding: 20px 20px 20px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    border-top: 1px solid #e5e5e5;
}
.prev-next-wrap .prev {
    margin-bottom: 10px;
}
.page-wrap .page{
    padding: 15px 30px;
    background: #fff;
    border-radius: 30px;
}

/*产品*/
.pro-list{
	width:100%;
	padding:70px 4%;
}
.pro-list .biaoti>ul{
	margin-bottom: 55px;
}
.pro-list .biaoti>ul>li{
	float: left;
	margin-right:5%;
	line-height: 25px;
	position: relative;
}
.pro-list .biaoti>ul>li>a{
	display: block;
	font-size: 16px;
	color:#666;
}
.pro-list .biaoti>ul>li>b{
	display: block;
	width:0%;
	height: 2px;
	background:#000;
	position: absolute;
	bottom:0px;
	left:0;
	opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.pro-list .biaoti>ul>li:hover a{
	color:#000;
}

.pro-list .biaoti>ul>li:hover b{
	width:100%;
	opacity: 1;
}
.pro-aactive{
	color:#000!important;
}
.pro-liactive{
	display: block!important;
	width:100%!important;
	height: 2px!important;
	background:#000!important;
	position: absolute!important;
	bottom:0px!important;
	left:0!important;
	opacity: 1!important;
	transition: all 300ms ease-in-out!important;
	-webkit-transform: all 300ms ease-in-out!important;
} 
/* .pro-liactive{
	
}
.pro-liactive a{
	color:#000!important;
}
.pro-liactive b{
	display: block!important;
	width:100%!important;
	height: 2px!important;
	background:#000!important;
	position: absolute!important;
	bottom:0px!important;
	left:0!important;
	opacity: 1!important;
	transition: all 300ms ease-in-out!important;
	-webkit-transform: all 300ms ease-in-out!important;
} */

.ourwork-list>ul>li{
	position: relative;
    float: left;
    width: 18.75%;
    margin: 0 0 1.25% 1.25%;
    transition: all .5s ease-in-out;
}
.ourwork-list .item-inner {
    z-index: 1;
    position: relative;
}
.ourwork-list li a {
    display: block;
    line-height: 1;
    color: #fff;
}
.ourwork-list li .image-wrap {
    position: relative;
    overflow: hidden;
}
.ourwork-list li .image-wrap .image-inner{
	width:100%;
	height: 230px;
	overflow: hidden;
}
.ourwork-list li .image-wrap img {
    display: block;
    width: 100%;
   
    max-width: none;
    transition: all .4s;
}
.ourwork-list li .text-inner {
    position: relative;
    line-height: 60px;
    padding-left: 4%;
    background: #fff;
}
.ourwork-list li .title {
    width: 85%;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ourwork-list li:hover .image-wrap img {
    transform: scale(1.05);
}
.ourwork-list .scale-box {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    -webkit-transform: translate(-50%,-50%) scale(0);
    width: 111%;
    height: 120%;
    /* margin: -53% 0 0 -55.5%; */
    background: #fff;
    overflow: hidden;
    opacity: 0;
    /* transform: scale(0); */
    transition: all .5s ease-in-out;
    box-shadow: 0 0 25px rgba(0,0,0,.15);
}
.ourwork-list .scale-box .image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.ourwork-list .scale-box .text {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(30,95,116,.7) 0%, rgba(23,9,49,.7) 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.7)), to(rgba(23,9,49,.7))));
    background: -webkit-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    background: -o-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    background: -ms-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    background: linear-gradient(to right, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(30,95,116,.7)', endColorstr='rgba(23,9,49,.7)',GradientType=1 );
}
.ourwork-list .scale-box .inner {
    padding: 12.5% 10%;
    font-size: 14px;
    color: #fff;
}
.ourwork-list .scale-box .s-title {
    margin-bottom: 8px;
    font-size: 24px;
}
.ourwork-list .scale-box .line {
    display: block;
    width: 27px;
    height: 1px;
    margin: 12px 0;
    background: #fff;
}
.ourwork-list .scale-box .descrition {
    height: 144px;
    line-height: 24px;
    overflow: hidden;
}
/* .ourwork-list li:hover .scale-box {
    opacity: 1;
    transform:translate(-50%,-50%) scale(1);
} */
.ourwork-list li:hover{
	box-shadow: 0 15px 15px rgba(0,0,0,.1);
}
/*合作品牌*/
.container-left{
	width:50%;
}
.container-left .fir{
	width:525px;
	height: 169px;
	background: url("../Image/hz.png") no-repeat center;
	background-size:100% 100%; 
	padding-top: 55px;
	margin-bottom: 50px;
}
.container-left .fir h1{
	font-size: 42px;
	color:#fff;

}
.container-left .fir h1:nth-child(2){
	text-align: center;
}
.container-left .fir h1:nth-child(1){
	text-align: left;
	padding-left:72px;
	margin-bottom: 33px;
}
.container-left p{
	color:#fff;
	font-size: 18px;
	line-height: 30px;

}
/* .project-list{
	padding:70px 10%;
} */
.anli-list ul li{
	width:32.08%;
}
.project-list .text-inner{
	padding:5%;
}
.project-list ul li a h3{
	line-height:normal;
	margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.project-list ul li a .descrition{
	height: 44px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    overflow: hidden;
}
.ourwork-list li .image-wrap .image-inner{
	height: 280px;
}

/*联系我们*/
.contactbox{
	padding:20px;
}
.contact-infomation {
    padding: 4% 5% 4.5%;
    background: #fff;
}
.contact-infomation .each-item {
    float: left;
    width: 258px;
}
.contact-infomation .each-item .dt-title {
    margin-bottom: 10px;
    font: 18px 'gotham-medium';
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}
.contact-infomation .each-item .dt-title span{
	display: inline-block;
	margin-left: 8px;
	font-size: 14px;
}
.contact-infomation .each-item .dd-content>span {
    font: 16px/1 'Gotham-Book','Microsoft Yahei';
    color: #666;
    line-height: 30px;
}
.contact-infomation .each-item .contact-qq {
    display: inline-block;
    width: 145px;
    height: 48px;
    margin-right: 10px;
    font: 14px/1 'gotham-medium';
    color: #333;
    line-height: 48px;
    text-align: center;
    border: 2px solid #333;
    border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    transition: all .4s ease-in-out;
}
.contact-infomation .each-item .contact-qq .icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    vertical-align: -5px;
    background: url(../Image/contact-icon1-2.png) no-repeat center center;
    transition: all .4s ease-in-out;
}
.contact-infomation .each-item .contact-qq:hover {
    color: #1e3cbd ;
    background: none;
    border:2px solid #1e3cbd;
    box-shadow: 0px 0px 10px #1e3cbd
}
.contact-infomation .each-item .contact-qq:hover .icon {
    background: url(../Image/fix-icon2.png) no-repeat center center;
}
.contact-traffic {
    padding: 4% 7% 5%;
    background: #fff;
}
.contact-traffic .title {
    padding-bottom: 4%;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.contact-traffic .each-item {
    float: left;
    width: 28.33%;
    margin-left: 5%;
}
.contact-traffic .each-item .dt-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.contact-traffic .each-item .dt-title .icon {
    display: block;
    width: 48px;
    height: 45px;
}
.contact-traffic .item-bus .dt-title .icon {
    background: url(../Image/contact-icon2-1.png) no-repeat center center;
}
.contact-traffic .each-item .dt-title .text {
    display: block;
    padding: 30px 0;
    font-size: 20px;
    color: #333;
    line-height: 1;
}
.contact-traffic .each-item .dd-content {
    padding-right: 60px;
}
.contact-traffic .each-item .dd-content span {
    display: block;
    font: 14px/1.85 'gotham-medium','Microsoft Yahei';
    color: #666;
}
.contact-traffic .item-train .dt-title .icon {
    background: url(../Image/contact-icon2-2.png) no-repeat center center;
}
.contact-traffic .item-car .dt-title .icon {
    background: url(../Image/contact-icon2-3.png) no-repeat center center;
}
.dituimg{
	width:210px;
}

/*关于我们*/
.container-left .companyfir h1{
	font-size: 1.5vw;
	text-align: center;
}
.container-left .companyfir{
	width: 436px;
    height: 111px;
    background: url(../Image/com.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 33px;
}
.container-left .companyfir h1:nth-child(1){
	text-align: center;
    padding-left: 0px;
    margin-bottom: 13px;
}
.com-normal-banner-inner{
	top:215px;
}
.com-news-bg{
	width: 100%;
    position: relative;
    z-index: -1;
	height: 100vh;
}
.com-news-bg>img{
	width:100%;
	height: 100%;
}
.fullwindow-banner-inner-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fullwindow-banner-inner {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 60.5%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.fullwindow-banner-inner li {
    position: relative;
    float: left;
    width: 33.33%;
    height: 25vh;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.15);
    border-left: 1px solid rgba(255,255,255,.15);
}
.fullwindow-banner-inner li:first-child, .fullwindow-banner-inner li:nth-child(3n+1) {
    border-left: 0;
}
.fullwindow-banner-inner li:first-child, .fullwindow-banner-inner li:nth-child(2), .fullwindow-banner-inner li:nth-child(3) {
    border-top: 0;
}
.fullwindow-banner-inner .item-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding:12%;
}
.fullwindow-banner-inner .item-inner .icon-wrap {
    display: block;
    height: 70px;
}
.fullwindow-banner-inner .each-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.fullwindow-banner .each-item img {
    height: 70px;
}
.fullwindow-banner-inner .item-inner .text-inner {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.text-inner-con{
	color:#fff;
	font-weight: 200;
	font-size: 14px;
	opacity: 0.7;
	padding-top: 10px;
}
/*关于我们内容*/
.aboutcontent{
	position: relative;
    z-index: 10;
    margin: 0 auto;
    margin-top: -10vh;
    width: 90%;
    margin-bottom: 20px;
}
.about-wrap-first {
    z-index: 1;
    text-align: center;
    background: #fff;
}
.about-wrap-first {
    transition: all .6s ease-in-out;
}
.about-wrap-first.active {
    margin-top: -55px;
}
.mb15 {
    margin-bottom: 1%;
}
.about-wrap-first .inner-text-wrap {
    width: 60%;
	margin:0 auto;
	padding: 55px 0;
}
.inner-title {
    font-weight: bold;
    font-size: 42px;
    color: #333;
}
.inner-line {
    display: inline-block;
    width: 55px;
    height: 4px;
    margin: 25px 0 30px;
    background: #333;
}
.inner-descrition {
	margin:0 auto;
    font-size: 16px;
    color: #333;
    line-height: 1.75;
}
.inner-descrition p{
	text-align: left;
}
.about-wrap-second .each-item {
    float: left;
    width: 49%;
    margin: 0 1.9% 1% 0;
}
.about-wrap-second .each-item:nth-child(2n){
	margin-right:0;
}
.about-wrap-second .item-inner {
    position: relative;
}
.about-wrap-second .image-wrap {
    position: relative;
    overflow: hidden;
}
.about-wrap-second .image-wrap:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: all .6s ease-in-out;
}
.about-wrap-second .each-item .image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    transition: all .4s;
}
.about-wrap-second .item-inner .text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
}
.about-wrap-second .item-inner .text-inner {
    padding: 5%;
    color: #fff;
}
.about-wrap-second .item-inner .title {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.about-wrap-second .item-inner .line {
    display: inline-block;
    width: 55px;
    height: 2px;
    margin: 10px 0 5px;
    background: #fff;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.about-wrap-second .item-inner .descrition {
    width: 66%;
    font-size: 12px;
    color: #fff;
    line-height: 2;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.about-wrap-second .each-item:hover .image-wrap img, .about-page .each-item .image-wrap:hover img, .join-list .each-item:hover .image-wrap img {
    transform: scale(1.05);
}
.about-wrap-second .each-item:hover .image-wrap:after{
	opacity: 1;
}
.about-wrap-second .each-item:hover .item-inner .title{
	opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.about-wrap-second .each-item:hover .item-inner .line{
	opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
.about-wrap-second .each-item:hover .item-inner .descrition{
	opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.about-wrap-three .each-item, .about-wrap-five .each-item {
    position: relative;
    background: #fff;
}
.about-wrap-three .each-item, .about-wrap-five .each-item {
    margin-bottom: 1%;
    overflow: hidden;
}
.about-wrap-three .each-item .item-inner > div.image-wrap{
    float: right;
}
.about-wrap-three .each-item .item-inner > div {
    width: 49%;
}
.about-wrap-three .image-wrap {
    position: relative;
    overflow: hidden;
}
.about-wrap-three .each-item .image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    transition: all .4s;
}
.about-wrap-three .image-wrap:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: all .6s ease-in-out;
}
.about-wrap-three .image-wrap:hover:after{
	opacity: 1;
}
.about-wrap-three .image-wrap:hover img{
	transform: scale(1.05);
}
.about-wrap-three .each-item .item-inner > div{
    float: left;
}
.about-wrap-three .each-item .text-inner {
    padding: 9.25%;
    position: relative;
}
.about-wrap-three .each-item .text-wrap .wenzititle{
	font-size: 38px;
	color:#1e1e1e;
	font-family: 'STHeiti Light';
	font-weight: lighter;
	text-align: center;
}
.about-wrap-three .each-item .text-wrap .wenzititlesec{
	font-weight: bold;
	margin-top: 20px;
}
.about-wrap-three .each-item .text-wrap img{
	margin:0 auto;
	margin-top: 35px;
	max-width: 100%;
}
.about-wrap-four .each-item .item-inner > div{
    float: right;
}
.about-wrap-four .each-item .item-inner > div.image-wrap{
    float: left;
}
.about-wrap-four .each-item .text-wrap .line{
	display: block;
	margin:0 auto;
    width: 55px;
    height: 2px;
    margin-top: 35px;
    margin-bottom: 30px;
    background: #0a9e61;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.about-wrap-four .each-item .text-wrap .descrition{
	font-size: 14px;
	text-align: center;
	color:#1e1e1e;
}
.about-wrap-five .each-item {
    position: relative;
}
.about-wrap-five .image-wrap {
    position: relative;
    overflow: hidden;
}
.about-wrap-five .each-item .image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    transition: all .4s;
}
.about-wrap-five .image-wrap:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: all .6s ease-in-out;
}
.about-wrap-five:hover .image-wrap:after{
	opacity: 1;
}
.about-wrap-five .each-item .text-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.about-wrap-five .each-item .text-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.about-wrap-five .each-item .text-inner .title {
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    transform: translateY(20px);
    opacity: 0;
    transition: all .6s ease-in-out;
}
.about-wrap-five .each-item .normal-more-wrap2 {
    transform: translateY(-20px);
    opacity: 0;
    transition: all .6s ease-in-out;
}
.normal-more-wrap2 {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 51px;
    overflow: hidden;
    border-radius: 100%;
}
.about-wrap-five .each-item .normal-more-wrap2:before {
    border-color: #fff;
}
.normal-more-wrap2:before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #333;
    background: url(../Image/more-icon1.png) no-repeat center center;
    border-radius: 100%;
    box-sizing: border-box;
}
.about-wrap-five .each-item .normal-more-wrap2:after {
    background: #fff;
}
.normal-more-wrap2:after {
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #333;
    transition: all .4s;
    border-radius: 100%;
    transform-origin: center center;
    transform: scale(0);
}
.about-wrap-five .each-item:hover .text-inner .title{
	opacity: 1;
    transform: none;
}
.about-wrap-five .each-item:hover .normal-more-wrap2{
	opacity: 1;
    transform: none;
}
.normal-more-wrap2:hover:before {
    background: url(../Image/more-icon2.png) no-repeat center center;
}
.normal-more-wrap2:hover:after {
    transform: scale(1);
}
.about-wrap-three .each-item .text-wrap .wenzititlelast{
	text-align: left;
}
.about-wrap-three .each-item .text-wrap .wenzititlelast span{
	font-weight: 700;
}
.about-wrap-three .each-item .text-wrap .descritionsec{
	width:60%;
	font-size: 20px;
	color:#3e3a39;
	margin-top: 80px;
	line-height: 35px;
}
.about-wrap-three .normal-more-wrap2{
	position: absolute;
	right:19.2%;
	top:55px;


}
.about-wrap-three .normal-more-wrap2:before{
	background: url(../Image/more-icon2.png) no-repeat center center;
}
.about-wrap-three .normal-more-wrap2:hover:before{
	background: url(../Image/more-icon1.png) no-repeat center center;
}


/*product-index*/
.wrapper.neiye{
	padding:95px 0;
}
.img-box img{
	width:100%;
}
.localtion{
	padding-bottom: 30px;

}
.localtion .local-left{
	float: left;
	font-size: 14px;
	color: #787878;
	padding-left: 30px;
	background: url("../Image/loca-left.png") no-repeat left center;
}
.localtion .local-left a{
	font-size: 14px;
	color: #787878;
}
.localtion .local-right{
	float: right;
	font-size: 14px;
	color:#666;
	padding-left: 30px;
}
.localtion .local-right a{
	display: block;
	width:110px;
	float: left;
	padding-left: 34px;
	color: #2f2f2f;
	line-height: 30px;
}
.localtion .local-right a:nth-child(1){
	border-right:1px solid #d1d1d1;
	background: url("../Image/side-tel.png") no-repeat left center;
}
.localtion .local-right a:nth-child(2){
	background: url("../Image/side-guanzhu.png") no-repeat left 19px center;
	padding-left: 0;
	text-align:right;
}
.content1{
	padding-top: 25px;
	font-size: 16px;
	color:#333;
	line-height: 29px;
}
.content1 .img{
	float: left;
}
.content1 .text{
	float: right;
	width:996px;
	height: 111px;
	font-size: 14px;
	color:#666;
	line-height: 29px;
}
.content1 img{
	max-width: 100%;
	margin:0 auto;
}
.content2{
	margin:45px 0;
}
.content2 a{
	display: block;
	float: left;
	width:380px;
	height: 110px;
	padding-left: 146px;
	margin-right: 30px;
}
.content2 a:nth-child(3){
	margin-right: 0;
}
.content2 a p:nth-child(1){
	text-transform: uppercase;
	font-size: 12px;
	color:#adadad;
	margin-top: 34px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.content2 a p:nth-child(2){
	font-size: 20px;
	color:#333;
	font-weight: 700;
	letter-spacing: 2px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.content2 a:nth-child(1){
	background: #f0eef1 url("../Image/pro1.png") no-repeat left 75px center;
}
.content2 a:nth-child(1):hover{
	background: #3e58c7 url("../Image/pro11.png") no-repeat left 75px center;
}
.content2 a:nth-child(2){
	background: #f0eef1 url("../Image/pro2.png") no-repeat left 75px center;
}
.content2 a:nth-child(2):hover{
	background: #3e58c7 url("../Image/pro22.png") no-repeat left 75px center;
}
.content2 a:nth-child(3){
	background: #f0eef1 url("../Image/pro3.png") no-repeat left 75px center;
}
.content2 a:nth-child(3):hover{
	background: #3e58c7 url("../Image/pro33.png") no-repeat left 75px center;
}
.content2 a:hover p:nth-child(1){
	color:#abb5de;
}
.content2 a:hover p:nth-child(2){
	color:#fff;
}
.content2.about-us a{
	width:286px;
	padding-left: 104px;
	margin-right: 18px;
}
.content2.about a:nth-child(3){
	margin-right: 18px;
}
.content2.about a:nth-child(4n){
	margin-right: 0;
}
.content2.about-us a:nth-child(1){
	background: #f0eef1 url("../Image/pro1.png") no-repeat left 31px center;
}
.content2.about-us a:nth-child(1):hover{
	background: #3e58c7 url("../Image/pro11.png") no-repeat left 31px center;
}
.content2.about-us a:nth-child(2){
	background: #f0eef1 url("../Image/pro2.png") no-repeat left 31px center;
}
.content2.about-us a:nth-child(2):hover{
	background: #3e58c7 url("../Image/pro22.png") no-repeat left 31px center;
}
.content2.about-us a:nth-child(3){
	background: #f0eef1 url("../Image/pro3.png") no-repeat left 31px center;
}
.content2.about-us a:nth-child(3):hover{
	background: #3e58c7 url("../Image/pro33.png") no-repeat left 31px center;
}
.content2.about-us a:nth-child(4){
	background: #f0eef1 url("../Image/pro-4.png") no-repeat left 31px center;
	margin-right: 0;
}
.content2.about-us a:nth-child(4):hover{
	background: #3e58c7 url("../Image/pro-44.png") no-repeat left 31px center;
}
.content3 .pro-left{
	float: left;
	width:655px;
	margin-top: 100px;
}
.content3 .pro-left ul li{
	float: left;
	margin-bottom: 30px;
}
.content3 .pro-left ul li a{
	display: block;
	width:218px;
	font-size: 18px;
	color:#333;
	font-weight: 700;
}
.content3 .pro-left ul li a:hover{
	color:#3e58c7;
}
.pro-yingyong{
	background: url("../Image/pro5.png") no-repeat center top 94px;
	padding:20px 0 60px 0;
}
.pro-yingyong .wrapper{
	position: relative;
}
.pro-yingyong .imgbox{
	width:285px;
	height: 215px;
	border:2px solid #fff;
	box-shadow: 0px 0px 5px #8c8c8c;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.pro-yingyong .imgbox img{

	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.pro-yingyong .swiper-slide:hover img{
	transform: scale(1.05) translateZ(0);
	-webkit-transform: scale(1.05) translateZ(0);
}
.pro-yingyong p{
	line-height: 40px;
	font-size: 14px;
	color:#fff;
	font-weight: 700;
	text-align: center;
	background: #5c5c5c;
	letter-spacing: 2px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.pro-yingyong .swiper-slide:hover p{
	background: #6579d2;
}
.pro-yingyong .swiper-button-next-pro-yy{
	width:44px;
	height: 44px;
	background: url("../Image/pro-neiye-right.png") no-repeat center;
	right: -77px;
    top: 131px;

}
.pro-yingyong .swiper-button-prev-pro-yy{
	width:44px;
	height: 44px;
	background: url("../Image/pro-neiye-left.png") no-repeat center;
	left: -77px;
    top: 131px;
}

/*产品信息*/
.infor-list{
	margin-top:30px;
}
.infor-list ul li{
	float: left;
	margin-right: 55px;
}
.infor-list ul li:nth-child(5n){
	margin-right:0;
}
.infor-list ul li a{
	display: block;
	width:144px;
	height: 139px;
}
.infor-list ul li a p{
	font-size: 16px;
	color:#999;
	text-align: center;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.infor-list ul li:hover a p{
	color:#3e58c7;
}
.infor-list ul li a p:first-child{
	padding-top: 71px;
}
.infor-list ul li:nth-child(1) a{
	background: url("../Image/infor-list1.png") no-repeat center;
}
.infor-list ul li:nth-child(1):hover a{
	background: url("../Image/infor-list11.png") no-repeat center;
}
.infor-list ul li:nth-child(2) a{
	background: url("../Image/infor-list2.png") no-repeat center;
}
.infor-list ul li:nth-child(2):hover a{
	background: url("../Image/infor-list22.png") no-repeat center;
}
.infor-list ul li:nth-child(3) a{
	background: url("../Image/infor-list3.png") no-repeat center;
}
.infor-list ul li:nth-child(3):hover a{
	background: url("../Image/infor-list33.png") no-repeat center;
}
.infor-list ul li:nth-child(4) a{
	background: url("../Image/infor-list4.png") no-repeat center;
}
.infor-list ul li:nth-child(4):hover a{
	background: url("../Image/infor-list44.png") no-repeat center;
}
.infor-list ul li:nth-child(5) a{
	background: url("../Image/infor-list5.png") no-repeat center;
}
.infor-list ul li:nth-child(5):hover a{
	background: url("../Image/infor-list55.png") no-repeat center;
}
.infor-show{
	background: url("../Image/infor3.png") no-repeat bottom center;
	margin:30px auto 30px auto;
}
.infor-show .infor-img{
	max-width: 100%;
	margin:0 auto;
}
.youshi-list{
	margin:30px 0 60px 0;
}
.youshi-list li{
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
   border:1px solid #fff;
   overflow: hidden;
}
.youshi-list li:nth-child(2n){
	margin-right: 0;
}
.youshi-list li a{
	display: block;
	width:480px;
	height: 168px;
	text-align: center;
	position: relative;
}
.youshi-list li a p{
	position: absolute;
	width:100%;
	height: 100%;
	line-height: 168px;
	top:0;
	left:0;
	font-size: 26px;
	color:#fff;
    backface-visibility: hidden;
    transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    letter-spacing: 2px;
}
.youshi-list li .img{
	position: absolute;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.youshi-list li:nth-child(1) .img{
	background: url("../Image/youshi-list1.png") no-repeat center;
}
.youshi-list li:nth-child(2) .img{
	background: url("../Image/youshi-list2.png") no-repeat center;
}
.youshi-list li:nth-child(3) .img{
	background: url("../Image/youshi-list3.png") no-repeat center;
}
.youshi-list li:nth-child(4) .img{
	background: url("../Image/youshi-list4.png") no-repeat center;
}

.youshi-list li:hover .img{
	/* transform:rotateY(180deg);
	-ms-transform:rotateY(180deg); 
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg); 
	-o-transform:rotateY(180deg); */
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.youshi-list li:hover{
	border:1px solid #3e58c7;
	box-shadow: 0px 0px 5px #3e58c7;
}
.pro-cun{
	margin-bottom: 30px;
}
.pro-cun ul li{
	float: left;
	width:322px;
	height: 47px;
	padding-left: 70px;
	margin-bottom: 20px;
}
.pro-cun ul li p:first-child{
	font-size: 14px;
	font-weight: 700;
	color:#666;
	margin-top: 2px;
}
.pro-cun ul li p:last-child{
	font-size: 12px;
	font-weight: 700;
	color:#999;
	margin-top: 4px;
}
.pro-cun ul li:nth-child(1){
	background: url("../Image/p1.png") no-repeat left center;
}
.pro-cun ul li:nth-child(2){
	background: url("../Image/p2.png") no-repeat left center;
}
.pro-cun ul li:nth-child(3){
	background: url("../Image/p3.png") no-repeat left center;
}
.pro-cun ul li:nth-child(4){
	background: url("../Image/p4.png") no-repeat left center;
}
.pro-cun ul li:nth-child(5){
	background: url("../Image/p5.png") no-repeat left center;
}
.pro-cun ul li:nth-child(6){
	background: url("../Image/p6.png") no-repeat left center;
}
.sidebar.sidebar-info ul li{
	background:url("../Image/sidebar-pro1.png") no-repeat center left;
}


/*放大镜*/
.mainContent{
	margin-top: 37px;
	/*height: 481px;*/
	margin-bottom: 50px;
}
#listMain .mainContent h5 {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#listMain .right .title {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
}

#listMain .right .title h4 {
	font-size: 20px;
	color: #4c4a55;
	display: inline-block;
}

#listMain .right .title .yPosition {
	position: absolute;
	right: 13px;
	bottom: 9px;
	color: #4c4a55;
	padding-left: 25px;
	background: url(../Image/home.jpg) no-repeat left 2px;
}

#listMain .right .title .yPosition a {
	color: #4c4a55;
	position: relative;
	left: 0;
	top: 0;
}

#listMain .right .title .yPosition a:hover {
	color: #d60415;
}

.newsList ul li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #d1d1d1;
	overflow: hidden;
	display: block;
}

.newsList ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #363636;
}

.newsList ul li a:hover {
	color: #d60415;
}

.newsList ul li .time {
	float: right;
	display: block;
	padding-right: 5px;
}

.newsInfo {
	line-height: 1.8;
}

.newsContent {
	padding-bottom: 45px;
	padding-top: 10px;
	border-bottom: 1px dotted #d1d1d1;
	font-size: 14px;
}

.newsInfo .author {
	font-size: 12px;
	text-align: center;
	color: #ccc;
}

.newsInfo .context {
	margin-top: 15px;
}

.newsInfo .context a {
	color: #363636;
}

.newsInfo .context p {
	text-indent: 0;
}

.newsInfo .context a:hover {
	color: #d60415;
}

.newsInfo .back {
	text-align: center;
	margin-top: 20px;
}

.newsInfo .back a {
	color: #363636;
}

.newsInfo .back a:hover {
	color: #d60415;
}

.proPage {
	margin-top: 40px;
	padding-right: 40px;
	float: right;
	margin-bottom: 30px;
}

.company {
	line-height: 2.0;
	height: 100%;
}
/*产品列表页*/
.productMain {
	padding-top: 20px;
}

.productMain ul li {
	float: left;
	margin-right: 14px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 15px solid #fff;
}

.productMain ul li:nth-child(3n) {
	margin-right: 0;
}

.productMain ul li a {
	display: block;
	color: #363636;
}
.productMain ul li .pic{
	width: 280px;
	height: 220px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	position: relative;
}
.productMain ul li a img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.productMain ul li a img:hover {
	border: 1px solid #d60415;
}

.productMain ul li a:hover {
	color: #d60415;
}
/*产品列表页*/

/*招聘*/
.zhaopin, #listMain .yingpin {
	font-size: 14px;
}

.zhaopin .job {
	border-bottom: 1px dotted #dedede;
	margin-bottom: 30px;
	padding-top: 25px;
	overflow: hidden;
}

.zhaopin .job ul li, #listMain .zhaopinXx ul li {
	line-height: 3.0;
	overflow: hidden;
	width: 700px;
	text-align: left;
}

.zhaopin .job .zhiwei {
	color: #d60415;
}

.zhaopin .job .chaKan {
	float: right;
	display: block;
	padding: 4px 15px;
	color: #fff;
	background-color: #d60415;
	position: relative;
	top: -150px;
}

.zhaopin ul li a {
	color: #d60415;
	float: right;
}

.zhaopin a {
	color: #ffffff;
}

.yingpin table tr {
	display: block;
	margin-bottom: 15px;
}

.yingpin .zhiwei {
	color: #d60415;
}

.yingpin .yanzhengma {
	position: relative;
	top: 8px;
}

#allmap {
	width: 100%;
	height: 450px;
}

.contactUs  li {
	float: left;
	width: 350px;
	line-height: 2.0;
}
/*在线留言页面*/
#message th {
	font-size: 14px;
	color: #4c4a55;
	font-weight: normal;
}

#message input {
	outline: none;
	height: 22px;
	border: 1px solid #aaa;
	width: 220px;
	padding-left: 5px;
}

#message textarea {
	border: 1px solid #aaa;
	width: 500px;
	padding-left: 5px;
	padding-top: 5px;
}

#message button {
	outline: none;
}

#message .but {
	width: 120px;
	height: 35px;
	background-color: #d60415;
	color: #FFF;
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0;
}

#message .but:hover {
	cursor: pointer;
}

#message  .yanzheng {
	width: 150px;
}

#message th {
	width: 70px;
	text-align: right;
}

#message td span {
	color: #f00;
	font-size: 18px;
	position: relative;
	top: 5px;
	left: -3px;
}
/*工作详情*/
#workDetail {
	line-height: 2.0;
}

#workDetail #apply {
	color: #d60415;
	font-size: 14px;
	display: block;
	margin-top: 30px;
}

.detailTitle {
	width: 100%;
	height: 30px;
	background-color: #d1d1d1;
	margin: 45px 0 30px;
}

.detailTitle h6 {
	background: #029848;
	font-size: 14px;
	border-right: 1px solid #fff;
	color: #fff;
	display: inline-block;
	height: 100%;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 10px;
}

.qqOnline {
	width: 145px;
	height: 213px;
	position: fixed;
	top: 80px;
	right: 0px;
	background: url(../Image/qqBg.png) no-repeat;
	z-index: 99999;
}

.qqOnline .left {
	width: 23px;
	height: 100%;
	float: left;
}

.qqOnline ul {
	float: left;
	width: 82px;
	padding-top: 38px;
	padding-left: 40px;
	padding-bottom: 0;
}

.qqOnline ul li {
	line-height: 36px;
	list-style: none;
}

.qqOnline ul li a {
	color: #4c4a55;
	font-size: 13px;
}

.qqOnline .phone {
	font-size: 12px;
	color: #629759;
	padding-left: 0px;
}

.backToTop {
	display: block;
	margin-right: -540px;
	position: fixed;
	right: 50%;
	top: 80%;
	width: 15px;
	z-index: 9999;
	padding: 15px 8px;
	color: #fff;
	background-color: #333;
}

.backToTop:hover {
	cursor: pointer;
	background-color: #D70415;
}

.proIntro {
	width: 100%;
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
}

#listMain .proIntro h5 {
	font-size: 18px;
	line-height: 45px;
	text-align: center;
}

.proIntro ul li {
	text-align: left;
}

/**/
#shebeiT {
	width: 100%;
}

.pImg {
	width: 100%;
	text-align: center;
}

#shebeiT tr {
	padding: 10px 0;
	border-bottom: 1px solid #d1d1d1;
}

.proIntro h5 {
	font-size: 20px;
	color: #2f619c;
}

.proIntro img.rel_center {
	width: 375px;
	float: left;
	max-height: 300px;
}

.proIntro .details {
	width: 414px;
    position: absolute;
    right: 0px;
    top: 0;
    text-align: left;

}

.proIntro .details h1 {
	font-size: 18px;
	color:#333;
	font-weight: 700;
}
.proIntro .details-a{
	display: block;
	/*position: absolute;*/
	/*left:0;*/
	/*bottom:0;*/
	width:517px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	background: #3e58c7;
	margin-top: 30px;
}

.conInfo {
	padding-bottom: 20px;
	padding-left: 50px;
	padding-top: 20px;
}

.conInfo ul {
	width: 600px;
}

.conInfo ul li {
	width: 50%;
	line-height: 40px;
}

.conInfo ul li:last-child {
	width: 100%;
}
/**/
/*相关样式*/
#showbox {
	border:1px solid #e5e5e5;
	overflow: hidden;
}

#showbox span {
	background: url(../Image/whitebg.png) repeat;
}
#showbox img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

#showsum {
	left: 16px;
	margin-top: 10px;
	width: auto!important;
}
#showsum p{
	 width: auto!important; 
}
#showsum span {
	border: 1px solid #ddd;
}

#showsum span.sel {
	border: 1px solid #3e58c7;
}

.showpage {
	width: 517px;
	position: relative;
}

.showpage a {
	display: block;
    width: 15px;
    border: 1px solid #ddd;
    height: 117px;
    line-height: 117px;
    background: #eee;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -119px;
    text-decoration: none;
    color: #999;
}

.showpage a#shownext {
	left: auto;
	right: 0;
}

.showpage a:hover {
	background: #ccc;
	color: #777;
}

.picBox {
	position: relative;
	z-index: 99999;
	width: 517px;
}
.yingyong-list{
	margin-top: 30px;
}
.yingyong-list ul li{
	float: left;
	width:310px;
	margin-right: 18px;
	margin-bottom: 25px;
}
.yingyong-list ul li:nth-child(3n){
	margin-right: 0;
}
.yingyong-list ul li a{
	display: block;
}
.yingyong-list ul li a .imgbox{
	width:100%;
	height: 233px;
	position: relative;
	overflow: hidden;
}
.yingyong-list ul li a .imgbox .yy-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
}
.yingyong-list ul li a p{
	line-height: 40px;
	background: #666;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color:#fff;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
}
.yingyong-list ul li:hover a .imgbox .yy-img{
	transform: scale(1.05) translateZ(0);
	-webkit-transform: scale(1.05) translateZ(0);
}
.yingyong-list ul li:hover a p{
	background: #3e58c7;
}
.yy-img-box{
	margin:30px 0 50px 0;
}
.yy-img-box img{
	max-width: 100%;
	margin:0 auto;
}
.de{
	width:100%;
	border-bottom: 1px solid #3e58c7;
	margin-bottom: 50px;
}
.de p{
	width:120px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	font-weight: 700;
	letter-spacing: 2px;
	background: #3e58c7;
	line-height: 40px;
}
.de-con{
	font-size: 16px;
	color:#333;
	line-height: 30px;
}
.de-con img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}

/*产品优势*/
.youshi-content{
	margin:30px 0 33px 0;
}
.youshi-content .y-content {
	position: relative;
	height: 192px;
	margin-bottom: 17px;
}
.youshi-content .y-content .y-img{
	position: absolute;
	left:0;
	top:0;
	z-index: 2;
	width:398px;
	height: 192px;
	overflow: hidden;
	
}
.youshi-content .y-content .y-img img{
	transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
}
.youshi-content .y-content:hover .y-img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.youshi-content .y-content .y-text{
	position: absolute;
	right:0;
	top:0;
	width:580px;
	background: #3e58c7;
	height: 192px;
	z-index: 1;
	text-align: right;
	padding:0 60px;
}
.youshi-content .y-content .y-text p{
	color:#fff;
}
.youshi-content .y-content .y-text p:nth-child(1){
	font-size: 20px;
	margin-top: 24px;
}
.youshi-content .y-content .y-text p:nth-child(1) span{
	font-size: 30px;
}
.youshi-content .y-content .y-text p:nth-child(2){
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.youshi-content .y-content:nth-child(even) .y-img{
	right:0;
	left:inherit;
}
.youshi-content .y-content:nth-child(even) .y-text{
	left:0;
	right:inherit;
	text-align: left;
}
.jianjie{
	font-size: 14px;
	color:#666;
	line-height: 30px;
}
.about-img{
	max-width: 100%;
	margin:20px; auto;
}
/*市场前景*/
.qianjing{
	margin:30px 0 40px 0;
}
.qianjing .q-content{
	height: 156px;
	margin-bottom: 10px;
}
.qianjing .q-content:nth-child(odd){
	background: url("../Image/jbg.png") no-repeat center;
}
.qianjing .q-content:nth-child(even){
	background: url("../Image/jbg2.png") no-repeat center;
}
.qianjing .q-content .img{
	float: left;
}
.qianjing .q-content .text{
	float: left;
	width:577px;
	padding:0 70px 0 38px;
}
.qianjing .q-content .text p:first-child{
	font-size: 18px;
	color:#fff;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 22px;
}
.qianjing .q-content .text p:first-child span{
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.qianjing .q-content .text p:last-child{
	font-size: 14px;
	color:#fff;
	line-height: 22px;
	margin-top: 10px;
}

/*新闻*/
.xinwen-list .img{
	float: left;
	width:290px;
	height: 190px;
	position: relative;
	overflow: hidden;
}
.xinwen-list .img img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.xinwen-list .text{
	height: 190px;
	width:908px;
	float: left;
	position: relative;
}
.xinwen-list .text b{
	position: absolute;
	height: 100%;
	width:40px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
}
.xinwen-list .text p{
	font-size: 18px;
	color:#333;
	margin-top: 48px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
}
.xinwen-list .text span{
	font-size: 14px;
	color:#666;
	display: block;
	margin-top: 10px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
}
.xinwen-list{
	border:1px solid #d2d2d2;
	margin: 30px 0 50px 0;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
}
.content3 .xinwen-list:nth-child(even) .img{
	float: right;
}
.content3 .xinwen-list:nth-child(odd) .text{
	padding:0 80px 0 30px;
}
.content3 .xinwen-list:nth-child(even) .text{
	padding:0 30px 0 80px;
}
.content3 .xinwen-list:nth-child(odd) .text b{
	top:0;
	right:0;
	border-left: 1px solid #d2d2d2;
	background: url("../Image/jian1.png") no-repeat center;
}
.content3 .xinwen-list:nth-child(odd):hover .text b{
	background: url("../Image/jian11.png") no-repeat center;
}
.content3 .xinwen-list:nth-child(even) .text b{
	top:0;
	left:0;
	border-right: 1px solid #d2d2d2;
	background: url("../Image/jian2.png") no-repeat center;
}
.content3 .xinwen-list:nth-child(even):hover .text b{
	background: url("../Image/jian22.png") no-repeat center;
}
.xinwen-list:hover{
	border:1px solid #3e58c7;
	box-shadow: 0px 0px 10px #3e58c7;
}
.xinwen-list:hover .text p{
	color:#3e58c7;
}
.xinwen-list:hover .text span{
	color:#3e58c7;
}
.wrapper.xinwen-neirong{
	position: relative;
}
.xinwen-content{
	position: relative;
    top: -61px;
    background: #fff;
    box-shadow: 0px 7px 19px 0px #ededed;
}
.xinwen-neirong article{
	padding:20px;
	font-size: 14px;
	color:#666;
	line-height: 30px;
}
.xinwen-neirong article h1{
	font-size: 20px;
	color:#333;
	text-align: center;
	font-weight: 700;
	margin: 30px 0;
}
.xinwen-neirong article img{
	max-width: 100% !important;
	margin:0 auto !important;
}
.xinwen-list.xinwen-ziye .text{
	width: 674px;
}
.xinwen-list.xinwen-ziye .img{
	
}
/*招商加盟*/
.join{
	font-size: 14px;
	color:#666;
	line-height: 30px;
	text-align: center;
	padding:20px;
}
.join img{
	max-width: 100%;
	margin:20px auto;
}

/*在线留言*/
.info-loca{
	line-height: 60px;
    font-size: 25px;
    color: #434343;
}
.content3.shiping{
	height: 279px;
	background: url("../Image/movebg.jpg") no-repeat center;
}
.content3.shiping a{
	display: block;
	height: 100%;
}
.content3.shiping img{
	margin:0 auto;
	padding-top: 102px;
}
.content3.shiping p{
	font-size: 16px;
	color:#fff;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 10px;
}


