/*
* @Author: Administrator
* @Date:   2016-10-19 17:39:25
* @Last Modified by:   Administrator
* @Last Modified time: 2016-11-16 09:24:09
*/


/*
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:14px "微软雅黑";background:#fff;-webkit-text-size-adjust:100%}
a{font-family:  "微软雅黑";color:#424242;text-decoration:none}
a:hover{text-decoration:none;}
em,i{font-style:normal}
table,tbody,tr,td,ul,ol,li{list-style:none;margin: 0;padding: 0;}
img{border:0;vertical-align:middle;display: inline-block;-ms-interpolation-mode: bicubic; }
*/
/* 清除浮动 */
.fix:after{
    content:"";
    height:0;
    visibility:hidden;
    display:table;
    clear:both;
}
.fix{ zoom:1;}
*{ margin: 0; padding: 0;}
.areaheart{max-width: 1200px; margin:0 auto;}
.lf{ float: left;}
.rgt{ float: right;}

/* banner */
.flexslider {
    height: 700px;
    position: relative;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
    z-index: 0;
}
.slides {
    position: relative;
    z-index: -1;
}
.slides li {
    height: 700px;
    z-index: -1;
}
.slides li a{
    display: block;
    width: 100%;
    height: 100%;
}
.slides li a .img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -128px 0 0 -370px;
}
.flex-direction-nav {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 42%;
}
.flex-direction-nav li a {
    display: block;
    width: 73px;
    height: 67px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
.flex-direction-nav li a.flex-prev {
    left: 0px;
    background: url(../images/icon_banner.png) no-repeat;
}
.flex-direction-nav li a.flex-next {
    right: 0px;
    background: url(../images/icon_banner.png) right top no-repeat;
}
.flex-control-nav {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    left: 50%;
    margin-left: -62px;
    padding:  0 20px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.5);
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 8px;
    *display: inline;
    zoom: 1;
}
.flex-control-nav a {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    border: 2px solid #73818F;
    text-align: center;
    overflow: hidden;
    /* background: url(../images/dot.png) right 0 no-repeat; */
    cursor: pointer;
    font-size: 0px;
}
.flex-control-nav .flex-active {
    width: 19px;
    height: 9px;
    border-radius: 9px;
    border: 0 none;
    background: #D69261;
}

