/* 公共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: #2670b1;
}
/*xlt-g*/
/*----------------------*/

.pub_banner{
    display: block;
    /*padding-top: 5.5vw;*/
    min-height: 200px;
    background-color: #333333;
}
.mi_pub_banner{
    display: none;
    margin-top: 18vw;
}
.fsdb50{
    font-size: 50px;
}
.fsdb36{
    font-size: 36px;
}
.fsdb30{
    font-size: 30px;
}
.fsdb28{
    font-size: 28px;
}
.fsdb26{
    font-size: 26px;
}
.fsdb24{
    font-size: 24px;
}
.fsdb22{
    font-size: 22px;
}
.fsdb20{
    font-size: 20px;
}
.fsdb18{
    font-size: 18px;
}
.fsdb16{
    font-size: 16px;
}
.fsdb14{
    font-size: 14px;
}
.fsdb12{
    font-size: 12px;
}
.bggray{
    background-color: #f0f0f0 !important;
}

.syflex{
    position: absolute;
    z-index: 9999;
}
.img-center {
    text-align: center;
    font-size: 0;
    overflow: hidden;
}
.img-center img {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.head {
    width: 100%;
    transition: all 0.5s;
    /*padding: 0 3%;*/
    background-color: #ffffff;
    position: relative;
    z-index: 9;
}
/*.head:after{
    position: absolute;
    width: 3.5%;
    height: 100%;
    background-color: #2670b1;
    left: 0;
    top: 0;
}*/

.head_logo{
    float: left;
    width: 23.75%;
    padding-top: 1%;
}
.head .logo {
    float: left;
    font-size: 0;
    /*line-height: 80px;*/
    text-align: left;
    padding: 17px 0;
}
.logo2 {
    width: 100%;
    float: left;
}
.head .text {
    float: left;
    margin: 3px 0 7px 30px;
    padding: 20px 0 20px 30px;
    background: url("../image/border.png") no-repeat left;
    font-family: "思源黑体 CN Medium";
}
.head .text em{
    font-style: normal;
    font-family: "思源黑体 CN Medium";
}
.head .ewm {
    float: right;
    margin-top:10px;
}
.head .ewm .ewm_img{
    display: table;
    margin: 0 auto;
    border: 1px solid #ddd;
}
.head .ewm p{
    line-height: 1.8;
}
.head .tel {
    font-family: "思源黑体 CN Medium";
    float: right;
    background: url(../image/tel.png) no-repeat 0 center;
    padding-left: 82px;
    margin-top: 30px;
    margin-right: 70px;
    height: 56px;
    line-height: 1.7;
}
.head .tel em{
    letter-spacing: 1px;
    font-style: normal;
    font-size: 1.3em;
}

.head .text strong {
    font-weight: bolder;
    font-family: "思源黑体 CN Bold";
    display: block;
    letter-spacing: 1px;
    padding-bottom: 21px;
}

.head .nav {
    font-size: 0;
    border-top: 2px solid #2670b1;
    border-image: linear-gradient(to right,#2670b1,#35cb88) 35% 20%;
    background: linear-gradient(bottom, #fff, #fff);
    color: #333333;
}
.head .nav ul{
    /*overflow: hidden;*/
    padding:0 25px;
}
.head .nav li {
    display: inline-block;
    vertical-align: middle;
    /*background: url(../image/su.png) no-repeat right center;*/
    padding: 0 2%;
    position: relative;
}
.head .nav li:last-child {
    background: none;
}
.head .nav li a {
    border-radius: 50px;
    /*display: block;*/
    line-height: 70px;
    padding: 8px 35px;
}
.head .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}
.head .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}
.head .nav li.dropdown {
    position: relative;
}
.head .nav li.dropdown:before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 15px;
}
.head .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
}
.head .nav .dropdown-box p {
    margin: 0;
}
.head .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.head .nav .dropdown-box a:hover {
    background-color: #1b1b1b !important;
}
.head .nav li.active a, .head .nav li.open a, .head .nav li a:hover {
    color: #2670b1;
    /*background-color: #2670b1;*/
}
.head .nav li.open .dropdown-box {
    display: block;
}


.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;
}
.head_menu .CAli:before{
    content: "";
    position: absolute;
    width: 112%;
    height: 0;
    bottom: 0;
    right: -6%;
    background-color: #2670b1;
    transition: all 0.3s;
}
.head_menu .CAli:hover .CAa{
    color: #2670b1;
}
.head_menu .CAli:hover:before{
    /*height: 3px;*/
}
.head_menu .on{
    color: #2670b1;
}
.head_menu .on .CAa{
    color: #2670b1!important;
}
.search_box{
    margin-top: -45px;
}
.search_box .s_lt{
    float: left;
    width: 50%;
    background-color: #2670b1;
    color: white;
    line-height: 2;
    padding: .5% 0 .5% 10%;
}
.search_box .s_lt .sdec{
    padding-left: 26%;
}
.search_box .s_rt{
    float: left;
    width: 50%;
}
.search_box .s_rt .hotline{
    text-align: right;
    width: 80%;
    height: 55px;
    color: #2670b1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search_box .s_rt .hotline span{
    margin-left: 20px;
}
.search_box .s_rt .hotline em{
    font-style: normal;
    letter-spacing: 1px;
}
.search_box .s_rt .search-icon{
    outline: none;
    border: none;
}
.search_box .s_rt .search-input input{
    background-color: #707070;
    color: white;
    width: 93%;
    text-indent: 1em;
}
.search_box .s_rt .search-input input::-webkit-input-placeholder{
    color: white;
}
.search_box .s_rt .search-input{
    background-color: #707070;
    color: white;
    width: 80%;
    height: 45px;
    display: flex;
    align-items: center;
}
.sy_search_nav .banner_search .search_box {
    display: none;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    transition: all .5s;
    border: 1px solid #2670b1;
    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: #2670b1;
    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: 3% 5%;
    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: #2670b1;
}

.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: #2670b1 !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: #2670b1 !important;
    transform: rotate(90deg);
    border-left: 2vw solid #2670b1;
}
.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: #2670b1;
}
.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:  #2670b1;
}
/*.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:  #2670b1!important;
}






/*.foot{
    background-color: #2a2a2a;
    position: relative;
    padding: 3% 0;
    overflow: hidden;
    border-top: 10px solid #2670b1;
}

.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){
}
.foot_list:nth-of-type(4){
    width: 30%;
}
.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: 90%;
}
.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;
}*/
.foot-link{
    position: relative;
    background-color: #333333;
    color: white;
    line-height: 3.5;
}
.foot-link ul li{
    float: left;
    width: 16.66%;
    text-align: center;
}
.foot{
    position: relative;
    background-color: #1B1B1B;
    padding: 3% 0;
    font-family: "思源黑体 CN Regular";
}
.foot_logo{
    float: left;
    width: 17%;
    margin-top: 7.5%;
}
.foot_link{
    width: 25%;
    float: left;
    margin-left: 8%;
}
.foot_link .foot_title{
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    /*font-size: 24px;*/
    color: #ffffff;
    /*background: url(../image/foot_link.png)no-repeat left;*/
    padding-left: 20%;
    padding-bottom: 15%;
    margin-bottom: 5%;
    position: relative;
}
.foot_title:after{
    position: absolute;
    content: '';
    left: 20%;
    bottom: 0;
    width: 12%;
    height: 1px;
    background-color: white;
}
.foot_title .ften{
    color: #ffffff;
    /*font-size: 18px;*/
    padding-left: 20px;
    letter-spacing: 1px;
}
.foot_link .foot_title .ften{
    padding-left: 50px;
}
.foot_list{
    width: 100%;
    padding-left: 20%;
}
.fw50{
    width: 45%;
}
.fw100{
    width: 100%;
}
.foot_list li{
    float: left;
    color: #cccccc;
    /*height: 30px;*/
    line-height: 2.5;
    overflow: hidden;
}
.foot_contact{
    width: 25%;
    float: left;
}
.foot_contact .foot_title{
    height: 35px;
    line-height: 35px;
    /*font-size: 24px;*/
    color: #ffffff;
    /*background: url(../image/foot_contact.png)no-repeat left;*/
    padding-left: 20%;
    padding-bottom: 15%;
    margin-bottom: 5%;
    position: relative;
}
.foot_contact ul li:nth-of-type(n+2){
    text-indent: 1.5em;
}
.foot_contact ul li:nth-of-type(2){
    background: url("../image/addr.png") no-repeat left;
}
.foot_contact ul li:nth-of-type(3){
    background: url("../image/telft.png") no-repeat left;
}
.foot_contact ul li:nth-of-type(4){
    background: url("../image/mail.png") no-repeat left;
}
.foot_contact ul li:nth-of-type(5){
    background: url("../image/dyin.png") no-repeat left;
}
.foot_follwous{
    width: 25%;
    float: left;
}
.foot_follwous .foot_title{
    height: 35px;
    line-height: 35px;
    /*font-size: 24px;*/
    color: #ffffff;
    background: url(../image/foot_follwous.png)no-repeat left;
    padding-left: 20%;
    margin-bottom: 10%;
}
.foot_ewm{
    /*width: 50%;*/
    padding: 13% 10% 0 50%;
}
.foot_ewm p{
    color: white;
    line-height: 2.2;
    text-align: center;
}
.copyright{
    font-family: "思源黑体 CN Regular";
    background-color: #1B1B1B;
    color: #ffffff;
    text-align: center;
    padding: 1.5% 0;
    font-size: 14px;
    border-top: 1px solid #333333;
}




