/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body{
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    font-family: '微软雅黑';
}
body a{
    color: inherit;
    text-decoration: none;
}
.ul_none {
    list-style-type: none;
}
.text_none {
    text-decoration: none;
}
.clear {
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.por{
    position: relative;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.pubimg{
    width: 100%;
    height: 100%;
    display: block;
}
.pubimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}

ul{
    list-style-type: none;
}
input,textarea{
    outline: none;
}
.pbold{
    font-weight: bold;
}
*,*:hover,*:active,*:visited,*:link,*:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
/*下拉加载*/
.dropload-up,.dropload-down{
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    font-size: 3vw;
    color: #333333;
    /* 开启硬件加速 */
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.dropload-down{
    height: 50px;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.dropload-load .loading{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*下拉加载*/
.baner_Inside{
    width: 100%;
    margin-top: 18vw;
}
.baner_Inside img{
    width: 100%;
}


.copyright{
    background-color: #1b1b1b;
    color: #e7e7e7;
    text-align: center;
    padding: 3% 2%;
    line-height: 2;
    font-size: 3vw;
    margin-bottom: 13.5vw;
}
.bottom-fix{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 3;
    background-color: #309dd7;
}
.bottom-fix>a>img {
    width: 33.3333%;
    float: left;
    display: block;
    height: 13.5vw;
}




/* 首页banner */
.img_gallery {
    height: 45vw;
    overflow: hidden;
    position: relative;
    display: block;
    margin-top: 18vw;
}

.main_img {
    height: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box!important;
}
.main_img img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.main_img ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.main_img li {
    width: 100%;
    height: 100%;
}

.main_img li span {
    display: block;
    width: 100%;
    height: 270px;
    box-sizing: border-box;
    overflow: hidden;
}

.main_img li a {
    display: block;
    width: 100%;
    height: 422px
}

.img_gallery .point {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.img_gallery .point a {
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: rgba(255,255,255,.5);
    display: inline-block;
    text-indent: -1000px;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
    transition: all 0.5s;
}

.img_gallery .point a.on {
    width: 20px;
    border-radius: 10px;
    background-color: rgba(48,157,215,.8);
}


/* 首页banner */
.banner_nr{
    color: #ffffff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 30%;
    line-height: 2;
}
.banner_nr .dny1{
    font-size: 4vw;
}
.banner_nr .dny2{
    font-size: 3.5vw;
}




.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: 35%;
    padding: 4%;
    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: 7vw;
}
.mi_head .mi_Cal .mmitem:nth-of-type(2){
    top: 10vw;
}
.mi_head .mi_Cal .mmitem:nth-of-type(3){
    width: 6vw;
    top: 13vw;
    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: #309dd7;
}

.menuls .menu_one .span1 {
    display: inline-block;
    font-size: 4vw;
    color: #ffffff;
    margin-left: 10%;
    letter-spacing: 3px;
}
.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%;
    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: #309dd7 !important;
}
.VerticalMenu .triangle{
    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: #309dd7 !important;
    transform: rotate(90deg);
    border-left: 2vw solid #309dd7;
}
.VerticalMenu .span2{
    width: 100%;
    margin-left: 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: #309dd7;
}
.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:  #309dd7;
}

.VerticalMenu > div:last-child::after{
    display: block;
    clear: both;
}
.VerticalMenu .cpbs{
    color:  #309dd7!important;
}






.advantage_min{
    width: 100%;
    padding: 5% 0;
}


.public_title{
    text-align: center;
    padding: 5% 0 5% 0;
}
.public_title .dny2{
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333333;
    margin: 0 0 3%;
}
.public_title .dny2 span{
    color:  #309dd7;
}
.public_title .dny3{
    font-size: 3vw;
    letter-spacing: 1px;
    color: #333333;
    position: relative;
}
.public_title .dny3:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 20%;
    height: 100%;
    left: 0;
    background: url(../image/sytit_fl.png)no-repeat left;
    background-size: 100%;
}
.public_title .dny3:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 20%;
    height: 100%;
    right: 0;
    background: url(../image/sytit_fr.png)no-repeat left;
    background-size: 100%;

}

