/* 公共css */
body, html {
    min-width: 320px;
    max-width: 100%;
    /* overflow-x: hidden; */
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}
input,a,div{
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.wh1600 {
    max-width: 1600px;
    margin: 0 auto;
}
@media screen and (max-width: 1800px) {
    .wh1600 {
        margin: 0 5% !important;
    }
}

/*xlt-k*/
::-webkit-scrollbar
{
    width: 0;
    height: 8px;
}

::-webkit-scrollbar-track
{
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb
{
    background-color: #009cbf;
}
/*xlt-g*/
/*----------------------*/

.pub_banner{
    display: block;
    /*padding-top: 5.5vw;*/
    min-height: 200px;
    background-color: #333333;
}
.mi_pub_banner{
    display: none;
    margin-top: 18vw;
}
.fsdb32{
    font-size: 32px;
}
.fsdb24{
    font-size: 24px;
}
.fsdb22{
    font-size: 22px;
}
.fsdb20{
    font-size: 20px;
}
.fsdb18{
    font-size: 20px;
}
.fsdb16{
    font-size: 20px;
}
.fsdb14{
    font-size: 17px;
}


.syflex{
    position: absolute;
    z-index: 9999;
}


.head {
    width: 100%;
    transition: all 0.5s;
    padding: 0 3%;
    background-color: #ffffff;
    position: relative;
}
.head:after{
    position: absolute;
    width: 3.5%;
    height: 100%;
    background-color: #009cbf;
    left: 0;
    top: 0;
}

.head_logo{
    float: left;
    width: 15.75%;
    padding-top: 2%;
}
.head_fr{
    float: right;
}
.head_menu{
    float: left;
    padding-right: 75px;
}
.head_menu .CAli{
    display: inline-block;
    transition: all 0.2s;
    padding: 5% 0 5% 0;
    /*margin: 0 0 0 40px;*/
    position: relative;
}
.head_menu .CAli .CAa{
    color: #333333;
    display: block;
    transition: all 0.2s;
    letter-spacing: 1px;
    padding:0 16px;
    font-weight: bold;
}
.head_menu .CAli:before{
    content: "";
    position: absolute;
    width: 112%;
    height: 0;
    bottom: 0;
    right: -6%;
    background-color: #009cbf;
    transition: all 0.3s;
}
.head_menu .CAli:hover{
    background-color: #009cbf;
}
.head_menu .CAli:hover .CAa{
    color: #fff;
}
.head_menu .CAli:hover:before{
    /*height: 3px;*/
}
.head_menu .on{
    color: #009cbf;
    background:#009cbf;
}
.head_menu .on .CAa{
    color: #fff!important;
}

.sy_search_nav .banner_search .search_box {
    display: none;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    transition: all .5s;
    border: 1px solid #009cbf;
    position: absolute;
    top: -8px;
    right: 35px;
}
.sy_search_nav .banner_search .search_box input {
    display: block;
    width: 100%;
    background-color: #ffffff;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    transition: all .5s;
    border: 0;
    padding: 10px 20px;
}

/*srk*/
.search-wrapper {
    position: absolute;
    transform: translate(0%, -50%);
    top:50%;
    right: 5px;
}
.search-wrapper.active {

}

.search-wrapper .input-holder {
    width: 40px;
    overflow: hidden;
    height: 40px;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width: 320px;
    border-radius: 50px;
    margin-right: 32px;
    background: rgba(0,0,0,0.8);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width:100%;
    height: 40px;
    padding:0 50px 0 20px;
    opacity: 0;
    position: absolute;
    top:-10px;
    left:0;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 20px;
    color:#cccccc;

    /*transform: translate(0, 60px);*/
    /*transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);*/
    /*transition-delay: 0.3s;*/
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}
.search-wrapper.active .input-holder .search-input::-webkit-input-placeholder {
    color: #cccccc;
}

.search-wrapper .input-holder .search-icon {
    width:40px;
    height:40px;
    border:none;
    background: #009cbf;
    padding:0;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height: 40px;
    margin: 0px;
    border-radius: 0;
}
.search-wrapper .input-holder .search-icon span {
    width:16px;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transform: rotate(-45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);

}
.search-wrapper.active .input-holder .search-icon span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 2px;
    height: 12px;
    left: 7px;
    top: 15px;
    border-radius: 2px;
    background: #ffffff;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    border-radius: 16px;
    border: 2px solid #ffffff;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:10px;
    right:0;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(45deg);
    /*transform: rotate(-180deg);*/
    /*transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);*/
    /*transition-delay: 0.2s;*/
}
.search-wrapper.active .close {
    right:0;
    transform: rotate(45deg);
    /*transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);*/
    /*transition-delay: 0.5s;*/
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #555555;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 3px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 3px;
    left: 0px;
    top: 10px;
}
.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top:80px;
    left:0px;
    text-align: center;
    font-size: 14px;
    display:none;
    color:#B7B7B7;
}
/*srk*/










.mi_head_all{
    display: none;
}
.mi_head{
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    top: 0;
    position: fixed;
    z-index: 100;
    box-shadow: none;
    height: 18vw;
}

