/*初始样式*/
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: 2px;
    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-b{
    position: relative;
}
.header{
    background: rgb(236, 235, 235);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 15px 10%;
}
.header-main .logo{
    float: left;
}
.header-main .yc-logo{
	width:20%;
	padding-bottom:15px;
	background:url("../images/logo.png") no-repeat;
}
.header-main .yc-logo h1{
	text-indent: -999em;
}
.header-main .nav{
    float: right;
    width: 70%;
    padding-top: 20px;
}
.header-main .nav ul li a{
    color: #333;
    font-weight: bold;
}
.nav ul li{
    width: 14%;
    float: left;
}
/*首页导航结束*/
/*首页banner开始*/
.js-silder{
    position: relative;
    min-width: 320px;
}
.silder-scroll{
    width: 100%;
    overflow: hidden;
}
.silder-main{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.silder-main-img{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
}
.silder-main-img img{
    width: 100%;
}
.js-silder-ctrl{
    width: 100%;
    text-align: center;
}
.silder-ctrl-next{
    display: inline-block;
    position: absolute;
    top: 69%;
    width: 90px;
    height: 90px;
    cursor: pointer;
}

.silder-ctrl-next{
    right: 48%;
    text-align: right;
}
.silder-ctrl-prev>span{
    display: none;
}
.silder-ctrl-next>span{
    position: absolute;
    top: 23%;
    margin-top: -40px;
}
.silder-ctrl-next>span{
    right: 0;
}
.silder-ctrl-con{
    display: inline-block;
    width: 4%;
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
    bottom: 81px;
}
.silder-ctrl-con>span{
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
    background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
    background-color: #7bbedf;
}

@media (max-width: 768px){
    .silder-ctrl-next{
        width: 10%;
        font-size: 26px;
        margin-top: -25px;
    }
    .silder-ctrl-con{
        width: 14px;
        height: 14px;
        padding: 0;
        margin: 0 5px;
    }
    .silder-ctrl-con>span{
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 0;
    }
}
/*首页banner结束 */
/*其他页面banner开始*/
.ban{
    line-height: 1px;
	padding-top:80px;
}
.ban img{
    width: 100%;
    height: auto;
}
/*其他页面banner开始*/
/*首页产品推荐开始*/
.cp{
    background: #e3e5e8;
    position: absolute;
    bottom: 6px;
    left: 17%;
    padding: 15px;
    text-align: right;
    font-weight: 600;
    border: 1px solid #ababab;
}
.cp-t{
    background: url("../images/pt.jpg") no-repeat;
    padding-top: 40px;
}
.cp-b{
    padding: 0 7%;
}
.cp-list{
    width: 50%;
    float: left;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.cp-list .cp-l{
    position: relative;
    border: 13px solid #e5e5e5;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px #848484;
    -moz-box-shadow:0px 3px 6px #848484;
    box-shadow: 0px 3px 6px #848484;
}
.cp-list .cp-l p:first-child{
    height: 300px;
    overflow: hidden;
}
.cp-list .cp-l p img{
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
}
.cp-list .cp-l .cpa{
    display: inline-block;
    background: #c3903f;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 20px;
    position: absolute;
    bottom: 11px;
    left: 1px;
}
.cp-list .cp-l h4{
    position: absolute;
    top: 17px;
    left: -5px;
    overflow: hidden;
}
.cp-list .cp-l h4 a{
    display: inline-block;
    padding: 3px 15px;
    background: #939393;
    color: #ffffff;
}
/*首页产品推荐结束*/
/*首页现场案例开始*/
.ca{
    background: #e8e7e7;
    padding: 50px 0;
}
.ca-t h4{
    text-align: center;
    position: relative;
}
.ca-t h4 span{
    display: inline-block;
    background: #ffffff;
    padding: 8px 30px;
    font-size: 26px;
    border: 2px solid #c3c0c0;
}
.ca-t h4:before{
    content: "";
    display: block;
    width: 38.5%;
    height: 61px;
    background: url("../images/cl.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.ca-t h4:after{
    content: "";
    display: block;
    width: 38.5%;
    height: 61px;
    background: url("../images/cl.png") no-repeat;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
    position: absolute;
    top: 0;
    right: 0;
}
.ca-list{
    width: 25%;
    float: left;
    padding: 0 15px;
}
.ca-limg{
    margin-top: 65px;
}
.ca-limg .ca-img{
    width: 25%;
    float: left;
    padding: 0 15px;
}
.ca-limg .ca-img p{
    line-height: 1px;
    border: 10px solid #ffffff;
}
.ca-limg .ca-img p img{
    width: 100%;
    height: 100%;
}

.ca-m h4{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 10px;
}
.ca-m h4 a{
    font-size: 15px;
    color: #696969;
}
.ca-m .ca-s{
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    color: #696969;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ca-m .ca-date{
    font-size: 12px;
    padding-top: 5px;
    letter-spacing: 0;
    color: #696969;
    text-align: center;
}
/*首页现场案例结束*/
/*首页行业新闻开始*/
.hy{
    background: #333333;
    padding: 80px 0 50px;
}
.hy-t h4 span{
    padding: 8px 47px;
}
.hy-t h4:before{
    width: 60%;
}
.hy-t h4:after{
    width: 60%;
}
.hy-main{
    margin-top: 80px;
}
.hy-left{
    width: 55%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}
.hy-right{
    width: 45%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:30px;
}
.hy-right .hy-img{
    height: 540px;
}
.hy-right .hy-img img{
    width: 100%;
    height: 100%;
}
.hy-right .hy-more{
    text-align: right;
    margin-top: 30px;
}
.hy-right .hy-more a{
    display: inline-block;
    background: #ffffff;
    padding: 5px 35px;
    font-weight: 600;
}
.hy-list{
    background: #ffffff;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.hy-list h4{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hy-list h4 a{
    display: inline-block;
    color: #c3903f;
}
.hy-list p{
    font-size: 12px;
    padding-top: 10px;
    line-height: 22px;
    color: #2a2627;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*首页行业新闻结束*/
/*首页企业新闻开始*/
.qy{
    background: url("../images/qybg.jpg") no-repeat;
    padding: 80px 0 50px;
}
.qy-main{
    margin-top: 80px;
}
.qy-list{
    -webkit-box-shadow: 0px 0px 7px #b1b1b1;
    -moz-box-shadow: 0px 0px 7px #b1b1b1;
    box-shadow: 0px 0px 7px #b1b1b1;
}
.qy-left{
    padding-left: 0;
    padding-right: 30px;
}
.qy-right{
    padding-right: 0;
    padding-left: 30px;
}
.qy-right .qy-t{
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
}
.qy-left .hy-img{
    height: 575px;
}
/*首页企业新闻结束*/
/*首页关于隆中开始*/
.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%;
	margin-top: 20px;
}
/*首页关于隆中结束*/
/*产品页面开始*/
.products{
    padding: 80px 0 50px;
    background: url("../images/pc.jpg") no-repeat;
}
.pro-title{
    width: 80%;
    margin: 0 auto 50px;
}
.pro-title p{
    width: 19.333%;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
}
.pro-title p a{
    display: block;
    background: #c3903f;
    padding: 10px 0;
    font-weight: 600;
    color: #ffffff;
	font-size:15px;
	border-radius: 5px;
}
.pro-list{
    width: 33.33%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    margin-bottom: 30px;
}
.pro-b{
    -webkit-box-shadow: 0px 2px 13px #d2cbcb;
    -moz-box-shadow: 0px 2px 13px #d2cbcb;
    box-shadow: 0px 2px 13px #d2cbcb;
}
.pro-b .pro-img{
    height: 283px;
    overflow: hidden;
    background: #aaaaaa;
    padding: 10px 0;
}
.pro-b .pro-img img{
    width: 100%;
    height: 100%;
}
.pro-b .pro-t{
    background: #ffffff;
    padding: 25px 10px 25px 30px;
}
.pro-b .pro-t h4{
    padding-bottom: 15px;
}
.pro-b .pro-t p a{
    font-size: 14px;
    color: #c3903f;
    font-weight: bold;
}
/*产品页面结束*/
/*新闻页开始*/
.news{
    padding: 50px 0;
}
.nw-nav a{
    display: inline-block;
    background: #f0f0f0;
    padding: 10px 30px;
    border: 1px solid #c4c4c4;
    color: #666666;
}
.nw-nav a:hover{
    background: #c3903f;
    color: #ffffff;
}
.news-main{
    padding-top: 30px;
}
.news-main .news-ul .news-li{
    padding: 15px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    /*margin-bottom: 20px;*/
    width: 45%;
    float: left;
    margin: 0 20px 40px;
}
.news-main .news-ul .news-li:hover{
    background: #f0f0f0;
    -webkit-box-shadow: 0px 3px 5px #c7c5c5 ;
    -moz-box-shadow: 0px 3px 5px #c7c5c5 ;
    box-shadow: 0px 3px 5px #c7c5c5 ;
}
.nw-data{
    width: 99px;
    height: 120px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.nw-data p:first-child{
    background: #a3b5d6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 50px;
    padding: 8px 0;
}
.nw-data p:last-child{
    background: #808ba5;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nw-img{
    width: 250px;
    height: 156px;
    float: left;
    margin-left: 30px;
    overflow: hidden;
}
.nw-img p img{
    width: 100%;
    height: 100%;
}
.nw-txt{
    width: 79%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
}
.nw-txt h4{
    padding-bottom: 10px;
	overflow:hidden;
    text-overflow:ellipsis;
   white-space:nowrap;
}
.nw-txt h4 a{
    font-size:17px;
    color: #808ba5;
}
.nw-txt .nw-sm{
    font-size: 14px;
    color: #666666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
     -webkit-box-orient: vertical;
}
.nw-txt .nw-more{
    text-align: right;
    margin-top: 15px;
}
.nw-txt .nw-more a{
    display: inline-block;
    background: #a3b5d6;
    font-size: 14px;
    padding: 3px 15px;
    color: #ffffff;
}
}

/*新闻页结束*/
/*案例页开始*/
.case-main{
    margin: 50px 0 50px;
}
.case-list{
    padding: 15px;
    background: #f7f6f6;
    margin-bottom: 60px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 5px #ececec;
    -moz-box-shadow: 0px 5px 5px #ececec;
    box-shadow: 0px 5px 5px #ececec;
    position: relative;
}
.case-list:hover{
    -webkit-box-shadow: 0px 5px  17px #a2a0a0;
    -moz-box-shadow: 0px 5px  17px #a2a0a0;
    box-shadow: 0px 5px  17px #a2a0a0;
}
.case-list:after{
    content: "";
    display: block;
    background: url("../images/ja.png") no-repeat;
    width: 114px;
    height: 141px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.case-list:hover:after{
    content: "";
    display: block;
    background: url("../images/jaf.png") no-repeat;
    width: 114px;
    height: 141px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.case-txt{
    width: 91%;
    float: left;
}
.case-txt h4{
    font-size: 18px;
    margin-bottom: 10px;
}
.case-list:hover h4 a{
    color: #c3903f;
}
.case-txt .case-more p{
    margin-top: 10px;
    width: 14%;
}
.case-txt h4 a{
    color: #848383;
    font-weight: 400;
}
.case-txt .case-more p:nth-child(1){
    float: left;
}
.case-txt .case-more p:nth-child(2){
    float: right;
    font-size: 14px;
    color: #848383;
}
.case-txt .case-more a{
    display: inline-block;
    font-size: 12px;
    background: #99c1e9;
    color: #ffffff;
    padding: 3px 15px;
}
/*案例页结束*/
/*关于我们页开始*/
.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;
}
.ab-h{
    height: 80px;
    background: #cccccc;
}
.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%;
}
/*关于我们页结束*/
/*联系我们页开始*/
.lxbg{
    background: url("../images/lxb.jpg") no-repeat;
}
.lx{
    padding: 50px 0 8%;
}
.lx-b .lx-m{
    float: left;
}
.lx-b .lx-m div{
    margin: 0 20px;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    /*height: 250px;*/
    overflow: hidden;
    -webkit-box-shadow: 0px 7px 31px #afa9a9;
    -moz-box-shadow: 0px 7px 31px #afa9a9;
    box-shadow: 0px 7px 31px #afa9a9;
}
.lx-b .lx-m:nth-child(1){
    margin-top: 80px;
    width: 32%;
}
.lx-b .lx-m:nth-child(2){
    width: 36%;
}
.lx-b .lx-m:nth-child(3){
    margin-top: 80px;
    width: 32%;
}
.lx-b .lx-m div p:nth-child(2){
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #5c7ca5;
    padding-top: 15px;
    padding-bottom: 20px;
}
.lx-b .lx-m div p:nth-child(3){
    font-size: 14px;
    color: #5c7ca5;
    line-height: 25px;
}
.wm-left{
    width: 40%;
    float: left;
    padding-top: 5%;
}
.lzwm{
    padding-bottom: 14%;
    position: relative;
}
.lzwm:after{
    content: "";
    display: block;
    clear: both;
    width: 500px;
    height: 455px;
    background: url("../images/lq.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 15%;
    z-index: 222;
}
.wm-left h4{
    font-size:42px;
    color: #5c7ca5;
    letter-spacing:3px;
    margin-bottom: 30px;
}
.wm-left h4 span{
    color: #c3903f;
}
.wm-left .wm-p p{
    font-size: 18px;
    font-weight: bold;
    color: #5c7ca5;
    padding-bottom: 30px;
}
.wm-left .wm-p p:nth-child(3){
    font-size: 15px;
}
.wm-right{
    width: 50%;
    float: left;
    margin-left: 10%;
}
.wm-right .wm-bt{
    position: relative;
}
.wm-main{
    position: absolute;
    top: 123px;
    left: -21px;
    z-index: 9999;
    width: 110%;
}
.wm-main div{
    float: left;
    height: 250px;
    padding-top: 81px;
}
.wm-main div:nth-child(1){
    background: url("../images/ww.png") no-repeat;
    background-size: 113% 100%;
    width: 50%;
    padding-left: 104px;
}
.wm-main div:nth-child(2){
    background: url("../images/qq.png") no-repeat;
    background-size: 100% 100%;
    width: 50%;
    padding-left: 80px;
}
.wm-main div p{
    font-weight: bold;
    color: #5c7ca5;
    padding-bottom: 7px;
}
.wm-main div p span{
    color: #c3903f;
}
/*联系我们页结束*/
/*内容详情页开始*/
.text-main{
    padding: 80px 0;
}
.pn-title {
    text-align: center;
    padding-bottom: 20px;
    color: #666;
    font-size: 14px;
}
.pn-title h3 {
    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;
}
/*内容详情页结束*/
/*分页列表样式开始*/
.page_navi{
    text-align: center;
}
.page_navi a{
    background: #9c9c9c;
    margin: 0 5px;
    font-size: 14px;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.page_navi .current{
    background: #2f2f2f;
    color: #ffffff;
}
/*分页列表样式结束*/
/*面包屑导航开始*/
.n-vy{
    padding: 8px 0;
    background: #f1f1f1;
    font-size: 14px;
    color: #909090;
}
.n-vy a{
    color: #909090;
}
/*面包屑导航结束*/
/*底部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: 20%;
    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;
}
/*友情链接结束*/
.bh {
    display: none;
    width: 100%;
    background: #ffffff;
    margin: 20px 0;
}
.bh a {
    display: block;
    float: left;
}
.bh a:nth-child(1) {
    width: 29%;
}
.bh a:nth-child(2) {
    width: 69%;
}
.bh .im1,.bh .im2{
    width: 100%;
    height: auto;
}
.media-cp{
	display:none;
}
@media screen and (max-width: 540px){
	body{
		min-width:100%;
	}
	.header-main .nav,.js-silder,.cp,.ca,.hy,.qy,.ab,.footer,.friends-link,.ban,.prony_det_r,.n-vy,.cp-b{
		display:none;
	}
	.header-main .yc-logo,.container,.cp-list,.text{
		width: 100%;
	}
	.header{
		position:static;
	}
	.cp-list .cp-l p:first-child,.prony_detbox p video{
		width:100%;
		height:auto;
	}
	.text-main{
		padding-top:47px;
	}
	.text{
		padding-right:0;
	}
	.bh,.media-cp{
        display: block;
    }
    .cp-b{
		padding:0;
	}
}








