/*************************
	头部导航
*************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    padding-top: 0;
    padding-bottom: 0;
}

.main_logo {
    width: 100%;
    overflow: hidden;
}

.header .logo {
    width: 409px;
    height: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header .telephone {
    padding-top: 20px;
    margin-left: 100px;
    width: 400px;
    float: right;
    display: none;
}

.header .telephone .tel {
    float: left;
}

.header .telephone .text1 {
    font-size: 150%;
}

.header .telephone .text2 {
    font-size: 220%;
    color: #ffa31f;
    font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .header .telephone {
        padding-top: 20px;
        margin-left: 100px;
        width: 400px;
        float: right;
        display: none;
    }
    .main_nav {
        width: 100%;
        background: none;
        height: 48px;
    }
    .main_logo {
        width: 90%;
        float: left;
        overflow: hidden;
    }
    .main_nav {
        width: 10%;
        height: 48px;
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    .header .telephone {
        padding-top: 20px;
        margin-left: 100px;
        width: 400px;
        float: right;
        display: none;
    }
    .main_logo {
        width: 90%;
        overflow: hidden;
        float: left;
    }
    .main_nav {
        width: 10%;
        background: none;
        height: 48px;
        float: left;
    }
}

.header .nav li {
    float: left;
    padding: 10px 34px;
    position: relative;
    background: url(../images/nav_line.png) no-repeat center right;
}

.header .nav li:hover {
    background: #00c267;
}

.header .nav li>a {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.header .nav li.menber {
    width: 24px;
    padding-right: 30px;
}

.header .nav li.menber>a {
    background: url(../images/icon_sousuo.png) no-repeat center center;
    height: 28px;
}

.header .nav li.menber .snav {
    left: auto;
    right: 0;
    min-width: 106px;
}

.header .nav li .snav {
    opacity: 0;
  
    position: absolute;
    left: 0;
    top: 45px;
    background: #00c267;
    border-top: 3px solid #fff;
    visibility: hidden;
}

.header .nav li .snav a {
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.header .nav li .snav a:last-child {
    border-bottom: none;
}

.header .nav li .snav a:hover {
    color: #fff;
    background: url(../images/snav-ico.png) no-repeat 95% center rgba(0, 0, 0, 0.1);
}

.header .nav li:hover>a,
.header .nav li.act>a {
    color: #fff;
}

.header .nav li:hover .snav {
    visibility: visible;
    top: 45px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.5s;
}

.header .nav_ico {
    width: 30px;
    height: 21px;
    margin-top: 10px;
}


/*搜索*/

.header .nav-search-box {
    width: 38px;
    height: 32px;
    background: url(../images/i-nav-search1.png) center center no-repeat;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -16px;
    margin-right: -19px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

.header .nav-search-box input {
    display: none;
    height: 100%;
}

.header .nav-search input {
    border: 0;
    background-color: #fff;
}

.header .nav-search-text {
    width: 80%;
    padding-left: 10px;
    *padding-left: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.header .nav-search-button {
    width: 20%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
}


/*搜索结束*/

.banner_phone li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 4rem;
}

.index-title {
    padding-left: 15px;
    border-left: 4px solid #9c221f;
}

.index-title .more {
    width: 76px;
    line-height: 25px;
    border-radius: 4px;
    background-color: #ffa31f;
    right: 0;
    top: 14px;
}

.index-title .more:hover {
    background-color: #bc8737;
}

.about ul {
    margin-left: -3.254%;
}


/**最新资讯**/

.video {
   height: 35px;
width: 100%;
border-bottom: 1px solid #c4c4c3;
margin-top: 20px;
}

.video_con {
    width: 1200px;
    margin: 0 auto;
}

.video_con .text1 {
    padding-left: 25px;
    background: url(../images/video.png) no-repeat left;
    font-size: 125%;
    font-weight: 600px;
}

.video_con a {
    color: #15bb44;
}

.video_con .text2 {}

@media only screen and (min-width: 300px) and (max-width: 959px) {
    .video_con {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
        height: 20px;
    }
}


/**四大块内容**/

.strategy {
    background-color: #f8f8f8;
}

.strategy ul {
    margin-left: -2.086%;
}

.strategy li {
    width: 23.844%;
    margin-left: 1.086%;
    float: left;
    overflow: hidden;
}

.strategy li .strat_img {
        position: relative;
    overflow: hidden;
    height: 210px;
}

.strategy li .strat_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.strategy li .strat_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
}

