﻿@charset "utf-8";
/* CSS Document */
/*公共样式*/
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}


/*body 的大背景*/
body {
    width: 100%;
    background-color: #FFF;
}

/*hear-star*/
.hear {
    width: 100%;
    height: 30px;
    background: url(../img/hear-bg.jpg);
    margin: 0 auto;
}

.top {
    width: 1000px;
    margin: 0 auto;
}

    .top span {
        line-height: 30px;
        font-family: "宋体";
        font-size: 14px;
        color: #999999;
    }

    .top ul {
        float: right;
        margin-right: -32px;
    }

        .top ul li {
            float: left;
            font-family: "宋体";
            font-size: 14px;
            color: #999999;
            line-height: 30px;
            width: 88px;
        }


.logow {
    width: 1000px;
    height: 152px;
    margin: 0 auto;
    position: relative;
}

.logo {
    padding-top: 35px;
    float: left;
}


.telephone {
    width: 340px;
    height: 80px;
    float: left;
    padding: 32px 0 0 120px;
}

    .telephone .dian {
        float: right;
    }

    .telephone span {
        font-family: "方正细倩简体";
        font-size: 20px;
        color: #ff0000;
    }

    .telephone b {
        font-family: "Candara";
        font-size: 20px;
        color: #ff0000;
        font-weight: bold;
    }

.slogan {
    width: 338px;
    height: 48px;
    float: right;
    padding-top: 12px;
}

.rlogo {
    width: 156px;
    height: 133px;
    float: right;
    /*position:absolute;
		right:-130px;*/
}

/*导航|开始*/

.nav {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}

    .nav ul li {
        float: left;
        text-align: center;
        margin-right: 6px;
        width: 105px;
        height: 40px;
    }

        .nav ul li a {
            font-family: "微软雅黑";
            font-size: 14px;
            line-height: 38px;
            color: #FFF;
        }

        .nav ul li.nav_1 {
            background: #1599e1;
        }

        .nav ul li.nav_2 {
            background: #34a7fa;
        }

        .nav ul li.nav_3 {
            background: #c338bd;
        }

        .nav ul li.nav_4 {
            background: #6bc450;
        }

        .nav ul li.nav_5 {
            background: #e26846;
        }

        .nav ul li.nav_6 {
            background: #ff5a00;
        }

        .nav ul li.nav_7 {
            background: #d80075;
        }

        .nav ul li.nav_8 {
            background: #0ecdb0;
        }

.xian {
    width: 100%;
    height: 2px;
    background: #1298e0;
    margin: 0 auto;
}

/*banner*/

.banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

    .banner img {
        height:auto;	
    }


/*内容区*/
.content {
    width: 1000px;
    margin: 0 auto;
    min-height: 500px;
    position: relative;
}

/*当前位置*/
.current {
    width: 1000px;
    height: 44px;
    background-color: #fff;
    border-bottom: 1px double #cccccc;
    position: absolute;
    top: -45px;
}

    .current p {
        font-family: "宋体";
        font-size: 14px;
        color: #ff6600;
        line-height: 44px;
        float: left;
        padding-left: 10px;
    }

    .current .point {
        /*width:104px;*/
        height: 44px;
        background-color: #eb6100;
        float: right;
        text-align: center;
    }

        .current .point span {
            font-family: "宋体";
            font-size: 14px;
            line-height: 44px;
            float: right;
            padding: 0 15px;
            min-width: 60px;
            color: #FFF;
            text-align: center;
        }

        .current .point img {
            position: absolute;
            top: 44px;
            right: 42px;
        }

.wrap_left {
    width: 254px;
    float: left;
    margin-top: 30px;
    position: relative;
}

/*产品中心*/
.bar {
    width: 254px;
    min-height: 564px;
    border-radius: 10px;
    border: 1px solid #ff6600;
    margin-bottom: 15px;
}

    .bar p {
        text-align: center;
        font-family: "微软雅黑";
        font-size: 18px;
        color: #eb6100;
        margin: 14px 0 14px 0;
    }