.advantage_min_list{
    position: relative;
    height: 45vw;
    width: 100%;
    overflow: hidden;
}
.advantage_min_list ul li{
    width: 100%;
    position: relative;
    float: left;
}
.advantage_min_list ul li .cot{
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #f8f8f8;
    padding: 0 5%;
    line-height: 2;
    background-color: rgba(0,0,0,.2);
}
.advantage_min_list ul li .cot .dnr1{
    font-size: 4vw;
}
.advantage_min_list ul li .cot .dnr2{
    font-size: 5vw;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 2% 0;
    margin: 0 0 3% 0;
}
.advantage_min_list ul li .cot .dnr3{
    font-size: 3.5vw;
}

.advantage_min_point{
    text-align: center;
    padding: 3% 0 0;
}
.advantage_min_point .mimca{
    display: inline-block;
    width: 3vw;
    height: 3vw;
    background-color: #666;
    transition: all 0.5s;
    border-radius: 50%;
    margin: 0 0.5%;
}
.advantage_min_point .on{
    width: 6vw;
    background-color: #309dd7;
    border-radius: 10px;
}


.product_min{
    padding:0;
}


.product_min_menu{
    text-align: center;
}
.product_min_menu ul li{
    display: inline-block;
    width: 42%;
    font-size: 3.5vw;
    border: 1px solid #bcbcbc;
    color: #333333;
    padding: 1.5% 1%;
    border-radius: 20px;
    margin: 2% 1%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}



.product_min_list {
    position: relative;
    height: 160vw;
    width: 100%;
    overflow: hidden;
}

