/* 公告样式 */
body {
    font-size: 14px;
    color: #4a4a4a;
}

body,
ul,
li,
p,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
a,
input,
button {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #4a4a4a;
}

a:hover {
    text-decoration: none;
    color: #4a4a4a;
}

.clearFix::after {
    content: "";
    display: table;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.clear {
    clear: both;
}

.m800 {
    margin-top: 35.65%;
}

/* 首页开始 */
/* 导航栏 */
header {
    width: 100%;
    padding: 0px 0;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    z-index: 5;
}
.logo{
    height: 110px;
}
.logo img{
    height: 100%;
}
nav {
    margin: 40px 0;
}

nav li {
    display: inline-block;
    height: 30px;
    padding: 0px 20px;
    line-height: 30px;
    margin-right: 20px;
    transition: all ease 0.5s;
}

nav li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    color: #000;
}

nav li:last-child {
    margin-right: 0;
}

nav li:hover {
    background: #de2734;
}

nav li:hover a {
    color: #FFF;
}

nav li.active {
    background: #de2734;
}

nav li.active a {
    color: #fff;
}

/* banner */
.banner {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.banner img {
    width: 100%;
    height: auto;
}

/* 首页产品 */
.index-products {
    width: 100%;
    padding: 10px 0;
}

.index-title {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.index-title>strong {
    font-size: 30px;
    color: #333;
}

.index-title>div {
    width: 30px;
    height: 2px;
    background: #de2734;
    margin: 15px auto;
}

.index-title>p {
    color: #666;
    text-transform: uppercase;
    font-size: 18px;
}

.products-left {
    width: 280px;
    height: auto;
    border: 1px solid #666;
}

.products-class {
    width: 100%;
    background: #de2734;
    height: 80px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 80px;
}

.products-left>ul {
    width: 100%;
    overflow: hidden;
}

.products-left>ul>li {
    width: 100%;
    border-bottom: 1px solid #666;
    transition: all ease 0.5s;
}

.products-left>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    transition: all ease 0.5s;
	padding-left:30px;
	box-sizing:border-box;
}

/* .products-left>ul>li:hover {
    background: #de2734;
}*/

.products-left>ul>li:hover>a {
    background: #2793de;
    color: #fff;
} 
.products-li-ul{
    width: 100%;
    height: 0;
    overflow: hidden;
}
.products-li-ul>li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    transition: all ease 0.5s;
    padding-left: 40px;
    box-sizing: border-box;
}
.products-li-ul>li a{
    color: #000;
    transition: all ease 0.5s;
}
.products-li-ul>li:hover{
    background:#2793de;
}
.products-li-ul>li:hover a{
    color: #000;
}
.products-add {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #de2734;
    cursor: pointer;
}

.products-right {
    width: 880px;
    height: auto;
}

.products-right>ul {
    font-size: 0;
}