.mi_head .logo {
    width: 50%;
    padding: 5% 2%;
    float: left;
}
.mi_head .mi_Cal{
    float: right;
    width: 15%;
    position: relative;
    right: 0;
    padding: 9% 0;
}
.mi_head .mi_Cal .mmitem{
    position: absolute;
    width: 10vw;
    height: 2px;
    background-color: #666;
    display: block;
    transition: all .3s;
}
.mi_head .mi_Cal .mmitem:nth-of-type(1){
    top: 6vw;
}
.mi_head .mi_Cal .mmitem:nth-of-type(2){
    top: 9vw;
}
.mi_head .mi_Cal .mmitem:nth-of-type(3){
    width: 6vw;
    top: 12vw;
    margin-left: 4vw;
}
.menuls{
    position: fixed;
    right: 0;
    width: 60%;
    transform: translateX(100%);
    top: 0;
    z-index: 101;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.menuls .menu_one {
    line-height: 18vw;
    height: 18vw;
    background-color: #009cbf;
}

.menuls .menu_one .span1 {
    display: inline-block;
    font-size: 4vw;
    color: #ffffff;
    margin-left: 10%;
    letter-spacing: 1px;
}
.menuls .menu_one .headclose {
    width: 10vw;
    height: 10vw;
    position: absolute;
    left: -15vw;
    top: 5vw;
    display: none;
}

.menuls .menu_two ul {
    width: 100%;
}
.menuls .menu_two ul li {
    line-height: 15vw;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #f2f2f2;
}
.menuls .menu_two ul li>a{
    font-size: 4vw;
    display: block;
    width: 84%;
    padding: 0 10%;
    color: #777;
    transition: color 0.3s ease 0s;
}
.show .mi_head{
    transform: translateX(-60%);
}
.show .logo{
    /*padding: 5% 0;*/
}
.show .menuls{
    opacity: 1;
    transform: translateX(0%);
}
.show .mmitem:nth-child(2n){
    opacity: 0;
}
.show .mmitem:nth-of-type(1) {
    transform: rotate(45deg);
    top: 9vw!important;
}
.show .mmitem:nth-of-type(3) {
    transform: rotate(-45deg);
    width: 10vw!important;
    top: 9vw!important;
    margin-left: 5vw!important;
    right: 5vw!important;
}
.show .headclose{
    display: block!important;
}



.VerticalMenu {
    padding: 0px;
    width: 100%;
    cursor: pointer;
    text-align: left;
}
.VerticalMenu > div {
    width: 100%;
    float: left;
}
.VerticalMenu .bianse{
    color: #009cbf !important;
}
.VerticalMenu .sjx{
    position: absolute;
    /* display: block; */
    border-top: 1.5vw solid transparent;
    border-left: 2vw solid #777;
    border-bottom: 1.5vw solid transparent;
    margin: 5.5vw 0.5vw 0;
    right: 9%;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
}
.VerticalMenu .sxjsele{
    color: #009cbf !important;
    transform: rotate(90deg);
    border-left: 2vw solid #009cbf;
}
.VerticalMenu .span2{
    width: 84%;
    padding: 0 10%;
    height: 15vw;
    overflow: hidden;
    display: inline-block;
    font-size: 4vw;
    color: #777;
}
.VerticalMenu .span2 a {
    max-width: 80%;
    display: inline-block;
}
.VerticalMenu .span2 .arrow{
    display: inline-block;
    text-align: right;
    width: 10%;
    float: right;
}
.VerticalMenu > div > div:first-child {
    font-size: 14px;
    height: 15vw;
    line-height: 15vw;
    border-top: 1px solid #f2f2f2;
}
.VerticalMenu > div > div:first-child:hover {
    color: #009cbf;
}
.VerticalMenu > div > div:first-child > i:last-child {
    line-height: 40px;
    float: right;
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}
.VerticalMenu > div > div:last-child {
    width: 100%;
    display: none;
    padding: 0 0vw 0 2vw;
    font-size: 0.8vw;
    color: #777;
}
.VerticalMenu > div > div:last-child > div{
    font-size: 3.5vw;
    height: 12vw;
    line-height: 12vw;
    overflow: hidden;
    padding-left: 9%;
}
.VerticalMenu > div > div:last-child > div:hover{
    color:  #009cbf;
}
/*.VerticalMenu > div:last-child > div:first-child{*/
/*border-bottom-left-radius: 5px;*/
/*border-bottom-right-radius: 5px;*/
/*}*/
.VerticalMenu > div:last-child::after{
    display: block;
    clear: both;
}
.VerticalMenu .cpbs{
    color:  #009cbf!important;
}






.foot{
    background-color: #2a2a2a;
    position: relative;
    padding: 3% 0;
    overflow: hidden;
    border-top: 10px solid #009cbf;
}

.foot_list{
    width: 20%;
    float: left;
    padding-left: 2%;

}
.foot_logo{
    float: left;
    width: 18%;
    text-align: center;
}
.foot_logo .foot_logo_nr{
    width: 70%;
    display: inline-block;
    padding-top: 20%;
}
.foot_list:nth-of-type(2){
}
.foot_list:nth-of-type(3){
    width: 24%;
}
.foot_list:nth-of-type(4){
    width: 26%;
}
.foot_list:nth-of-type(5){
    width: 12%;
}
.foot_list .foot_title{
    color: #eeeeee;
    margin-bottom: 10%;
    padding-top: 2%;
    letter-spacing: 1px;
}
.foot_list .foot_title span{
    color: #eeeeee;
    padding-left: 5%;
    letter-spacing: 2px;
}
.foot_list .foot_ul{
    position: relative;
}
.foot_list .foot_ul li{
    color: #eeeeee;
    margin-bottom: 3%;
    float: left;
    /* overflow: hidden; */
    height: 25px;
    line-height: 25px;
}
.foot_list .ulli50 li{
    width: 35%;
    margin-right: 5%;
}
.foot_list .ulli100 li{
    width: 100%;
}
.foot_rwm{
    padding: 5% 0 0;
}
.foot_rwm .foot_ewm_nr{
    width: 55%;
    float: right;
    text-align: center;
    color: #ffffff;
    line-height: 2;
    margin: 0 5% 5% 0;
}
.ftxian{
    height: 2px;
    background: url("../image/ftxian.png") no-repeat center;
}

.copyright{
    background: url("../image/ftxian.png") no-repeat top;
    background-color: #2a2a2a;
    color: #cccccc;
    text-align: center;
    padding: 1% 0;
    z-index: 99;
    position: relative;
    font-size: 12px;
    overflow: hidden;
}

.bottom-fix{
    background-color: #009cbf;
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.bottom-fix>a>img {
    width: 33.3333%;
    float: left;
    display: block;
    height: 13.5vw;
}


.foot .ftbd{
    width: 100%;
}
.foot .ftbd .tit{
    color: #ffffff;
    margin-bottom: 5%;
}
.foot .ftbd .ipt1{
    width: 47.5%;
    height: 40px;
    padding: 0 15px;
    border: 0;
    float: left;
    margin-right: 5%;
    background-color: #ffffff;
}
.foot .ftbd .ipt1:nth-of-type(2){
    margin-right: 0;
}
.foot .ftbd .lte1{
    width: 100%;
    height: 80px;
    padding: 15px 15px;
    border: 0px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #ffffff;
}
.foot .ftbd .yzm{
    float: left;
    width: 25%;
    height: 40px;
    padding: 0 15px;
    border: 0;
    display: inline-block;
    margin-right: 5%;
    background-color: #ffffff;
}
.foot .ftbd .ymzsz{
    float: left;
    background-color: #009cbf;
    margin-right: 5%;
    cursor: pointer;
    height: 40px;
    width: 25%;
}
.foot .ftbd .sb1{
    float: left;
    background-color: #009cbf;
    width: 40%;
    height: 40px;
    text-align: center;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
}



.sy_title_all{
    position: relative;
    padding: 2% 0 2%;
    width: 100%;
    line-height: 2;
}
.sy_title_all .dca{
    text-align: left;
    font-size: 30px;
    color: #009cbf;
    font-weight: bold;
    letter-spacing: 2px;
    float: left;
    text-transform: uppercase;
}
.sy_title_all .dca .hs{
    color: #333333;
    margin: 0 0 0 10px;
}
.sy_title_all .dcb{
    float: right;
    background-color: #009cbf;
    color: #ffffff;
    margin: 0.6% 0 0 0;
    padding: 0.2% 1%;
    letter-spacing: 2px;
    border-radius: 3px;
}



.sycore{
    padding: 3% 0;
}

.ProCa{
    margin: 0 0 3% 0;
}
.ProCa ul li{
    float: left;
    color: #333333;
    margin: 0 0 0 0;
    padding: 2px 18px;
    line-height: 2;
    letter-spacing: 2px;
    border-radius: 3px;
}
.ProCa ul li.on{
    background-color: #009cbf;
    color: #ffffff;
}



.sycore_item{
    width: 22.5%;
    float: left;
    margin: 0 3.33% 3% 0;
    line-height: 2;
    position: relative;
    overflow: hidden;
}
.sycore_item:nth-child(4n){
    margin: 0 0 3% 0;
}
.sycore_item .sys1{
    width: 100%;
    overflow: hidden;
}
.sycore_item .sys2{
    width: 100%;
    overflow: hidden;
    padding: 0 20% 0 0;
    border-bottom: 1px solid #009cbf;
    position: relative;
    transition: all 0.5s;
    height: 55px;
    line-height: 55px;
    letter-spacing: 1px;
}
.sycore_item .desc{
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0,0,.5);
    opacity: 0;
    transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}
.sycore_item .desc p{
    position: absolute;
    top: 45%;
    width: 100%;
    color: white;
    padding: 0 16%;
    line-height: 26px;
    transform: scale(0);
    /*-webkit-transform: translate(-50%, -75%);*/
    /*-ms-transform: translate(-50%, -75%);*/
    /*-o-transform: translate(-50%, -75%);*/
    /*transform: translate(-50%, -75%);*/
    /*display: inline-block;*/
    max-width: 100%;
    max-height: 100%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.sycore_item .sys2:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 12.78%;
    height: 100%;
    background: url(../image/proarrow.png) no-repeat center 55%;
    background-size: 100%;
    transition: all 0.5s;
}
.sycore_item:hover .sys1 img{
    transform: scale(1.1);
}
.sycore_item:hover .sys2{
    color: #ffffff;
}
.sycore_item:hover .desc p{
    /*left: 50%;*/
    transform: scale(1);
}
.sycore_item:hover .desc{
    opacity: 1;
}
.sycore_item:hover .sys2:after{
    background: #ffffff;
}
.sycore_item .sys2:before{
    content: attr(data-hover);
    position: absolute;
    text-align: center;
    width: 96%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    left: 0;
    bottom: -100%;
    transition: all 0.5s;
    background-color: #009cbf;
    z-index: 2;
    padding: 0 3%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 20px;
}
.sycore_item:hover .sys2:before{
    opacity: 1;
    bottom: 0;
}





.four_ys{
    background: url(../image/four_ys.jpg) no-repeat center 0;
    background-size: cover;
    color: #ffffff;
    padding: 2% 0;
}
.four_ys_all{

    line-height: 2;
    letter-spacing: 1px;
}
.four_ys .fys1{
    font-size: 18px;
    background-color: #ffffff;
    color: #009cbf;
    display:inline-block;
    padding: 0 2%;
}
.four_ys .fys2{
    font-size: 40px;
    line-height: 1.6;
    margin: 1% 0;
}
.four_ys .fys3{
    line-height: 30px;
    margin: 0 0 1% 0;
}
.four_ys .fys3 li{
    font-size: 24px;
    float: left;
    margin: 0 2% 0 0;
}
.four_ys .fys3 li span{
    font-size: 20px;
    background-color: #eac541;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0;
}
.four_ys .fys4{
    font-size: 24px;
}




.Quality_service{
    padding: 3% 0;
}

.QS_title{
    position: relative;
    text-align: center;
    line-height: 2;
    padding: 0 0 2% 0;
}
.QS_title .sys1{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 2px;
}
.QS_title .sys1 .hs{
    color: #009cbf;
}
.QS_title .sys2{
    font-size: 16px;
    color: #333333;
    letter-spacing: 2px;
}

.QS_list{
    padding: 0 3.5%;
}

.QS_item{
    width: 29.5%;
    float: left;
    margin: 0 5.75% 0 0;
    line-height: 2;
}
.QS_item:nth-child(3n){
    margin: 0 0 0 0;
}
.QS_item .si1{
    width: 100%;
    overflow: hidden;
}
.QS_item .si2{
    background-color: #ffffff;

}
.QS_item .si2 .si2_cot{
    letter-spacing: 1px;
}
.QS_item .si2 .si2c1{
    padding: 6.5% 0 0 0;
    font-size: 24px;
    float: left;
    color: #009cbf;
    font-weight: bold;
}
.QS_item .si2 .si2c2{
    font-size: 48px;
    font-weight: bold;
    float: right;
    color: #009cbf;
}
.QS_item .si2 .si2_2{
    height: 194px;
    border-bottom: 2px solid #009cbf;
}

.QS_item.on *{
    color: #ffffff!important;
}
.QS_item.on .si2{
    padding: 0 3%;
    background-color: #009cbf;
}




.three_ys{
    margin: 0 0 3% 0;
    background: url(../image/three_ys.jpg) no-repeat center 0;
    background-size: cover;
    color: #ffffff;
    padding: 6.5% 0;
}
.three_ys_all{
    margin: 0 3%;
}
.three_ys .three_ys_item{
    width: 50%;
    margin-left: 50%;
    line-height: 2;
    padding: 1% 0 1% 5%;
}
.three_ys .three_ys_item:nth-of-type(1){
    background: url(../image/three_ys_item1.png) no-repeat left;
    background-size: 6.5%;
}
.three_ys .three_ys_item:nth-of-type(2){
    background: url(../image/three_ys_item2.png) no-repeat left;
    background-size: 6.5%;
}
.three_ys .three_ys_item:nth-of-type(3){
    background: url(../image/three_ys_item3.png) no-repeat left;
    background-size: 6.5%;
}




.about_sy{
    background: url(../image/about_sy.jpg) no-repeat center 0;
    background-size: cover;
    padding: 15% 0 0;
}
.about_sy .about_sy_all{
    margin: 0 3%;
    padding: 5% 5% 2%;
    background-color: #ffffff;
}
.about_sy .about_sy_all .asal{
    width: 50%;
    float: left;
    line-height: 2;
}
.about_sy .about_sy_all .asar{
    width: 40%;
    float: right;
}
.about_sy .about_sy_all .asal .sys1{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 2px;
    border-right: 3px solid #009cbf;
    line-height: 1.2;
    margin: 5% 0;
}
.about_sy .about_sy_all .asal .sys1 .hs{
    color: #009cbf;
    margin: 0 1% 0 0;
}
.about_sy .about_sy_all .asal .sys2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.about_sy .about_sy_all .asal .sys3{
    font-size: 30px;
    color: #009cbf;
    font-weight: bold;
    letter-spacing: 2px;

}
.about_sy .about_sy_all .asal .sys4{
    color: #ffffff;
    background-color: #009cbf;
    display: inline-block;
    padding: 0 3%;
    letter-spacing: 2px;
    margin: 0 0 0 70%;
}

.news_sy{
    padding: 3% 0;
}

.news_sy_list{

}
.news_sy_list .nsl{
    float: left;
}
.news_sy_list .wha{
    width: 37%;
    margin: 0 2% 0 0;
    height: 490px;
    position: relative;
    color: #ffffff;
    background: url(../image/news_sy_list.jpg) no-repeat left;
}
.news_sy_list .wha .synall{
    position: absolute;
    bottom: 10%;
    left: 10%;
    line-height: 2;
    padding: 0 5%;
    background: url(../image/synl.png) no-repeat left;
}
.news_sy_list .wha .syn1{
    font-size: 38px;
}
.news_sy_list .wha .syn2{
    font-size: 18px;
    background: url(../image/synr.png) no-repeat right;
    padding-right: 40px;
}
.news_sy_list .wha .syn2 img{

}
.news_sy_list .whb{
    width: 33%;
    margin: 0 2% 0 0;
}
.news_sy_list .whc{
    width: 26%;
    margin: 0 0 0 0;
}

.news_sy_list .nsysa{
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 30px 45px;
    color: #555555;
    line-height: 2;
    height: 235px;
    margin: 0 0 20px 0;
    background: url(../image/news_arrow1.png) no-repeat 90% 80%;
    background-size: 11.5%;
}
.news_sy_list .nsysa:after{

}
.news_sy_list .nsysa .ys1{

}
.news_sy_list .nsysa .ys2{
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}
.news_sy_list .nsysa .ys3{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 8px;
}
.news_sy_list .nsysa .ys4{
    letter-spacing: 1px;
}
.news_sy_list .nsysa:hover{
    color: #ffffff;
    background: url(../image/news_arrow2.png) no-repeat 90% 80%;
    background-color: #009cbf;
}


.news_sy_list .nsysb{
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 20px 40px;
    color: #555555;
    line-height: 2;
    height: 150px;
    margin: 0 0 20px 0;
    background: url(../image/news_arrow1.png) no-repeat 40% 80%;
    background-size: 11.5%;
}
.news_sy_list .nsysb .ys1{
    float: left;
    border-right: 1px solid #eeeeee;
    width: 25%;
}
.news_sy_list .nsysb .ys1 .ri{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 8px;
}
.news_sy_list .nsysb .ys1 .ny{
    letter-spacing: 1px;
}
.news_sy_list .nsysb .ys2{
    width: 70%;
    float: right;
}
.news_sy_list .nsysb .ys2 .bt{

}
.news_sy_list .nsysb .ys2 .nr{

}
.news_sy_list .nsysb:hover{
    color: #ffffff;
    background: url(../image/news_arrow2.png) no-repeat 40% 80%;
    background-color: #009cbf;
    background-size: 11.5%;
}









.position_all{
    letter-spacing: 1px;
    margin: -50px 0 0 0;
    height: 50px;
    line-height: 50px;
    /*text-align: right;*/
    color: #ffffff;
}


.Inside_title{
    text-align: center;
    color: #333333;
    padding: 1% 0 1%;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.Inside_title .dnra{
    letter-spacing: 1px;
}
.Inside_title .dnrb{
    letter-spacing:10px;
    margin: 2% 0 0;
    font-size: 36px;
    padding-left: 10px;
}
.category_list{
    position: relative;
    text-align: center;
    font-size: 0;
}

.category_list ul li{
    display: inline-block;
    background-color: #ffffff;
    width: 12%;
    margin: 2% 1%;
    letter-spacing: 1px;
    color: #333333;
}
.category_list ul li a{
    display: block;
    padding: 10% 0;
}
.category_list .on{
    background-color: #009cbf;
    color: #ffffff;
}
.list_all{
    padding: 3% 0 0;
}

.single_show{
    width: 100%;
    word-wrap: break-word;
    /*word-break: break-all;*/
    overflow: hidden;
}
.single_show img{
    max-width: 100%;
}

.content_show{
    width: 100%;
}
.content_show .tit {
    font-size: 30px;
    line-height: 2;
    color: #333333;
}
.content_show .info {
    margin: 2% 0;
    font-size: 14px;
    color: #535353;
    letter-spacing: 1px;
}
.content_show .info .returnls {
    float: right;
}
.content_show .allnr {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 2% 0;
    margin-bottom: 2%;
    line-height: 2;
}

.upperandlower {
    padding: 1% 0 0 0;
}
.upperandlower .next{
    width: 25%;
    background-color: #626262;
    padding: 1.5% 2%;
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.upperandlower .next .arrow{
    margin: 0 10%;
}
.upperandlower .next *{
    color: #ffffff!important;
}
.upperandlower .tl{
    text-align: left;
}
.upperandlower .tr{
    text-align: right;
}
.upperandlower .next:hover{
    background-color: #009cbf;
}



.paging {
    text-align:center;
    padding: 2% 0 2%;
}
.paging a{
    display: inline-block;
    padding: 0.65% 0.9%;
    border:1px solid #333333;
    color: #333333;
    margin:0 0.5%;
    transition: ease-in 0.1s;
    border-radius: 2px;
    background-color: #ffffff;
}
.paging span{
    margin:0 5px;
}
.paging a:hover,
.case_lisst .cate-box a:hover{
    border:1px solid #009cbf;
    color: #009cbf;
}
.paging .currPage{
    border:1px solid #009cbf;
    color: #ffffff;
    background-color: #009cbf;
}




.Rmnynews{
    padding: 5% 0 2%;
}
.Rmnynews .newsny{
    text-align: left;
    margin-bottom: 0;
}
.newsbox{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.newsbox:nth-child(4n){
    margin-right: 0px;
}
.newsbox .time{
    position: relative;
}
.newsbox .time .time_yr{
    float: left;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    transition: all 0.3s;
}
.newsbox .time .time_n{
    float: left;
    font-size: 18px;
    color: #333333;
    margin-top: 4%;
    margin-left: 4%;
    transition: all 0.3s;
}
.newsbox .news_img{
    margin: 5% 0;
    width: 100%;
    height: 13.05vw;
    overflow: hidden;
}
.newsbox .news_tit{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.newsbox .news_cot{
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 20px;
    margin: 3% 0;
}
.newsbox .news_plus{
    font-size: 40px;
    color: #333333;
    transition: all 0.3s;
}
.newsbox:hover .news_img img{
    transform: scale(1.1);
}
.newsbox:hover .time .time_yr{
    color: #009cbf;
}
.newsbox:hover .time .time_n{
    color: #009cbf;
}

.newsbox:hover .news_plus{
    color: #009cbf;
}





.acsl{
    width: 62.5%;
    float: left;
    line-height: 2;
}
.acsr{
    width: 32.5%;
    float: right;
    border-top: 10px solid #009cbf;
}
.acsna{
    font-size: 30px;
    color: #333333;
    padding: 3% 0;
    border-bottom: 1px dashed #555555;
    margin: 0 0 3% 0;
}
.acsnb{
    color: #333333;
}
.acslx{
    position: relative;
    margin: 5% 0;
}
.acslx .acslxan{
    font-size: 24px;
    color: #ffffff;
    background-color: #009cbf;
    padding: 0.5% 5%;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    letter-spacing: 3px;
    float: left;
}
.acslx .acslxrx{
    font-size: 24px;
    color: #333333;
    float: left;
    padding: 0.5% 5%;
}
.acsall{
    width: 100%;
}
.acsall .acsall_title{
    font-size: 30px;
    color: #333333;
    letter-spacing: 5px;
    border-bottom: 3px solid #d2d2d2;
    padding: 0 0 1% 0;
    position: relative;
}
.acsall .acsall_title span{
    font-size: 14px;
    color: #aaaaaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0 3%;
}
.acsall .acsall_title:before{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 20%;
    background-color: #009cbf;
}
.acsnrall{
    width: 100%;
    overflow: hidden;
    padding: 2% 0;
    line-height: 0;
}
.acsnrall img{
    max-width: 100%;
}


.acsimg{
    border: 1px solid #d2d2d2;
    margin: 0 0 7% 0;
}
.acsCa{
    margin: 0 0 10% 0;
}
.acsCa ul li{
    float: left;
    width: 46.5%;
    margin: 0 7% 0 0;
    border: 1px solid #d2d2d2;
}
.acsCa ul li:nth-child(2n){
    margin: 0 0 0 0;
}
.acsCa .on{
    border: 1px solid #009cbf;
}
.ascRmcp{
    margin: 0 0 8% 0;
}
.ascRm_title{
    background-color: #009cbf;
    padding: 4% 8%;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 3px;
}

.ascRmxw{
    background-color: #ffffff;
    margin: 0 0 10% 0;
}
.ascRmxw .acsRmls{
    padding: 8% 5%;
}
.newsRm{
    color: #555555;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 0 5% 0;
    margin: 0 0 5% 0;
    transition:all 0.5s;
}
.newsRm:last-child{
    margin:  0 0 0 0;
    border-bottom: 0;
    padding: 0;
}
.newsRm .dnra{
    float: left;
    color: #33b8dd;
    width: 5%;
    transform: scale(1.5);
}
.newsRm .dnrb{
    float: left;
    width: 70%;
    transition:all 0.5s;
}
.newsRm .dnrc{
    float: right;
    width: 20%;
    text-align: right;
}
.newsRm:hover{
    color: #33b8dd;
}
.newsRm:hover .dnrb{
    padding-left: 1%;
}


.acsZx{
    background: url(../image/acsZx.png) no-repeat 10%;
    background-color: #009cbf;
    color: #ffffff;
    padding: 5% 0 5% 28%;
    line-height: 1.5;
    background-size: 14.425%;
    font-weight: bold;

}
.acsZx .acszxa{
    font-size: 24px;
    letter-spacing: 2px;
}
.acsZx .acszxb{
    font-size: 32px;
    letter-spacing: 1px;
}







.newsCadian{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 24px;
}

.newsCadian ul li{
    float: left;
    margin: 0 10px;
    color: #cccccc;
}
.newsCadian .on{
    color: #009cbf;
}








.content_main{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 3% 0;
}
.ash_nyys{
    background-color: #f5f5f5;
}
.within_nyys{
    background-color: #ffffff;
}
.content_all{
    width: 100%;
    position: relative;
}
.caselt{
    width: 25%;
    float: left;
    margin-right: 5%;
}
.caselt .tit{
    background: #009cbf;
    color: white;
    padding: 5%;
    line-height: 1.5;
    text-transform: uppercase;
}
.caselt ul{
    border: 1px solid #E2E2E2;
}
.caselt ul li{
    border-top: 1px solid #E2E2E2;
    line-height: 2.8;
    padding-left: 18%;
    padding-right: 22%;
    position: relative;
    color: #009cbf;
    font-weight: bold;
    background-color: #f5f5f5;
}
.caselt ul li:before{
    content: '';
    position: absolute;
    width: 15%;
    height: 100%;
    top: 0;
    left: 3%;
    background: url("../image/cate_icon.png") left no-repeat;
}
.caselt ul li:after{
    content: '';
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    background: url("../image/cate_icon.png") right no-repeat;
}
.casert{
    width: 70%;
    float: left;
}

.nyall_title{
    text-align: center;
    color: #333333;
    line-height: 2;
    margin: 0 0 3% 0;
}
.nyall_title .sysen{
    font-size: 16px;
    /*letter-spacing: 1px;*/
    text-transform: uppercase;
}
.nyall_title .syscn{
    font-size: 36px;
    letter-spacing: 3px;
}
.news_img{
    margin: 0 0 3% 0;
    position: relative;
}
.news_img .news_tit{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 1.5% 2%;
    background: rgba(0,0,0,.7);
    font-size: 1.2vw;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info_left{
    width: 32.5%;
    float: left;
}
.info_right{
    width: 62.5%;
    float: right;
}
.nynewsTit{
    font-size: 30px;
    color: #333333;
    border-left: 10px solid #009cbf;
    padding-left: 3%;
    line-height: 1.2;
    margin-bottom: 11%;
    letter-spacing: 3px;
}

.nynewsl_all{
    width: 100%;
}



.nynewsl_item{
    margin-bottom: 8%;
    background-color: #ffffff;
}
.nynewsl_item .img{
    width: 100%;
    overflow: hidden;
}
.nynewsl_item .nrall{
    padding: 5%;
    line-height: 2;
}
.nynewsl_item .tit{
    color: #333333;
}
.nynewsl_item .cot{
    color: #777777;
    margin: 2% 0;
}
.nynewsl_item .cktime{
    width: 100%;
}
.nynewsl_item .cktime .time{
    color: #777777;
    float: left;
}
.nynewsl_item .cktime .ck{
    color: #009cbf;
    float: right;
}
.nynewsl_item:hover .img img{
    transform: scale(1.1);
}

.nynewsCA{
    padding: 0 0 3.5%;
}
.nynewsCA_list{
    position: relative;
    text-align: left;
    font-size: 0;
}
.nynewsCA_list ul li{
    float: left;
    width: 20%;
    color: #333333;
    position: relative;
    border-right: 1px solid #f0f0f0;
    background-color: #ffffff;
    transition: all 0.2s;
    text-align: center;
}
.nynewsCA_list ul li:nth-child(5n){
    border-left: 0;
}
.nynewsCA_list ul li:nth-child(5n){
    border-top: 1px solid #f0f0f0;
}




.nynewsCA_list ul li a{
    display: block;
    padding: 10% 5%;
}
.nynewsCA_list ul li:hover{
    color: #009cbf;
}
.nynewsCA_list ul .on{
    color: #009cbf;
}


.nynewsr_item{
    width: 100%;
    padding: 2%;
    background-color: #ffffff;
    margin-bottom: 3%;
}
.nynewsr_item .img{
    width: 30%;
    float: left;
    overflow: hidden;
}
.nynewsr_item .cot{
    width: 70%;
    float: right;
    padding: 0 5%;
    line-height: 2;
}
.nynewsr_item .cot .tit{
    color: #333333;
    font-weight: bold;
}
.nynewsr_item .cot .intro{
    color: #777777;
    margin: 1% 0 2% 0;
}
.nynewsr_item .cot .cktime{

}
.nynewsr_item .cot .cktime .ck{
    color: #ffffff;
    background-color: #009cbf;
    border-radius: 20px;
    text-align: center;
    float: left;
    padding: 0.5% 3%;
}
.nynewsr_item .cot .cktime .time{
    float: right;
    color: #999A99;
}
.nynewsr_item:hover .img img{
    transform: scale(1.1);
}

.info_more .ifloads{
    margin-top: 3%;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    padding: 5% 0;
    cursor: pointer;
}




.load_more{
    text-align: center;
    padding-top: 1%;
}
.load_more .loads{
    display: inline-block;
    width: 16%;
    text-align: center;
    color: #ffffff;
    background-color: #009cbf;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    padding: 1% 0;
    letter-spacing: 5px;
    /*border-radius: 10px;*/
}
.load_more .loadend{
    display: none;
    color: #555555;
    letter-spacing: 2px;
}
.load_more .block{
    display: block;
}
.load_more_case{
    padding-top: 3%;
}
.info_load_more{
    padding-top: 1%;
}
.info_load_more .loads{
    margin-top: 0;
    width: 100%;
    background-color: #ffffff;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    padding: 2% 0;
    cursor: pointer;
}
.info_load_more2{
    padding-top: 1%;
}
.info_load_more2 .loads{
    margin-top: 0;
    width: 100%;
    background-color: #ffffff;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    padding: 3% 0;
    cursor: pointer;
}


.core_item{
    float: left;
    width: 31.1%;
    margin: 0 3.3% 3.5% 0;
    position: relative;
    overflow: hidden;
}
.core_item:nth-child(3n){
    margin: 0 0 3.5% 0;
}
.core_item .sys1{
    width: 100%;
}
.core_item .sys2{
    position: absolute;
    width: 100%;
    padding: 4% 2%;
    text-align: center;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    transition: all 0.8s;
    z-index: 3;
}
.core_item .plus_xy {
    position: absolute;
    top: -38%;
    background: url(../image/plus_xy.png) no-repeat center;
    padding:13.89%;
    left: 38%;
    z-index: 4;
    background-size: 100%;
    transition: all 0.5s;
}
.core_item:before {
    transition-duration: .4s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 50%;
    background: #009cbf;
    content: "";
    z-index: 5;
}
.core_item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    text-align: center;
    background: white;
    opacity: .4;
    transition: all 0.5s;
    z-index: 2;
}
.core_item:hover .sys1 img{
    /*border:1px solid #EB262D;*/
    /*transform: translateY( -5px);*/
    /*box-shadow : 0 10px 15px rgba(0,0,0,0.3);*/
    transform: scale(1.1);
}
.core_item:hover:before{
    width: 0;
}
.core_item:hover:after{
    bottom: 0%;
}
.core_item:hover .plus_xy{
    top: 25%;
}
.core_item:hover .sys2{
    background-color: #009cbf;
}


.honor_item{
    float: left;
    width: 22.1%;
    margin: 0 3.86% 3% 0;
}
.honor_item:nth-child(4n){
    margin: 0 0 3% 0;
}
.honor_item .cover{
    width: 100%;
    border: 2px solid #ddd;
    cursor: pointer;
}
.honor_item .sys2{
    text-align: center;
    margin: 10% 0 0 0;
    color: #333333;
}

.down_list{
    overflow: hidden;
}
.file_item{
    float: left;
    width: 18.3%;
    padding: 1% 2% 1%;
    margin: 0 2% 2% 0;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 2;
    color: #333333;
}
.file_item:nth-of-type(5n){
    margin-right: 0;
}
.file_item:hover{
    border-color: #009cbf;
    box-shadow: 5px 5px #009cbf;
    transform: scale(1);
    transition-property:box-shadow;
    transition-duration:.2s;
    transition-delay:.2s;
}
.file_item .f1{
    color: #009cbf;
}
.file_item .f3{
    display: flex;
    padding: 5% 0 0 0;
}
.file_item .f3 p{
    width: 50%;
}





.knowledge_item{
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 2% 3% 2% 2%;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.knowledge_item .sys1{
    float: left;
    width: 75%;
}
.knowledge_item .sys2{
    float: right;
    width: 20%;
    text-align: right;
}
.knowledge_item:hover{
    transform: scale(1.01,1.01);
}







.job_list{
    border-top: 1px solid #cccccc;
    padding: 0 0 3% 0;
}
.job_list .dl{
    width: 100%;
    position: relative;
}
.job_list .dl dd{
    position: relative;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
    padding: 0 3% 0 5%;
    border-bottom: 1px solid #cccccc;
}
.job_list .dl dd span{
    font-size: 28px;
}
.job_list .dl dd span:before {
    content: "";
    display: block;
    position: absolute;
    left: 3%;
    top: 35%;
    width: 5px;
    height: 30px;
    background: #009cbf;
}
.job_list .dl dd small{
    position: absolute;
    right: 3%;
    top: 0;
    overflow: hidden;
    display: block;
    color: #666666;
}

.job_list dl dt{
    display: none!important;
    padding: 3% 3% 3% 3%;
    border-bottom: 1px solid #cccccc;
    position: relative;
}
.job_list dl dt .txt {
    position: relative;
    background: #eeeeee;
    padding: 2% 2%;
}
.job_list dl dt .txt .text1 {
    position: relative;
    padding: 0 0 30px;
    border-bottom: 1px solid #cccccc;
}
.job_list dl dt .txt .text1 li {
    float: left;
    position: relative;
    width: 25%;
    color: #333;
    overflow: hidden;
    margin: 1% 0;
    padding: 0 10px 0 0;
}
.job_list dl dt .txt .text2 {
    padding: 2% 0%;
    position: relative;
}

.job_list dl dt .txt .text2 li {
    float: left;
    padding: 0 10px 0 0;
    position: relative;
    width: 50%;
}
.job_list dl dt .txt .text2 li *{
    line-height: 2;
    color: #333333;
}
.job_list .active {
    border: 1px solid #cccccc;
    border-bottom: none;
    border-top: none;
}
.job_list .active dt{
    display: block!important;
}



.lxwmall{
    position: relative;
}

.lxwmnr1{
    color: #333333;
    line-height: 2;
    margin-bottom: 2%;
    font-weight: bold;
    letter-spacing: 1px;
}

.lxwmnr2 li{
    color: #333333;
    line-height: 3;
    padding-left: 3%;
}

.lxwmewm{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
    text-align: center;
    color: #333333;
}
.lxwmewm .lxtit{
    margin: 10% 0;
    padding-left: 10%;
}
.lxwmewm_item{
    float: left;
    width: 40%;
    margin: 0 0 0 10%;
}
.lxwmmap{
    margin-top: 3%;
}

.lxwmnr2 li:nth-of-type(1){
    background: url(../image/lxwm1.png) no-repeat 0 50%;
    background-size: 1.55%;
}
.lxwmnr2 li:nth-of-type(2){
    background: url(../image/lxwm2.png) no-repeat 0 50%;
    background-size: 1.55%;
}
.lxwmnr2 li:nth-of-type(3){
    background: url(../image/lxwm3.png) no-repeat 0 50%;
    background-size: 1.55%;
}
.lxwmnr2 li:nth-of-type(4){
    background: url(../image/lxwm4.png) no-repeat 0 50%;
    background-size: 1.55%;
}
.lxwmnr2 li:nth-of-type(5){
    background: url(../image/lxwm5.png) no-repeat 0 50%;
    background-size: 1.55%;
}


.contact_form{
    width: 100%;
    overflow: hidden;
}
.contact_form .wznr{
    width: 30%;
    float: left;
    padding-top: 10%;
}
.contact_form .wznr .nra{
    font-size: 32px;
    color: #eb262d;
    margin: 0 0 4% 0;
}
.contact_form .wznr .nrb{
    font-size: 22px;
    color: #333333;
    line-height: 2;
}
.contact_form .srnr{
    float: right;
    width: 60%;
}
.contact_form .srnr .sritem{
    border-bottom: 1px solid #dddddd;
    padding: 0 0 2% 0;
    margin:  0 0 2% 0;
}
.contact_form .srnr .sritem:last-child{
    border-bottom:0;
}
.contact_form .srnr .sritem .srtit{
    font-weight: bold;
    color: #555555;
    float: left;
    padding: 2% 0;
    width: 10%;
}
.contact_form .srnr .sritem .srsrk{
    float: right;
    width: 88%;
    margin-right: 2%;
}

.contact_form .srnr .sritem .srsrk input{
    padding: 2% 2%;
    /*border: 1px solid #cccccc;*/
    width: 100%;
    transition: all 0.5s;
    border-radius: 5px;
}
.contact_form .srnr .sritem .srsrk input:hover{
    box-shadow: 0 1px 10px #cccccc;
}
.contact_form .srnr .sritem .srsrkmax{
    width: 100%;
}
.contact_form .srnr .sritem .srsrkmax textarea{
    width: 100%;
    padding: 2% 2%;
    resize:none;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 110px;
}

.contact_form .checkcode{
    width: 150px;
    height: 45px;
    border: 1px solid #cccccc;
    float: left;
    padding: 0 2%;
}
.contact_form .ymzsz{
    width: 100px;
    height: 45px;
    float: left;
    border: 1px solid #cccccc;
    margin-left: -1px;
}
.contact_form .syann{
    float: left;
    background-color: #eeeeee;
    height: 45px;
    border: 1px solid #eeeeee;
    margin-left: 3%;
    padding: 0 5%;
    color: #666666;
    font-size: 18px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.2s;
}
.contact_form .syann:hover{
    color: #ffffff;
    background-color: #EC1F27;
}








.synyz{
    width: 22.5%;
    float: left;
    padding: 0 0 5% 0;
}

.synyy{
    /*width: 75%;*/
    width: 100%;
    float: right;
    padding: 3% 0 5% 0;
}
.synyy .cateName{
    text-align: center;
    color: #009cbf;
    line-height: 4;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "思源黑体 CN Bold";
}
.synyz .zsysA{
    text-align: center;
    color: #ffffff;
    background: url(../image/zsysAimg.jpg) no-repeat 0 50%;
    background-size: cover;
    line-height: 2;
    padding: 6.5% 0;
    position: relative;
    margin: -19px 0 5% 0;
}
.synyz .zsysA:before{
    content: "";
    display: block;
    width: 26px;
    height: 19px;
    background: url(../image/zsysAimgs.png) no-repeat;
    position: absolute;
    right: -26px;
    top: 0;
}
.synyz .zsysA .nr_cn{
    font-size: 40px;
}
.synyz .zsysA .nr_en{

}


.cpCaAN{
    margin: 5% 0 0 0;
    width: 100%;
    padding: 3% 5%;
    font-size: 4vw;
    letter-spacing: 2px;
    background-color: #009cbf;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: none;
}
.navMenubox {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}
.navMenu .xlCAli{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 2;
}

.navMenu .xlCAli .xlCAnr{
    display: block;
    color: #ffffff;
    transition: all 0.3s;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    overflow:hidden;
    background-color: #009cbf;
    padding: 5% 8%;
    letter-spacing: 1px;
}

.navMenu .nyt{
    width: 80%;
    float: left;
}

.navMenu .xlCAli .xlCAnr .arrow {
    padding: 3%;
    background: url(../image/incpimg1.png)no-repeat center;
    background-size: cover;
    display: inline-block;
    float: right;
    transition: all 0.3s;
    margin: 2.5% 0 0;
}
.navMenu .open .arrow {
    transform:rotate(90deg);
}


.navMenu>li>div.active, .navMenu>li>div:hover {
    color: #009cbf;
}

.navMenu .xlCAli .sub-menu{
    display: none;
    border: 1px solid #eeeeee;
}

.navMenu>li.active > ul.sub-menu, .navMenu>li>ul.sub-menu>li.active >ul.sub-menu {
}

.navMenu .xlCAli .sub-menu .xlCBli {
    background: none;
    border-top: 1px solid #eeeeee;
}
.navMenu .xlCAli .sub-menu .xlCBli .xlCBlia{
    padding: 3% 5%;
    width: 100%;
    display: block;
    color: #666666;
    transition: all 0.3s;
}
.navMenu .xlCAli .sub-menu .xlCBli .xlCBlia span{
    margin: 0 3% 0 0;
}
.navMenu>li>ul.sub-menu li>div {
    display: block;
    font-size: 14px;
    line-height: 65px;
    padding: 0 20px;
    color: #333333;
    clear: both;
    border-bottom: 1px dashed #cccccc;
}
.navMenu>li>ul.sub-menu li:last-child>div{
    border-bottom: 0px dashed #cccccc;
}
.navMenu>li>ul.sub-menu li>div.active, .navMenu>li>ul.sub-menu li>div:hover, .navMenu>li>ul.sub-menu>li.active >div {
    color: #009cbf;
}
.navMenu .xlCAli .sub-menu .on .xlCBlia{
    color: #009cbf;
}
.navMenu .xlCAli .sub-menu .xlCBli:hover .xlCBlia{
    color: #009cbf;
}




.NyCaall{
    width: 100%;
    position: relative;
    margin: 0 0 3% 0;
}
.NyCaall .NyCaz{
    float: left;
    width: 66%;

}
.NyCaall .NyCay{
    width: 30%;
    float: right;
}
.NyCaall .NyCaz .casy1{
    color: #333333;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 2px;
    position: relative;
    padding: 0 0 0 3%;
    margin: 5% 0;
}
.NyCaall .NyCaz .casy1:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 105%;
    background-color: #009cbf;
}
.NyCaall .NyCaz .casy2{
    color: #333333;
    line-height: 2;
}

.NyLsall{
    width: 100%;
    position: relative;
}
.NyLsall .NyLstits{
    width: 100%;
    position: relative;
    margin: 0 0 5% 0;
}
.NyLsall .NyLstit{
    font-size: 24px;
    color: #ffffff;
    background-color: #434343;
    display: inline-block;
    padding: 1% 5%;
    letter-spacing: 5px;
    position: relative;
    z-index: 2;
    margin: 0 0 0 5%;
}
.NyLstits:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4%;
    background-color: #009cbf;
    height: 100%;
}
.NyLstits:after{
    content: "";
    position: absolute;
    left: 10%;
    top: 49%;
    width: 90%;
    height: 1px;
    background-color: #cccccc;
}







.product_item{
    width: 23.5%;
    float: left;
    /*border: 1px solid #cccccc;*/
    margin: 0 2% 2% 0;
    /*padding: 1% 1%;*/
    line-height: 2;
    position: relative;
}
.product_item:nth-child(4n){
    margin: 0 0 2% 0;
}
.product_item .pic{
    overflow: hidden;
    position: relative;
}
.product_item .sys1{
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: rgba(0, 156, 191,.7);
    transition-property:height;
    transition-duration:.5s;
    /* Safari */
    -webkit-transition-property:height;
    -webkit-transition-duration:.5s;
}
.product_item .sys1 h3{
    padding:0 3%;
    font-weight: unset;
}
.product_item .sys1 p{
    padding:0 3%;
}
.product_item:hover .sys1{
    height: 33%;
}
.product_item .sys2{
    color: #009cbf;
    width: 65%;
}
.recomd_box{
    overflow: hidden;
    display: flex;
}
.recomd_box .downfile{
    width: 40%;
    float: left;
    padding: 3% 5%;
    background: #f7d047;
    color: #333;
}
.recomd_box .downfile .tit{
    /*font-size: 2vw;*/
    line-height: 2;
}
.recomd_box .downfile .list{

}
.recomd_box .downfile .list ul{
    overflow: hidden;
}
.recomd_box .downfile .list ul li{
    float: left;
    width: 33.3%;
    padding: 0% 0 0% 8%;
    line-height: 2;
    position: relative;
    display: flex;
    align-items: center;
}
.recomd_box .downfile .list ul li:nth-of-type(3n-2){
    padding-left: 8%;
}
.recomd_box .downfile .list ul li:nth-of-type(3n-2):before{
    content: '＞';
    position: absolute;
    width: auto;
    left: 0;
    top: 0;
    /*font-size: 2vw;*/
}
.recomd_box .newslist{
    width: 60%;
    float: left;
    padding: 3% 5%;
    background: #009cbf;
    color: white;
}
.recomd_box .newslist .tit{
    /*font-size: 2vw;*/
    line-height: 2;
}
.recomd_box .newslist .list{

}
.recomd_box .newslist .list ul{
    overflow: hidden;
}
.recomd_box .newslist .list ul li{
    float: left;
    width: 50%;
    padding: 0 5%;
    line-height: 2;
    position: relative;
    display: flex;
    align-items: center;
}
.recomd_box .newslist .list ul li:before{
    content: '＞';
    position: absolute;
    width: auto;
    left: 0;
    top: 0;
    /*font-size: 2vw;*/
}
.pro_detail{
    display: flex;
    background: #009cbf;
}
.pro_detail .prol{
    width: 30%;
    float: left;
}
.pro_detail .prol .proimg{
    float: left;
    margin-left: 13%;
    padding-left: 13%;
    background: white;
}
.pro_detail .pror{
    width: 70%;
    float: left;
    padding:5% 8% 0 5%;
    color: white;
}
.pro_detail .pror .protit{
    font-size: 2.5vw;
    padding-bottom: 3%;
}
.pro_detail .pror .prodesc{
    line-height: 1.5;
}
.proCon{
    min-height: 200px;
}
.proCon .con img{
    max-width: 100%;
    max-height: 100%;
}
.pro_recomd .rtit{
    text-align: center;
    color: #009cbf;
    line-height: 4;
    letter-spacing: 2px;
    border-top: 2px solid #eee;
}

.rprolist .product_item .sys1{
    background: rgba(221,221,221,.8);
    color: #009cbf;
}

/*gywm-k*/




.section-wrap{ width:100%;height:100%;overflow:visible;transition:transform 1s cubic-bezier(0.86,0,0.03,1);-webkit-transition:-webkit-transform 1s cubic-bezier(0.86,0,0.03,1);}

.section-wrap .section{ position:relative; width:100%; height:100%; background-position:center center; background-repeat:no-repeat;}

.section-wrap .section .title.active .tit{ opacity:1;transform:translateY(-25px);-webkit-transform:translateY(-25px);transition:all 2s cubic-bezier(0.86,0,0.8,1);-webkit-transition:all 2s cubic-bezier(0.86,0,0.8,1);}


.section-wrap .section-1{background:url(../image/screen1.jpg) no-repeat center;background-size:cover;}
.section-wrap .section-2{background:url(../image/screen2.jpg) no-repeat center;background-size:cover;}
.section-wrap .section-3{background:url(../image/screen3.jpg) no-repeat center;background-size:cover;}
.section-wrap .section-4{background:url(../image/screen4.jpg) no-repeat center;background-size:cover;}
.section-wrap .section-5{background:url(../image/screen5.jpg) no-repeat center;background-size:cover;}
.section-wrap .section-6{background:url(../image/screen6.jpg) no-repeat center;background-size:cover;}
.section-wrap .section-7{background:url(../image/screen7.jpg) no-repeat center;background-size:cover;}

.put-section-0{ transform:translateY(0);-webkit-transform:translateY(0);}

.put-section-1{ transform:translateY(-100%);-webkit-transform:translateY(-100%);}

.put-section-2{ transform:translateY(-200%);-webkit-transform:translateY(-200%);}

.put-section-3{ transform:translateY(-300%);-webkit-transform:translateY(-300%);}

.put-section-4{ transform:translateY(-400%);-webkit-transform:translateY(-400%);}

.put-section-5{ transform:translateY(-500%);-webkit-transform:translateY(-500%);}

.put-section-6{ transform:translateY(-600%);-webkit-transform:translateY(-600%);}



.section-btn{ width:14px;position:fixed;right:3%;top:50%;}

.section-btn li{ width:10px;height:10px;cursor:pointer;text-indent:-9999px;border-radius:50%;-webkit-border-radius:50%;margin-bottom:12px; background:#BD362F;text-align:center; color:#fff; onsor:pointer;}

.section-btn li.on{ background:#fff}



.section-7{
    background-color: #535353;
}
.section-7 .foot{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.section-7 .copyright{
    position: absolute;
    width: 100%;
    bottom: 0;
}



.sbnyall1{
    padding: 5% 0 0 0;
    position: relative;
}
.sbnyall1 .sbnyz{
    width: 100%;
    position: relative;
}
.sbnyall1 .sbnyz .img{
    width: 100%;
}
.sbnyall1 .sbnyy{
    width: 100%;
    line-height: 2;
    color: #333333;
    height: 100%;
    overflow-x: auto;
    margin: 2% 0;
}
.sbnyall1 .sbnyy{

}
.sbnyall1 .sbnyy::-webkit-scrollbar
{
    width: 2px;
    height: 2px;
}
.sbnyall1 .sbnyy::-webkit-scrollbar-track
{
    background-color: transparent;
}

.sbnyall1 .sbnyy::-webkit-scrollbar-thumb
{
    background-color: #009cbf;
}
.aboutmk_logo{
    position: absolute;
    width: 26px;
    bottom: 2%;
    left: 48%;
    cursor: pointer;
    animation: rotate 1s linear infinite;
}
@keyframes rotate {
    0%, 100% {transform: scaleX(1);}
    50% {transform: scaleX(1.2);}
}

@keyframes rotate{
    0% {
        transform: translateY(0) ;
    }
    25% {
        transform: translateY(5px);
    }
    50% {
        ransform: translateY(10px) ;
    }
    75% {
        ransform: translateY(5px) ;
    }
    100% {
        transform: translateY(0) ;
    }
}



.sbnyall1 .sbnyy .sys1{
    font-size: 36px;
}
.sbnyall1 .sbnyy .sys1 span{
    font-size: 24px;
    margin: 0 0 0 10%;
    text-transform: uppercase;
}
.sbnyall1 .sbnyy .sys2{

}


.sbnytit{
    text-align: center;
    margin: 0 0 4% 0;
}
.sbnybs{
    color: #ffffff;
}
.sbnyhs{
    color: #333333;
}
.sbnyls{
    color: #009cbf;
}
.sbnytit .nr_en{
    font-size: 14px;
    padding: 1.5% 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cccccc;
    background: url("../image/line.png") top no-repeat;
}
.sbnytit .nr_cn{
    font-size: 36px;
    letter-spacing: 5px;
    padding-bottom: 1%;
}

.sbnyall2{
    padding: 5% 0 0 0;
}


.sbwy1{
    margin:0 auto;
    width: 33.3%;
    padding: 0 2.38%;
    /*margin: 0 30px 0 30px;*/
    position: relative;
}
.sbwy2{
    float: left;
    margin: 0 50px 0 50px;
    position: relative;
}



.sbwy1_ulall .slick-arrow{
    position: absolute;
    bottom: -50%;
    width: 3%;
    text-align: center;
    z-index: 9;
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #009cbf;
    color: #ffffff;
    font-size: 0;
}
.sbwy1_ulall .slick-prev:after{
    position: absolute;
    content: '«';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #ffffff;
    transition:all 0.3s;
    cursor: pointer;
}
.sbwy1_ulall .slick-prev{
    left: 43%;
}
.sbwy1_ulall .slick-next{
    right: 43%;
}
.sbwy1_ulall .slick-next:after{
    position: absolute;
    content: '»';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #ffffff;
    transition:all 0.3s;
    cursor: pointer;
}
.sbwy1_ulall .slick-arrow:hover:after{
    background-color: #009cbf;
    color: #ffffff;
}

.sbwy2_ulall .slick-arrow{
    position: absolute;
    bottom: -50%;
    width: 3%;
    text-align: center;
    z-index: 9;
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #009cbf;
    color: #ffffff;
    font-size: 0;
}
.sbwy2_ulall .slick-prev:after{
    position: absolute;
    content: '«';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #ffffff;
    transition:all 0.3s;
    cursor: pointer;
}
.sbwy2_ulall .slick-prev{
    left: 43%;
}
.sbwy2_ulall .slick-next{
    right: 43%;
}
.sbwy2_ulall .slick-next:after{
    position: absolute;
    content: '»';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #ffffff;
    transition:all 0.3s;
    cursor: pointer;
}


.sbwy_events{
    line-height: 2;
    color: #ffffff;
    max-height: 360px;
    overflow-x: auto;
}

.sbwy_events::-webkit-scrollbar
{
    width: 2px;
    height: 2px;
}
.sbwy_events::-webkit-scrollbar-track
{
    background-color: transparent;
}
.sbwy_events::-webkit-scrollbar-thumb
{
    background-color: #009cbf;
}

.sbwy_structure{
    padding: 0 3%;
}
.sbwy_culture{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5%;
}

.sbwy_culture0{
    position: absolute;
    width: 35%;
    display: flex;
    height: 100%;
}
.sbwy_culture0 ul{
    width: 100%;
}
.sbwy_culture1{
    position: absolute;
    width: 35%;
    display: flex;
    height: 100%;
    left: 35%;
}
.sbwy_culture1 ul{
    width: 100%;
}
.sbwy_culture1 ul li{
    width: 100%;
    height: 50%;
    border: 1px solid #ddd;
    padding: 6% 10%;
    border-right: none;
}
.sbwy_culture0 ul li{
    width: 100%;
    height: 50%;
    border: 1px solid #ddd;
    padding: 6% 10%;
    border-right: none;
}
.sbwy_culture0 ul li:nth-of-type(-n+2){
    border-bottom: none;
}
.sbwy_culture0 ul li .tit{
    padding-bottom: 2%;
}
.sbwy_culture0 ul li .desc{
    line-height: 1.5;
}
.sbwy_culture1 ul li:nth-of-type(-n+2){
    border-bottom: none;
}
.sbwy_culture1 ul li .tit{
    padding-bottom: 2%;
}
.sbwy_culture1 ul li .desc{
    line-height: 1.5;
}
.sbwy_culture2{
    width: 30%;
    float: right;
}








/*gywm-g*/









.head_menu ul .CAli:hover .nav-sub{
    display: block;
}
.nav-sub{
    display: none;
    position: absolute;
    top: 90%;
    left: 50%;
    width: 170px;
    padding: 10px 0;
    z-index: 100;
    margin-left: -85px;
}
.nav-sub:after{
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-bottom: 10px #009CBF solid;
    border-right: 10px transparent dashed;
}
.nav-sub > dd{
    position: relative;
    background-color: #fff;
    border-top:1px solid #009CBF;
}
.nav-sub > dd:nth-of-type(n+2){
    border-top-color: #ddd;;
}
.nav-sub > dd > a{
    display: block;
    padding: 0 10px;
    /*height: 40px;*/
    line-height: 2.5;
    color: #009CBF;
    text-align: center;
    text-indent: 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav-sub > dd:hover > a{
    text-indent: 1em;
}
.nav-sub > dd:hover .nav-sub2{
    display: block;
}

.dropdown-menu{
    position: absolute;
    width: 100%;
    display: none;
    z-index: 999;
    border-radius: 1px;
    top: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    overflow: hidden;
}

.xlYiall{
    padding: 35px 3% 35px 0;
}
.xlYiall:before{
    content: "";
    height: 1px;
    width: 100%;
    background-color: #999999;
}
.xlYiall .xlYils{
    float: right;
    color: #eeeeee;
}
.xlYiall .xlYils .xlYia{
    margin: 0 0 0 40px;
    display: inline-block;
}

.xlYicpall{
    padding: 30px 0 30px 0;
    position: relative;
}
.xlYicpall:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #777777;
    top: 70px;
}
.cpxlals{
    width: 10%;
    float: left;
    text-align: center;
    transition:all 0.3s;
}
.cpxlals .cpxlCA{
    margin-bottom: 40px;
    color: #eeeeee;
    transition:all 0.3s;
}
.cpxlals .cpxlCB{
    line-height: 2;
    color: #eeeeee;
}
.cpxlals .cpxlCA:hover,.cpxlals .cpxlCB:hover{
    color: #009cbf;
}




.popup_menu{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #272a2e url(../image/popup.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 99999;
    display: none;
}

.wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.p_s_clo {
    cursor: pointer;
}

.bbb_close {
    text-align: right;
    margin-top: 2.5vw;
    cursor: pointer;
}

.bbb_input {
    border-bottom: 1px solid #686a6d;
    margin-top: 0;

}
.popup_menu .rmgjc{
    width: 100%;
    color: #999999;
    margin: 2% 0 0 0;
    letter-spacing: 1px;
}
.bbb_input input {
    background: none;
    border: 0;
    height: 40px;
}
.bbb_input .text {
    width: 90%;
    padding-left: 20px;
    color: #eeeeee;
}
.bbb_input .sub {
    width: 40px;
    background: url(../image/popup_search.png) no-repeat center;
    text-indent: -99999px;
}

.bbb_nav {
    margin-top: 3%;
}
.bbb_nav dl{
    float: left;
    width: 14.285%;
    letter-spacing: 1px;
}
.bbb_nav dl dt {
    position: relative;
    margin-bottom: 5%
}
.bbb_nav dl dt a {
    font-size: 18px;
    color: #fff;
}
.bbb_nav dl dd {
    margin-bottom: 5%;
    position: relative;
    font-size: 16px;
}
.bbb_nav dl dd a {
    color: #999999;
}

.bbb_img {
    margin-top: 50px;
}

.bbb_img li {
    float: left;
    margin-right: 2.75%;
    position: relative;
    width: 31.5%;
    text-align: center;
}
.bbb_img li:nth-of-type(3n) {
    margin-right: 0;
}

.bbb_img li p {
    font-size: 16px;
    line-height: 2.5;
    color: #eeeeee;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.do-gotop{
    width: 0 !important;
}
.QQ{ position:fixed; right:20px; top:40%; cursor:pointer;z-index: 999;}
.qq1{position:fixed;  top:-193px;position:relative; display:none; right:225px; }
.qq1 img{ position:absolute; top:-193px; left:0; }
.qq1 p{
    display: block;
    float: left;
    width: 35px;
    height: 30px;
    position: absolute;
    z-index: 999;
    margin-top: -180px;
    margin-left: 145px;
}
.qq1 ul{
    position: absolute;
    padding-top: 10px;
    left: 110px;
    width: 75px;
    height: 225px;
    top: -81px;
}
.qq1 ul li{
    width: 100%;
    height: 20px;
    margin: 8px 0 0 0;
}
.qq1 ul li a{ display:block;width:100%;height:100%; }
.toptel{
    display: inline-block;
}









