.CAproCot {
    margin:  0  0 4%;
}
.CAproCot .img{
    position: relative;
    overflow: hidden;
}
.CAproCot .cot{
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
}
.CAproCot .cot .tit{
    font-size: 4vw;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.CAproCot .cot .intro{
    font-size: 3vw;
    color: #ffffff;
    line-height: 2;
    position: relative;
    overflow: hidden;
    margin: 5% 0;
}
.CAproCot .cot .ckzx{
    position: relative;
}
.CAproCot .cot .ckzx .ck{
    float: left;
    width: 40%;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    font-size: 3vw;
    letter-spacing: 2px;
    padding: 2% 0;
}
.CAproCot .cot .ckzx .zx{
    float: right;
    width: 40%;
    text-align: center;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 5px;
    color: #309dd7;
    font-size: 3vw;
    letter-spacing: 2px;
    padding: 2% 0;
}







.product_min_point{
    text-align: center;
}



.product_min_point .mimca{
    display: inline-block;
    width: 42%;
    font-size: 3.5vw;
    border: 1px solid #bcbcbc;
    color: #333333;
    padding: 1.5% 1%;
    border-radius: 20px;
    margin: 1% 1% 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_min_point .on{
    border: 1px solid #309dd7;
    background-color: #309dd7;
    color: #ffffff;
}












.cpnrall{
   width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
}
.cpnrall:nth-child(2n){
    margin-right: 0;
}
.cpnrall .img{
    width: 100%;
    overflow: hidden;
}
.cpnrall .cot{
    width: 90%;
    padding: 5%;
    overflow: hidden;
    background-color: #eeeeee;
    text-align: center;
}
.cpnrall .cot .ny1{
    font-size: 3.5vw;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.cpnrall .cot .ny2{
    font-size: 3vw;
    color: #555555;
    margin: 12px 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.cpnrall .cot .ny3{
    font-size: 3vw;
    color: #555555;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.cpnrall:hover .img img{
    transform: scale(1.1);
}
.cpnrall:hover .cot .ny1{
    color: #192988;
}







.CAcase{
    text-align: center;
    font-size: 0;
}
.CAcase ul li{
    display: inline-block;
    width: 25%;
    background-color: #88b82d;
    overflow: hidden;
    padding: 2% 0 1%;
}
.CAcase .img{
    width: 50%;
    display: inline-block;
}
.CAcase .tit{
    display: inline-block;
    width: 100%;
    font-size: 3.5vw;
    color: #ffffff;
    line-height: 2;
    margin: 5% 0 0 0 ;
    letter-spacing: 1px;
}


.CAcaseRM{
    position: relative;
}
.case_min_list{
    position: relative;
    padding: 5% 2% 0;
}





.six_process{
    position: relative;
    text-align: center;
    font-size: 0;
}
.six_process ul li{
    width: 33.3%;
    display: inline-block;
    text-align: center;
}
.six_process ul li .img{
    width: 50%;
    display: inline-block;
}
.six_process ul li .dnr_cn{
    font-size: 3.5vw;
    color: #333333;
    font-weight: bold;
}

.six_process ul li:hover .img img{
    transform: rotate(360deg);
}




.solny_min{
    width: 100%;
    position: relative;
    margin-bottom: 5%;
}
.solny_min:nth-child(3n){
    margin-right: 0;
}
.solny_min .img{
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.solny_min .cot{
    position: absolute;
    width: 100%;
    margin-top: -10vw;
    background-color: rgba(48,157,215,0.8);
}
.solny_min .cot .dnr1{
    height: 10vw;
    line-height: 10vw;
    font-size: 3.5vw;
    color: #FFFFFF;
    padding: 0 15% 0 5%;
    z-index: 2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.solny_min .cot .dnr2{
    right: 5%;
    bottom: 30%;
    position: absolute;
    float: right;
    color: #FFFFFF;
    font-size: 3.5vw;
}
.solny_min:hover .img img{
    transform: scale(1.1);
}




.about_min{
    background: url(../image/about_min.jpg);
    position: relative;
    padding: 0 0 5%;
}
.about_min_vedio video{
    width: 100%;
    padding: 0 0 3%;
}
.about_min_list{
    line-height: 2.5;
    padding: 0 2%;
}

.about_min_list .dnr1{
    font-size: 4vw;
    text-align: center;
    color: #309dd7;
    font-weight: bold;
    letter-spacing: 2px;
}
.about_min_list .dnr2{
    font-size: 3.5vw;
    text-align: center;
    color: #333333;
    letter-spacing: 2px;
    margin: 2% 0;
}
.about_min_list .dnr3{
    font-size: 3vw;
    color: #333333;
    margin: 0 0 5%;
}
.about_min_list .dnr4{
    border: 1px solid #333333;
    font-size: 3.5vw;
    color: #333333;
    text-align: center;
    letter-spacing: 2px;
    /*padding: 1% 0;*/
    width: 50%;
    margin:  0 25% 0;
    border-radius: 20px;
}



.news_min{
    padding: 0 0 0;
    position: relative;
}


.news_min_list{
    padding: 0 2%;
}
.news_min_ny{
    color: #333333;
    line-height: 2;
    margin:  0 0 5% 0;
}
.news_min_ny .dnr1{
    font-size: 3.5vw;
    font-weight: bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news_min_ny .dnr2{
    font-size: 3vw;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news_min_ny .ck{
    margin:  3% 0 0 0;
    padding: 3% 0 0 0;
    border-top: 1px solid #d2d2d2;
    display: block;
    width: 100%;
    position: relative;
}
.news_min_ny .ck .time{
    font-size: 3vw;
}
.news_min_ny .ck .more{
    font-size: 5vw;
    float: right;
    color: #555555;
    position: absolute;
    right:  0;
    top: 10%;
}



.company_min{
    width: 100%;
    margin: 0 0 5% 0;
}
.company_min .cover{
    width: 100%;
}
.company_min .cot{
    width: 100%;
    font-size: 3.5vw;
    height: 12vw;
    line-height: 12vw;
    background-color: #e5e5e5;
    text-align: center;
    color: #333333;
}
.company_min:hover .cot{
    color: #309dd7;
}



.partner_item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 6%;
    float: left;
    position: relative;
}
.partner_item:nth-child(2n){
    margin-right: 0;
}
.partner_item .img {
    width: 90%;
    margin-left: 5%;
}
.partner_item .tit {
    text-align: center;
    padding: 5%;
    letter-spacing: 2px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3.5vw;
}

.newsbox {
    width: 100%;
    margin-bottom: 5%;
    line-height: 2;
}

.newsbox .news_img {
    width: 100%;
    overflow: hidden;
    margin: 0 0 5%;
    height: auto;
}
.newsbox .news_tit {
    font-size: 3.5vw;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.newsbox .news_cot {
    font-size: 3vw;
    margin: 0 0 3%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.newsbox .ck{
    margin:  3% 0 0 0;
    padding: 3% 0 0 0;
    border-top: 1px solid #d2d2d2;
    display: block;
    width: 100%;
    position: relative;
}
.newsbox .ck .time{
    font-size: 3vw;
}
.newsbox .ck .more{
    font-size: 5vw;
    float: right;
    color: #555555;
    position: absolute;
    right:  0;
    top: 10%;
}


.cp_screen{
    padding-bottom: 8%;
    clear: both;
}

.cp_screen .cpso{
    float: left;
    margin:0 3% 0 0;
}
.cp_screen .cpso .cpsotit{
    float: left;
    font-size: 3.5vw;
    margin-top: 5%;
    margin-right: 10px;
}
.cp_screen .cpsoann{
    height: 8vw;
    border: 0;
    color: #ffffff;
    font-size: 4vw;
    letter-spacing: 2px;
    background-color: #898989;
    padding: 0 5%;
    overflow: hidden;
    transition: all .3s;
    position: relative;
    cursor: pointer;
}
.cp_screen .cpsoann:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #666666;
    transition: all .3s;
    border-style: solid;
    border-width: 0;
}
.cp_screen .cpsoann:hover:before{
    border-width: 3px;
}
.option{
    /*用div的样式代替select的样式*/
    float: left;
    width: 20vw;
    height: 8vw;
    border-radius: 2px;
    /*盒子阴影修饰作用,自己随意*/
     /*box-shadow: 0 0 5px #ccc;*/
    border: 1px solid #cccccc;
    position: relative;
}
.option select{
    /*清除select的边框样式*/
    border: none;
    /*清除select聚焦时候的边框颜色*/
    outline: none;
    /*将select的宽高等于div的宽高*/
    width: 100%;
    height: 8vw;
    font-size: 3vw;
    color: #333333;
    line-height: 9vw;
    /*隐藏select的下拉图标*/
    -webkit-appearance: none;
    -moz-appearance: none;
    /*通过padding-left的值让文字居中*/
    padding-left:5%;
}
/*使用伪类给select添加自己想用的图标*/
.option:after{
    content: "";
    width: 6px;
    height: 1px;
    background-color: #333333;
    transform: rotate(-45deg);
    position: absolute;
    right: 6px;
    top: 50%;
    pointer-events: none;
}
.option:before{
    content: "";
    width: 6px;
    height: 1px;
    background-color: #333333;
    transform: rotate(45deg);
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 10px;
    top: 50%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
}

.cpnrall_min{
    position: relative;
    margin-bottom: 5%;
}

.cpnrall_min .img{
    width: 100%;
    overflow: hidden;
    border: 1px solid #cccccc;
}
.cpnrall_min .cot{
    width: 90%;
    overflow: hidden;
    background-color: #eeeeee;
    padding: 5%;
    text-align: center;
    border: 1px solid #eeeeee;
}
.cpnrall_min .cot .ny1{
    font-size: 4vw;
    color: #333333;
    border-bottom: 1px dashed #333333;
    padding-bottom: 5%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.cpnrall_min .cot .ny2{
    font-size: 3vw;
    color: #555555;
    margin: 3% 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.cpnrall_min .cot .ny3{
    font-size: 12px;
    color: #555555;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.cpnrall_min:hover .img img{
    transform: scale(1.1);
}
.cpnrall_min:hover .cot .ny1{
    color: #192988;
}







.Insideall{
   position: relative;
    width: 100%;
    padding: 5% 0;
}
.Insideall_tit{
    text-align: center;
    padding: 0 0 3% 0;
    color: #333333;
    line-height: 2;
}
.Insideall_tit .dnr_cn{
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 2px;
}
.Insideall_tit .dnr_en{
    font-size: 3.5vw;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.Insideallny{
    width: 96%;
    padding: 0 2%;
}
.Insideallny div{
    max-width: 100% !important;
}
.Insideallny img{
    max-width: 100% !important;
}






.category_list {
    width: 100%;
    padding: 0 0 5%;
    font-size: 0;
    text-align: center;
}

.category_list ul li {
    display: inline-block;
    color: #333333;
    transition: ease-in 0.1s;
    font-size: 3.5vw;
    text-align: center;
    position: relative;
    width: 25%;
}
.category_list ul li:before{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -1px;
    border-right: 1px solid #bcbcbc;
}
.category_list ul li:nth-child(4n):before{
    display: none;
}
.category_list ul li:last-child:before{
    display: none;
}
.category_list_case ul li{
    width: 25%;
}
.category_list_case ul li:nth-child(4n):before{
    display: block;
}
.category_list_case ul li:nth-child(5n):before{
    display: none;
}
.category_list_pro50 ul li{
    width: 25%;
}


.category_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3vw 0;
}
.category_list ul .on {
    color: #309dd7;
    /*background-color: #309dd7;*/
}

.imgtotal{
    padding-bottom: 5%;
}
.titletotal{
    font-size: 4.5vw;
    line-height: 2;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.cstimtotal{
    line-height: 2;
    margin: 2% 0 5%;
    font-size: 3vw;
    color: #535353;
    letter-spacing: 1px;
    text-align: center;
}

.cp_title{
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    color: #555555;
    padding: 0 0 5% 0;
    margin: 0 0 5% 0;
    border-bottom: 1px solid #999999;
    letter-spacing: 1px;
}
.cp_title span{
    font-size: 3vw;
}
.cottotal{
    line-height: 2;
}
.cottotal img{
    max-width: 100%;
}
.cottotal table{
    width: 100% !important;
}
.service_hotline{
    font-size: 4vw;
    font-weight: bold;
    color: #1c4199;
    text-align: center;
    margin: 5% 0;
}



.honor{
    width: 100%;
    position: relative;
    margin: 0 0 5% 0;
}
.honorimg{
    width: 100%;
    overflow: hidden;
}

.honortit{
    font-size: 3.5vw;
    background-color: #eeeeee;
    padding: 3%;
    color: #333333;
    text-align: center;
}





.proitem{
    width: 100%;
    margin: 0 0 5% 0;
    position: relative;
    overflow: hidden;
}
.proitem .img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.proitem .cot{
    background-color: #282828;
    padding: 5%;
    position: relative;
    line-height: 2;
}
.proitem .cot .csny1{
    width: 65%;
    font-size: 3.5vw;
    letter-spacing: 1px;
    color: #e5e5e5;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.proitem .cot .csny2{
    width: 350px;
    font-size: 3vw;
    color: #cfcfcf;
    letter-spacing: 1px;
}
.proitem .more{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    letter-spacing: 1px;
    font-size: 3vw;
    padding: 0 5%;
    line-height: 3;
    color: #efefef;
    border: 1px solid #a0a0a0;
    overflow: hidden;
}
.proitem .more:before{
    transform: translateX(-100%);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .1);
    transition: all 0.3s;
}
.proitem .mask{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, .4);
    transition: all 0.5s;
}
.proitem .mask .mask_ny{
    background: url(../image/mask_ck.png)no-repeat center;
    padding-top: 45%;
    font-weight: 100;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    font-size: 4vw;
}


.proitem:hover .more:before{
    transform: translateX(0);
}
.proitem:hover .img img{
    transform:scale(1.1)
}
.proitem:hover .mask{
    opacity: 1;
}




.backall{
    margin: 0 0 5% 0;
}
.backall .position{
    font-size: 4vw;
    color: #555555;
    float: left;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
    letter-spacing: 1px;
}
.backall .back{
    text-align: center;
    background-color: #309dd7;
    color: #ffffff;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 3.5vw;
    padding: 3% 0;
}
.purchase{
    margin: 5% 0;
}
.purchase .buy {
    width: 40%;
    display: inline-block;
    text-align: center;
    background-color: #309dd7;
    color: #ffffff;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 3.5vw;
    padding: 3% 0;
    float: left;
}
.backny{
    width: 40%;
    display: inline-block;
    text-align: center;
    background-color: #309dd7;
    color: #ffffff;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 3.5vw;
    padding: 3% 0;
    float: right;
}



.paging {
    text-align:center;
    padding: 2% 0 2%;
}
.paging a{
    display: inline-block;
    padding: 0.65% 0.9%;
    border:1px solid #333333;
    color: #333333;
    margin:0 0.5%;
    transition: ease-in 0.1s;
    border-radius: 2px;
    background-color: #ffffff;
}
.paging{
    padding: 2% 0 8%;
}
.paging a{
    display: none;
}
.paging a:nth-of-type(1),.paging a:last-child{
    display: inline-block;
    font-size: 3vw;
    width: 40%;
    padding: 3% 0;
    margin: 0 3%;
}
.paging .currPage{
    border:1px solid #309dd7;
    color: #ffffff;
    background-color: #309dd7;
}