.box { /*margin:240px auto; padding:0px;*/
    /*width: 210px;*/
    padding:0 13px;
    margin: 0 auto;
    text-align:left;
}
    .box h3 {
      height: 32px;
      line-height:32px;
            border-radius: 0px; /* box-shadow: #000 0px 0px 1px;*/
            background-color: #eb6100;
            margin-bottom:5px;
            color:#FFF;
            font-size:14px;
            padding:0 3px 0 8px;
    }
        .box h3 a {
         display:inline-block;
         height:32px; 
         line-height:32px;
         width:200px;
          color:#FFF;
          font-size:14px;
        }
            .box h3 a:hover {
             text-decoration:underline;
            }
    .box ul { 
        margin-bottom:12px;
    }

        .box ul li {
            height: 32px;
            border-radius: 0px; /* box-shadow: #000 0px 0px 1px;*/
                border-bottom:1px dashed #fbad76;
                color: #eb6100;
                color:#3a3939;
            padding:0 3px 0 8px;
        }

            .box ul li a {
                display:inline-block;
                width:200px;
                height: 32px;
                line-height: 32px;
                font-size: 14px;
                color: #eb6100;
                color:#3a3939;
            }
                .box ul li a:hover {
                    text-decoration:underline;
                color: #eb6100;
                }
            .box ul li a.a1 {
                text-align: left;
                padding-left: 20px;
                width: 210px;
                height: 32px;
                line-height: 32px;
                display: block;
                text-decoration: none;
                font-family: "宋体";
                font-size: 14px;
                color: #fff;
            }

            .box ul li ul {
                display: none;
                position: relative;
                top: -32px;
                left: 212px;
            }

                .box ul li ul li {
                    margin: 0px 0px 2px 1px;
                    padding: 0px;
                    background-color: #cccccc;
                }

.sech {
    background-color: #eb6100;
}

.box ul li ul li:hover {
    background: #eb6100;
}


/*联系我们*/
.our {
    width: 254px;
    height: 310px;
    border: 1px double #cccccc;
    z-index: -1;
    border-radius: 10px;
}

    .our .us {
        width: 210px;
        height: 32px;
        background-color: #eb6100;
        margin: 14px 23px 18px 23px;
    }

        .our .us span {
            font-size: 14px;
            font-family: "宋体";
            line-height: 32px;
            color: #fff;
            padding-left: 80px;
        }

    .our ul li {
        font-size: 12px;
        font-family: "宋体";
        color: #000;
        line-height: 28px;
        margin-left: 23px;
    }

        .our ul li span.big {
            font-size: 14px;
            font-family: "Arial";
            line-height: 28px;
            color: #cc5706;
        }

        .our ul li span {
            font-size: 12px;
            font-family: "Arial";
            line-height: 28px;
            color: #cc5706;
        }

            .our ul li span.place {
                font-size: 12px;
                font-family: "Arial";
                color: #cc5706;
                line-height: 28px;
            }

    .our .website {
        font-size: 14px;
        font-family: "宋体";
        color: #000;
        line-height: 28px;
        margin-left: 23px;
    }

        .our .website p.web {
            font-size: 14px;
            font-family: "Arial";
            color: #cc5706;
            line-height: 22px;
            float: right;
            padding-right: 50px;
        }

        /*搜索*/
.search .textinput button {
    font-family: "微软雅黑";
}

