﻿    .carousel-control.left {  
        
      background-image:none;  
      background-repeat: repeat-x;  
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);  
    }  
    .carousel-control.right {  
      left: auto;  
      right: 0;  
       
      background-image:none;  
      background-repeat: repeat-x;  
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);  
    }  
.clear{
    clear: both;
}
video{
    background: #000;
}

.bg-c{
    background-color: #f3f3f3;
}
body{
    overflow-x: hidden;
}
body:after{
    content: '';
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
body.on-mask:after{
    display: block;
}
header{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    height: 130px;
    z-index: 99;
}


.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #0073bc;
}
header .top{
    height: 30px;
    background: #1f1f1f;
    line-height: 30px;
}
header .top .container{
    padding: 0px !important;
}
header .top .wel{
    float: left;
    color: #cccccc;
}
header .top .lan{
    float: right;
}
header .top .lan a{
    background: #333333;
    display: inline-block;
    line-height: 30px;
    padding: 0px 10px;
    color: #fff;
}
header .top .lan a:hover,header .top .lan a.cur{
	background: #cf000c;
	color: #fff;
}

header .menu{
    float: right;
    padding:35px 0px;
}
header .menu ul{

}
header .menu ul li{
    float: left;
    position: relative;
}


header .menu .i{
    padding: 0 50px;
    position: relative;
    z-index: 999999;
    border-right: 1px solid #ebebeb;
}
header .menu .i >a{
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: url(../images/icon-plus.png) no-repeat center;
    display: none;
}

header .menu .i >p{
    color: #fff;
    font-size: 15px;
    line-height:30px;

}

header .menu .i >p a{
    color: #333333;
}