.products-right>ul>li {
    display: inline-block;
    width: 273px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.product-pic {
    width: 100%;
    height: 214px;
    overflow: hidden;
    border: 1px solid #a0a0a0;
}

.product-pic img {
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
}

.product-pic:hover img {
    transform: scale(1.1);
}

.products-right>ul>li p {
    padding: 10px 0;
    font-size: 16px;
    transition: all ease 0.5s;
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.products-right>ul>li:hover p {
    color: #de2734;
}

.pager {
    width: 100%;
    text-align: center;
    padding: 20px 0 30px;
}

.pager a {
    display: inline-block;
    width: 35px;
    line-height: 35px;
    height: 35px;
    border: 1px solid #de2734;
    color: #de2734;
    text-align: center;
    margin: 0px 5px;
    transition: all ease 0.5s;
}

.pager a:hover {
    background: #de2734;
    color: #fff;
}

.pager a.active {
    background: #de2734;
    color: #fff;
}

/* 首页关于我们 */
.index-about {
    width: 100%;
    height: 700px;
    background: url(../images/index-about-bg.jpg) no-repeat;
    background-size: auto 100%;
}

.index-about .w1200 {
    height: 100%;
}

.index-about-body {
    width: 100%;
    height: 100%;
    background: rgba(38, 135, 203, 0.8);
    padding: 40px 0;
    box-sizing: border-box;
}

.index-about-body>.index-title>strong {
    color: #fff;
}

.index-about-body>.index-title>p {
    color: #fff;
}

.index-about-body>.index-title>div {
    background: #fff;
}

.index-about-text {
    width: 1040px;
    margin: 20px auto;
    color: #fff;
    line-height: 2em;
    height: 220px;
    text-indent: 2em;
    overflow: hidden;
}

.index-about-pic {
    width: 1050px;
    height: auto;
    padding: 40px 0;
    margin: 0px auto;
}

.index-about-pic>ul {
    display: flex;
}

.index-about-pic>ul>li {
    text-align: center;
    color: #fff;
    flex: 1;
}

.index-about-pic>ul>li p {
    padding-top: 30px;
}

/* 首页工程案例 */
.index-case {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.index-case-body {
    margin: 20px auto;
    width: 100%;
    height: auto;
}

.index-case-list {
    border: 1px solid #de2734;
    padding: 15px;
    box-sizing: border-box;
    transition: all ease 0.5s;
}
.index-case-list:hover{
    background: #de2734;
}

.case-pic {
    width: 100%;
    overflow: hidden;
}

.case-pic>img {
    width: 100%;
    height: auto;
    transition: all ease 0.5s;
}

.case-pic:hover img {
    transform: scale(1.1);
}


.case-swiper .swiper-button-next,
.case-swiper .swiper-button-prev {
    width: 40px;
    height: 100px;
    background-color: rgba(196, 46, 54, 0.7);
}

/* footer */
footer {
    background: #2793de;
    padding: 20px 0px;
}

.footer-top {
    width: 100%;
}

.footer-fl {
    width: 480px;
}

.footer-logo {
    text-align: center;
    color: #fff;
}

.footer-logo strong {
    font-size: 30px;
}

.footer-logo p {
    font-size: 16px;
    padding: 15px 0 20px;
}

.footer-nav {
    width: 100%;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav ul span {
    color: #fff;
    padding: 0px 7px;
}

.footer-nav li a {
    color: #fff;
}

.footer-map {
    width: 400px;
    height: 110px;
    margin-left: 30px;
}
.footer-map div{
    width: 100%;
    height: 100%;
}
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_title b {
    float: none !important;
    width: auto !important;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#dituContent img {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}
.BMap_cpyCtrl.anchorBL{
    z-index: -1 !important;
}
.footer-contact{
    padding-right: 15px;
    color: #fff;
    line-height: 1.7em;
}
.footer-copyright{
    width: 100%;
    padding: 20px 0 0px;
    color: #fff;
    text-align: center;
}
/* 主体部分 */
.main{
    width: 100%;
    min-height: 350px;
    padding: 0px 0px 50px;
}
.title{
    width: 100%;
    padding: 30px 0 10px;
}
/* 关于我们页面 */
.about-text{
    width: 100%;
    line-height: 2em;
    text-indent: 2em;
    padding: 0px 0px 30px;
}
.about-pic{
    width: 100%;
    padding: 50px 0;
}
.about-pic>ul>li>p{
    color: #333;
}
/* 产品内页 */
.porudtcsd-tit{
    width: 100%;
    padding: 20px 0;
    font-size: 30px;
    text-align: center;
}
.productsd-body{
    width: 100%;
    min-height: 300px;
    padding: 20px 0;
    line-height: 2em;
}
.productsd-body img{
    max-width: 100%;
	transition:all ease 0.5s;
}

.ny-pager{
    padding: 15px 0;
    line-height: 2em;
    font-size: 16px;
}
/* 新闻页面 */
.news{
    width: 930px;
    margin: 0px auto;
}
.news>ul{
    width: 100%;
    padding: 0px 0px 30px;
}
.news>ul li{
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
}
.news>ul li a{
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsd-tit{
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.newsd-tit>strong{
    font-size: 24px;
    line-height: 2em;
}
.newsd-tit>p{
    font-size: 14px;
    color:#999;
}
.newsd{
    width: 100%;   
    min-height: 300px;
    padding: 30px 0;
    line-height: 2em;
}
/* 工程案例 */
.case{
    width: 100%;
}
.case ul{
    width: 100%;
    font-size: 0;
}
.case li{
    display: inline-block;
    width: 380px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #de2734;
    margin-right: 20px;
    text-align: center;
    margin-bottom:20px;
    transition: all ease 0.5s;
}
.case li:nth-child(3n){
    margin-right: 0;
}
.case li p{
    font-size: 16px;
    padding: 5px 0;
    line-height: 2em;
    transition: all ease 0.5s;
}
.case li:hover{
    background: #de2734;
}
.case li:hover p{
    color: #fff;
}

/* 联系我们 */
.contact-fl{
    width: 560px;
    height: auto;
}
.contact-map{
    width: 100%;
    height: 340px;
    border: 1px solid #de2734;
}
.contact-map>div{
    width: 100%;
    height: 100%;
}
.contact-text{
    width: 100%;
    padding: 30px 20px;
    margin: 30px 00 0px;
    line-height: 2em;
    box-sizing: border-box;
}
.contact-fr{
    width: 490px;
    padding-right: 20px;
    box-sizing: border-box;
}
.contact-fr div{
    width: 100%;
    padding: 10px 0;
}
.contact-fr ul{
    width: 100%;
}
.contact-fr li{
    width: 100%;
    margin-bottom: 50px;
}
.contact-fr li input[type="text"]{
    width: 100%;
    height: 40px;
    border: 1px solid #666;
    text-indent: 10px;
}
.contact-fr li textarea{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 200px;
    resize: none;
}
.contact-fr li input[type="submit"]{
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #de2734;
    color: #fff;
    border: none;
}

/* 首页新闻改版 */
.index-news{
    width: 100%;
    height: auto;
}
.index-news-tit{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    transition: all ease 0.5s;
}
.index-news-tit>strong{
    font-size: 24px;
	display:block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news-tit>p{
    font-size: 14px;
    line-height: 2em;
}
.index-news-body{
    width: 100%;
    line-height: 2em;
    height: 10em;
    overflow: hidden;
    padding: 15px 0;
    box-sizing: border-box;
    transition: all ease 0.5s;
}
.index-case-list:hover .index-news-tit{
    color: #fff;
}
.index-case-list:hover .index-news-body{
    color: #fff;
}
/* 产品内页放大镜 */
.imgdet {
    position: relative;
    height: 400px;
    width: 100%;
    background: #fff;
}

.imgdet .imglist {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 98px;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 20px;
    overflow: hidden;
    background: #ccc;

}

.imgdet .imglist ul {
    width: auto;
    font-size: 0;
    height: 84px;
    white-space: nowrap;
}

.imgdet .imglist ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 80px;
    height: 80px;
    margin-right:10px;
    border: 2px solid #fff;
}

.imgdet .imglist ul li:last-of-type {
    margin-bottom: 0;
}

.imgdet .imglist ul .active {
    border: 2px solid #f00;
}

.imgdet .imglist ul li img {
    width: 100%;
    height: 100%;
}

.imgdet .imgpart {
    vertical-align: top;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 300px;
    height: 236px;
    /* left: 50%; 
    transform: translateX(-50%);*/
}

.imgdet .imgpart .pic {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.imgdet .imgpart .pic .magnify {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
}

.imgdet .imgpart .pic img {
    width: 100%;
    height: 100%;
}
.imgdet .imgpart .bigpic {
    display: none;
    position: absolute;
    top: 0;
    right: -310px;
    width: 300px;
    height: 236px;
    z-index: 333;
    border: 1px solid #fff;
    overflow: hidden;
}

.imgdet .imgpart .bigpic>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: auto;
}


/* 侧边栏 */
.cebianlan{
    position: fixed;
    top: 45%;
    right: 10px;
    z-index: 9999999;
}
.cebianlan li{
    display: block;
    width: 72px;
    height: 73px;
    margin-bottom: 3px;
}
.cebianlan li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.cebianlan li.qq-btn a{
    background:#6da9de url(../images/r_qq.png) center no-repeat;
}
.cebianlan li.weixin-btn a{
    background:#78c340 url(../images/r_wx.png) center no-repeat;
}
.cebianlan li.tel-btn a{
    transition: all ease 0.5s;
    background:#fbb01f url(../images/r_phone.png) center no-repeat;
}
.cebianlan li.tel-btn a:hover{
    background-color: #ff811b;
}
.cebianlan li a span{
    display: inline-block;
    height: 73px;
    background: #ff811b;
    padding: 0px 10px;
    position: absolute;
    right: 72px;
    color: #fff;
    font-size: 16px;
    line-height: 72px;
    display: none;
    top: 0;
}
.cebianlan li a img{
    position: absolute;
    right: 70px;
    top: 0;
    display: none;
}