.container {
    margin-top: 20px;
    width: 1000px;
    padding-top:15px;
    padding-bottom:15px;
}
.search {
    padding: 5px 0;
    border-bottom:1px solid #f5b285;
}
a {
    color: #4183c4;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }


ul {
    list-style: none;
}

.search .textinput[type=text],
.search .textinput[type=password] {
    font-size: 14px;
    min-height: 32px;
    margin: 0;
    padding: 7px 8px;
    outline: none;
    color: #333;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in 0;
    vertical-align: middle;
    float: left;
    margin-right: 20px;
}

.button {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    background-color: #eaeaea;
    background-image: -moz-linear-gradient(#fafafa, #eaeaea);
    background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
    background-image: linear-gradient(#fafafa, #eaeaea);
    background-repeat: repeat-x;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-bottom-color: #c5c5c5;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    vertical-align: middle;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    background:#eb6100;
    color:#FFF;
}

    .button:hover,
    .button:active {
        background-position: 0 -15px;
        border-color: #ccc #ccc #b5b5b5;
    }

    .button:active {
        background-color: #dadada;
        border-color: #b5b5b5;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
    }

    .button:focus,
    .search .textinput[type=text]:focus,
    .search .textinput[type=password]:focus {
        outline: none;
        border-color: #51a7e8;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);
    }

.search .textinput[type=text] {
    font-size: 18px;
    width: 500px;
}

.search .button {
    padding: 10px;
    width: 90px;
}

.search span {
    font-size: 14px;
    color: #eb6100;
    float: left;
    padding-top: 8px;
}


/*产品*/
.products {
    width: 100%;
    min-height: 450px;
    margin-top: 25px;
}
.product {
    width: 718px;
    height: 974px;
    float: right;
    margin-top: 25px;
}

.yao {
    width: 190px;
    height: 305px;
    border: 1px solid #cccccc;
    float: left;
    margin: 0 7px 14px 7px;
    padding: 15px 15px 3px 15px;
    overflow: hidden;
}

    .yao a {
        display: block;
    }

    /*.yao a:hover{  border:1px solid #ff6600;}*/
    .yao img {
        width: 190px;
        height: 190px;
    }

    .yao p {
        font-size: 14px;
        font-family: "宋体";
        color:#eb6100;
        padding: 6px 0 10px 0;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-weight:bold;
    }

    .yao span {
        display: block;
        font-size: 14px;
        font-family: "宋体";
        color:#454444;
        line-height: 22px;
        /* width:184px;
			   height:60px;*/
    }
    .yao a:hover p {
        color: #eb6100 ;
    }
        .yao a:hover span {
        color: #eb6100 ;
    }
.yao_1 a {
    width: 228px;
    height: 230px;
    border: 1px solid #cccccc;
    float: right;
    margin: 0 0px 14px 0;
}

    .yao_1 a:hover {
        border: 1px solid #ff6600;
    }

.yao_1 img {
    padding: 26px 30px 0 30px;
}

.yao_1 p {
    font-size: 14px;
    font-family: "宋体";
    color: #000;
    padding: 18px 0 10px 22px;
}

.yao_1 span {
    font-size: 14px;
    font-family: "宋体";
    color: #eb6100;
    line-height: 18px;
    padding: 0 0 0 22px;
    /* width:184px;
			   height:60px;*/
    float: left;
}



/*翻页*/
.flip {
    width: 500px;
    height: 24px;
    margin-top: 50px;
    float: left;
}

.yanse {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #fff;
    background-color: #eb6100;
    padding: 2px 10px;
}

.flip a {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #666666;
    background-color: #e9e7e7;
    padding: 2px 10px;
}

    .flip a:hover {
        background-color: #eb6100;
        color: #fff;
    }


/*图标栏*/
.icon {
    width: 100%;
    height: 105px;
    background-color: #fff;
    margin-top: 100px;
    box-shadow: 0px -5px 20px #ececec;
    float: right;
}

    .icon .seec {
        width: 1000px;
        height: 105px;
        margin: 0 auto;
    }

.seec .o_1 {
    margin: 26px 0px 0 0;
    float: left;
    width: 250px;
    height: 44px;
}

    .seec .o_1 img {
        float: left;
        margin-right: 10px;
    }

    .seec .o_1 p {
        font-family: "微软雅黑";
        font-size: 16px;
        color: #706e6e;
    }

    .seec .o_1 span {
        font-family: "微软雅黑";
        font-size: 14px;
        color: #b1aeae;
        float: left;
        padding-top: 2px;
    }
/*底部*/
.bottom {
    width: 100%;
    height: 198px;
    background-color: #e76020;
    float: left;
}

    .bottom .chang {
        width: 1000px;
        height: 158px;
        padding-top: 24px;
        margin: 0 auto;
    }

    .bottom .run {
        width: 114px;
        height: 158px;
        border-right: 1px double #ed7e48;
        float: left;
    }

        .bottom .run span {
            margin-left: 24px;
            color: #fff;
            font-family: "微软雅黑";
            font-size: 14px;
        }
        /*.bottom .run span a{ color:#fff;
						font-family:"微软雅黑";
						font-size:14px;
						}*/
        .bottom .run ul {
            padding-top: 12px;
            margin-left: 24px;
        }

            .bottom .run ul li a {
                line-height: 32px;
                font-family: "微软雅黑";
                font-size: 12px;
                color: #fff;
            }

.tel {
    width: 264px;
    height: 160px;
    float: left;
}

.code img {
    width: 130px;
    height: 123px;
    float: left;
    margin-left: 22px;
}

.code p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    margin: 6px 4px 0 0;
    float: right;
}
