/*头部*/
#head .h-top{
    height: 45px;
    line-height: 45px;
    background: #363636;
}
.h-top p{
    color: #a3a3a3;
    font-size: 12px;
    padding-left: 10%;
}
#head .logo{
    height: 200px;
    position: relative;
    border-bottom: 1px solid #B5B5B6;
}
.logo .icon{
    position: absolute;
    top: 50%;
    left: 28%;
    width: 28%;
    min-width: 580px;
    transform: translate(-50%,-50%);
}

body{
    -moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}

.icon .icon1,
.icon>p{
    float: left;
}
.icon .icon1{
    width: 30%;
    margin-right: 3%;
}
.icon>p{
    width: 67%;
}
.icon span{
    display: inline-block;
}
.icon .sp2,
.icon .sp1{
    color: #F25C19;
    font-size: 26px;
}
.p1>span,
.p1>p{
    float: left;
}
.p1>span{
    display: inline-block;
    height: 61px;
    line-height: 61px;
    padding-right: 10px;
    border-right: 1px solid #999;
    margin-right: 10px;
    font-size: 14px!important;
}
.icon .sp2{
    color: #666;
}
.icon1 img{
    border-right: 0.5px solid #999;
    padding: 5px 5px 5px 0;
}
.icon p{
    margin-top: 10px;
    color: #333;
    letter-spacing: 1px;
    font-size: 16px;
}
.logo .p1{
    position: absolute;
    left: 65%;
    top: 50%;
    color: #1d1717;
    font-size: 12px;
    transform: translateY(-50%);
}
.p1 span{
    font-size: 22px;
    letter-spacing: 1px;
    color: #333;
}
#head .nav1{
    height: 52px;
    line-height: 50px;
}
.nav1 li{
    float: left;
    text-align: center;
    position: relative;
}
.nav1 li .head001{
    display: none;
    position: absolute;
    z-index: 9990;
    top: 53px;
    left: -25px;
    width: 85%;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
.nav1 li .head001 li{
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.nav1 li .head001 li span,
.nav1 li .head001 li a{
    font-size: 14px;
}
.nav1 li .head001 li a:hover{
    color: #F25C19;
}
.nav1 li .head001 li span{
    margin: 0;
}
.nav1 a{
    font-size: 15px;
    color: #4a4444;
}
.nav1 span{
    margin: 0 30px;
    font-size: 15px;
}
#swiper-container6{
    margin-top: 1px;
}
.nav1.main{
    width: 880px;
}
/*内页标题*/
.title h3{
    float: left;

    position: relative;
}
.title .span3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 7px;
    margin-left: 10px;
    display: inline-block;
}
.title p{
    float: right;
}
.title p,
.title p a{
    font-size: 14px;
    color: #888;
}
.title p a:hover{
    color: #F25C19;
}
.title .span1{
    font-size: 20px;
    font-weight: bold;
    color: #F25C19;
}
.title .span2{
    font-size: 18px;
    color: #888888;
    font-weight: normal;
}
/*左侧产品导航*/
.cp-nav{
    float: left;
    width: 20%;
    background-color: #F25C19;
}

.cp-nav h4{
    color: #ffffff;
    font-size: 18px;
    margin-top: 25px;
    text-align: center;
}
.cp-nav>p{
    text-align: center;
    font-size: 13px;
    color: #dedede;
    margin-bottom: 20px;
}

.cp-nav{
    padding: 0 .5% 10px;
}
.cp-nav .cp-nav1{
    padding: 10px 0;
    background-color: #fff;
    border-radius: 6px;
    min-height: 535px;
}
.cp-nav1 dl{
    margin-top: 20px;
}
.cp-nav1 dl:first-child{
    margin-top: 10px;
}
.cp-nav1 dt{
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    background: url("../images/a(2).jpg") no-repeat center;
    height: 50px;
    background-size: 100% 50px;
}
.cp-nav1 dl.active1 dt p{
    color: #f25c19;
}
.cp-nav1 dd{
    display: none;
}
.cp-nav1 dl.active1 dd{
    display: block;
}
.cp-nav1 dd span{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    color: #494949;
    font-size: 13px;
    cursor: pointer;
}
.cp-nav1 dd span a:hover{
    color: #f25c19;
}
.cp-nav1 dd span.active a{
    color: #f25c19;
}
.cp-nav1 dd span:hover{
    color: #f25c19;
}
/*底部*/
footer{
    background-color: #222222;
    padding: 50px 0;
    overflow: hidden;
}
footer .main03{
    max-width: 1150px;
    margin-left: 25px;
}
footer a,footer span,footer p{
    color: #a8a8a8;
    font-size: 14px;
}
footer .p5{
    border: 1px solid #a8a8a8;
    /*padding-right: 100px;*/
}
footer a:hover{
    color: #f25c19;
}
.main03 .main03-l,
.main03 .main03-r{
    float: left;
}
.main03 .main03-l{
    width: 87%;
}
.main03 .main03-r{
    width: 12%;
}
.p4 span{
    margin: 0 1.8%;
}
.main03 .p5{
    margin: 30px 0;
    width: 70%;
    padding: 8px 0 8px 10px;
}
.main03 .p6{
    margin-bottom: 5px;
}
.p5 .span1,
.p5 .span2{
    margin-right: 10px;
}
@media screen and (max-width: 980px) {
    .main03 .p5{
        width: 80%;
    }
    .logo .icon{
        /*width: 17%;*/
    }
    .logo .icon{
        left: 31%;
    }
    .gy-right textarea{
        height: 269px!important;
    }
}
@media screen and (min-width: 981px) and (max-width: 1440px) {
    .logo .icon{
        /*width: 155px;*/
    }
}