/* 第一部分 */
.part001{
    background: #F0F0F0;
}
.part01{
    background: #fff;
    padding-bottom: 45px;
}
.title{
    text-align: center;
    width: 65%;
    margin: 0 auto;
    padding: 60px 0;
}
.title h2{
    font-size: 40px;
    font-family: Arial;
    color: #d2976c;
    text-transform: uppercase;
}
.title h4{
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.title p{
    display: block;
    height: 10px;
    margin: 10px auto;
    background: url(../images/bg_tit.png) no-repeat center;
}
.cont01 li{
    float: left;
    width: 31%;
    background: #fff;
    margin-right: 2%;
    border: 2px solid #F0F0F0;
}
.con01_hd{
    line-height: 74px;
    padding: 0 15px;
}
.con01_pic img{
    width: 100%;
    height: 213px;
}
.con01_hd h3{
    float: left;
    font-size: 16px;
    color: #333;
}
.con01_hd span{
    float: right;
    font-size: 14px;
    color: #b9b9b9;
}
.con01_tit{
    padding: 15px;
    padding-bottom: 0;
}
.con01_tit p{
    line-height: 30px;
    display: block;
    height: 30px;
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}
.con01_con{
    padding: 15px;
    padding-bottom: 0;
}
.con01_con span{
    line-height: 24px;
    font-size: 14px;
    color: #999;
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
}
.cont01 .look_more{
    color: #d18c5b;
    display: block;
    width: 85px;
    margin-left: 15px;
    line-height: 80px;
    background: url(../images/icon_right.png) no-repeat right center;
}
.cont01 li:hover{
    border-color: #D2976D;
    margin-top: -1px;
    box-shadow: 0 0 10px 0 #D2976D;
}
.cont01 li:hover .con01_tit p{
    color: #d69261;
    /* font-weight: bold; */
}
.look_all{
    margin-top: 45px;
    clear: both;
}
.look_all a{
    display: block;
    width: 150px;
    padding-left: 35px;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    border: 1px solid #E2C7B2;
    color: #D2976D;
    margin: 0 auto;
    transition: all 0.5s;
    background: url(../images/icon_right.png) no-repeat 134px center;
}
.look_all a:hover{
    background: #D2976D;
    color: #fff;
    text-align: center;
    padding-left: 0;
}

/* 第二部分 */
.part02{
    padding-bottom: 45px;
}
.part02 .scope{
    overflow: hidden;
}
.part02 .big_pic{
    width: 49.5%;
    position: relative;
    transition: all 0.5s;
}
.part02 .big_pic:hover .txt{
    bottom: 36%;
    padding: 10px 0;
    filter:alpha(opacity:80);
    opacity: 0.8;
    background: #000;
}
.part02 .sm_pic{
    width: 49.5%;
}
.part02 li{
    float: left;
    position: relative;
    margin-bottom: 1.5%;
    background: #fff;
    width: 95%;
}
.part02 li :hover .txt{
    bottom: 28%;
    filter:alpha(opacity:80);
    opacity: 0.8;
    background: #000;
}
.txt{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.5s;
    margin-bottom: 26px;
}
.txt p{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}
.txt span{
    font-family: Arial;
    font-size: 18px;
    color: #d69261;
    line-height: 26px;
    text-transform: uppercase;
}
.big_pic .txt{
    margin-bottom: 36px;
}
.big_pic .txt p{
    font-size: 22px;
}
.big_pic .txt span{
    font-size: 20px;
}

/* 第三部分 */
.part03{
    background: #F0F0F0;
    padding-bottom: 45px;
}
.part03 li{
    float: left;
    width: 288px;
    height: 220px;
    margin-right: 1%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5%;
}
.part03 li img{
    width: 100%;
    height: 100%;
}
.part03 .txt2{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -80%;
    color: #fff;
    text-align: center;
    background: url(../images/bg_pt03.png) repeat;
}
.txt2 h4{
    padding: 0 28px;
    font-size: 16px;
    line-height: 40px;
}
.txt2 p{
    padding: 0 28px;
    line-height: 22px;
}
.part04{
    padding-bottom: 45px;
}
.cont04{

    position: relative;
}
.banner2{
    height: 292px;
    margin-top: 40px;
    position: relative;  
    overflow:hidden ;}
.list{position: absolute; 
    width: 5500px;z-index:0; 
}
.list li{
    width: 1200px;
    float:left;
}
.list li a{
    width: 198px;
    height: 96px;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    display: inline-block;
    margin: 0 12px;
    margin-bottom: 35px;
    /* margin-right: 51.5px; */
}
.list li a img{
    width: 100%;
    height: 100%;
}
.list li a:hover{
    border-color: #D69261;
}
.turn2{ position: absolute; 
    top:-40px; 
    left: 50%;
    margin-left: -40px;
    z-index:1; }
.turn2 li{ 
    width: 9px; 
    height: 9px; 
    border-radius: 9px;
    background:#E5E5E5; 
    float:left;
    margin-left: 9px;
    margin-right: 9px;
    cursor: pointer;
}
.turn2 .current{ background: #D69261;}


.foot{
    height: 348px;
    padding-top: 82px;
    background: url(../images/foot_bg.jpg) no-repeat center;
}

.foot .ewm{
    width: 500px;
    margin: 0 auto;
    color: #fff;
}
.foot .ewm .lf{
    text-align: center;
    color: #fff;
    width: 134px;
    line-height: 40px;
}
.foot .ewm li{
    line-height: 37px;
    margin-bottom: 9px;
    padding-left: 54px;
    background: url(../images/sprite02.png) no-repeat;
}
.foot .ewm b{
    font-size: 30px;
    color: #fdbd8f;
}
.foot .ewm p{
    font-size: 16px;
}
.foot .ewm span{
    font-size: 14px;
}


.btm_nav li{
    float: left;
    margin: 0 40px;
    line-height: 64px;
    margin-top: 20px;
}
.btm_nav li a{
    font-size: 14px;
    color: #a2a7bd;
}
.btm_nav li a:hover{
    color: #d99564;
}


.foot_btm{
    padding-top: 22px;
    font-size: 12px;
    color: #798096;
    line-height: 24px;
    text-align: center;
    border-top: 1px solid #29314F;
}

/* .part05{
    background: url(../images/bg_btm.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed !important;
}
.heart{
    padding: 58px 20px;
    text-align: center;
}
.phone-icon {
    width: 67px;
    height: 67px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.phone-icon2 {
    width: 19px;
    height: 13px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.phone-icon3 {
    width: 14px;
    height: 17px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.company-phone a {
    color: #d99564;
    text-align: center;
    font-size: 53px;
    font-weight: bold;
    line-height: 72px;
    margin-bottom: 30px;
    display: inline-block;
}
.company-phone2 a,
.company-phone3 a {
    color: #B2B3B6;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 20px;
    display: inline-block;
}
@media screen and (max-width:479px){
    .company-phone a {
        font-size: 18px;    
    }
}

@media screen and (max-width:767px){
    .company-phone a {
        font-size: 30px;
    }   
}


.btm_nav{
    line-height: 138px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
} */
.gotop{
    position: absolute;
    left: 50%;
    width: 58px;
    height: 55px;
    margin-left: -28px;
    cursor: pointer;
    bottom: -27px;
    background: url(../images/gotop.png) no-repeat;
}


/* 案例展示 */
.banner_sm{
    width: 100%;
    height: 380px;
    position: relative;
}
.case_show{
    position: relative;
}
.show_tit{
    width: 262px;
    height: 96px;
    position: absolute;
    left: 0;
    top: -96px;
    background: url(../images/bg_tit2.png) no-repeat center;
}
.show_tit h2{
    font-size: 30px;
    color: #fff;
    padding-left: 25px;
    font-weight: normal;
    padding-top: 20px;
}
.show_tit span{
    color: #d99564;
    font-family: Arial;
    padding-left: 25px;
    text-transform: uppercase;
}
.turn{
    height: 70px;
    border-bottom: 1px solid #E5E5E5;
}
.turn li{
    float: left;
    font-size: 18px;
    margin: 0 2px;
}
.turn li a{
    display: block;
    padding: 0 40px;
    margin: 13px 0;
    line-height: 42px;
    color: #333;
    float: left;
}
.turn li i{
    float: left;
    color: #E5E5E5;
    margin: 18px 3px;
    font-size: 22px;
}
.turn li:hover a,
.turn .hot a{
    color: #fff;
    border-radius: 2px;
    font-weight: bold;
    background: #848484;
}
.show_con{
    padding-top: 30px;
}
.show_con li{
    float: left;
    width: 23%;
    overflow: hidden;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    text-align: center;
}
.show_con li img{
    width: 100%;
    height: 210px;
}
.show_con li p{
    font-size: 16px;
    color: #333;
    line-height: 54px;
}
.show_con li:hover p{
    color: #D99564;
}
.show_con li:hover{
    opacity: 0.9;
}

/* 分页 */
.tcdPageCode{
    text-align: center;
    color: #ccc;
    margin-top: 40px;
    margin-bottom: 50px;
}
.tcdPageCode a{
    display: inline-block;
    color: #666;
    display: inline-block;
    height: 25px; 
    line-height: 25px;  
    padding: 0 10px;
    border: 1px solid #ddd; 
    margin: 0 2px;
    vertical-align: middle;
}
.tcdPageCode a:hover{
    text-decoration: none;
    border: 1px solid #D89666;
}
.tcdPageCode span.current{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #D89666; 
    border: 1px solid #D89666;
    vertical-align: middle;
}
.tcdPageCode span.disabled{ 
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px; 
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    vertical-align: middle;
}

/* 公司动态 */
.dong_con{
    padding-top: 30px;
}
.dong_con li{
    width: 47%;
    height: 158px;
    overflow: hidden;
    float: left;
    padding: 1%;
    margin-bottom: 2%;
    border: 1px solid #DCDCDC;
}
.dong_con li img{
    width: 276px;
    height: 158px;
}
.dong_con li:hover{
    border-color: #D89666;
}
.dong_con li:hover h2{
    color: #D89666;
}
.dong_con li .lf{
    width: 49%;
}
.dong_con li .lf img{
    max-width: 100%;
}
.dong_con li .rgt{
    width: 49%;
}
.dong_con li h2{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.dong_con li p{
    color: #999;
    line-height: 24px;
}
.dong_con li span{
    color: #b9b9b9;
    line-height: 40px;
}

/* 合作伙伴 */
.friends{
    padding-top: 30px;
}
.friends li{
    float: left;
    width: 252px;
    height: 125px;
    line-height: 100%;
    border: 1px solid #DCDCDC;
    margin-right: 5%;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
}
.friends li img{
    width: 100%;
    height: 100%;
}
.friends li span{
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    background: url(../images/bg_pt03.png) repeat;
}
.friends li span i{
    vertical-align: middle;
    padding: 15%;
    display: block;
}

/* 技术支持 */
.ask{
    padding-top: 30px;
}
.ask li h4{
    font-size: 16px;
    color: #333;
    padding-left: 65px;
    background: url(../images/icon_what.png) no-repeat 20px center;
    line-height: 32px;
}
.ask .daan{
    background: #F5F5F5;
    color: #d69261;
    padding: 15px 25px;
    line-height: 24px;
    margin: 20px 0;
}
.daan span{
    float: left;
}
.daan p{
    float: left;
    width: 95%;
}

/* 企业简介 */
.about{
    font-size: 16px;
    color: #333;
    line-height: 36px;
    padding: 30px 150px;
}
.about p img{
    max-width: 100%;
    /* display: block; */
}

/* 新闻详情 */
.news_in{
    color: #555;
    font-size: 14px;
    line-height: 28px;
}
.news_tit{
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed #DCDCDC;
}
.news_tit h2{
    font-size: 24px;
    color: #333;
}
.news_tit p{
    color: #999;
    line-height: 60px;
}

/* 在线留言 */
#liuyan{
    width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.form h2{
    font-size: 22px;
    color: #d69261;
    padding-left: 42px;
    width: 152px;
    margin: 38px auto;
    background: url(../images/sprite01.png) no-repeat;
}
.form p{
    margin-bottom: 40px;
    line-height: 34px;
}
.form p span{
    font-size: 16px;
    color: #333;
    padding-left: 26px;
    background: url(../images/sprite01.png) no-repeat 0 -62px;
}
.form .ipt02 span{
    background-position: 0 -120px;
}
.form .ipt03 span{
    background-position: 0 -180px;
}
.form span i{
    font-weight: bold;
    color: #e83113;
}
.ipt01 input{
    height: 34px;
    line-height: 34px;
    width: 80%;
    color: #666;
    text-indent: 10px;
    background: #FEFEFE;
    border: 1px solid #DCDCDC;
    
}
.form textarea{
    width: 78%;
    height: 140px;
    resize: none;
    padding: 0.5% 1%;
    line-height: 24px;
    color: #666;
    font-family: "微软雅黑";
    background: #FEFEFE;
    border: 1px solid #DCDCDC;
}
.ipt04{
    width: 60%;
    margin: 60px auto;
}
.ipt04 input{
    width: 130px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    border: 0 none;
    font-size: 16px;
    font-family: "微软雅黑";
    outline: none;
    background: #AEAEAE;
    margin: 0 6%;
}
.ipt04 input:hover{
    background: #D69261;
}

/* 图片放大 */
/* 企业荣誉 */
.honor{
    padding-top: 30px;
}
.ping{
    border: 0 none;
}
.ping ul li{
    float: left;
    width: 31%;
    margin: 1%;
    margin-top: 0;

    text-align: center;
}
.ping ul li span{
    font-size: 16px;
    color: #3b3b3b;
    line-height: 54px;
}
.ping .hot_img{
    width: 100%;
    height: 262px;
    overflow: hidden;
    border: 1px solid #DCDCDC; 
}
.ping .hot_img img{
    width: 100%;
    height: 262px;
}
.ping li:hover .hot_img{
    border-color: #D99564;
}
#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter {text-align: center; height:557px; position:absolute; z-index:9999; left:50%; background:#fff; -webkit-border-radius: 5px; -moz-border-radius:5px;border-radius: 5px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); behavior: url(js/PIE.htc); }
#mbCenter.mbLoading { background:#fff url(../../bigpic/28.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; line-height:20px; padding:0 10px 10px; }
#mbTitle { display:inline; color:#333; font-weight:bold; line-height:20px; font-size:14px; }
#mbNumber { display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink,#mbNextLink{width:26px; height:73px; margin-top:-36px; }
#mbPrevLink { background:transparent url(../../bigpic/27.png) no-repeat center; position: absolute; top:50%; left:-50px; }
#mbNextLink { background:transparent url(../../bigpic/26.png) no-repeat center; position: absolute; top:50%; right:-50px; }
#mbCloseLink { width:24px; background:transparent url(../../bigpic/25.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }



#AD h3 {
    font-size:12px;
    color:#ffffff;
    text-shadow:0px 0px 3px rgba(0,0,0,1);
    position:relative;
    padding:0px 10px;
}
#AD h3 span {
    cursor:pointer;
    font-size:20px;
    position:absolute;
    right:0px;
    top:-28px;
}
#AD ul li {
    position:relative;
    overflow:visible;
    margin-bottom:1px;
}
.ol_iconlist a.sb_out {
      display:inline-block;
    filter:alpha(opacity:20);
    opacity: 0.2;
    background: #000;
}
.ol_iconlist a.sb_over,.ol_iconlist a:hover {
    background: url(../images/bg0.4.png) repeat;
    display:inline-block;
}
#qqbox {
    top:0px;
    right:70px;
    position:absolute;
    width:120px;
    /* background-color:rgba(0,0,0,.4); */
	background: url(../images/bg0.4.png) repeat;
    border-radius:5px 0 5px 5px;
}
#qqbox a {
    display:block;
    background-color:rgba(250,250,250,.6);
    text-shadow:1px 1px 0 rgba(255,255,255,0.1);
    border:1px solid #dddddd;
    color:#fff;
    border-radius:30px;
    margin:8px;
    font-size: 12px;
    padding:3px 5px;
}
#qqbox a:hover {
    background-color:rgba(0,0,0,.3);
    color:#ffffff;
    text-shadow:1px 1px 0 rgba(0,0,0,0.1);
    border:1px solid rgba(0,0,0,0.2);
}
#olcallbox {
    height:70px;
    top:0px;
    right:70px;
    border-radius:5px 0 0 5px;
    width:200px;
    position:absolute;
    background-color:rgba(0,0,0,.4);
    color:#ffffff;
    text-shadow:1px 1px 0 rgba(0,0,0,0.3);
}
#olcallbox p {
    padding:10px;
}
#olcallbox p span {
    font-size:24px;
}

