﻿/*导航start*/

a:hover {
	color: #FF8087;
}

.nav {
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 9;
}
.nav .logo {
    width: auto;
    height: 55px;
    padding: 12px 0;
}

.nav .logo a {
    width: 100%;
    height: 100%;
    display: block;
   /*  background: url(../../image/logo.jpg);
    text-indent: -9999px;  */
}

.nav .logo a img {
	width: auto;
	height: 100%;
}

.nav .navitems {
    /* width: 658px;*/
    height: 16px;
    /* background-color: blue;*/
}

.nav .navitems ul li {
    float: left;
    margin: 0 5px;
}

.navitems li a {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: block;
    padding: 26px 20px;
    position: relative;
}

.navitems li a:hover {
    border-top: 3px solid #DA251C;
    border-bottom: 3px solid #DA251C;
    color: #444;
}

.navitems li a:hover i {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -2px;
    left: 45%;
    background: url(../../image/sprites.png) 0 0 no-repeat;
}

.navitems li a.line {
    border-top: 3px solid #DA251C;
    border-bottom: 3px solid #DA251C;
    color: #FF8087; 
}

.navitems li a i.icon {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -2px;
    left: 45%;
    background: url(../../image/sprites.png) 0 0 no-repeat;
}

/*导航end*/

/*全屏轮播start*/
.flexslider {
    position: relative;
    height: 400px;
    margin-bottom: 40px;
    overflow: hidden;
    background: url(../../image/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 400px;
    width: 100%;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../../image/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 0;
    background: url(../../image/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 0;
    background: url(../../image/next.png) center center no-repeat;
}

/*全屏轮播end*/

/*内容部分start*/

.content .public {
    width: 318px;
    height: 283px;
    border: 1px solid #D7D7D7;
    box-shadow: 0 0 5px #D7D7D7;
    margin-bottom: 43px;
    color: #656565;
    position: relative;
}

.content .about {
    margin-right: 20px;
}

.content .public .title {
    width: 173px;
    height: 72px;
    display: block;
    /*background-color: blue;*/
    border-bottom: 1px solid #D7D7D7;
    line-height: 72px;
    padding-left: 145px;
    position: relative;
}

.content .public .title h2 {
	margin: 0;
	padding: 0;
	text-decoration: none;
    font-weight: normal;
    font-size: 16px;
}

.content .public .title i {
    width: 50px;
    height: 50px;
    position: absolute;
}

.content .about .title i.icon1 {
    top: 11px;
    left: 88px;
    background: url(../../image/sprites.png) -12px 0 no-repeat;
}

.content .news .title i.icon2 {
    top: 11px;
    left: 88px;
    background: url(../../image/sprites.png) -68px 0 no-repeat;
}

.content .contact .title i.icon3 {
    top: 11px;
    left: 88px;
    background: url(../../image/sprites.png) -123px 0 no-repeat;
}


.content .public .cont {
    height: 140px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.content .public .cont h3 {
	margin: 0;
    padding: 0;
	text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

.content .public .cont p {
	margin: 0;
	padding: 0;
    font-size: 13px;
    line-height: 25px;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-decoration: none;
    font-weight: normal;
    
}

.content .public .cont h3 .ellipsis {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 160px;
}

.content .public .more a {
    width: 87px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0 2px 0 #D7D7D7;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #E56059;
    color: #FFFEFF;
    position: absolute;
    bottom: -20px;
    left: 125px;
}

.content .news .cont li {
	 border-bottom: 1px dashed #DCDCDC;
}
.content .news .cont h3 {
	font-size: 13px;
    line-height: 25px;
    line-height: 34px;
    padding-left: 15px;
    position: relative;

}

.content .news .cont h3 i {
    width: 7px;
    height: 7px;
    background: url(../../image/sprites.png) 0 -15px no-repeat;
    position: absolute;
    top: 13px;
    left: 0;
}

.content .news .cont a span {
    float: right;
}

.content .contact .cont h3 {
    line-height: 24px;
    margin: 0;
    padding: 0;
	text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

/*内容部分end*/

/*经典案例start*/
.picScroll-left{ width: 100%; overflow:hidden; position:relative; }
.picScroll-left .hd{ overflow:hidden;  height:40px; line-height: 40px; border-bottom: 1px solid #CDCDCD; color: #656565; font-size: 16px; }
.picScroll-left .hd h2 {margin: 0; padding: 0; text-decoration: none;font-weight: normal;font-size: 100%;}
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;}
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../../image/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:26px 0;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{margin-right: 25px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:180px; height:130px; display:block;}
.picScroll-left .bd ul li .title{width: 178px; height: 34px; border: 1px solid #CDCDCD; border-top: 4px solid #353636; line-height:34px; font-size: 13px; }

/*经典案例end*/

/*合作伙伴start*/
.partner .cooperate .hd{ overflow:hidden;  height:40px; line-height: 40px; border-bottom: 1px solid #CDCDCD; color: #656565; font-size: 16px; }
.partner .cooperate .bd {padding: 26px 0;}
.partner .cooperate .bd ul li{ width: 180px; margin-right: 25px;float:left; _display:inline; overflow:hidden; text-align:center;  }
.partner .cooperate .bd ul li .pic{ margin-bottom: 14px; border: 1px solid #CDCDCD; text-align:center; }
.partner .cooperate .bd ul li .pic:hover{ border: 1px solid #FF0000;}
.partner .cooperate .bd ul li .pic img{ width:178px; height:68px; display:block;}
/*合作伙伴end*/

/*关于我们start*/

.current {
    display: block;
}

.current a {
    color: #FF8087;
}

.main .content .hide {
    display: none;
}

.main .content .common-cont.selected {
    display: block;
}

.banner {
    width: 100%;
    height: 220px;
}

.banner img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.main .content {
    width: 100%;
    margin-bottom: 20px;
    min-height: 500px;
}

.main .content .common-tab {
    width: 177px;
}

.main .content .about-cont {
    width: 797px;
    height: 100%;
    /*background-color: yellow;*/

}

.main .content .common-tab ul li {
    width: 137px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #CDCDCD;
    padding-left: 40px;
}

.main .content .common-tab ul li.title {
    width: 147px;
    padding-left: 30px;
    position: relative;
}

.main .content .common-tab ul li h2 {
    font-size: 20px;
    line-height: 55px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    padding: 0;
	text-decoration: none;
}

.main .content .common-tab ul li h2 i {
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: url(../../image/sprites.png) -177px 0 no-repeat;
}

.main .content .common-cont .header h3 {
    height: 45px;
    padding: 0 0 0 10px;
    line-height: 60px;
    margin: 0;
	text-decoration: none;
    font-weight: normal;
    font-size: 13px;
}

.main .content .common-cont .header h3 span {
    color: #E9131D;
}

.main .content .common-cont .column {
    width: 746px;
    min-height: 500px;
    padding: 0 25px 10px 25px;
    margin-bottom: 20px;
    border: 1px solid #CDCDCD;
    font-size: 12px;
    /*background-color: pink;*/
}

.main .content .common-cont .column img {
    max-width: 746px;
    height: auto;
}

/*公司简介*/
.main .content .common-cont .column  h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
	text-decoration: none;
}

 .main .content .common-cont .column p {
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    color: #656565;
   /*  text-indent: 2rem; */
}

.main .content .common-cont .column .profile p {
	margin: 0;
	text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    /* padding: 0 0 25px 0; */
}

/*企业文化*/

.main .content .common-cont .column .share .share-cont {
    border-top: 1px dashed #CDCDCD;
    padding-top: 10px;
    /*background-color: blue;*/
}

.main .content .common-cont .column .share img {
    margin-bottom: 23px;
}
.main .content .common-cont .column .share-cont p {
    line-height: 30px;
    /* padding: 0 0 25px 0; */
    margin: 0;
	text-decoration: none;
    font-weight: normal;
    font-size: 13px;
}

.main .content .common-cont .column .phase p {
    margin: 0;
	padding: 0;
	text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
}

/*荣誉证书*/

.main .content .common-cont .column .honor .image {
    height: 920px;
    overflow: hidden;
}

.main .content .common-cont .column .honor .honor-cont {
    border-top: 1px dashed #CDCDCD;


}

.main .content .common-cont .column .honor .honor-cont .image li {
    width: 196px;
    height: 135px;
    float: left;
    margin: 24px;
    text-align: center;
}

.main .content .common-cont .column .honor .honor-cont .image li a.link {
    width: 196px;
    height: 135px;
    display: block;
    padding: 4px;
    border: 1px solid #CDCDCD;

}

.main .content .common-cont .column .honor .honor-cont .image li img {
    width: 196px;
    height: 135px;
}

.main .content .common-cont .column .honor .honor-cont .image li a.link:hover {
    border: 1px solid #FF0000;
}

.main .content .common-cont .column .honor .honor-cont .image li a {
    font-size: 13px;
    color: #656565;

}

 .square {
    width: 100%;
    height: 50px;
}

 .square li {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #B3B3B3;
    margin: 0 5px;
    text-align: center;
    color: #FFF;
}

 .square li a {
    width: 100%;
    height: 100%;
    display: block;

}

 .square.four {
     margin-left: 250px;
     margin-top: 25px;

}

.square.seven {
    margin-left: 410px;

}

 .square li.current {
    background-color: #E9131D;
}

#mask {
    width: 100%;
    height: 100%;
    opacity: 0.4; /*半透明*/
    filter: alpha(opacity=40); /*ie 6半透明*/
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#show {
    width: 650px;
    height: 450px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -225px 0 0 -325px;
    display: none;
}


#close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -27px;
    top: -23px;
    display: none;
}

/*关于我们end*/

/*新闻中心start*/
.main .content .common-cont  .company {
    width: 785px;
    height: 180px;
    margin-top: 40px;
    border-bottom: 1px solid #CDCDCD;
}

.main .content .common-cont  .company img {
	width: 100%;
	height: 100%;
}

.main .content .common-cont  .company .company-l {
	width: 228px;
	height: 140px;
}

.main .content .common-cont  .company .company-l img {
	width: 100%;
	height: 100%;
}

.main .content .common-cont  .company .company-r {
    width: 516px;
    padding: 0 20px;
}

.main .content .common-cont  .company .company-r .title h2 {
    font-weight: bold;
    margin: 0;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.main .content .common-cont  .company .company-r .title a {
    font-size: 13px;
    color: #EA141E;
}

.main .content .common-cont  .company .company-r p {
    font-size: 13px;
    line-height: 25px;
    color: #656565;
    padding: 20px 0 0;
    padding-top: 20px;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin: 0;
	text-decoration: none;
    font-weight: normal;
  
}

/*行业新闻*/
.main .content .common-cont .column .share {
    position: relative;
    margin-bottom: 50px;
    min-height: 500px;
}

.main .content .common-cont .column .share .share-cont .detail {
   margin-left: 67px;
}

.main .content .common-cont .column .share-cont a {
    font-size: 13px;
}
.main .content .common-cont .column .share-cont a:hover {
    color: #E9131D;
    text-decoration: underline;

}
/*新闻中心end*/

/*服务项目start*/
.main .content .common-cont .column .share .share-cont .service {
    margin-left: 125px;
    margin-top: 17px;
}
/*服务项目end*/

/*工程案例start*/
.main .content .common-cont .column .cases .cases-cont {
    border-top: 1px dashed #CDCDCD;
}

.main .content .common-cont .column .cases .cases-cont .images li {
    width: 220px;
    height: 160px;
    float: left;
    margin: 30px 14px;
    text-align: center;
}

.main .content .common-cont .column .cases .cases-cont .images li a.link img {
	width: 100%;
	height: 100%;
}

.main .content .common-cont .column .cases .cases-cont .images li a.link {
    width: 100%;
    height: 100%;
    padding: 4px;
    display: block;
    border: 1px solid #CDCDCD;
    margin-bottom: 10px;
}

.main .content .common-cont .column .cases .cases-cont .images li a.link:hover {
    border: 1px solid #FF0000;
}

.main .content .common-cont .column .cases .cases-cont .images li a {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

/*工程案例-图片轮播*/
.main .content .common-cont .column .cases .cases-cont center img:hover {background: white;filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8; opacity: 0.8;}
.detail_context_pic{width:680px;margin-top: 20px;overflow:hidden;}
.detail_context_pic_top{width:auto; height: 450px; overflow:hidden;text-align:center;position:relative;z-index:1;}
.detail_context_pic_top img {width: 100%; height: 100%;}
.detail_context_pic_bot{width:650px;height:90px;overflow:hidden;margin-top:15px;}
.detail_picbot_left{float:left;width:28px;height:77px;overflow:hidden;}
.detail_picbot_left a{display:block;width:28px;height:77px;}
.detail_picbot_mid{float:left;width:590px;height:80px;overflow:hidden;}
.detail_picbot_mid ul{height:77px;width:590px;overflow:hidden;position:relative;}
.detail_picbot_mid ul li{float:left;height:80px;margin:0 6px;width:106px;text-align:center;overflow:hidden;position:relative;}
.detail_picbot_mid ul li a{width: 100%;height:100%;display:block;}

.main .content .common-cont .column .detail_picbot_mid ul li img{height:73px;max-width:90px;}
#pic1{width:auto; height: 450px; }
.selectpic{border:2px solid red; box-sizing: border-box;}
.detail_picbot_right{float:right;width:28px;height:77px;overflow:hidden;}
.detail_picbot_right a{display:block;width:28px;height:77px;}
#preArrow{left:0;}
#nextArrow{right:0;}
.contextDiv{cursor:pointer;height:100%;width:50%;position:absolute;top:0px;z-index:5;}
.contextDiv span{position:absolute;top:50%;margin-top: -43px;width:39px;height:50px;}
#preArrow_A{width: 46px;height: 75px; left:16px;background:url('../../image/sprites.png') -65px -61px no-repeat;}
#nextArrow_A{width: 46px;height: 75px;right:16px;background:url('../../image/sprites.png') -113px -62px no-repeat;}

.main .content .common-cont .column .pro-details h3 {
	margin: 0;
	padding: 0;
    font-size: 100%;
    text-align: left;
}

/*工程案例end*/

/*联系我们start*/
.main .content .common-tab .code {
    width: 177px;
    height: 150px;
    margin-top: 20px;
    text-align: center;
}

.main .content .common-tab .code img {
    padding: 4px;
    border: 1px solid #CDCDCD;
}

.main .content .common-cont .column .contact h3 {
    text-align: left;
    margin: 0;
    padding: 0;
	text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

#mymap {
    width: 745px;
    height: 300px;
    overflow: hidden;
    margin: 10px 0;
	text-decoration: none;
    font-weight: normal;
    font-size: 100%;
    
}


/*联系我们end*/