.bottom-fix{
    background-color: #2670b1;
    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: #2670b1;
    margin-right: 5%;
    cursor: pointer;
    height: 40px;
    width: 25%;
}
.foot .ftbd .sb1{
    float: left;
    background-color: #2670b1;
    width: 40%;
    height: 40px;
    text-align: center;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
}



.sy_title_all{
    background: url("../image/pubttbj.png") no-repeat center;
    height: 120px;
    position: relative;
    margin: 2% 0 3%;
    width: 100%;
    text-align: center;
}
.sy_title_all .pubttp1{
    color: #111;
    margin-bottom: 50px;
    letter-spacing: 1px;
    font-family: "思源黑体 CN Medium";
}
.sy_title_all .pubttp1 .cs{
    color: #2670b1;
}
.sy_title_all .pubttp2{
    color: #111;
    letter-spacing: 1px;
}
.sy_title_all .dca{
    text-align: center;
    font-size: 30px;
    color: #2670b1;
    font-weight: bold;
    letter-spacing: 2px;
    /*float: left;*/
}
.sy_title_all .dca .hs{
    color: #333333;
    margin: 0 0 0 10px;
}
.sy_title_all .dcb{
    float: right;
    background-color: #2670b1;
    color: #ffffff;
    margin: 0.6% 0 0 0;
    padding: 0.2% 1%;
    letter-spacing: 2px;
    border-radius: 3px;
}



.sycore{
    padding: 3% 0 0;
}

.ProCa{
    margin: 0 0 3% 0;
}
.ProCa ul li{
    float: left;
    color: #333333;
    margin: 0 0 0 0;
    padding: 2px 50px;
    line-height: 2;
    letter-spacing: 2px;
    border-radius: 3px;
    position: relative;
}
.ProCa ul li:before{
    content: '';
    transition-duration: .5s;
    position: absolute;
    bottom: 22%;
    width: 1px;
    /*left: 50%;*/
    right: 0;
    height: 50%;
    /*transform: translateX(-50%);*/
    background-color: #d2d2d2;
}
.ProCa ul li:last-child::before{
    display: none;
}
.ProCa ul .on{
    color: #2670b1;
}
.ProCa ul .on:before{
    /*width: 80%;*/
}
.ProCa .ProMore{
    line-height: 2.8;
    float: right;
    letter-spacing: 2px;
}
.ProCa .ProMore a{
    border-left: 3px solid #2670b1;
    padding-left: 15px;
}
.prolf50{
    float: left;
    width: 49.1%;
}

.prolf50 .probig{
    position: relative;
}
.prolf50 .probig .probimg{
    overflow: hidden;
}
.prolf50 .probig:hover img{
    transform: scale(1.1);
}
.prolf50 .probig .probimg::after{
    content: '';
    position: absolute;
    right: -3.5%;
    top: 20%;
    width: 6%;
    height: 4px;
    background-color: #2670b1;
}
.prolf50 .probig .pbtit{
    padding-top: 1.1%;
    line-height: 2;
}
.prolf50 .probig .pbdec{
    line-height: 2;
    color: #bbbbbb;
    /*padding-bottom: 2%;*/
}
.prolf50 .probig .pbdec::after{
    content: '';
    position: absolute;
    width: 8%;
    height: 6px;
    bottom: -10px;
    left: 0;
    background-color: #2670b1;
}
.prorf50{
    float: right;
    width: 50.9%;
    padding: 0 0 0 2.5%;
}
.prorf50 .procatename{
    font-weight: bold;
}
.prorf50 .procatename .cate-zh{

}
.prorf50 .procatename .cate-en{
    line-height: 3;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: 10px;
}
.prorf50 .prosmallCon{
    margin-top: 4%;
}
.prorf50 .prosmallCon .proitem{
    float: left;
    width: 47.5%;
    margin: 0 5% 5% 0;
    position: relative;
}
.prorf50 .prosmallCon .proitem .prosimg img{
    /*transform: translateY(-10%);*/
    max-height: 14.5vw;
}
.prorf50 .prosmallCon .proitem .prosimg{
    overflow: hidden;
    /*margin-bottom: -10%;*/
}
.prorf50 .prosmallCon .proitem:hover img{
    transform: scale(1.1);
}
.prorf50 .prosmallCon .proitem:hover .pdetail{
    transform: scaleY(1);
    box-shadow: 0 15px 40px 0 rgb(63 56 54 / 20%);
}
.prorf50 .prosmallCon .pdetail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    line-height: 2;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    transform: scaleY(0);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}
.prorf50 .prosmallCon .pdetail .brand div{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 25%;
    display: table;
    margin: 0 auto;
}


.prorf50 .prosmallCon .proitem:nth-of-type(2n){
    margin: 0 0 5% 0;
}
.prorf50 .prosmallCon .proitem:nth-of-type(n+3){
    margin-bottom: 0;
}



.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;
    border: 1px solid #ddd;
}
.sycore_item .sys2{
    width: 100%;
    overflow: hidden;
    padding: 0 20% 0 0;
    border-bottom: 1px solid #333333;
    position: relative;
    transition: all 0.5s;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
}
.sycore_item .desc{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../image/shade.png") no-repeat center 0;
    background-size: contain;
    /*background: rgba(0, 0,0,.5);
    opacity: 0;*/
    transform: translateY(-100%);
    transition: .8s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition:.8s;
    -o-transition: .5s;
}
.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{
    border: none;
}
.sycore_item:hover .sys1 img{
    transform: scale(1.05);
}
.sycore_item:hover .sys2{
    color: #ffffff;
    border: none;
}
.sycore_item:hover .desc p{
    /*left: 50%;*/
    /*transform: scale(1);*/
}
.sycore_item:hover .desc{
    transform: translateY(0);
}
.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: #2670b1;
    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;
}
@keyframes pusher {
    33% {
        transform: scale(.7)
    }

    66% {
        transform: scale(1)
    }

    100% {
        transform: scale(.7)
    }
}


.adv{
    padding: 6% 0 0;
    position: relative;
    overflow: hidden;
}
.adv .advtit{
    text-align: center;
    line-height: 2;
}