header .menu .i >p a:hover,header .menu .i >p a.cur,header .menu .i:hover >p a{
    color: #cf000c;
}
header .menu .i >.ex::before{
    position: absolute;
    content:'';
    margin-top: -5px;
    left: 50% !important;
    margin-left: -5px !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #cf000c;
}
header .menu .i >.ex{
    position: absolute;
    background-color: #cf000c;
    transition: top 300ms, opacity 300ms;
    top: -370px;
    left: 0px;
    right: 0px;
    opacity: 0;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
header .menu .i:hover >.ex{
    top: 35px;
    opacity: 1;
}
header .menu .i >.ex p{
    line-height: 35px;
    text-align: center;

}
header .menu .i >.ex p:last-child{
    border-bottom: none;
}
header .menu .i >.ex p a{
    color: #fff;
    white-space: nowrap;
    display: block;
    padding: 0px 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
header .menu .i >.ex p a:hover{
    background: #b4000a;
}
header .mbtn{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/menu.png) no-repeat center #cf000c;
    background-size: 22px auto;
    display: none;
}

body.on-menu header .mbtn{
    background-image: url(../images/menu-hide.png);
}
header .logo{
    padding: 20px 0px;
    display: inline-block;
}

.ui-tit{
    padding: 60px 0px 45px;
}
.ui-tit p{
    line-height: 1em;
    text-align: center;
}
.ui-tit p.p1{
    color: #222222;
    font-size: 32px;
}
.ui-tit p.p2{
    font-size: 15px;
    color: #999999;
    margin-top: 20px;
    position: relative;
}
.ui-tit p.p2:before{
    position: absolute;
    left: 0px;
    top: 50%;
    width: 450px;
    height: 1px;
    content: '';
    background: #eeeeee;
}
.ui-tit p.p2:after{
    position: absolute;
    right: 0px;
    top: 50%;
    width: 420px;
    height: 1px;
    content: '';
    background: #eeeeee;
}
.ui-procate{

}
.ui-procate ul{
    margin: 0px -12px;
}
.ui-procate li{
    width: 25%;
    float: left;
    padding: 0px 12px;
}
.ui-procate li a{
    display: block;
    overflow: hidden;
}
.ui-procate li img{
    width: 100%;
}
.ui-procate li .txt{
    border: 1px solid  #eee;
    padding: 45px 0px;
    text-align: center;
    border-top: 0px;
    overflow: hidden;
}
.ui-procate li .txt p{
    line-height: 1em;
}
.ui-procate li .txt p.p1{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.ui-procate li .txt p.p1:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    left: 50%;
    margin-left: -15px;
    background: #e1e1e1;
    top: -21px;
}
.ui-procate li .txt p.p2{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
.ui-procate li a:hover{
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}
.ui-procate li a:hover .txt{
    background: #225263;
    border: 1px solid #225263;
    border-top: 0px;
}
.ui-procate li a:hover .txt p{
    color: #ffffff !important;
}
.ui-more{
    text-align: center;
    margin-top: 50px;
}
.ui-more a{
    margin: 0 auto;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #ffffff !important;
    background: #cf000c;
    padding: 0px 30px;
}
.ui-more a:hover{
    background: #a8000a;
}

.ui-homeabout{
    background: url("../images/uiabout.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 60px;
    padding-bottom: 85px;
    text-align: center;
}
.ui-homeabout .ct p{
    text-align: center;
    font-size: 14px;
    color: #555555;
    line-height: 1.6em;
    padding: 0px 50px;
    
}
.ui-homeabout .ct img{
    margin-top: 40px;
    max-width: 100% !important;
 }
.ui-homehonor ul{
    margin:  0px -15px;
}
.ui-homehonor li{
    padding: 0px 15px;
}
    .ui-homehonor li .img{
        overflow: hidden;
    }
    .ui-homehonor li img{
        width: 100%;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }
    .ui-homehonor li:hover img{
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }
.ui-homehonor li .txt{
    height: 50px;
 }
.ui-homehonor li p{
    font-size: 16px;
    color: #333333;
    line-height:48px;
    height: 48px;
    border-bottom: 1px solid #dddddd;
    background: url("../images/harrow.png") no-repeat right center;

}
.ui-homehonor .owl-theme .owl-controls{
    margin-top: 60px;
    height: 19px;
    background: url("../images/hcontrl.png") no-repeat center;
}
.ui-homehonor .owl-theme .owl-controls .owl-buttons div{
    margin: 0px;
    width: 32px;
    height: 19px;
    opacity: 1 !important;
}
.ui-homehonor .owl-theme .owl-controls .owl-buttons div.owl-prev{
    background: url("../images/hlarrow.png") no-repeat;
    margin-right: 45px;
}
.ui-homehonor .owl-theme .owl-controls .owl-buttons div.owl-next{
     background: url("../images/hrarrow.png") no-repeat;
    margin-left:45px;
 }
.ui-homecase{
    margin-top: 60px;
    padding-bottom: 45px;
    background: url("../images/uicase.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.ui-homecase .ui-tit p.p1{
    color: #ffffff;
    
}
.ui-homecase .ui-tit p.p2{
    color: #999999;
}
.ui-homecase .ui-tit p.p2:before,ui-homecase .ui-tit p.p2:after{
    background: #555555;
}
.ui-homecase .ct{
}
.ui-homecase .ct ul{
    margin: 0px -20px;
}
.ui-homecase .ct li{
    width: 33.33%;
    float: left;
    padding: 0px 20px;
}
.ui-homecase .ct li a{
    display: block;
}
.ui-homecase .ct li a .img{
    overflow: hidden;
}
.ui-homecase .ct li a .img img{
    width: 100%;
    -webkit-transition: all 300ms ;
    -moz-transition: all 300ms ;
    -ms-transition: all 300ms ;
    -o-transition: all 300ms ;
    transition: all 300ms ;
}
.ui-homecase .ct li a:hover .img img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.ui-homecase .ct li .txt{
    margin-top: 15px;
}
.ui-homecase .ct li p{
    line-height: 1em;
    text-align: center;
    font-size: 16px;
    color: #ffffff;

}
.ui-homenews ul{
    margin:  0px -40px;
}
.ui-homenews li{
    float: left;
    width: 50%;
    padding: 0px 40px;
}
.ui-homenews li a{
    display: block;;
}
.ui-homenews li .img{
    overflow: hidden;
}
.ui-homenews li .img img{
    width: 100%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.ui-homenews li a:hover .img img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.ui-homenews li .txt{
    margin-top: 20px;

}
.ui-homenews li .txt .time{
    float: left;
    border-right: 1px solid #EEEEEE;
    margin-right: 15px;
    padding-right: 15px;
    height: 95px;
}
.ui-homenews li .txt .time p{
    line-height: 1em;
    width: 100%;
    text-align: center;
}
.ui-homenews li .txt .time p.p1{
    color: #333333;
    font-size: 28px;
}
.ui-homenews li .txt .time p.p2{
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}
.ui-homenews li .intro p{
    line-height: 1em;
}
.ui-homenews li .intro p.p1{
    font-size: 15px;
    color: #333333;
    font-weight: 700;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;;
    overflow: hidden;
}
.ui-homenews li .intro p.p2{
    margin-top: 12px;
    font-size: 13px;
    color: #666666;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;

}
.ui-homenews li .intro p.p3{
    font-size: 13px;
    color: #cf000c;
    margin-top: 20px;

}
.ui-banner img{
    width: 100%;
}
.ui-location{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
}
.ui-location .l{
    color: #333333;
    font-style: 14px;
    background: url("../images/ui-home.jpg") no-repeat left center;
    padding-left: 30px;
    float: left;
}

.ui-location .l a{
    color: #333333;
    padding: 0px 5px;
    font-size: 14px;
}
.ui-location .l a:hover{
    color: #cf000c;
}
.ui-location .r{
    float: right;
}
.ui-location .r a{
    display: inline-block;
    color: #333333;
    margin: 0px 18px;
    font-size: 14px;
    position: relative;
}
.ui-location .r a.cur:after{
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    background: #cf000c;
}
.ui-page{
    margin-top: 70px;
}
.ui-abouttit{
    font-size: 22px;
    color: #222222;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.ui-abouttit:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #ddd;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
}
.ui-aboutintro{
    font-size: 15px;
    color: #555555;
    line-height: 1.8em;
    margin-top: 50px;
    text-indent: 2em;
}
.ui-aboutadv{
    margin-top: 60px;
    background: #f8f8f8;
    padding: 45px 25px;
}
.ui-aboutadv li{
    width: 25%;
    float: left;
    text-align: center;
}
.ui-aboutadv p{
    line-height: 1em;
}
.ui-aboutadv p.p1{
    font-size: 36px;
    position: relative;
    color: #333333;
}
.ui-aboutadv p.p1 em{
    font-style: normal;
    font-size: 13px;
    color: #9f9fab;
    position: absolute;
    top: -15px;
    padding-left: 10px;
}
.ui-aboutadv p.p2{
    margin-top: 12px;
    font-size: 13px;
    color: #9f9fab;
}
.ui-aboutimg{
    margin-top: 60px;
    text-align: center;
}
.ui-aboutimg img{
    max-width: 100%;
}
.ui-aboutdes{
    margin-top: 60px;
}
.ui-aboutdes p{
    text-indent: 2em;
    font-size: 15px;
    color: #555555;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.ui-zjltit{
    margin-top: 60px;
    background: url("../images/ui-dsz.jpg") left center repeat-x;
}
.ui-zjltit span{
    font-size: 20px;
    color: #222222;
    font-weight: 700;
    line-height: 1.5em;
    background: #fff;
    display: inline-block;
    padding-right: 15px;
}
.ui-zjlintro{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
.ui-zjlintro .img{
    float: left;
    margin-right: 45px;
}
.ui-zjlintro .txt{
}
.ui-zjlintro .txt p{
    line-height: 1em;
}
.ui-zjlintro .txt p.p1{
    font-size: 20px;
    color: #222222;
    font-weight: 700;
    margin-top: 40px;
}
.ui-zjlintro .txt p.p2{
    font-size: 15px;
    color: #333333;
    margin-top: 40px;
    font-weight: 700;
}
.ui-zjlintro .txt p.p3{
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 10px;
}
.ui-honor{
    margin-top: 60px;
}
.ui-honor ul{
    margin: 0px -20px;

}
.ui-honor li{
    width: 25%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 15px;
}
    .ui-honor li .img{
        overflow: hidden;
    }
    .ui-honor li img{
        width: 100%;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }
    .ui-honor li:hover img{
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }
    .ui-honor li .txt{
        height: 50px;
    }
    .ui-honor li p{
        font-size: 16px;
        color: #333333;
        line-height:48px;
        height: 48px;
        text-align: center;
    }
    .ui-piclib{
        margin-top: 60px;
    }
    .ui-piclib ul{
        margin:  0px -15px;
    }
    .ui-piclib li{
        padding: 0px 15px;
        width: 25%;
        float: left;
        margin-bottom: 30px;
    }
    .ui-piclib li .img{
        overflow: hidden;
    }
    .ui-piclib li img{
        width: 100%;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }
    .ui-piclib li:hover img{
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }
    .ui-piclib li .txt{
        height: 50px;
    }
    .ui-piclib li p{
        font-size: 16px;
        color: #333333;
        line-height:48px;
        height: 48px;
        border-bottom: 1px solid #dddddd;
        background: url("../images/harrow.png") no-repeat right center;

    }
.ui-newslib{
        margin-top: 60px;
 }
.ui-newslib li{
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.ui-newslib li a{
    display: block;
}
.ui-newslib li .img{
    width: 285px;
    float: left;
    overflow: hidden;
}
.ui-newslib li .img img{
    width: 100%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.ui-newslib li a:hover .img img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.ui-newslib li .text{
    float: left;
    margin-left: 30px;
    width: 635px;
}
.ui-newslib li .text p{
    line-height: 1em;
}
.ui-newslib li .text p.p1{
    font-size: 20px;
    color: #222222;
    margin-top: 5px;
}
.ui-newslib li .text p.p2{
    font-size: 15px;
    color: #666666;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
    margin-top: 20px;
}
.ui-newslib li .text p.p3{
    margin-top: 20px;
    color: #999999;
    font-size: 13px;
}
.ui-newslib li .time{
    float: right;
    width: 170px;
}
.ui-newslib li .time p{
    line-height: 1em;
    text-align: center;
}
.ui-newslib li .time p.p1{
    font-size: 60px;
    color: #737373;
}
.ui-newslib li .time p.p2{
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}
.ui-newslib li .time p.p3{
    color: #999999;
    font-size: 14px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    line-height: 3em;
}
.ui-contact .hd p{
    line-height: 1em;
}
.ui-contact .hd p.p1{
    font-size: 26px;
    color: #222222;
}
.ui-contact .hd p.p2{
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
}
.ui-contact .ct{
    margin-top: 70px;
}
.ui-contact .ct p{
    line-height: 1em;
}
.ui-contact .ct p.p1{
    font-size: 20px;
    font-weight: 700;
    color: #222222;
}
.ui-contact .ct p.p2{
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}
.ui-contact .ct p.p3{
    margin-top: 25px;
    font-size: 16px;
    color: #666666;
    line-height: 2em;
}
.ui-map{
    height: 400px;
    width: 100%;
    margin-top: 50px;
}
    .ui-jobslist{
            margin-top: 60px;
    }
    .ui-jobslist table{
        width: 100%;
        border: 1px solid #d6d6d6;
    }
    .ui-jobslist table tr{
        border-bottom: 1px solid #d6d6d6;
    }
    .ui-jobslist table tr td{
        border-right: 1px solid #d6d6d6;
        width: 25%;
    }
    .ui-jobslist .i{
        padding: 75px 0;
    }
    .ui-jobslist .i:hover{
        background-color: #dd6946;
    }
    .ui-jobslist .i p{
        line-height: 1em;
        text-align: center;
    }
    .ui-jobslist .i p.p1{
        color: #434343;
        font-size: 20px;
    }
    .ui-jobslist .i:hover p.p1{
        color: #fff;
    }
    .ui-jobslist .i p.p2{
        margin-top: 15px;
    }
    .ui-jobslist .i p.p2 a{
        display: inline-block;
        width: 136px;
        height: 36px;
        border: 1px solid #cecece;
        border-radius: 18px;
        line-height: 34px;
        text-align: center;
        color: #313131;
        background-color: #fff;
    }
    .ui-jobslist .i:hover p.p2 a{
        color: #fff;
        border-color: #fff;
        background-color: transparent;
    }
    .ui-jobslist .i:hover p.p2 a:hover{
        background-color: #fff;
        border-color: #fff;
        color: #313131;
    }
    .ui-jobslist .i p.p2 a:after{
        content: '';
        display: inline-block;
        width: 15px;
        height: 9px;
        background: url(../images/icon-more.png);
        vertical-align: middle;
        margin-left: 10px;
    }
    .ui-jobslist .i:hover p.p2 a:after{
        background-image: url(../images/icon-more-on.png);
    }
    .ui-jobslist .i:hover p.p2 a:hover:after{
        background-image: url(../images/icon-more.png);
    }
    .ui-aboxjobs{
        position: fixed;
        width: 1000px;
        height: 570px;
        top: 50%;
        margin-top: -285px;
        left: 50%;
        margin-left: -500px;
        z-index: 9999;
        background-color: #fff;
        padding: 50px;
        display: none;
    }
    .ui-aboxjobs >a{
        display: inline-block;
        width: 31px;
        height: 31px;
        background: url(../images/icon-hide.png);
        position: absolute;
        top: 25px;
        right: 25px;
    }
    .ui-aboxjobs >a:active{
        opacity: .8;
    }
    .ui-aboxjobs >.hd{

    }
    .ui-aboxjobs >.hd h3{
        color: #373737;
        font-size: 28px;
    }
    .ui-aboxjobs >.hd p{
        color: #707070;
        font-size: 14px;
        margin-top: 5px;
    }
    .ui-aboxjobs >.ct{
        margin-top: 20px;
        height: 370px;
        color: #707070;
        font-size: 14px;
        line-height: 26px;
    }
    .ui-aboxjobs >.ct p{
        color: #707070;
        font-size: 14px;
        line-height: 26px;
    }
    .ui-aboxjobs >.ft{
        margin-top: 10px;
    }
    .ui-aboxjobs >.ft p{
        color: #0a0706;
        font-size: 14px;
    }
    .ui-aboxjobs >.ft p a{
        color: #ff9f16;
    }
    .ui-aboxjobs >.ft p a:hover{
        text-decoration: underline !important;
    }
footer{
    margin-top: 50px;
}
footer .a{
    background: #2a2b2d;
    padding: 30px 0px;

}
footer .a .list{
    float: left;
}
footer .a .fttel{
    float: left;
    margin-left: 90px;
}
footer .a .fttel p{
    line-height: 1em;
}
footer .a .fttel p.p1{
    color: #999999;
    font-style: 14px;
}
footer .a .fttel p.p2{
    font-size: 34px;
    color: #ffffff;
    margin-top: 15px;
}
footer .a .ftqrode{
    float: right;
}
footer .a .ftqrode img{
    border: 5px solid #999999;
}
footer .a .list ul{
    border-right: 1px solid #333333;
}
footer .a .list li{
    float: left;
    margin-right:90px;
}

footer .a .list li .i >p a{
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;

}
footer .a .list li .ex{
    margin-top: 15px;
}
footer .a .list li .ex >p a{
    font-size: 14px;
    color: #a0a0a0;
    line-height: 2em;
}
footer .a .list li .ex p{
    color: #fff;
    line-height: 1em;
}
footer .a .list li .ex p.p1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
footer .a .list li .ex p.p2{
    color: #999999;
    line-height: 1.5em;
    white-space: nowrap;
}	
footer .a .list li  .qrode{

    margin-top: 20px;
    padding-left: 20px;
}
footer .a .list li  .qrode img{
    border: 10px solid #707070;
}

footer .a .list li  .qrode p{
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
footer .a .call{
    float: left;
    margin-left: 55px;
}
footer .a .call p{
    line-height: 1.5em;
    color: #a0a0a0;
}
footer .a .call p.p1{
    font-size: 16px;
    color: #fff;
}
footer .a .call p.p2{
    font-size: 24px;
    color: #3ea3dc;
}
footer .a .qbox{
    float: right;
}
footer .a .qbox p{
    line-height: 1.5em;
    color: #FFFFFF;
    font-size: 16px;
}
footer .a .qbox img{
    margin-top: 5px;
}
footer .b{
    background: #272727;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #858585;
}
footer .b .l{
    float: left;
}
footer .b .r{
    float: right;
}

.ui-paging{
  padding: 20px 0;
  text-align: center;
}

.ui-paging ul{
  display: inline-block;
}

.ui-paging ul li{
  margin: 0 10px;
  float: left;
}

.ui-paging a{
  display: inline-block;
  line-height: 36px;
  text-align: center;
  height: 36px;
  width: 36px;
  color: #171717;
  font-size: 14px;
  background-color: #ededed;
}

.ui-paging a:hover,
.ui-paging a.on{
  color: #0073bc;
}

.ui-paging a.aw{
  width: 60px;
  background: none no-repeat center #ededed;
}

.ui-paging a.aw.l{
  background-image: url(../images/paging-l.png);
}

.ui-paging a.aw.l:hover{
  background-image: url(../images/paging-l-on.png);
}

.ui-paging a.aw.r{
  background-image: url(../images/paging-r.png);
}

.ui-paging a.aw.r:hover{
  background-image: url(../images/paging-r-on.png);
}

.ui-homebanner{

    position: relative;
}
.ui-homebanner img{
    width: 100%;
    position: relative;
}

#owl-banner .owl-controls{
    position: absolute;
    bottom: 10px;
    width: 100%;
}






.ui-homebanner{
    position: relative;
}
.ui-homebanner .img a{
    display: block;
    width: 100%;
    height: 100%;
}
.ui-homebanner .img a img{
    width: 100%;
}


.ui-homebanner .carousel-indicators li{
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fff;
  margin: 0 3px;
  opacity: 0.5;
}

.ui-homebanner .carousel-indicators li.active{
   border: none;
    opacity: 1;
    width: 10px; height: 10px;
}


.ui-guestbook{
    width: 800px;
    margin: 0px auto 0px;
    background: #fff;
    padding: 30px;
}
.ui-guestbook table{
    width: 100%;
}
.ui-guestbook th{
    width: 15px;
}
.ui-guestbook td,.ui-guestbook th{
    padding: 5px;
}
.ui-guestbook .required{
    color: #ff0000;
}


.ui-newshow{

    margin-top:60px;
}
.ui-newshow h1{
    text-align: center;
    font-size:30px;
}
.ui-newshow .hd{
    background: #f2f2f2;
    padding: 15px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8em;
    
}
.ui-newshow .hd p{
    display: inline-block;
}
.ui-newshow .hd2{
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    color: #999999;
    font-size: 14px;
}
.ui-newshow .img{
    width: 790px;
    margin: 20px auto;
}
.ui-newshow .img .carousel-inner img{
    width: 100%;
}
.ui-newshow .img .carousel-indicators{
    position: relative;
    top: auto;
    left: auto;
    margin:20px 0px 0px 0px;
    width: 100%;
    bottom: auto;
}
.ui-newshow .img .carousel-indicators li{
    width: 20%;
    height: auto;
    text-indent: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: left;
    margin: 0px 0px 10px 0px!important;
    padding: 0px 10px;

}
.ui-newshow .img .carousel-indicators li img{
    border: 2px solid #cccccc;
}
.ui-newshow .img .carousel-indicators li.active img{
     border: 2px solid #cf000c;
}
.ui-newshow .img .carousel-indicators li img{
    width: 100%;
}

.ui-newshow .intro{
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 20px;
    color: #666666;
}
.ui-newshow .intro img{
    max-width: 100%;
    height: auto !important;
}
.info_previous_next_wrap{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #666666;
    line-height: 2em;
}
.info_previous_next_wrap a{
    color: #666666;
}
.ui-pro{
    margin-top: 60px;
}
.ui-proclass{
    width: 250px;
    float: left;
}
.ui-proclass a{
    display: block;
    font-size: 16px;
    color: #222222;
    line-height: 3em;
    border-bottom: 1px dashed #ddd;
    text-indent: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-proclass a.cur{
    color: #cf000c;
    position: relative;
}
.ui-proclass a.cur:after{
    background: url("../images/uiproc.jpg") no-repeat;
    width: 6px;
    height: 11px;
    content:'';
    top: 50%;
    margin-top: -5px;
    position:absolute;
    margin-left: 10px;
}
.ui-prolib{
    width: 885px;
    float: right;
}
.ui-prolib ul{
    margin: 0px -15px;
}
.ui-prolib li{
    width: 50%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.ui-prolib li a{
    display: block;;
    border: 1px solid #dddddd;
    padding: 10px;
}
.ui-prolib li .img img{
    width: 100%;

}
.ui-prolib li .text{
    margin-top: 20px;
}
.ui-prolib li .text p{
    line-height: 1em;
}
.ui-prolib li .text p.p1{
    color: #333333;
    font-size: 20px;
}
.ui-prolib li .text p.p2{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dddddd;
    font-size: 14px;
    color: #666666;
    line-height: 1.5em;
}
.ui-prolib li .text p.p3{
    color: #cf000c;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #62a8ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(98,168,234,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(98,168,234,.6)
}

.form-control.focus,.form-control:focus {
    border-color: #62a8ea;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #a3afb7;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #a3afb7
}

.form-control::-webkit-input-placeholder {
    color: #a3afb7
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #f3f7f9;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}
#prowap{
    display: none
}

/*!
 * media.css
 */

@media screen and (max-width: 1200px) {
    .container{
        width: 100%;
        padding: 0 10%;
    }
    header .menu .i{
        padding: 0px 25px;
    }
    footer .a .list{
        width: 70%;
    }
    footer .a .list li{
        width: 25%;
        margin: 0px;
    }
    footer .a .fttel{
        width: 25%;
        float: right;
        margin: 0px;
    }
    footer .a .ftqrode{
        width: 25%;
        margin-top: 20px;
    }
    .ui-tit p.p2:before,.ui-tit p.p2:after{
        width: 35%;
    }
    .ui-zjlintro .img{
        width: 40%;
        margin: 0px;
    }
    .ui-zjlintro .img img{
        max-width: 100%;
    }
    .ui-zjlintro .txt{
        width: 60%;
        padding-left: 45px;
        float: left;
    }
    .ui-zjlintro .txt p.p1{
        margin-top: 0px;
    }
    .ui-proclass{
        width: 20%;
    }
    .ui-prolib{
        width:75%;
    }
    .ui-newshow .img{
        width: 100%;
    }

}
@media screen and (max-width: 975px) {
    .container{
        width: 100%;
        padding: 0 20px;
    }
    header .menu .i{
        padding: 0px 15px;
    }
    footer .a .list{
        width: 70%;
    }
    footer .a .list li{
        width: 25%;
        margin: 0px;
    }
    footer .a .fttel{
        width: 25%;
        float: right;
        margin: 0px;
    }
    footer .a .ftqrode{
        width: 25%;
        margin-top: 20px;
    }
    footer .a .fttel p.p2{
        font-size: 24px;
    }
    .ui-tit p.p2:before,.ui-tit p.p2:after{
        width: 35%;
    }
    .ui-zjlintro .img{
        width: 40%;
        margin: 0px;
    }
    .ui-zjlintro .img img{
        max-width: 100%;
    }
    .ui-zjlintro .txt{
        width: 60%;
        padding-left: 45px;
        float: left;
    }
    .ui-zjlintro .txt p.p1{
        margin-top: 0px;
    }
    .ui-proclass{
        width: 20%;
    }
    .ui-prolib{
        width:75%;
    }
    .ui-newshow .img{
        width: 100%;
    }
    .ui-location .r a{
        margin: 0px 5px;
    }
}
/*手机屏幕*/
@media screen and (max-width: 767px) {
  .ht15{
    height: 5px;
  }
  .ht20{
    height: 10px;
  }
  .ht30{
    height: 15px;
  }
  .ht35{
    height: 15px;
  }
  .ht40{
    height: 20px;
  }
  .ht45{
    height: 20px;
  }
  .ht50{
    height: 10px;
  }
  .ht60{
    height: 30px;
  }
  .ht65{
    height: 30px;
  }
  .ht70{
    height: 35px;
  }
  .ht75{
    height: 35px;
  }
  .ht80{
    height: 40px;
  }
  .ht90{
    height: 45px;
  }
  .ht100{
    height: 20px;
  }
  .extra-width{
    width: 100%;
  }

  /*style.css*/
body{
    min-width: 0;
    min-height: 0;
 }

  .container{
    width: 100%;
    padding: 0 20px;
  }
  #prowap{
        display: block;
  }
    #propc{
        display: none
    }
  
  header{
    position: fixed;
    background-color: #fff;
    height: 80px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    top: 0px;
      left: 0px;
  }
  header .container{
    padding: 0 20px;
  }
  header .top .wel{
      display: none;
  }
  header .menu{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding-top: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    background-color: #fff;
    display: none;
    overflow-y: auto;
     background-image: none !important;
  }
  header .menu ul{

  }
  header .menu ul li{
    float: none;
  }
  header .mbtn{
    display: block;
  }
  header .logo{
    padding: 10px 0px 10px;
  }
  header .logo img{
    height: 30px;
  }
  header .menu ul li{
    border-top: 1px solid #ddd;
  }
  header .menu ul li:first-child{

  }
  header .menu ul li:before{
    display: none;
  }
  header .menu ul li.nodv.ml10{
    margin-left: 0;
  }
  header .menu ul li.nodv.ml20{
    margin-left: 0;
  }
  header .menu .i{
    padding: 0 10px;
  }
  header .menu .i >a{
    display: block;
    transition: transform 300ms;
  }
  header .menu .i.on >a{
    transform: rotate(-45deg);
  }
  header .menu .i >p{
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #000;
  }
  header .menu .i >p a{
    color: #000;
  }
  header .menu .i >.ex{
    position: relative;
    top: 0 !important;
    opacity: 1 !important;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    display: none;
  }
  header .menu .i.on >.ex{

  }
  header .menu .i >.ex p{
    font-size: 13px;
  }
  header .menu .c{
    padding: 0 10px;
    padding-bottom: 0;
  }
  header .menu .c >p{
    line-height: 50px;
    text-align: center;
    font-size: 14px;
  }
  header .menu .c >p a{
    color: #000;
  }
  header .menu .c >p a:before{
    background-color: #000;
  }
  header .menu .c >p a:after{
    background-image: url(../images/head-drop@d.png);
    transition: transform 300ms;
  }
  header .menu .c.on >p a:after{
    transform: rotate(180deg);
  }
  header .menu .c >.ex{
    position: relative;
    top: 0!important;
    opacity: 1!important;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    display: none;
  }

    .ui-paging{
        padding: 20px 0;
    }

      .ui-paging ul li{
        margin: 0 2px;
    }

      .ui-paging a{
        width: 28px;
        height: 28px;
        font-size: 12px;
        line-height: 28px;
      }

      .ui-paging a.aw{
        width: 42px;
        background-size: 12px auto;
      }

  .ui-homebanner,.ui-banner{
        margin-top: 80px;

   }
    .ui-homebanner .img{
    }

    #owl-banner .owl-controls{
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .ui-tit{
        padding: 20px 0px;
    }
    .ui-tit p.p1{
        font-size: 18px;
    }
    .ui-tit p.p2{
        font-size: 13px;
        margin-top: 5px;
    }
    .ui-tit p.p2:before,.ui-tit p.p2:after{
        width: 25%;
    }
    .ui-procate ul{
        margin: 0px -5px;
    }
    .ui-procate li{
        width: 50%;
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .ui-procate li .txt{
        padding: 15px 10px;
    }
    .ui-procate li .txt p.p1{
        font-size: 14px;
    }
    .ui-procate li .txt p.p1:before{
        top: -5px;
        height: 2px;
    }
    .ui-procate li a:hover{
        box-shadow: none;
    }
    .ui-procate li .txt p.p2{
        font-size: 10px;
    }
    .ui-more{
        margin-top: 15px;
    }
    .ui-more a{
        font-size: 12px;
        padding: 0px 20px;
    }
    .ui-homeabout{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .ui-homeabout .ct p{
        padding: 0px;
        font-size: 13px;
    }
    .ui-homeabout .ct img{
        margin-top: 20px;
        max-width: 100% !important;
        height: auto !important;
    }
    .ui-homecase{
        margin-top: 20px;

    }
    .ui-homecase .ct li{
        width: 100%;
        float: non;
        margin-bottom: 20px;
    }
    .ui-homenews li{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .ui-homenews li .txt .time p.p1{
        font-size: 20px;
    }
    .ui-homenews li .txt .time p.p2{
        font-size: 14px;
    }
    .ui-location{
        height: auto;
        line-height: 2em;
        border: none;
        background: #eee;
    }

    .ui-location .l{
        display: none;
    }
    .ui-location .r{
        float: none;
    }

    .ui-location .r a{
        margin: 0px;
        padding: 5px;
    }
    .ui-location .r a.cur{
        background: #cf000c;
        color: #ffffff;

    }
    .ui-aboutintro{
        margin-top: 30px;
        font-size: 13px;
    }
    .ui-aboutadv{
        margin-top: 20px;
        padding: 15px;
    }
    .ui-aboutadv li{
        width: 100%;
        float: none;
        margin: 20px 0px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
    .ui-aboutimg{
        margin-top: 20px;
    }
    .ui-aboutdes{
        margin-top: 20px;
    }
    .ui-aboutdes p{
        font-size: 13px;
    }
   .ui-zjltit,.ui-zjlintro {
       margin-top: 20px;
     }
    .ui-page{
        margin-top: 20px;
    }
    .ui-abouttit{
        font-size: 18px;
    }
    .ui-abouttit:after{
        bottom: -15px;
        height: 2px;
    }
    .ui-zjlintro .img{
        margin: 0px;
        float: none;
        width:100%;
    }
    .ui-zjlintro .img img{
        width: 100%;
    }
    .ui-zjlintro .txt{
        margin-top: 15px;
        width:100%;
        float: none;
        padding-left:0;
    }
    .ui-zjlintro .txt p.p2{
        margin-top: 10px;
    }
    .ui-piclib{
        margin-top: 20px;
    }
    .ui-piclib ul{
        max-width: 0px -5px;
    }
    .ui-piclib li{
        width: 50%;
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .ui-piclib li p{
        font-size: 12px;
    }
    .ui-newslib{
        margin-top: 20px;
    }
    .ui-newslib li{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .ui-newslib li .img{
        width: 100%;
        float: none;
    }
    .ui-newslib li .text{
        margin-top: 10px;
        float: none;
        margin-left: 0px;
        width: 100%;
    }
    .ui-newslib li .text p.p1{
        font-size: 18px;
    }
    .ui-newslib li .text p.p2{
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.2em;
    }
    .ui-newslib li .text p.p3{
        margin-top: 10px;
        font-size: 12px;
    }
    .ui-newslib li .time{
        display: none;
    }
    .ui-newshow{
        margin-top: 20px;
    }
    .ui-newshow h1{
        font-size: 18px;
    }
    .ui-newshow .hd2{
        margin: 5px 0px;
        height: 24px;
        line-height: 24px;
    }
    .ui-newshow .hd{
        padding: 10px;
        margin-top: 15px;
        font-size: 12px;
        line-height: 1.5em;
    }
    .ui-pro{
        margin-top: 20px;
    }
    .ui-proclass{
        display: none;
    }
    .ui-prolib{
        width: 100%;
        margin: 0px;
        float: none;
    }
    .ui-prolib li{
        width: 100%;
        float: none;
        padding: 0px;
        margin-bottom: 10px;
    }
    .ui-prolib li .text{
        margin-top: 10px;
    }
    .ui-prolib li .text p.p1{
        font-size: 16px;
    }
    .ui-prolib li .text p.p2{
        margin-top: 7px;
        padding-top: 7px;
        font-size: 12px;
    }
    .ui-prolib li .text p.p3{
        margin: 10px 0px;
        font-size: 12px;
    }
    .ui-honor{
        margin-top: 20px;
    }
    .ui-honor li{
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .ui-contact .hd p.p1{
        font-size: 18px;
    }
    .ui-contact .hd p.p2{
        font-size: 14px;
        margin-top: 10px;
    }
    .ui-contact .ct{
        margin-top: 20px;
    }
    .ui-contact .ct p.p1{
        font-size: 16px;
    }
    .ui-contact .ct p.p2,.ui-contact .ct p.p3{
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.5em;
    }
    .ui-map{
        height: 200px;
    }

    .ui-jobslist table,
    .ui-jobslist tbody,
    .ui-jobslist tr,
    .ui-jobslist td{
        width: 100%;
        display: block;
    }
    .ui-jobslist table{
        border-bottom: none;
    }
    .ui-jobslist table tr{
        border-bottom: none;
    }
    .ui-jobslist table tr td{
        width: 100%;
        border-right: none;
    }
    .ui-jobslist .i{
        padding: 25px 0;
        border-bottom: 1px solid #d6d6d6;
    }
    .ui-jobslist .i p.p1{
        font-size: 16px;
    }
    .ui-jobslist .i p.p2{
        margin-top: 10px;
    }
    .ui-jobslist .i p.p2 a{
        width: 100px;
        height: 30px;
        line-height: 28px;
    }
    .ui-jobslist .i p.p2 a:after{
        width: 10px;
        height: 6px;
        margin-left: 5px;
        background-size: 100% 100%;
    }

    .ui-aboxjobs{
        width: 90%;
        margin-left: -45%;
        height: 90%;
        top: 5%;
        margin-top: 0;
        padding: 20px;
    }
    .ui-aboxjobs >a{
        width: 20px;
        height: 20px;
        top: 15px;
        right: 15px;
        background-size: 100% 100%;
    }
    .ui-aboxjobs >.hd h3{
        font-size: 20px;
    }
    .ui-aboxjobs >.hd p{
        font-size: 12px;
        margin-top: 5px;
        line-height: 1.5em;
        width: 50%;
        float: left;
    }
    .ui-aboxjobs >.hd p .wh60{
        display: block;
    }
    .ui-aboxjobs >.ct{
        font-size: 12px;
        line-height: 22px;
        clear: both;
    }
    .ui-aboxjobs >.ct p{
        font-size: 12px;
        line-height: 22px;
    }
    .ui-newshow .img{
        width: 100%;
    }
    .ui-newshow .img .carousel-indicators li{
        width: 25%;
        margin-right: 0px;
        padding: 0px 5px;
        float:left;
        margin: 0px !important;
    }
    .ui-newshow .img .carousel-indicators li.active{
        width: 25%;
        margin-right: 0px;
    }

    footer{
        margin-top: 20px;
    }
    footer .a{
        padding: 10px 0px;
    }
    footer .a .list{
        float: none;
    }


    footer .a .list li{
        width: 25% !important;
        padding: 0px;
        text-align: center;

        margin: 0px;
    }
    footer .a .list li .i{
        background: none;
        min-height: 20px !important;
    }
    footer .a .list li .i > p a{
        font-size: 12px;
    }
    footer .a .list li .ex{
        margin-top: 5px;
        display: none;
    }
    footer .a .list li .ex > p a{
        font-size: 10px;
        line-height: 1.2em;
    }
    footer .a .list li:nth-child(6){
        width: 100% !important;
        margin-top: 10px;
        border-top: 1px solid #666;
        padding-top: 10px;
        text-align: center;
    }
    footer .a .list li:nth-child(6) .ex{
        display: block;
    }
    footer .a .list li .qrode{
        padding: 0px;
    }
    footer .a .fttel{
        width: 100%;
        float: none;
        margin-top: 20px;
        margin-left: 0px;
        text-align: center;
    }
    footer .a .ftqrode{
        margin-top: 15px;
        float: none;
        text-align: center;
    }
    footer .b{
        height: auto;
        padding: 5px 0px;
        line-height: 1.5em;
    }
    footer .b .l,footer .b .r{
        float: none;
        display: inline-block;
        font-size: 10px;
    }
    footer .a .list,footer .a .ftqrode{
        width: 100%;
    }
}