.strat_con {
    margin-top: 15px;
    font-size: 110%;
}

.strat_con1 {
    margin-top: 15px;
}

.strat_con1 p {
    background: url(../images/icon.png) no-repeat left;
    padding-left: 15px;
    float: left;
    width: 100%;
}

.strat_con1 p a {
    font-size: 110%;
    width: 85%;
    float: left;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
}

.strat_con1 .time {
    float: right;
    width: 12%;
    line-height: 25px;
}

.strategy li .st_text {
    width: 100%;
}


/* 公司简介网上浮动 */


/*.strategy li:hover .strat_text {
    height: 100%;
    transition: all 0.5s;
}*/

/* 底部 */
.footer {
    background-color: #1b1b1b;
}

.footer .footer_left p {
    padding-left: 27px;
}

.footer .fico {
    background-repeat: no-repeat;
}

.footer .f01 {
    background-image: url(../images/f01.png);
    background-position: left 2px;
}

.footer .f02 {
    background-image: url(../images/f02.png);
    background-position: left 3px;
}

.footer .f03 {
    background-image: url(../images/f03.png);
    background-position: left 4px;
}

.footer .f04 {
    background-image: url(../images/f04.png);
    background-position: left 5px;
}

.footer .bdshare-button-style1-24 a,
.footer .bdshare-button-style1-24 .bds_more {
    width: 30px;
    height: 30px;
    padding-left: 0;
    margin-right: 10px;
}

.footer .bdshare-button-style1-24 .bds_sqq {
    background: url(../images/f05.png) no-repeat center center;
}

.footer .bdshare-button-style1-24 .bds_tsina {
    background: url(../images/f06.png) no-repeat center center;
}

.footer .bdshare-button-style1-24 .bds_weixin {
    background: url(../images/f07.png) no-repeat center center;
}

.footer .bdshare-button-style1-24 .bds_renren {
    background: url(../images/f08.png) no-repeat center center;
}

.footer .footer_right .inp {
    width: 236px;
    background-color: #313131;
    border-radius: 5px;
    border: 1px solid #474747;
    padding: 5px 8px;
    line-height: 25px;
}

.footer .footer_right .inp.btn {
    width: 55px;
    background-color: #c8a063;
    border-color: #c8a063;
}

.f_line {
    height: 20px;
    background: url(../images/f_line.png) no-repeat center top;
}

.pop-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.pop-box .bg {
    left: 0;
    top: 0;
    background: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.pop-box .box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 724px;
    margin-left: -400px;
    margin-top: -294px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #c4c4c3;
}

.pop-box .pop-btn a {
    display: block;
    float: left;
    width: 33.5%;
    margin-left: 8.25%;
    margin-right: 8.25%;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    background-color: #e5e5e5;
    border-radius: 5px;
}

.pop-box .pop-btn a.act {
    background-color: #c89f62;
    color: #fff;
}

.pop-box .pop-text-box {
    height: 480px;
}

.pop-box.small .box {
    width: 462px;
    margin-left: -265px;
    margin-top: -156px;
}

.pop-box.small .pop-text-box {
    height: auto;
}

.footer .bdshare-button-style1-24 a,
.footer .bdshare-button-style1-24 .bds_more {
    position: relative;
}

.footer .bdshare-button-style1-24 a img {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -39px;
    bottom: 38px;
    width: 77px;
    height: 77px;
    max-width: 77px;
}