.adv .advtit .tit_en{
    text-transform: uppercase;
    color: #cccccc;
}
.adv .advtit .tit_desc{
    letter-spacing: 12px;
    padding-bottom: 1%;
    position: relative;
}
.adv .advtit .tit_desc:after{
    position: absolute;
    content: '';
    width: 2%;
    height: 4px;
    left: 48.7%;
    right: auto;
    bottom: 0;
    background-color: #2670b1;
}
.adv .advCon{
    padding: 4% 0;
}
.adv .advCon ul li{
    float: left;
    width: 16.66%;
    text-align: center;
    display: grid;
    justify-content: center;
    justify-items: center;
}
.adv .advCon .ys_tit{
    line-height: 5;
}
.adv .adv-pattern{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.adv .pattern-dot{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    animation: pusher linear infinite 10s;
}
.adv .advCon ul li .ysicon{
    height: 154px;
    width: 154px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.adv .advCon ul li:first-of-type .ysicon{
    background:url("../image/adv1.png") no-repeat center;
}
.adv .advCon ul li:first-of-type:hover .ysicon{
    background:url("../image/adv1_.png") no-repeat center;
    background-color: #2670b1;
}
.adv .advCon ul li:nth-of-type(2) .ysicon{
    background:url("../image/adv2.png") no-repeat center;
}
.adv .advCon ul li:nth-of-type(2):hover .ysicon{
    background:url("../image/adv2_.png") no-repeat center;
    background-color: #2670b1;
}
.adv .advCon ul li:nth-of-type(3) .ysicon{
    background:url("../image/adv3.png") no-repeat center;
}
.adv .advCon ul li:nth-of-type(3):hover .ysicon{
    background:url("../image/adv3_.png") no-repeat center;
    background-color: #2670b1;
}
.adv .advCon ul li:nth-of-type(4) .ysicon{
    background:url("../image/adv4.png") no-repeat center;
}
.adv .advCon ul li:nth-of-type(4):hover .ysicon{
    background:url("../image/adv4_.png") no-repeat center;
    background-color: #2670b1;
}
.adv .advCon ul li:nth-of-type(5) .ysicon{
    background:url("../image/adv5.png") no-repeat center;
}
.adv .advCon ul li:nth-of-type(5):hover .ysicon{
    background:url("../image/adv5_.png") no-repeat center;
    background-color: #2670b1;
}
.adv .advCon ul li:last-of-type .ysicon{
    background:url("../image/adv6.png") no-repeat center;
}
.adv .advCon ul li:last-of-type:hover .ysicon{
    background:url("../image/adv6_.png") no-repeat center;
    background-color: #2670b1;
}
.adv2{
    background: url("../image/adv_bg.png") no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.adv2 .adv2_tit{
    position: relative;
    display: flex;
    align-items: center;
    padding: 2% 0;
}
.adv2 .adv2_tit .tit2box-lf{
    width: 29%;
    float: left;
}
.adv2 .adv2_tit .tit2box-rf{
    width: 71%;
    float: left;
}
.adv2 .online_zx{
    float: left;
    width: 50%;
}
.adv2 .online_zx .kficon{
    display: block;
}
.adv2 .online_zx img{
    margin-right: 15px
}
.adv2 .online_zx a{
    background-color: #2670b1;
    display: inline-flex;
    align-items: center;
    padding: 1% 3%;
    color: white;
    border-radius: 30px;
}
.adv2 .advtit_en{
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 19%;
    text-transform: uppercase;
}
.adv2 .advtit_en span{
    position: relative;
}
.adv2 .advtit_en span:after{
    content: '';
    position: absolute;
    width: 25%;
    height: 10px;
    top: 35%;
    right: -35%;
    background-color: #2670b1;
}
.adv2 .adv2_list{
    position: relative;
}
.adv2 .adv2_list .adv2_lf{
    width: 29%;
    float: left;
}
.adv2 .adv2_list .adv2_rf{
    width: 71%;
    float: right;
    background-color: #2670b1;
    color: white;
    padding: 2% 8% 2% 10%;
}
.adv2_rf .adv2rf_top .top2-tp{
    display: flex;
    transition: all .5s;
}
.adv2_rf .adv2rf_top{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5%;
    border-bottom: 1px solid #fff;
}
.adv2_rf .adv2rf_top .top2-lf{
    width: 50%;
    float: left;
    color: white;
    position: relative;
    transition: all .5s;
}
.adv2_rf .adv2rf_top .top2-lf:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 42%;
    left: 0;
    bottom: 0;
    background-color: #cccccc;
}
.adv2_rf .adv2rf_top .top2-lf .t2_num{
    font-size: 65px;
    padding-bottom: 5%;
}
.adv2_rf .adv2rf_top .top2-lf .t2_tit{

}
.adv2_rf .adv2rf_top .top2-rf{
    width: 50%;
    float: left;
    transition: all .5s;
}
.adv2_rf .adv2rf_top .top2-btm{
    position: relative;
    width: 100%;
    float: left;
    line-height: 2;
    margin-top: 2%;
}
.adv2_rf .adv2rf_bottom{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 5%;
}
.adv2_rf .adv2rf_bottom .bottom2-tp{
    display: flex;
}
.adv2_rf .adv2rf_bottom .bottom2-lf{
    width: 50%;
    float: left;
    position: relative;

}
.adv2_rf .adv2rf_bottom .bottom2-rf{
    width: 50%;
    float: left;
    position: relative;
    color: white;
}
.adv2_rf .adv2rf_bottom .bottom2-rf .b2_num{
    font-size: 65px;
    padding-bottom: 5%;
    text-align: right;
}
.adv2_rf .adv2rf_bottom .bottom2-rf:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 42%;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
}
.adv2_rf .adv2rf_bottom .bottom2-rf .b2_tit{
    text-align: right;
}
.adv2_rf .adv2rf_bottom .bottom2-btm{
    position: relative;
    width: 100%;
    float: left;
    line-height: 2;
    margin-top: 2%;
}
.adv2_c{
    position: relative;
}
.adv2_rf .bd .slick-arrow{
    position: absolute;
    content: '';
    bottom: 0;
    z-index: 9;
    /*font-size: 0;*/

}
.adv2-btn{
    position: relative;
    width: 100%;
    font-size: 30px;
    line-height: 2;
}
.adv2-btn .adv2btn-lf{
    width: 29%;
    float: left;
    text-align: right;
    padding-right: 1%;
    color: #2670b1;
}
.adv2-btn .adv2btn-rf{
    width: 71%;
    float: left;
    color: white;
    padding-left: 1%;
    background-color: #2670b1;
}
/* 案例 S*/
.yy_case {
    position: relative;
    overflow: hidden;
    padding: 5% 0;
}
.yy_case:before{
    position: absolute;
    content: '';
    left: 0;
    top: 9%;
    width: 8%;
    height: 1px;
    background-color: #2670b1;
}
.yy_case .case-con{
    overflow: hidden;
}
.yy_case .yycase-top{
    position: relative;
    padding-bottom: 3%;
}
.yy_case .yycase-top .ycaself{
    width:57%;
    float: left;
    margin-right: 3%;
}
.yy_case .yycase-top .ycaself .ycasetp .ycase-tit{
    padding-bottom: 7%;
    /*text-indent: 1em;*/
}
.yy_case .yycase-top .ycaself .ycasetp .ycase-en{
    line-height: 1.6;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
}
.yy_case .yycase-top .ycaself .ycasetp{
    margin-bottom: 23.2%;
    position: relative;
}
.yy_case .yycase-top .ycaself .ycasetp .ytplf-tit{
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
}
.yy_case .yycase-top .ycaself .ycasebt{
    overflow: hidden;
    position: relative;
}
.yy_case .yycase-top .ycaself .ycasebt .caself-img, .yy_case .yycase-top .ycaserf .caserf-img{
    overflow: hidden;
    transition: all 1s;
}
.yy_case .yycase-top .ycaself .ycasebt .caself-tit, .yy_case .yycase-top .ycaserf .caserf-tit{
    position: absolute;
    right: 5%;
    bottom: 12%;
    width: 90%;
    text-align: right;
    color: white;
    line-height: 2;
}
.yy_case .yycase-top .ycaserf .caserf-tit{
    bottom: 8%;
}
.yy_case .yycase-top .ycaself .ycasebt .shade-img{
    padding: 4.3% 0;
}
.yy_case .yycase-top .ycaself .ycasebt .shade-a{
    padding: .9% 1.6%;
}
.yy_case .yycase-top .ycaself .ycasetp  .ycase-en p:nth-of-type(2){
    /*text-indent: 3.7em;*/
}
.yy_case .yycase-top .ycaserf{
    width:40%;
    float: left;
    overflow: hidden;
    position: relative;
}
.yy_case .yycase-top .ycaserf .shade-img{
    margin-top: 27%;
    padding: 6.1% 0;
}
.yy_case .yycase-top .ycaserf .shade-tit{
    line-height: 5;
}

.yy_case .yycase-bottom{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.yy_case .yycase-bottom ul li{
    width: 31.3%;
    float: left;
    margin-right: 3%;
}
.yy_case .yycase-bottom ul li:nth-of-type(n+4){
    margin-top: 3%;
}
.yy_case .yycase-bottom ul li:nth-of-type(3n){
    margin-right: 0;
}
.yy_case .yycase-bottom .ybt-box{
    overflow: hidden;
    position: relative;
}
.yy_case .yycase-bottom .ybt-box .ybt-tit{
    position: absolute;
    left: 5%;
    bottom: 40%;
    width: 90%;
    line-height: 2;
    color: white;
    transition: all .5s ease-out 0s;
}
.yy_case .yycase-bottom .ybt-box .ybt-img{
    overflow: hidden;
    transition: all .8s;
}
.yy_case .c-shade{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    color: white;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    transform: translateY(100%);
    webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.yy_case .c-shade a:nth-of-type(1){

}
.yy_case .c-shade a{
    overflow: hidden;
    display: block;
}
.yy_case .c-shade .shade-img{
    margin-top: 15%;
    background: url("../image/c-icon.png") no-repeat center;
    padding: 7.8% 0;
    background-size: contain;
}
.yy_case .c-shade .shade-tit{
    line-height: 3;
}
.yy_case .c-shade .shade-detail .shade-a{
    padding: 1.5% 2%;
    background-color: #2670b1;
    border-radius: 15px;
    display: inline-block;
}
.yy_case .yycase-bottom .ybt-box:before{

}
.yy_case .yycase-bottom .ybt-box:hover .ybt-img,.yy_case .yycase-top .ycaself .ycasebt:hover .caself-img,.yy_case .yycase-top .ycaserf:hover .caserf-img{
    transform: scale(1.1);
    transition: all .8s;
}
.yy_case .yycase-bottom .ybt-box:hover .c-shade,.yy_case .yycase-top .ycaself .ycasebt:hover .c-shade,.yy_case .yycase-top .ycaserf:hover .c-shade{
    transition-duration:.5s;
    transform: translateY(0);
    box-shadow: 0 15px 40px 0 rgb(63 56 54 / 20%);
}
.yy_case .yycase-bottom .ybt-box:hover .ybt-tit,.yy_case .yycase-top .ycaself .ycasebt:hover .caself-tit,.yy_case .yycase-top .ycaserf:hover .caserf-tit{
    display: none;
}
.yy_case .yycase-bottom .ybt-box .ybt-tit p:nth-of-type(1){

}








/* 案例 E*/




.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: #2670b1;
    display:inline-block;
    padding: 0 2%;
}
.four_ys .fys2{
    font-size: 36px;
    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{
    margin: 1.5% 0;
    font-size: 24px;
    padding-left: 85px;
    background: url("../image/tel_bs.png") no-repeat left 0;
}




.Quality_service{
    padding: 3% 0;
    overflow: hidden;
}

.QS_title{
    position: relative;
    text-align: center;
    line-height: 1.5;
    padding: 0 0 2% 0;
}
.QS_title .sys0{
    color: #f0efef;
    z-index: 0;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
.QS_title .sys1{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 2px;
    margin-top: -50px;
    z-index: 9;
}
.QS_title .sys2 .cs{
    color: #2670b1;
    background: url("../image/lang.png") no-repeat right center;
    padding-right: 77px;
}
.QS_title .sys2{
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    text-indent: 130px;
    letter-spacing: 2px;
}

.QS_list{
    /*padding: 0 3.5%;*/
}

.QS_item{
    width: 100%;
    float: left;
    margin: 0 0 2%;
    line-height: 2;
}
.QS_item:nth-of-type(2n-1){
    background: url("../image/bz1.jpg") no-repeat center 0;
    background-size: 100% 100%;
}
.QS_item:nth-of-type(2n){
    background: url("../image/bz2.jpg") no-repeat center 0;
    background-size: 100% 100%;
}
.QS_item:nth-child(3n){
    /*margin: 0 0 0 0;*/
}
.QS_item .si1{
    width: 45%;
    float: left;
    padding: 2%;
    overflow: hidden;
}
.QS_item .si2{
    float: left;
    width: 55%;
}
.QS_item .si2 .si2_cot{

}
.QS_item:nth-of-type(2n-1) .si2{
    padding-left: 1%;
}
.QS_item:nth-of-type(2n) .si2{
    padding-left: 4%;
}
.QS_item:nth-of-type(2n) .si2 .si2_2 p{
    padding-right: 8%;
}
.QS_item:last-child .si2 .si2_2 p:nth-of-type(2){
    background-position-y: center;
}

.QS_item .si2 .si2c1{
    padding: 4% 0 0 0;
    font-size: 37px;
    color: #333333;
    letter-spacing: 1px;
}
.QS_item .si2 .si2c2{
    color: #2670b1;
    text-transform: uppercase;
}
.QS_item .si2 .si2_2{
    padding: 2% 0 0;
    color: #333333;
    font-family: "思源黑体 CN Regular";
}
.QS_item .si2 .si2_2 p{
    background: url("../image/dian.png") no-repeat left;
    padding: 0 10% 0 5%;
    text-align: justify;
}
.QS_item .si2 .si2_2 p{
    background-position-y:20% ;
}

.QS_item.on *{
    color: #ffffff!important;
}
.QS_item.on .si2{
    padding: 0 3%;
    background-color: #2670b1;
}
.Partner{
    margin: 2% 0 3%;

}
.Partner .partlist{
    overflow: hidden;
}
.Partner .partlist li{
    float: left;
    overflow: hidden;
    /*border-image: -webkit-linear-gradient(#fff,#a1a1a1) 30 30;
    border-image: -moz-linear-gradient(#ddd,#a1a1a1) 30 30;
    border-image: linear-gradient(#fff,#a1a1a1) 30 30;*/
}
.Partner .partlist .part-box{
    width: 94%;
    border: 1px solid #ccc;
    margin-left: 5%;
    display: inline-block;
}
.Partner .partlist li:hover img{
    /*transform: scale(1.1);*/
}
.Partner .partlist li:nth-of-type(6n){
    /*margin-right: 0;*/
}

.Case{

}
.case_list{
    position: relative;
    overflow: hidden;
    margin: 0 0 2%;
}
.case_ulall{
    position: relative;
}
.case_ulall .slick-prev{
    left: 0;
    top: 40%;
}
.case_ulall .slick-arrow {
    position: absolute;
    z-index: 9;
    padding: 1% 0% 2% 2%;
    font-size: 0;
    border: 0;
    width: 35px;
    height: 55px;
    line-height: 55px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}
.case_ulall .slick-next{
    right: 0;
    top: 40%;
}
.case_ulall .slick-prev:after{
    position: absolute;
    content: '〈 ';
    width: 100%;
    height: 100%;
    right: 20%;
    top: 3%;
    font-size: 22px;
    color: #fff;
    transition:all 0.3s;
    cursor: pointer;
}
.case_ulall .slick-next:after{
    position: absolute;
    content: ' 〉';
    width: 100%;
    height: 100%;
    left: 20%;
    top: 3%;
    font-size: 22px;
    color: #fff;
    transition:all 0.3s;
    cursor: pointer;
}
.case_list ul li{
    float: left;
    width: 16.6666%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.case_list ul li .img{
    position: relative;
}
.case_list ul li .cot{
    position: absolute;
    bottom: 15%;
    text-align: center;
    padding: 0 5%;
    width: 100%;
}
.case_list ul li .cot .tit_cn{
    font-size: 22px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 2%;
}
.case_list ul li .cot .tit_en{
    font-size: 14px;
    color: #ffffff;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5%;
}
.case_list ul li .cot .arrow{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/case_arrow.png)no-repeat center;
}
.case_list ul li:hover .img img{
    transform: scale(1.1);
}

.case_list .switch_arrow_left{
    position: absolute;
    left: 0;
    top: 40%;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    z-index: 9;
    padding: 1% 1% 1% 0%;
    font-size: 22px;
}
.case_list .switch_arrow_right{
    position: absolute;
    right: 0;
    top: 40%;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    z-index: 9;
    padding: 1% 0% 1% 1%;
    font-size: 22px;
}



.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: 0;
}
.about_sy .about-tit{
    color: white;
    text-align: center;
    line-height: 2;
    padding: 2% 0 1.5%;
    position: relative;
}
.about_sy .about-tit:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 5px;
    height: 8%;
    background-color: white;
}
.about_sy .about-tit .abtit-zh{

}
.about_sy .about-tit .abtit-en{
    text-transform: uppercase;
    font-weight: bold;
}

.about_sy .about_sy_all{
    /*margin: 0 3%;*/
    padding: 3% 2% 2%;
    background-color: #ffffff;
}
.about_sy .about_sy_all .asal{
    width: 52.5%;
    float: left;
}
.about_sy .about_sy_all .asar{
    width: 45.45%;
    float: right;
}
.about_sy .about_sy_all .asal .sys1{
    color: #333333;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 5%;
}
.about_sy .about_sy_all .asal .sys1:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 7%;
    height: 4px;
    background-color: #333333;
}
.about_sy .about_sy_all .asal .sys1 .hs{
    color: #2670b1;
    margin: 0 1% 0 0;
}
.about_sy .about_sy_all .asal .sys2{
    padding-top: 3%;
    line-height: 2.5;
    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: #2670b1;
    font-weight: bold;
    letter-spacing: 2px;

}
.about_sy .about_sy_all .asal .sys4{
    color: #ffffff;
    background-color: #2670b1;
    display: inline-block;
    padding: 0 3%;
    letter-spacing: 2px;
    margin: 0 0 0 70%;
}



.news_sy{
    padding: 0 0 2%;
}
.news_sy .news-tit{
    line-height: 1.5;
    padding-bottom: 1%;
}
.news_sy .news-tit .news-en{
    text-transform: uppercase;
    color: #666666;
}
.news_sy .list-shang{margin-top: 30px;color: #666666;}
/*.news_sy .tit{text-align: center;margin: 20px auto;background: url(../image/xinwen-bg.jpg) no-repeat;background-size: 100% auto;}*/
.news_sy h2{line-height: 50px;padding-top: 10px;}
.news_sy h2 span{color: #fe7806;}
.news_sy .tit-s{color: #908e8a;}
.news_sy .list-shang h4{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.news_sy .list-shang .left{width: 67%;float: left;}
.news_sy .list-shang .left h4{font-weight: unset;color: #333;}
.news_sy .list-shang .left .n_time{line-height: 2;color: #444;}
.news_sy .list-shang .news_tit{border-bottom: 1px solid #ccc;line-height: 2.2;width: 100%;
    float: left;z-index: 0;font-family: "思源黑体 CN Regular";}
.news_sy .list-shang .news_tit ul li{
    float: left;
    padding: 0 10px;
    margin-bottom: 0;
    position: relative;
}
.news_sy .list-shang .left .news_tit ul li:before{
    content: '';
    transition-duration: .5s;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    background-color: #2670b1;
    z-index: 9;
    margin-top: -2px;
}
.news_sy .list-shang .news_tit ul .on{
    color: #2670b1;
}
.news_sy .list-shang .news_tit ul .on:before{
    width: 100% !important;
}
/*.news_sy .list-shang .news_tit ul li:hover{border-bottom: 2px solid #2670b1;z-index: 9;cursor: pointer;margin-top:-2px;}*/
/*.news_sy .list-shang .news_tit ul .on a{color: #2670b1;}*/
.news_sy .list-shang .news_tit .more_r{float: right;}
.news_sy .list-shang .left .left_l .newsimg{
    overflow: hidden;}
.news_sy .list-shang .left .left_l{width: 100%;
    float: left;}
.news_sy .list-shang .left .left_l ul li{width: calc(50% - 20px); float: left;margin-right: 40px;}
.news_sy .list-shang .left .left_l ul li:nth-of-type(2){margin-right: 0;}
.news_sy .list-shang .left .left_l ul li:hover p:nth-of-type(2){background: url("../image/line.png") no-repeat left;transition: all .5s;color: #2670b1;}
.news_sy .list-shang .left .left_l ul li:hover img{
    transform: scale(1.08);
}
.news_sy .list-shang .left .left_l ul li:hover h4{
    color: #2670b1;
}
.left-ll .newstit{
    color: #333333;
    line-height: 2;
    margin: 5% 0;
}
.news_sy .list-shang .con{margin: 5% 0 5% 0;line-height: 2;color: #444444;}
.news_sy .list-shang p:nth-of-type(2){background: url("../image/line_.png") no-repeat left;text-align: right;}
.news_sy .list-shang .left .list-img{width: 100%;height: 100%;}
.news_sy .list-shang a:hover h4{color: #2670b1;}
.news_sy .list-shang .right{width: 29%;float: left;margin-left: 4%;}
.problem{
    float: left;
    width: 100%;
    padding: 5% 0;
    border-bottom: 1px solid #ccc;
}
.problem:hover .tit-r{
    color: #2670b1;
}
.right .problem_tit{
    padding: 0 0 0 0;
    line-height: 2;
    margin-left: -35px;
}
.right .problem_tit .tit-r{
    background: url("../image/q.png") no-repeat left center;
    text-indent: 35px;
}
.right .problem_tit .time-r{
    padding-left: 35px;
    font-family: "思源黑体 CN Regular";
}
.right .problem_con{
    background: url("../image/a.png") no-repeat left top;
    line-height: 2;
    padding-left: 35px;
    margin-left: -35px;
}

.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: #2670b1;
}


.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: #2670b1;
    background-size: 11.5%;
}


.index_about{
    background: url(../image/index_about.jpg)no-repeat top;
    position: relative;
    /*background-size: 100% 100%;*/
    background-size: cover;
}

.index_about .iab_right{
    width: 75%;
    float: right;
}
.index_about .iab_right .iab_tit{
    font-size: 30px;
    color: #2670b1;
    font-weight: bold;
    padding: 10% 0 5%;
}
.index_about .iab_right .iab_cot{
    font-size: 16px;
    color: #333333;
    line-height: 2;
}
.index_about .iab_right .miab_cot{
    display: none;
}
.index_about .iab_right .iab_view{
    text-align: left;
    margin-top: 5%;
}
.index_about .iab_right .iab_view ul li{
    display: inline-block;
    margin-right: 8%;
    margin-bottom: 3%;
    text-align: center;
}
.index_about .iab_right .iab_view ul li:nth-of-type(4){
    margin-right: 0px;
}
.index_about .iab_right .iab_view ul li .sz{
    font-size: 46px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
}
.index_about .iab_right .iab_view ul li span{
    font-size: 46px;
    color: #ffffff;
    display: inline-block;
}
.index_about .iab_right .iab_view ul li .wz{
    font-size: 16px;
    color: #ffffff;
}


.iab_menu2{
    position: absolute;
    width: 25%;
    background-color: #202328;
    height: 100%;
    left: 0;
    top: 0;
    border-top: 15px solid #2670b1;
}
.iab_menu{
    position: relative;
    z-index: 9;
    padding: 5% 0% 3%;
    width: 20%;
    float: left;
    font-family: "思源黑体 CN Regular";
}
.iab_menu .tit_cn{
    font-size: 36px;
    color: #ffffff;
    margin: 0 0 15% 0;
    font-family: "思源黑体 CN Bold";
}
.iab_menu .tit_en{
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 15% 0;
}
.into_us{
    font-size: 18px;
    color: #ffffff;
    margin-top: 30%;
}
.iab_list{

}
.iab_list li{
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 11.5%;
    padding-left: 20%;
    height: 35px;
    line-height: 35px;
}
.iab_list li:nth-of-type(1){

    background: url(../image/iab_logo1.png)no-repeat left;
}
.iab_list li:nth-of-type(2){
    background: url(../image/iab_logo2.png)no-repeat left;
}
.iab_list li:nth-of-type(3){
    background: url(../image/iab_logo3.png)no-repeat left;
}
.iab_list li:nth-of-type(4){
    background: url(../image/iab_logo4.png)no-repeat left;
}
.iab_list li:nth-of-type(5){
    background: url(../image/iab_logo5.png)no-repeat left;
}
.iab_list li:nth-of-type(6){
    background: url(../image/iab_logo6.png)no-repeat left;
}
.iab_list li:nth-of-type(7){
    background: url(../image/iab_logo7.png)no-repeat left;
}
.iab_list li:nth-of-type(8){
    background: url(../image/iab_logo8.png)no-repeat left;
}









.position_all{
    letter-spacing: 1px;
    margin: 0px 0 0 0;
    /*height: 50px;*/
    line-height: 5;
    text-align: right;
    color: #333;
}
.position_all .position{
    /*background: url("../image/location.png") no-repeat left center;*/
    /*padding-left: 40px;*/
}

.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;
    border: 1px solid #a1a1a1;
}
.category_list ul li a{
    display: block;
    padding: 10% 0;
}
.category_list .on{
    background-color: #2670b1;
    color: #ffffff;
    border: none;
}
.list_all{
    padding: 3% 0 0;
}

.newsny{
    width: 31%;
    float: left;
    margin: 0 3.5% 3.5% 0;
}
.newsny:nth-child(3n){
    margin: 0 0 3.5% 0;
}
.newsny .dnra{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    transition: all 0.5s;
    letter-spacing: 1px;
}
.newsny .dnrb{
    width: 100%;
    overflow: hidden;
    margin: 5% 0 0 0;
}
.newsny .dnrc{
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    /*margin: 5% 0;*/
    line-height: 3;
    font-weight: bold;
    transition: all 0.5s;
}
.newsny .dnrd{
    color: #666666;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin: 0 0 5% 0;
}
.newsny .dnre{
    font-weight: bold;
    color: #2670b1;
    transition: all 0.3s;
}
.newsny:hover .dnrb img{
    transform: scale(1.1);
}
.newsny:hover .dnra,.newsny:hover .dnrc,.newsny:hover .dnre{
    color: #2670b1;
}

.partner_box{
    width: 13%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    float: left;
}
.partner_box:nth-child(7n){
    margin-right: 0px;
}
.partner_box .img{
    width: 100%;
    height: 5.417vw;
}
.partner_box .tit{
    text-align: center;
    font-size: 14px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.partner_box:hover .img img{
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
}


.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: 14px;
    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: #2670b1;
}



.paging {
    text-align:center;
    padding: 2% 0 2%;
}
.paging a{
    display: inline-block;
    padding: 0.65% 0.85%;
    /*border:1px solid #333333;*/
    color: #333333;
    margin:0 0.5%;
    transition: ease-in 0.1s;
    border-radius: 50px;
    background-color: #ddd;
}
.paging span{
    margin:0 5px;
}
.paging a:hover,
.case_lisst .cate-box a:hover{
    border:1px solid #2670b1;
    color: #2670b1;
}
.paging .currPage{
    border:1px solid #2670b1;
    color: #ffffff;
    background-color: #2670b1;
}




.Rmnynews{
    padding: 5% 0 2%;
}
.Rmnynews .newsny{
    text-align: left;
    margin-bottom: 0;
}
.newsbox{
    width: 31%;
    float: left;
    margin-right: 3%;
    margin-bottom: 2%;
}
.newsbox:nth-child(3n){
    margin-right: 0px;
}
.newsbox .time{
    position: relative;
}
.newsbox .time .time_yr{
    float: left;
    /*font-size: 36px;*/
    color: #999999;
    font-weight: bold;
    transition: all 0.3s;
}
.newsbox .time .time_n{
    float: left;
    /*font-size: 18px;*/
    color: #999999;
    font-weight: bold;
    /*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;
    font-weight: bold;
    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: #2670b1;
    transition: all 0.3s;
}
.newsbox:hover .news_img img{
    transform: scale(1.1);
}
.newsbox:hover .time .time_yr{
    color: #2670b1;
}
.newsbox:hover .time .time_n{
    color: #2670b1;
}

.newsbox:hover .news_plus{
    color: #2670b1;
}





.acsl{
    width: 62.5%;
    float: left;
    line-height: 2;
}
.acsr{
    width: 32.5%;
    float: right;
    border-top: 10px solid #2670b1;
}
.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: #2670b1;
    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: #2670b1;
}
.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 #2670b1;
}
.ascRmcp{
    margin: 0 0 8% 0;
}
.ascRm_title{
    background-color: #2670b1;
    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: #2670b1;
    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: #2670b1;
}








.content_main{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding:3% 0 3%;
}
.ash_nyys,nychoice{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    line-height: 3.4;
    /*background-color: #f5f5f5;*/
    width: 75%;
}
.ash_nyys ul .on{
    background-color: #2670b1;
    color: white;
}
.ash_nyys ul li{
    float: left;
    display: inline-block;
    padding: 0 3.3%;
}


.within_nyys{
    background-color: #ffffff;
}
.within_title{
    text-align: center;
    padding: 80px 0 50px;
}
.within_title .nr_cn{
    color: #333333;
    margin-bottom: 2%;
    letter-spacing: 3px;
}
.within_title .nr_sm{
    color: #555555;
    line-height: 2;
    text-transform: uppercase;
}

.page_tab{
    padding: 0% 0 5%;
}
.tab_list{
    position: relative;
    text-align: center;
    font-size: 0;
}
.tab_list ul li{
    /*float: left;*/
    display: inline-block;
    width: 12.5%;
    color: #333333;
    position: relative;
    border-left: 1px solid #f0f0f0;
    background-color: #ffffff;
    transition: all 0.2s;
}
.tab_list ul li:nth-of-type(1){
    border-left: 0px;
}
.tab_list ul li a{
    display: block;
    padding: 13.5% 5%;
}
.tab_list ul li:hover{
    color: #2670b1;
}
.tab_list ul .on{
    color: #2670b1;
}

.aboutny1{
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}
.aboutny1 .aboutimg{
    width: 50%;
}
.aboutny1 .aboutcot{
    width: 50%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutny1 .aboutcot .aboutbt{
    font-size: 36px;
    color: #555555;
    margin-bottom: 15%;
}
.aboutny1 .aboutcot .aboutbt .aboutbten{
    margin-left: 5%;
    font-size: 24px;
    color: #cccccc;
}
.aboutny1 .aboutcot .aboutny{
    /*font-size: 14px;*/
    color: #555555;
    line-height: 2;
}
.aboutny1 .aboutcot2{
    width: 50%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aboutny1 .aboutcot2 .aboutny{
    /*font-size: 14px;*/
    color: #555555;
    line-height: 2;

}
.aboutny1 .aboutcot2 .aboutny:nth-of-type(1){
    margin-bottom: 10%;
}




.content_all{
    width: 100%;
    position: relative;
}
.caselt{
    width: 25%;
    float: left;
    margin-right: 5%;
}
.caselt .tit{
    background: #2670b1;
    color: white;
    padding: 5%;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
}
.caselt ul{
    border: 1px solid #E2E2E2;
}
.caselt ul li{
    border-top: 1px solid #E2E2E2;
    line-height: 3;
    padding-left: 70px;
    padding-right: 50px;
    position: relative;
    color: #333333;
}
.caselt ul .on{
    color: #2670b1;
}
.caselt ul li:before{
    content: '';
    position: absolute;
    width: 80px;
    height: 100%;
    top: 0;
    left: 0;
    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;
}
.casert_{
    width: 100%;
}

.casebox2{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #333333;
}
.casebox2:nth-child(3n){
    margin-right: 0px;
}
.casebox2 .csimg{
    width: 100%;
    overflow: hidden;
}
.casebox2 .cont{
    width: 100%;
    line-height: 4.4;
    padding: 0 6%;
    color: white;
    transition: all .8s;
}
.casebox2 .cont .tit_cn{
    width: 95%;
    float: left;
    overflow: hidden;
}
.casebox2 .cont .tit-r{
    width: 5%;
    float: left;
}
.casebox2 .cont .tit_en{
    font-size: 14px;
    color: #333333;
    margin: 3% 0;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.casebox2 .cont .cs_intro{
    font-size: 14px;
    color: #333333;
    margin-bottom:10%;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
}
.casebox2 .cont .cs_ck{
    width: 50%;
    background-color: #2670b1;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 5% 0;
    border-radius: 5px;
}
.casebox2:hover .cont{
    transform: scaleX(100%);
    background-color: #2670b1;
}
.casebox2:hover .csimg img{
    transform: scale(1.1);
}

.m-case-list{

}



.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-box{
    position: absolute;
    bottom: 0;
    color: white;
    right: 0;
    width: 33%;
    height: 100%;
    padding: 1.5% 4%;
    background: rgba(0,0,0,.5);
    letter-spacing: 1px;
}
.news_img .news_tit{
    line-height: 5;
}
.news_img .news_dec{
    line-height: 2.5;
    text-align: justify;
}
.news_img .news-more{
    margin-top: 12%;
}
.news_img .news-more a{
    display: inline-block;
    padding: 4% 10%;
    border-radius: 5px;
    background-color: #2670b1;
    color: white;
    text-transform: uppercase;
}

.info_left{
    width: 32.5%;
    float: left;
}
.info_right{
    width: 62.5%;
    float: right;
}
.nynewsTit{
    font-size: 30px;
    color: #333333;
    border-left: 10px solid #2670b1;
    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: #2670b1;
    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: #2670b1;
}
.nynewsCA_list ul .on{
    color: #2670b1;
}


.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: #2670b1;
    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;
    border-radius: 5px;
    background: url("../image/xla.png") no-repeat right;
    background-position-x: 85%;
    background-color: #2670b1;
    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;
}



/* 技术文档 s*/
.case_item{
    margin: 0 0 3%;
    width: 100%;
    padding: 2%;
    position: relative;
    overflow: hidden;
    border: 1px solid #A0A0A0;
}
.case_item .sys1{
    float: left;
    width: 30%;
    border: 1px solid #dddddd;
    position: relative;
    overflow: hidden;
}
.case_item .sys2{
    position: absolute;
    float: left;
    width: 70%;
    left: 30%;
    top: 7.5%;
    height: 84.9%;
    padding: 0 3% 0;
}
.case_item .sys2 .c_tit{
    margin: 0 0 3%;
}
.case_item .sys2 .c_desc{
    line-height: 2;
    text-align: justify;
    color: #666666;
}
.case_item .sys2 .c_time{
    position: absolute;
    bottom: 0;
}
.case_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);
}
/* 技术文档 e*/


.core_item{
    float: left;
    width: 22.5%;
    margin: 0 3.3% 3.5% 0;
    position: relative;
    overflow: hidden;
}
.core_item:nth-child(4n){
    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: #2670b1;
    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: #2670b1;
}





.honor_item{
    float: left;
    width: 22.1%;
    margin: 0 3.86% 3% 0;
}
.honor_item:nth-of-type(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;
}

/*企业文化*/
.culture_all {
    /*padding: 5% 0;*/
    width: 100%;
    /*margin-left: 1.25%;*/
}
.culture_all ul .left {
    width: 40%;
    float: left;
    margin-bottom: 2%;
    overflow: hidden;
}
.culture_all ul li:nth-child(2){
    width: 57%;
    float: right;
    margin-bottom: 2%;
    overflow: hidden;
}
.culture_all ul .right_first {
    overflow: hidden;
}
.culture_all ul .right_second {
    margin-top: 2%;
    overflow: hidden;
}
.culture_all ul .left:hover img{
    transform: scale(1.1);
}
.culture_all ul li .right_first:hover img{
    transform: scale(1.1);
}
.culture_all ul li .right_second:hover img{
    transform: scale(1.1);
}
.culture_all ul .down {
    overflow: hidden;
    width: 100%;
}
.culture_all ul .down:hover img {
    transform: scale(1.1);
}
/*公司风采*/
.company_ls ul li{
    float: left;
    width: 23%;
    margin-right: 2.65%;
    overflow: hidden;
    margin-top: 15px;
}
.company_ls ul li:nth-child(4n){
    margin-right: 0;
}
.company_ls ul li:hover img{
    transform: scale(1.1);
}

.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: #2670b1;
    box-shadow: 5px 5px #2670b1;
    transform: scale(1);
    transition-property:box-shadow;
    transition-duration:.2s;
    transition-delay:.2s;
}
.file_item .f1{
    color: #2670b1;
}
.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: #2670b1;
}
.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: 100%;
    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/lxwm5.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;
}







.procatel{
    width: 22.5%;
    float: left;
    padding: 0 0 5% 0;
}
.procatel .ptit{
    text-align: center;
    color: white;
    line-height: 2;
    background: #2670b1;
}
.procatel .ptit .p_en{
    text-transform: uppercase;
}
.pcatelist{

}
.pcatelist .C_external {
    border: 1px solid #E2E2E2;
    border-top: none;
}
.pcatelist .yj_name{
    position: relative;
    display: block;
    overflow: hidden;
}
.pcatelist .yj_name{
    border-top: 1px solid #E2E2E2;
    line-height: 3;
    position: relative;
    background-color: #ffefe3;
    padding: 0 50px;
    color: #2670b1;
    font-weight: bold;
}
.pcatelist .ejc{
    border-bottom: 1px solid #E2E2E2;
    line-height: 3;
    position: relative;
    padding: 0 50px;
}
.pcatelist .ejc:last-child{
    border: none;
}
.pcatelist .yj_name:before{
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 25px;
    height: 100%;
    background: url("../image/cate.png") no-repeat left;
}
.pcatelist .yj_name:after{
    content: '';
    position: absolute;
    width: 25px;
    height: 100%;
    top: 0;
    right: 20px;
    background: url("../image/cate.png") no-repeat right;
}
.pcatelist .ejc:before{
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 10px;
    height: 100%;
    background: url("../image/ej2.png") no-repeat left;
}
.pcatelist .ejc:hover.ejc:before {
    background: url("../image/ej1.png") no-repeat left;
}
.pcatelist .ejc:hover{
    color: #2670b1;
}
.C_inside .on {
    color: #2670b1;
}
.C_inside .on:before{
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 10px;
    height: 100%;
    background: url("../image/ej1.png") no-repeat left;
}
.synyz{
    width: 22.5%;
    float: left;
    padding: 0 0 5% 0;
}

.ProCateTop{
    margin: 1% 0 3%;
}
.ProCateTop .PcateName{
    width: 40%;
    float: left;
    position: relative;
    padding: 0 0 1%;
}
.ProCateTop .PcateName:after{
    position: absolute;
    content: '';
    width: 20%;
    height: 9px;
    bottom: 0;
    left: 0;
    background-color: #2670b1;
}
.ProCateTop .PcateName .cname-en{
    line-height: 3;
    text-transform: uppercase;
}
.ProCateTop .PsecondList{
    width: 60%;
    float: left;
    position: relative;
}
.ProCateTop .PsecondList ul .on{
    background-color: #2670b1;
    color: white;
}
.ProCateTop .PsecondList ul li{
    float: left;
    width: 27.33%;
    margin-right: 6%;
    margin-bottom: 4%;
    border-radius: 30px;
    border: 1px solid #2670b1;
    text-align: center;
    padding: 1% 0;
}
.ProCateTop .PsecondList ul li a{

}

.synyy{
    /*width: 75%;*/
    width: 100%;
    /*float: right;*/
    padding: 0% 0 5% 0;
}

.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: #2670b1;
    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: #2670b1;
    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: #2670b1;
}

.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: #2670b1;
}
.navMenu .xlCAli .sub-menu .on .xlCBlia{
    color: #2670b1;
}
.navMenu .xlCAli .sub-menu .xlCBli:hover .xlCBlia{
    color: #2670b1;
}




.NyCaall{
    width: 100%;
    position: relative;
    margin: 0 0 0% 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: #2670b1;
}
.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: #2670b1;
    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;
    display: inline-block;
    border: 1px solid #cccccc;
    margin: 0 2% 2% 0;
    /*padding: 1% 1%;*/
    line-height: 2;
    position: relative;
    overflow: hidden;
}
.product_item:nth-child(4n){
    margin: 0 0 2% 0;
}
.product_item .pic{
    overflow: hidden;
    position: relative;
    padding: 3%;
    transition: all .8s ease-out 0s;
}
/*.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{
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 3;
    background-color: #fff;
    transition: all .5s;
}
.product_item .pro-shade{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,.3);
    transform: translateY(-100%);
    transition: all .5s ease-out 0s;
}
.product_item .pro-shade .shade-pname{
    margin-top: 40%;
}
/*.product_item .sys1 h3:before{
    content: attr(data-hover);
    position: absolute;
    width: 94%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    left: 0;
    bottom: -100%;
    transition: all 0.5s;
    background-color: #2670b1;
    z-index: 2;
    padding: 0 3%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}*/
.product_item .sys1 h3{
    padding:0 3%;
    font-weight: unset;
    position: relative;
    text-align: center;
}
.product_item .sys1 p{
    padding:0 3%;
}
.product_item:hover .pro-shade{
    transform: translateY(0);
    box-shadow: 0 15px 40px 0 rgb(63 56 54 / 20%);
}
.product_item:hover .pic{
    padding: 0;
}
.product_item:hover .sys1{
    transform: translateY(100%);
    transition-delay: .1s;
}
.product_item:hover .sys1 h3:before{
    /*height: 33%;*/
    /*background-color: #2670b1;*/
    opacity: 1;
    bottom: 0;
}
.product_item .sys2{
    color: #2670b1;
    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: #2670b1;
    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-top{
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 4;
}
.pro-detail-top ul li{
    float: left;
    width: 33.33%;
}
.pro-detail-top .source-pcate:before{
    position: absolute;
    content: '＜';
    left: 0;
    width: 10%;
    height: 100%;
}
.pro-detail-top .source-pcate{
    position: relative;
    padding-left: 8%;
}
.pro-detail-top .Indexes-p{
    text-align: center;
    line-height: 4.5;
}
.pro-detail-top .Indexes-p a{
    display: inline-block;
}
.pro-detail-top .online-zx{
    text-align: right;
    padding-right: 10%;
}
.pro-detail-top .online-zx a{
    padding: 1.5% 3%;
    border-radius: 5px;
    color: white;
    background-color: #2670b1;
}


.pro_detail{
    width: 100%;
    float: right;
    position: relative;
    margin: 0 0 3% 0;
}
.pro_top{
    overflow: hidden;
    position: relative;
    margin: 3% 0;
}
.pro_detail .prol{
    width: 45%;
    float: left;
    position: relative;
}
.pro_detail .prol .proimg{
    float: left;
    width: 80%;
    margin: 0 10%;
    border: 1px solid #dddddd;
    /*margin-left: 13%;*/
    /*padding-left: 13%;*/
    /*background: white;*/
}
.pro_detail .prol .pl-icon{
    width: 10%;
    height: 100%;
    left: 0;
    /*float: left;*/
    position: absolute;
}
.pro_detail .prol .pr-icon{
    width: 10%;
    /*float: right;*/
    right: 0;
    height: 100%;
    position: absolute;
    text-align: right;
}
.pro_detail .prol .pr-icon img,.pro_detail .prol .pl-icon img{
    position: relative;
    top: 40%;
}

.pro_detail .pror{
    width: 55%;
    float: left;
    left: 45%;
    height: 100%;
    padding:0 2% 0 2%;
    color: #333333;
    position: absolute;
}
.pro_detail .pror .protit{
    padding-bottom: 8%;
}
.pro_detail .pror .pro-style{
    padding-bottom: 8%;
}
.pro_detail .pror .pro-style a{
    padding: 1% 2%;
    margin-right: 1%;
    border-radius: 5px;
    display: inline-block;
    background-color: #CCCCCC;
}
.pro_detail .pror .prodesc{
    line-height: 1.5;
}
.pro_detail .pror .consulting{
    position: absolute;
    bottom: 0;
    width: 90%;
    display: flex;
}
.pro_detail .pror .consulting .btn-cons{
    width: 30%;
    float: left;
}
.pro_detail .pror .consulting .btn-cons p{
    border-radius: 5px;
    padding: 8% 10%;
    text-align: center;
    overflow: hidden;
    letter-spacing: 3px;
    color: white;
    background-color: #2670b1;
}
.pro_detail .pror .consulting .fw-hotline{
    width: 50%;
    background: url("../image/tel.png") no-repeat left;
    float: right;
    padding-left: 70px;
    margin-left: 10%;
    background-size: contain;
}
.pro_detail .pror .consulting .fw-hotline p{
    line-height: 1.2;
}
.pro_detail .pror .consulting .fw-hotline em{
    font-style: normal;
}
.proCon{
    width: 100%;
    margin: 5% 0 2% 0;
    min-height: 200px;
}
.proCon .pcon-lf{
    width: 70%;
    float: left;
    margin-right: 5%;
}
.proCon .pcon-rf{
    width: 25%;
    float: left;
}
.proCon .pcon-rf .pr-tit{
    margin-top: 10%;
    text-align: center;
    line-height: 2.5;
    background-color: #2670b1;
    color: white;
}
.ProductRm{
    width: 100%;
    margin: 0 0 5% 0;
}

.ProductRm .img{
    width: 100%;
    overflow: hidden;
}
.ProductRm .cot{
    color: #ffffff;
    background-color: #434343;
    padding: 5%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.ProductRm:hover .img img{
    transform: scale(1.1);
}
.ProductRm:hover .cot{
    background-color: #2670b1;
}



.proCon .con{
    width: 100%;
    overflow: hidden;
    padding: 2%;
}
.proCon .warning_tit{
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.proCon .warning_tit .pl-tit{
    display: inline-block;
    line-height: 3;
    margin-bottom: -4px;
    border-bottom: 8px solid #2670b1;
}
.proCon .warning_tit:after{
    display: none;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 15%;
    height: 8px;
    background-color: #2670b1;
}

.proCon .con img{
    max-width: 100%;
    max-height: 100%;
}

.upperandlower {
    padding: 1% 0 0 0;
}
.upperandlower .next{
    width: 25%;
    background-color: #626262;
    padding: 1.5% 2%;
    color: #ffffff;
    font-size: 14px;
    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: #2670b1;
}

.pro_recomd .rtit{
    text-align: center;
    color: #2670b1;
    line-height: 4;
    letter-spacing: 2px;
    border-top: 2px solid #eee;
}

.rprolist .product_item .sys1{
    background: rgba(221,221,221,.8);
    color: #2670b1;
}

/*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: #2670b1;
}
.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: #2670b1;
}
.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{
    float: left;
    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: #2670b1;
    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: #2670b1;
    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: #2670b1;
    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: #2670b1;
}

.sbwy_structure{
    padding: 0 3%;
}
.sbwy_culture{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sbwy_culture0{
    position: absolute;
    width: 35%;
    display: flex;
    height: 100%;
}
.sbwy_culture1{
    position: absolute;
    width: 35%;
    display: flex;
    height: 100%;
    left: 35%;
}
.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*/








@keyframes fadein {
    from {
        top: 100%;
    }
    to {
        top: 75%;
    }
}
.nav ul li:hover .nav-sub{
    display: block;
    /*animation: fadein .3s;*/
    animation:fadein 1s forwards;
}
.nav-sub{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 100;
    transition: all 1s;
}
.nav-sub:after{
    display: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-bottom: 10px #2670b1 solid;
    border-right: 10px transparent dashed;
}
.nav-sub dd{
    position: relative;
    padding: 0 4px;
    background-color: rgba(38, 112, 177,.8);
    border-top:1px solid #2670b1;
}
.nav-sub > dd:nth-of-type(n+2){
    /*border-top-color: #ddd;*/
    border: none;
}
.nav-sub dd a{
    display: block;
    padding: 0 10px;
    /*height: 40px;*/
    line-height: 3 !important;
    color: #fff !important;
    text-align: center;
    text-indent: 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav-sub dd:hover{
    background: #fff !important;
}
.nav-sub dd a:hover {
    background:transparent;
    color: #2670b1 !important;
}
.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: #2670b1;
}




.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: -91px;
}
.qq1 ul li{
    width: 100%;
    height: 20px;
    margin: 0 0 7px 0;
}
.qq1 ul li a{ display:block;width:100%;height:100%; }









































