/*初始样式*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset,figure,figcaption, table, th, td img{margin:0; padding:0; }
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, dl, dt, fieldset, form, h1,time, h2, h3, h4,
h5, h6, html, img, ins, kbd, label, legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, ul {
    margin:0; padding:0; border:0; outline:0; vertical-align:baseline; }
body{font-family: 'Microsoft Yahei'; font-size: 16px;color: #252525;letter-spacing: 1px;
    background:#fff; text-align:left; margin:0 auto;font-weight:normal;}
body{min-width: 1270px;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section{display:block; }
.transition{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;}
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

button{border-radius:0;-webkit-border-radius:0px; outline:none;}
input{border-radius:0; outline:none;}
ul,li{list-style:none; }
button{cursor:pointer; } /*这个可以不用*/
textarea {resize :none; outline:none;}/*去掉提交框右下角箭头*/
/*全局的字体链接*/
a:link,a:visited{color:#333; text-decoration:none; }
a:hover,a:active{text-decoration:none; }
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0px; }
.container{width: 1270px;padding: 0 15px;margin: 0 auto;}
/*-------------------------------------------------------------------------------------------------------------------------*/
/*顶部开始*/
.top{
    background: #262626;
    font-size: 12px;
    font-weight: bold;
    color: #969696;
    padding: 10px 0;
}
.top .top-left{
    float: left;
}
.top .top-right{
    float: right;
}
.top .top-left span{
    margin-right: 20px;
}
.top .top-left .ticon{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.top .top-left .top-icon1{
    background: url("../images/top-icon1.png") no-repeat;
    width: 16px;
    height: 13px;
}
.top .top-left .top-icon2{
    background: url("../images/top-icon2.png") no-repeat;
    width: 12px;
    height: 15px;
}
/*顶部结束*/
/*导航开始*/
.header{
    height: 84px;
    line-height: 80px;
}
.logo{
    float: left;
    padding-top: 15px;
    height: 80px;
    line-height: 85px;
	width: 187px;
    overflow: hidden;
}
.logo img{
	width:156%;
}
.logo a{
	display:block;
	padding-top:5px;
}
.logo h1{
	text-indent:-999em!important;
	background:url("../images/logo.png") no-repeat;
	width:187px;
	background-size: 155% auto;
}
.nav{
    width: 60%;
    float: left;
    margin-left: 23%;
}
.nav ul li{
    width: 16.666%;
    float: left;
    text-align: center;
}
.nav ul li:nth-child(1){
    width: 10.666%;
    margin: 0 3%;
}
.nav ul li a{
    display: inline;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
}
.nav .nav-active{
    border-bottom: 3px solid #85a8cb;
}
.nav .nav-active a{
    background: #00abb9;
    color: #ffffff;
}
/*导航结束*/
/*banner开始*/
.flexslider{
    position:relative;
    height:auto;
    overflow:hidden;
    line-height: 1px;
    padding-top: 8px;
    background: #80cdce;
}
.slides{
    position:relative;
    z-index:1;
}
.slides li{
    height:auto;
}
.slides li img{
    width: 100%;
    height: auto;
}
.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:13px;
    height:13px;
    line-height:40px;
    overflow:hidden;
    background:url(../images/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:100%;
    top:45%;
}
.flex-direction-nav li a{
    display:block;
    width:64px;
    height:64px;
    overflow:hidden;
    cursor:pointer;
    position:absolute;
}
.flex-direction-nav li a.flex-prev{
    left:40px;
    background:url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next{
    right:40px;
    background:url(../images/next.png) center center no-repeat;
}
.n-banner{
    line-height: 1px;
    padding-top: 8px;
    background: #80cdce;
}
.n-banner img{
    width: 100%;
    height: auto;
}
/*banner结束*/
/*首页服务开始*/
.fw{
    position: relative;
}
.fw:after{
    content: '';
    display: block;
    width: 100%;
    height: 90px;
    background: #80cdce;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.fwlist{
    width: 33.333%;
    float: left;
    height: 230px;
    overflow: hidden;
    padding: 50px 15px 30px;
    position: relative;
    z-index: 2;
 }
.fwlist:nth-child(1){
    background: #e89448;
}
.fwlist:nth-child(2){
    background: #568be5;
}
.fwlist:nth-child(3){
    background: #89c997;
}
.fwlist .fw-img{
    width: 30%;
    float: left;
}
.fwlist .fw-txt{
    width: 70%;
    float: left;
    padding-left: 15px;
}
.fwlist .fw-txt h3{
    text-align: center;
    color: #ffffff;
    padding-bottom: 10px;
}
.fwlist .fw-txt span{
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    background: #ffffff;
}
.fwlist .fw-txt p{
    padding-top: 10px;
    line-height: 23px;
}
.fwlist:nth-child(3) .fw-txt p{
    color: #ffffff;
}
.fwlist:nth-child(3) .fw-txt strong{
    color: #000;
}
/*首页服务结束*/
/*首页产品推荐开始*/
.wmd{
    padding-top: 80px;
    background: url("../images/prbg.jpg") no-repeat;
    background-size: 100% 100%;
}
.pr-title{
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.pr-title .pr-t{
    width: 25%;
    float: left;
    font-size: 24px;
}
.pr-title .pt-bt{
    width: 75%;
    float: right;
    text-align: right;
    padding-top: 15px;
}
.pr-title .pt-bt a{
    font-size: 14px;
    padding: 0 8px;
}
.pr-title .pt-bt a:hover{
    color: #73a7ab;
}
.pr-title .pr-t p{
    color: #d3d3d3;
    font-size: 22px;
}
.pr-cp .prlist{
    width: 33.333%;
    float: left;
    margin-bottom: 8%;
}
.pr-cp .prlist .pr-li{
    width: 86%;
    margin: 0 auto;
    border: 1px solid #73a7ab;
}
.pr-cp .prlist .pr-li .pr-img{
    height: 225px;
    overflow: hidden;
}
.pr-cp .prlist .pr-li .pr-img img{
    width: 100%;
    height: 100%;
}
.pr-cp .prlist .pr-txt{
    background: #73a7ab;
    padding: 15px 0;
    text-align: center;
}
.pr-cp .prlist .pr-txt h4 a{
    display: inline-block;
    color: #ffffff;
    padding-bottom: 10px;
}
.pr-cp .prlist .pr-txt p{
    font-size: 14px;
    color: #f3eded;
}
.pr-cp .prlist .pr-li:hover{
    -webkit-box-shadow: 0px 5px 10px #b1afaf;
    -moz-box-shadow: 0px 5px 10px #b1afaf;
    box-shadow: 0px 5px 10px #b1afaf;
    border-color: #43b0b9;
}
.pr-cp .prlist .pr-li:hover .pr-txt{
    background: #43b0b9;
}
.pr-cp .prlist .pr-li:hover .pr-txt h4 a{
    color: #ffffff;
}
.pr-cp .prlist .pr-li:hover .pr-txt p{
    color: #ffffff;
}
/*首页产品推荐结束*/
/*首页新闻动态开始*/
.xmd{
    padding: 80px 0;
}
.n-title{
    text-align: center;
}
.n-title h3{
    font-size: 24px;
    padding-bottom: 5px;
}
.n-title p{
    color: #969696;
}
.n-new{
    margin-top: 30px;
}
.tabs .horizontal{
    width: 30%;
    margin: 0 auto;
}
.tabs .horizontal li{
    width: 40%;
    float: left;
    text-align: center;
    margin: 0 5%;
    padding: 8px 0;
    border: 1px solid #d1d1d1;
    font-weight: bold;
}
.active{
    background: #73a7ab;
}
.active a{
    color: #ffffff;
}
.n-txt{
    margin-top: 30px;
}
.n-left{
    width: 60%;
    float: left;
}
.n-right{
    width: 40%;
    float: left;
}
.n-left .n-li{
    margin-bottom: 30px;
}
.n-img{
    width: 30%;
    float: left;
}
.n-img p{
    height: 144px;
    overflow: hidden;
}
.n-img p img{
    width: 100%;
    height: 100%;
}
.n-nt{
    width: 65%;
    float: left;
    padding-left: 20px;
    padding-right: 15px;
}
.n-nt h4 a{
    color: #72b7b8;
}
.n-nt .date{
    padding-top: 5px;
    font-weight: bold;
    font-size: 13px;
    color: #888;
}
.n-nt .n-sm{
    color: #888;
    font-size: 14px;
    padding-top: 8px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.n-nt .n-m a{
    font-size: 34px;
    color: #72b7b8;
}
.n-right{
    padding-left: 15px;
}
.n-right ul li{
    margin-bottom: 20px;
    color: #888;
}
.n-right ul li a{
    display: inline-block;
    float: right;
    width: 70%;
    color: #888;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.n-right ul li:hover{
    font-weight: bold;
}
/*首页新闻动态结束*/
/*首页服务开始*/
.fwd{
    padding: 80px 0;
    background: url("../images/fwbg.jpg") no-repeat;
}
.n-title span{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #555;
    margin-top: 20px;
    width: 75%;
}
.fw-b{
    width: 80%;
    margin: 57px auto 0;
}
.fw-left,.fw-right{
    width: 50%;
    float: left;
    padding: 30px 45px;
}
.fw-left{
    background: #72b7b8;
    color: #ffffff;
}
.fw-left .fw-img,.fw-right .fw-img{
    width: 10%;
    float: left;
}
.fw-left .fw-w,.fw-right .fw-w{
    width: 90%;
    float: left;
    padding-left: 35px;
}
.fw-left .fw-w p,.fw-right .fw-w p{
    font-size: 14px;
    padding-top: 5px;
}
/*首页服务结束*/
/*面包屑导航开始*/
.mb{
    background: #dcdcdc;
    font-size: 12px;
    padding: 10px 0;
    color: #646465;
}
.mb a{
    color: #646465;
}
/*面包屑导航结束*/
/*产品页开始*/
.pmd{
    padding: 80px 0;
    background: #f5f5f5;
}
.pmd--left{
    width: 23%;
    float: left;
}
.pmd--left .pmd-t .cd-t p{
    color: #416291;
    font-size: 48px;
    font-weight: bold;
    line-height: 55px;
}
.pmd--left .pmd-t .cd-t h3{
    color: #416291;
    font-size: 26px;
    padding-top: 5px;
}
.pmd--left .pmd-t .cb-nav{
    margin-top: 15px;
}
.pmd--left .pmd-t .cb-nav p{
    background: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
}
.pmd--left .pmd-t .cb-nav p:hover{
    background: #f5f5f5;
}
.pmd-d h3{
    background: #416291;
    color: #ffffff;
    font-size: 24px;
    padding: 15px 0 15px 10px;
}
.cd-list{
    padding-left: 49px;
    font-size: 14px;
}
.cd-list div{
    margin-bottom: 20px;
    position: relative;
}
.cd-list div p{
    padding-bottom: 10px;
    font-weight: bold;
}
.cd-list div:nth-child(1){
    padding-top: 30px;
}
.cd-list .lx-txt1:before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/lxicon.png") 0px 0px;
    position: absolute;
    top: 29px;
    left: -40px;
}
.cd-list .lx-txt2:before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/lxicon.png") 0px -31px;
    position: absolute;
    top: -3px;
    left: -40px;
}
.cd-list .lx-txt3:before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/lxicon.png") 0px 32px;
    position: absolute;
    top: 0px;
    left: -40px;
}
.pmd-right{
    width: 77%;
    float: left;
    margin-top: 30px;
    padding-left: 50px;
}
.pmd-title{
    text-align: center;
    font-size: 20px;
    color: #2e2e2e;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
.pmd-title h4:after{
    content: '';
    display: block;
    width: 87px;
    height: 6px;
    background: url("../images/ddt.png") no-repeat;
    position: relative;
    bottom: -5px;
    right: -45%;
}
.pmdlist{
    width: 33.33%;
    float: left;
    margin-bottom: 50px;
}
.pmdlist .pmdl{
    margin: 0 20px;
    border-radius: 10px;
    overflow: hidden;
}
.pmdlist .pmdl:hover{
    -webkit-box-shadow: 0px 6px 24px #9c9b9b;
    -moz-box-shadow: 0px 6px 24px #9c9b9b;
    box-shadow: 0px 6px 24px #9c9b9b;
}
.pmdl .pmdimg{
    line-height: 1px;
    height: 190px;
    overflow: hidden;
}
.pmdl .pmdimg img{
    width: 100%;
    height: 100%;
}
.pmdl .pmd-txt{
    background: #dedede;
    padding: 15px;
    position: relative;
}
.pmdl .pmd-txt span{
    display: block;
    font-size: 12px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 8px;
    color: #787878;
}
.pmdl .pmd-txt span:after{
    content: "";
    display: block;
    width: 6px;
    height: 5px;
    background: url("../images/dm.png") no-repeat;
    position: absolute;
    top: 7px;
    left: 0;
}
.pmdl .pmd-txt h4{
    padding-bottom: 8px;
}
.pmdl .pmd-txt p{
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #5b5b5b;
    position: relative;
}
.pmdl .pmd-txt .pmdmore{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    background: #75a0c9;
    color: #ffffff;
    position: absolute;
    top: -29px;
    right: 13px;
    -webkit-box-shadow: 0px 5px 5px #fdfbfb;
    -moz-box-shadow: 0px 5px 5px #fdfbfb;
    box-shadow: 0px 5px 5px #fdfbfb;
}

/*产品页结束*/
/*新闻页开始*/
.news-top{
    border-bottom: 1px solid #dddddd;
}
.news-l{
    background: #ffffff;
    margin-bottom: 40px;
}
.news-left{
    width: 30%;
    float: left;
}
.news-left p img{
    width: 100%;
    height: auto;
}
.news-right{
    width: 70%;
    float: left;
    padding-left: 30px;
}
.news-right h4{
    padding-top: 25px;
}
.news-right h4 a{
    position: relative;
}
.news-right h4 a:after{
    content: '';
    display: block;
    width: 39px;
    height: 23px;
    background: url("../images/xlt.png") no-repeat;
    position: absolute;
    top: 0;
    right: -66px;
}
.news-right span{
    display: block;
    padding-top: 15px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}
.news-right p{
    padding-top: 15px;
    padding-right: 20px;
    font-size: 14px;
    color: #7b7b7b;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-ul{
    margin-top: 40px;
 }
.news-list{
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.news-list .data{
    width: 15%;
    float: left;
}
.news-list .data .dd{
    background: #416291;
    color: #ffffff;
    text-align: center;
    width: 100px;
    height: 100px;
}
.news-list .data .dd span{
    font-size: 38px;
    display: inline-block;
    padding-top: 13px;
}
.news-list .news-txt{
    padding-top: 10px;
}
.news-list .news-txt h4{
    padding-bottom: 10px;
}
.news-list .news-txt p{
    font-size: 14px;
    line-height: 23px;
    padding-right: 20px;
    color: #7b7b7b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*新闻页结束*/
/*案例页开始*/
.case-list{
    background: #dcdcdc;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 10px #8c8a8a;
    -moz-box-shadow: 0px 3px 10px #8c8a8a;
    box-shadow: 0px 3px 10px #8c8a8a;
    margin-bottom: 40px;
}
.case-list .case-img{
    width:25%;
    float: left;
}
.case-list .case-img p{
    height: 122px;
    overflow: hidden;
}
.case-list .case-img img{
    width: 100%;
    height: 100%;
}
.case-list .case-txt{
    width: 75%;
    float: left;
    padding-left: 30px;
}
.case-list .case-txt h4 a{
    display: block;
    padding-bottom: 8px;
    color: #2b3158;
}
.case-list .case-txt p{
    font-size: 14px;
    color: #454545;
    line-height: 23px;
}
.case-list .case-txt div{
    font-size: 12px;
    padding-top: 8px;
    font-weight: bold;
}
.case-list .case-txt div a{
    display: inline-block;
    float: right;
    background: #416291;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
}
/*案例页结束*/
/*分页列表样式开始*/
.flbsy{
    margin-top: 67px;
}
.flbsy a,.flbsy b{
    font-size: 14px;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 4px 10px;
    background: #ffffff;
}
.flbsy b{
    background: #416291;
    color: #ffffff;
}
.flbsy a b{
    border: none;
    padding: 0;
    background: none;
    color: #000;
}
/*.flbsy b{*/
    /*border: 1px solid #3a3a3a;*/
/*}*/
/*分页列表样式结束*/






/*首页关于隆中开始*/
.ab{
    background: url("../images/hcf.jpg") no-repeat;
    padding: 80px 0;
}
.ab-title{
    text-align: center;
    color: #ffffff;
    font-size: 26px;
}
.ab-title .ab-icon{
    display: inline-block;
    background: url("../images/deco.png") no-repeat;
    width: 163px;
    height: 10px;
}
.ab-title p{
    font-size: 16px;
    color: #969696;
    padding-top: 10px;
}
.ab-w{
    width: 80%;
    margin: 50px auto 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 20px;
}
.ab-wx{
    width: 20%;
    float: left;
    text-align: center;
    padding-left: 40px;
}
.ab-wx p{
    border-radius: 50%;
    overflow: hidden;
}
.ab-wx p img{
    width: 100%;
    height: auto;
}
.ab-wx p{
    width: 160px;
    height: 160px;
}
.ab-right{
    width: 80%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
}
.ab-right .ab-t h4{
    font-size: 18px;
    padding-bottom: 8px;
}
.ab-right .ab-t p{
    text-transform: uppercase;
    color: #75a0c9;
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 8px;
}
.ab-right .ab-sm{
    font-size: 14px;
    line-height: 23px;
}
.ab-right span{
    display: inline-block;
    width: 150px;
    height: 5px;
    background: #75a0c9;
    border-radius: 15%;
}
/*首页关于隆中结束*/
/*关于我们页开始*/
.about{
    margin-top: 80px;
}
.ab-vv{
    background: transparent!important;
    position: absolute;
    bottom: 44px;
    left: 23%;
}
.about-top{
    margin-bottom:50px;
}
.ab-j h4{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
.ab-j h4 span{
    position: relative;
}
.ab-j h4 span:before{
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #d47209;
    position: absolute;
    top: 18px;
    left: -87px;
}
.ab-j h4 span:after{
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #d47209;
    position: absolute;
    top: 18px;
    right: -87px;
}
.ab-video{
    width: 75%;
    margin: 50px auto 0;
}
.ab-tx{
    width: 80%;
    margin: 50px auto 0;
    text-align: center;
    color: #5d5d5d;
    line-height: 25px;
}
.ab-tx span{
    color: #d47209;
}
.bh{
    border-bottom: 30px solid #709dca;
    margin: 30px 0;
}
.bh-b{
    background: url("../images/layer.jpg") no-repeat;
    width: 1004px;
    height: 394px;
    margin: 0 auto;
    padding: 5% 0;
}
.bh h4{
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
}
.bh-b .bh-txt{
    width:248px;
    height: 259px;
    line-height: 30px;
    margin: 0 auto;
    background: url("../images/shape%20.png") no-repeat;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding-top: 7%;
}
.about-main{
    margin: 50px 0;
}
.about-db h4{
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 7px;
}
.about-db h4 span{
    font-weight: bold;
    color: #000;
}
.about-db span{
    color: #cacaca;
}
.about-db p{
    padding-top: 5px;
    color: #585858;
}
.about-t{
    margin-top: 30px;
}
.about-m{
    color: #a8a8a8;
    font-size: 14px;
    margin-top: 30px;
    padding-right: 30px;
}
.about-left,.about-right{
    width: 50%;
    float: left;
}
.about-bt{
    padding-top: 30px;
}
.about-bt .ab-f p{
    width: 31%;
    height: 300px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-bt .ab-f p:nth-child(2){
    margin: 0 20px;
}
.about-bt .ab-f p img{
    width: 100%;
    height: 100%;
}
.hx{
    width: 60px;
    height: 5px;
    margin: 30px auto 30px;
    background: #d87000;
}
.image-list{
    width: 100%;
    padding: 20px;
    background-color: #f2f2f2;
}
.image-list .cover{
    position: relative;
    width: 160px;
    height: 230px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
}
.image-list .cover img{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ab-fd{
    background: #000000;
    padding: 15px 10px;
    color: #ffffff;
}
.ab-fd .xj-txt{
    width: 5%;
    float: left;
    font-size: 14px;
    text-align: center;
}
.ab-fd .xj-img{
    width: 95%;
    float: left;
}
.ab-fd .xj-img .cover{
    width: 25%;
    float: left;
    line-height: 1px;
}
.ab-fd .xj-img .cover{
    padding: 0 10px;
}
.ab-fd .xj-img .cover img{
    width: 100%;
    height: auto;
}
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 800px;
    height: 650px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #3a3a3a;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/close_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .picture-content .cover-bimg{
    width: 100%;
    height: auto;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}
/*关于我们页结束*/

/*内容详情页开始*/
.text-main{
    padding: 80px 0 0;
}
.pn-title {
    text-align: center;
    padding-bottom: 20px;
    color: #666;
    font-size: 14px;
}
.pn-title h1 {
    font-size: 24px;
    padding-bottom: 15px;
}
.text{
    width: 80%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
}
.prony_det_r{
    width: 20%;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #F0F0F0;
}
.prony_detbox p {
    padding: 10px 0;
    line-height: 30px;
    font-size: 15px;
    text-indent: 25px;
    color: #333;
}
.prony_detbox p img, .prony_detbox div img {
    max-width: 100%;
    height: auto;
    margin: 7px 0px 7px -2em;
}
.cwcpro {
    width: 100%;
    overflow: hidden;
}
.caseprotit a, .caseprotit {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 46px;
    text-indent: 40px;
    background: #55566c;
}
.cwcpro li {
    width: 90%;
    margin: 0 5% 10px;
    text-align: center;
    margin-top: 15px;
}
.cwcpro a {
    line-height: 30px;
}
.cwcpro li img {
    width: 100%;
    height: auto;
}
.newsl {
    padding: 12px 10px;
    border-top: none;
}
.newsl li {
    line-height: 26px;
    margin: 0px 0 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.newsl li a {
    font-size: 14px;
    color: #333;
}
/*内容详情页结束*/
/*-------------------联系我们内页开始-------------------------------------*/
.contact_main{
    padding-top: 68px;
}
.contact_title h3{
    font-size: 24px;
    text-align: center;
    padding-bottom: 35px;
}
.contact_list{
    width: 33.3333%;
    float: left;
}
.contact_list div{
    width: 60%;
    margin: 0 auto;
}
.contact_list h4{
    color: #323232;
    letter-spacing: 2px;
    padding-bottom: 15px;
    font-size: 15px;
}
.contact_list p{
    line-height: 25px;
    font-size: 14px;
}
.contact_address{
    padding-top: 30px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.contact_pt{
    padding-top: 68px;
}
.contact_ptbox{
    width: 25%;
    float: left;
    text-align: center;
}
.pt{
    width: 40%;
    margin: 0 auto;
    color: #FFFFFF;
}
.pt img{
    width: 100%;
    height: auto;
}
.pt p{
    background: #16509c;
    padding: 5px 0;
    font-size: 14px;
}
.map{
    margin-top: 68px;
}
/*-------------------联系我们内页结束-------------------------------------*/
/*底部footer开始*/
.footer{
    background: #131313;
    color: #969696;
    padding: 80px 0 50px;
    font-size: 12px;
}
.foot{
    border-bottom: 1px solid #363636;
    padding-bottom: 50px;
}
.foot .f-list{
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
.foot .f-list h5{
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 20px;
}
.foot .f-list p{
    line-height: 23px;
    padding-bottom: 5px;
}
.foot .f-list a{
    color: #969696;
}
.foot .f-list a:hover{
    color: #75a0c9;
}
.xw-m span{
    color: #75a0c9;
}
.xw-m .xw-icon{
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 10px;
}
.xw-m .rx{
    background: url("../images/tel.png") no-repeat;
}
.xw-m .address{
    background: url("../images/dw.png") no-repeat;
}
.xw-m .mail{
    background: url("../images/yx.png") no-repeat;
}
.f-list .cl-cp p:nth-child(2n+1) a{
    color: #75a0c9;
}
.f-list .flx .flx-p p:nth-child(2){
    width: 250px;
    border: 1px solid #969696;
    padding: 5px 15px;
    margin: 10px 0;
    border-radius: 5px;
}
.f-list .flx .flx-p p:nth-child(3){
    width: 200px;
    padding: 5px 15px;
    border-radius: 5px;
    background: #75a0c9;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}

.footer .bq{
    color: #75a0c9;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-top: 50px;
}
/*底部footer结束*/
/*友情链接开始*/
.friends-link{
    background: #131313;
}
.friend{
    color: #969696;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 25px;
}
.friend a{
    color: #969696;
    padding: 0 10px;
}
/*友情链接结束*/

.model-05 {
    background-color: #f0f0f0;
    padding: 40px 0;
    overflow: hidden;
}
.model-05 h3 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #333333;
    position: relative;
    padding-left: 30px;
    font-weight: normal;
}
.model-05 h3 i {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.model-05 h3 i:before, .model-05 h3 i:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
}
.model-05 h3 i:before {
    left: 0;
    top: 0;
    background-color: #da251d;
    z-index: 2;
}
.model-05 h3 i:after {
    right: 0;
    bottom: 0;
    background-color: #e1625c;
}
.list-panel {
    width: 100%;
    overflow: hidden;
}
.font-list {
    width: 100%;
}
.font-list li {
    margin-right: 2.5%;
    float: left;
    height: 36px;
    margin-top: 20px;
}
.font-list li a {
    display: block;
    padding: 0 15px;
    width: 100%;
    height: 36px;
    border: 1px solid #999999;
    color: #999999;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    border-radius: 36px;
    position: relative;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.prolist-box {
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
.prolist-box .wp-dqa {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.prolist-box .wp-dqa span {
    display: inline-block;
    font-size: 22px;
    padding: 10px 35px;
    border: #95969e 2px solid;
}
.prolist-box .wp-dqa span::before, .prolist-box .wp-dqa span::after {
    content: '';
    display: block;
    width: 43%;
    height: 2px;
    background: #cbcaca;
    position: absolute;
    top: 23px;
}
.prolist-box .wp-dqa span::before {
    left: 0;
}
.prolist-box .wp-dqa span::after {
    right: 0;
}
.prolist-box ul, .prolist1_bg ul {
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.prolist-box li, .prolist1_bg li {
    border: 1px dashed #999;
    background: #fff;
    float: left;
    padding: 10px 20px;
    overflow: hidden;
    margin: 0 5px 13px 0;
}
.prolist-box li a, .prolist1_bg li a {
    color: #333;
}