.footer .bdshare-button-style1-24 .bds_weixin:hover img {
    display: block;
}

.footer .bdshare-button-style1-24 .bds_tsina:hover img {
    display: block;
}


/**页码**/

.pages {
    height: 46px;
    padding: 10px 15px 5px 0px;
    text-align: center;
    clear: both;
}

.pages a {
    margin: 0px 1px;
    text-align: center;
    border: 1px solid #D1E7FF;
    color: #3caf47;
    padding: 5px 7px;
}

.pages .pagesNum,
.pages .pagesOn {
    background: #3caf47;
    color: #fff;
}

.pages .pagesNum,
.pages .pagesnone {
    text-decoration: none;
}

.pages .pagesInput,
.pages .pagesnone,
.pages .pagego {
    margin: 0px 2px;
    color: #3caf47;
}

.pages .pagesInput input {
    width: 32px;
    margin: 0px 2px;
    border: none;
    height: 16px;
    text-align: center;
}

.pages .pagego input {
    width: 25px;
    border: none;
    height: 14px;
    vertical-align: middle;
    cursor: pointer;
    background: white;
    line-height: 14px;
}

.pagego {
    border: none;
}

/**产品三级**/
.n_right{ width:915px; float:right; overflow:hidden;}

.proinfo_top{ width:100%; overflow:hidden;}
.proinfo_pic{ width:44%; float:left; border:1px solid #CBCBCB; overflow:hidden;}
.proinfo_pic img{ width:100%;  -webkit-transition: all ease 2s; transition: all ease 2s; -moz-transition: all ease 2s; -o-transition: all ease 2s;}
.proinfo_pic:hover img{transform: scale(1.3); -webkit-transform: scale(1.3);  -o-transform: scale(1.3);  -moz-transform: scale(1.3); -webkit-transition: all ease 2s; transition: all ease 2s; -moz-transition: all ease 2s; -o-transition: all ease 2s;}
.proinfo_right{ width:50%; float:right; padding:0 16px 0 30px;}
.proinfo_right_title{ height:81px; border-bottom:1px solid #C5C5C5; width:100%;}
.proinfo_right .proinfo_right_title h1{ line-height:40px; font-size:24px; color:#333333; font-weight:normal;}
.proinfo_right .proinfo_right_title span{ font-size:14px; line-height:30px; color:#656565;}
.proinfo_con{ font-size:14px; color:#323232; line-height:30px; padding:10px 0;}
/**tab**/
.proinfo_tab{ width:100%; margin-top:50px; overflow:hidden;}
.proinfo_tab_list{ width:100%; margin-bottom:10px; overflow: hidden;}
.proinfo_tab_list li{ width:140px; height:40px; font-size:16px; color:#000; background:#E6E6E6; text-align:center; cursor:pointer; margin-right:6px; float:left; line-height:40px; -webkit-transition: all ease .5s; transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s;}
.proinfo_tab_list li:hover{background:#3caf47; color:#fff; -webkit-transition: all ease .5s; transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s;}
.proinfo_tab_list li.active{ background:#3caf47; color:#fff; -webkit-transition: all ease .5s; transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s;}

.proinfo_tab_con_list{ width:100%; padding:10px 10px 20px; font-size:14px; line-height:30px; color:#323232;}

.proinfo_tab_con_list img{ max-width:100%;}
.g_hide{ display:none;}
@media only screen and (min-width: 0px) and (max-width: 767px){

.n_right{ width:100%;  overflow:hidden;}
.proinfo_pic{ width:100%;  border:1px solid #CBCBCB; overflow:hidden;}
.proinfo_right{ width:100%;  padding:0 0px 0 0px;}
.proinfo_tab_list li{ width:48%; height:40px; font-size:16px; color:#000; background:#E6E6E6; text-align:center; cursor:pointer; margin-right:6px; float:left; line-height:40px; -webkit-transition: all ease .5s; transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s;}

}



