html{
    font-size: 62.5px;
    width: 100%;
    height: 100%;
}
body{
    font-size:0.14rem;
    font-family: PingFangSC-Regular;
    background: #b9b9b9;
    width: 100%;
    height: 100%;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
input{
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
input, textarea{
    outline: 0;
    display: block;
    border: none;
    background: none;
    -webkit-appearance:none;
}
input[type=button]{
    -webkit-appearance:none;
    outline:none;
    border-radius: 0;
}
input[type=submit]{
    -webkit-appearance:none;
    outline:none;
    border-radius: 0;
}
input[type=text]{
    -webkit-appearance:none;
    outline:none;
    border-radius: 0;
}
a {
    color: #333;
    text-decoration: none;
}
img {
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: bottom;
}
select{
    -webkit-appearance:none;
    outline:none;
    border-radius: 0;
    background: none;
}
.mainFilter{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,.5);
    display: none;
}
.rightMenu{
    width: 200px;
    height: 100%;
    background: #0f74c2;
    position: fixed;
    right: -200px;
    top: 0;
    z-index: 1001;
    transition: all .3s;
    overflow: auto;
}
.rightMenu .tit{
    width: 100%;
    text-align: center;
    padding: 30px 0 25px;
}
.rightMenu .tit img{
    height: 21px;
}
.rightMenu .mlist{
    width: 100%;
}
.rightMenu .mlist .menulist{
    width: 100%;
    height: auto;
    padding: 0 8%;
    box-sizing: border-box;
}
.rightMenu .mlist .menulist .nav{
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.rightMenu .mlist .menulist .nav:last-child{
    border-bottom: none;
}
.rightMenu .mlist .menulist .nav .title{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #ffffff;
    line-height: 56px;
    font-weight: bold;
    background: url(../images/icon6.gif) no-repeat 94% center;
    background-size: 12px;
}
.rightMenu .mlist .menulist .nav .title.ts{
    background: none;
}
.rightMenu .mlist .menulist .nav .title a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 56px;
    font-weight: bold;
}
.rightMenu .mlist .menulist .nav .title.now{
    background: url(../images/icon5.gif) no-repeat 94% center;
    background-size: 12px;
}
.rightMenu .mlist .menulist .nav .title.ts.now{
    background: none;
}
.rightMenu .mlist .menulist .nav .list{
    width: 100%;
    height: auto;
    padding-bottom: 6%;
    display: none;
}
.rightMenu .mlist .menulist .nav .list.now{
    display: block;
}
.rightMenu .mlist .menulist .nav .list li{
    width: 118%;
    height: auto;
    font-size: 16px;
    color: #0f74c2;
    line-height: 32px;
    background-size: 4px;
    margin-left: -9.3%;
    padding: 5% 0% 5% 20%;
    box-sizing: border-box;
}
.rightMenu .mlist .menulist .nav .list li a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}
.rightMenu .mlist .menulist .nav .list li.now{
    background: url(../images/icon7.gif) no-repeat 10.3% center rgba(0,0,0,0.3);
    background-size: 4px;
    color: #fff;
}
.rightMenu .mlist .menulist .nav .list li.now a{
    color: #ffffff;
}
.container{
    width: 100%;
    height: auto;
    border-top: 5px solid #0f74c2;
    background: url(../images/backbg.jpg) no-repeat top center #f8f8f8;
    background-size: contain;
    position: relative;
    transition: all .3s;
}
.container .box{
    width: 64%;
    height: auto;
    min-width: 1000px;
    margin: auto;
}
.container .head{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3% 0 1% 0;
    position: relative;
}
.container .head .logo{
    width: 20%;
    height: auto;
    float: left;
}
.container .head .logo img{
    width: 100%;
    height: auto;
}
.container .head .wlinkPC{
    width: 260px;
    height: auto;
    float: right;
    margin-top: 1.5%;
}
.container .head .wlinkPC .wlink{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: #0f74c2;
    margin-left: 10px;
    float: left;
    transition: all 0.3s;
}
.container .head .wlinkPC .wlink img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.container .head .wlinkPC .wlink:hover{
    background: #ee7200;
}
.container .head .search{
    width: 25%;
    height: 42px;
    background: #fff;
    border-radius: 42px;
    overflow: hidden;
   float: right;
   margin-top: 1.5%;
}
.container .head .search .inpttext{
    width: 80%;
    height: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 42px;
    padding-left: 5%;
    box-sizing: border-box;
}
.container .head .search .inptbtn{
    width: 20%;
    height: 100%;
    float: left;
    background: url(../images/searchbtn.png) no-repeat center center;
    cursor: pointer;
}
.container .head .menu{
    width: 46px;
    height: 35px;
    background: url(../images/menu.png) no-repeat center center;
    background-size: 28px;
    position: absolute;
    top: 15%;
    right: 3%;
    display: none;
}
.container .head .menu.now{
    background: url(../images/close.png) no-repeat center center;
    background-size: 34px;
    z-index: 99999;
    position: fixed;
    top: 3%;
    right: 215px;
}
.container .banner{
    width: 100%;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
    margin: 1% 0;
}
.container .banner .swiper-container{
    width: 100%;
    height: auto;
}
.container .banner .swiper-container .swiper-slide{
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.container .banner .swiper-container .swiper-slide img{
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.swiper-pagination{
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
}
.swiper-pagination-bullet{
    background: #fff !important;
    opacity: 1 !important;
    margin: 0 8px !important;
}
.swiper-pagination-bullet-active{
    background: url(../images/icon_on.png) !important;
    width: 20px !important;
    height: 20px !important;
}
.swiper-button-next, .swiper-button-prev{
    width: 50px !important;
    height: 50px !important;
    margin-top: -24px !important;
    background-size: 50px 50px !important;
}
.swiper-button-next{
    background: url(../images/next.png) !important;
}
.swiper-button-prev{
    background: url(../images/prev.png) !important;
}
.container .main{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3% 0 3% 0;
    position: relative;
}
.container .main .left{
    width: 22.5%;
    min-width: 270px;
    height: auto;
    float: left;
    margin-right: 2.5%;
}
.container .main .left .menu{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0 3%;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}
.container .main .left .menu .menulist{
    width: 100%;
    height: auto;
    padding: 0 3%;
    box-sizing: border-box;
}
.container .main .left .menu .menulist .nav{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
}
.container .main .left .menu .menulist .nav:last-child{
    border-bottom: none;
}
.container .main .left .menu .menulist .nav .title{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #0f74c2;
    line-height: 56px;
    font-weight: bold;
    background: url(../images/icon2.gif) no-repeat 94% center;
    background-size: 12px;
    cursor: pointer;
}
.container .main .left .menu .menulist .nav .title.now{
    background: url(../images/icon3.gif) no-repeat 94% center;
    background-size: 12px;
}
.container .main .left .menu .menulist .nav .list{
    width: 100%;
    height: auto;
    padding-bottom: 6%;
    display: none;
}
.container .main .left .menu .menulist .nav .list.now{
    display: block;
}
.container .main .left .menu .menulist .nav .list li{
    width: 113%;
    height: auto;
    font-size: 16px;
    color: #0f74c2;
    line-height: 32px;
    background-size: 4px;
    margin-left: -6.3%;
    padding: 0 10% 0 12%;
    margin-bottom: 8%;
    box-sizing: border-box;
}
.container .main .left .menu .menulist .nav .list li a{
    display: block;
    font-size: 16px;
    color: #969696;
    line-height: 22px;
}
.container .main .left .menu .menulist .nav .list li a .num{
    float: right;
}
.container .main .left .menu .menulist .nav .list li.now{
    background: url(../images/icon4.gif) no-repeat 6.3% 8px #f3f8fc;
    background-size: 4px;
    color: #0f74c2;
}
.container .main .left .menu .menulist .nav .list li:hover{
    background: url(../images/icon4.gif) no-repeat 6.3% 8px #f3f8fc;
    background-size: 4px;
    color: #0f74c2;
}
.container .main .left .menu .menulist .nav .list li.now a{
    color: #0f74c2;
}
.container .main .left .menu .menulist .nav .list li:hover a{
    color: #0f74c2;
}
.container .main .left .news{
    width: 100%;
    height: auto;
    padding:8% 0;
    background: #f8f8f8;
}
.container .main .left .news .textbox{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.container .main .left .news .textbox .text{
    width: 68%;
    height: auto;
    float: left;
    font-size: 22px;
    color: #0f74c2;
    line-height: 38px;
    font-weight: bold;
}
.container .main .left .news .textbox .text a{
    display: block;
    font-size: 22px;
    color: #0f74c2;
    line-height: 38px;
    font-weight: bold;
}
.container .main .left .news .textbox .more{
    width: 70px;
    height: auto;
    float: right;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    margin-top: 5px;
    background: -webkit-linear-gradient(left, #ffa200 , #ee7200); 
    background: -o-linear-gradient(right, #ffa200, #ee7200); 
    background: -moz-linear-gradient(right, #ffa200, #ee7200); 
    background: linear-gradient(to right, #ffa200 , #ee7200);
}
.container .main .left .news .textbox .more a{
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
}
.container .main .left .news .list{
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: 3%;
    border-radius: 5px;
    overflow: hidden;
}
.container .main .left .news .list li{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f5f5f5;
    padding: 5%;
    box-sizing: border-box;
}
.container .main .left .news .list li:last-child{
    border-bottom: none;
}
.container .main .left .news .list li .time{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #0f74c2;
    line-height: 30px;
}
.container .main .left .news .list li .title{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #737373;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.container .main .left .news .list li:hover .title{
    color: #0f74c2;
}
.container .main .right{
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding-left: 305px;
}
.container .main .right .about{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.container .main .right .about .pic{
    width: 55%;
    height: auto;
    float: left;
    margin-top: -4%;
    position: relative;
    z-index: 55; 
}
.container .main .right .about .pic img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.container .main .right .about .textbox{
    width: 100%;
    height: auto;
    padding: 10% 3% 8.6% 0;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.container .main .right .about .textbox .more{
    width: 70px;
    height: auto;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    margin-left: 10px;
    background: -webkit-linear-gradient(left, #ffa200 , #ee7200); 
    background: -o-linear-gradient(right, #ffa200, #ee7200); 
    background: -moz-linear-gradient(right, #ffa200, #ee7200); 
    background: linear-gradient(to right, #ffa200 , #ee7200);
}
.container .main .right .about .textbox .more a{
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
.container .main .right .about .textbox .theme{
    width: 31%;
    height: auto;
    float: right;
    text-align: right;
    font-size: 20px;
    color: #0f74c2;
    line-height: 30px;
    font-weight: lighter;
}
.container .main .right .about .textbox .theme .gy{
    font-weight: bold;
}
.container .main .right .about .textbox .theme a{
    font-size: 20px;
    color: #0f74c2;
    line-height: 30px;
}
.container .main .right .Application{
    width: 100%;
    height: auto;
    margin: 3% 0;
}
.container .main .right .Application .textbox{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.container .main .right .Application .textbox .part{
    width: 75%;
    height: auto;
    float: left;
    font-size: 24px;
    color: #0f74c2;
    line-height: 30px;
    font-weight: bold;
}
.container .main .right .Application .textbox .part a{
    font-size: 22px;
    color: #0f74c2;
    line-height: 30px;
    font-weight: bold;
}
.container .main .right .Application .textbox .more{
    width: 70px;
    height: auto;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    margin-left: 10px;
    background: -webkit-linear-gradient(left, #ffa200 , #ee7200); 
    background: -o-linear-gradient(right, #ffa200, #ee7200); 
    background: -moz-linear-gradient(right, #ffa200, #ee7200); 
    background: linear-gradient(to right, #ffa200 , #ee7200);
}
.container .main .right .Application .textbox .more a{
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
.container .main .right .Application .list{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 2% 0 4% 0;
}
.container .main .right .Application .list li{
    width: 22.75%;
    height: auto;
    float: left;
    margin-right: 3%;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    transition:all 0.3s;
    border-radius: 5px;
    overflow: hidden;
}
.container .main .right .Application .list li:last-child{
    margin-right: 0;
}
.container .main .right .Application .list li .pic{
   width: 100%;
   height: auto;
}
.container .main .right .Application .list li .pic img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.container .main .right .Application .list li .text{
    width: 100%;
    height: auto;
    min-height: 72px;
    font-size: 18px;
    color: #494949;
    line-height: 24px;
    text-align: center;
    word-wrap:break-word;
    padding: 5% 3%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition:all 0.3s;
}
.container .main .right .Application .list li:hover .text{
    color: #fff;
    background: #0f74c2;
}
.container .main .right .products{
    width: 100%;
    height: auto;
    margin-bottom: 3%;
}
.container .main .right .products .textbox{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.container .main .right .products .textbox .part{
    width: 75%;
    height: auto;
    float: left;
    font-size: 24px;
    color: #0f74c2;
    line-height: 30px;
    font-weight: bold;
}
.container .main .right .products .textbox .part a{
    font-size: 22px;
    color: #0f74c2;
    line-height: 30px;
    font-weight: bold;
}
.container .main .right .products .textbox .more{
    width: 70px;
    height: auto;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    margin-left: 10px;
    background: -webkit-linear-gradient(left, #ffa200 , #ee7200); 
    background: -o-linear-gradient(right, #ffa200, #ee7200); 
    background: -moz-linear-gradient(right, #ffa200, #ee7200); 
    background: linear-gradient(to right, #ffa200 , #ee7200);
}
.container .main .right .products .textbox .more a{
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
.container .main .right .products .prolist{
    width: 100%;
    height: auto;
    background: #fff;
    margin: 2% 0 3%;
}
.container .main .right .producs .prolist .lists{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    overflow: hidden;
    padding: 2% 3%;
    box-sizing: border-box;
}
.container .main .right .products .prolist .lists:last-child{
    border-bottom: none;
	background: #f5f5f5;
}
.container .main .right .products .prolist .lists ul{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 1px;
	
}
.container .main .right .products .prolist .lists li{
    width: 100%;
    height: auto;
    float: left;
    padding:15% 5%;
    box-sizing: border-box;
    background: #fff;
}
.container .main .right .products .prolist .lists li:nth-of-type(4n){
    border-right: 1px solid #fff;
}
.container .main .right .products .prolist .lists li .pic{
    width: 70%;
    height: auto;
    min-height: 95px;
    margin: auto;
}
.container .main .right .products .prolist .lists li .pic img{
    width: 100%;
    height: auto;
}
.container .main .right .products .prolist .lists li .name{
    width: 100%;
    height: auto;
    min-height: 62px;
    font-size: 16px;
    color: #737373;
    line-height: 20px;
    text-align: center;
    margin-top: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.container .main .right .products .prolist .lists li:hover .name{
    color: #0f74c2;
}
.container .footer{
    width: 100%;
    height: auto;
    padding: 1% 0 3% 0;
}
.container .footer .ftextbox{
    width: 100%;
    height: auto;
    padding: 0% 0 1% 0;
    border-bottom: 3px solid #de7c24;
    position: relative;
}
.container .footer .ftextbox .bigtext{
    width: 100%;
    height: auto;
    font-size: 28px;
    color: #0f74c2;
    line-height: 38px;
    font-weight: bold;
    font-style: oblique;
    position: relative;
    z-index: 5;
}
.container .footer .ftextbox .smalltext{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #0f74c2;
    line-height: 22px;
    font-weight: bold;
    font-style: oblique;
}
.container .footer .ftextbox .star{
    width: 15%;
    height: auto;
    position: absolute;
    top: -66px;
    left: 230px;
    z-index: 4;
}
.container .footer .ftextbox .star img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.container .footer .finfor{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    padding: 2% 0;
}
.container .footer .finfor .infor{
    width: 75%;
    height: auto;
    float: left;
}
.container .footer .finfor .infor .list{
    width: 100%;
    height: auto;
}
.container .footer .finfor .infor .list li{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.container .footer .finfor .infor .list li .til{
    width: 44px;
    height: auto;
    float: left;
    background: url(../images/line1.gif) no-repeat right center;
    font-size: 14px;
    color: #000000;
    line-height: 26px;
}
.container .footer .finfor .infor .list li .cont{
    width: 80%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 26px;
    padding-left: 14px;
    box-sizing: border-box;
}
.container .footer .finfor .code{
    width: 20%;
    height: auto;
    min-width: 97px;
    font-size: 14px;
    float: right;
    text-align: right;
}
.container .footer .finfor .code img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.container .footer .Copyrightbox{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 1%;
}
.container .footer .Copyrightbox .copyright{
    width: 80%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #484848;
    line-height: 30px;
}
.container .footer .Copyrightbox .copyright a{
    font-size: 14px;
    color: #484848;
    line-height: 30px;
}
.container .footer .Copyrightbox .support{
    width: 20%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 30px;
    text-align: right;
}
.container .footer .Copyrightbox .support{
    font-size: 14px;
    color: #8e8e8e;
    line-height: 30px;
}
.container .menufix{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #f8f8f8;
    z-index: 999;
    transition: all .3s;
    display: none;
}
.container .menufix .flist{
    width: 100%;
    height: auto;
    box-shadow: #e5e5e5 0px 0px 5px 1px;
    overflow: hidden;
    background: #ffffff;
}
.container .menufix .flist li{
    width: 20%;
    height: auto;
    float: left;
    padding: 2% 0 2% 0 ;
}
.container .menufix .flist li .pic{
    width: 24px;
    height: 24px;
    margin: auto;
}
.container .menufix .flist li:nth-of-type(1) .pic{
    background: url(../images/fmenu1.png) no-repeat center center;
    background-size: 100%;
}
.container .menufix .flist li:nth-of-type(2) .pic{
    background: url(../images/fmenu2.png) no-repeat center center;
    background-size: 100%;
}
.container .menufix .flist li:nth-of-type(3) .pic{
    background: url(../images/fmenu3.png) no-repeat center center;
    background-size: 100%;
}
.container .menufix .flist li:nth-of-type(4) .pic{
    background: url(../images/fmenu4.png) no-repeat center center;
    background-size: 100%;
}
.container .menufix .flist li:nth-of-type(5) .pic{
    background: url(../images/fmenu5.png) no-repeat center center;
    background-size: 100%;
}
.container .menufix .flist li.on:nth-of-type(1) .pic{
    background: url(../images/fmenu1_on.png) no-repeat center center;
    background-size: 100%;
}
.container .menufix .flist li.on:nth-of-type(2) .pic{
    background: url(../images/fmenu2_on.png) no-repeat center center;
    background-size: 100%;
}
.container .menufix .flist li.on:nth-of-type(3) .pic{
    background: url(../images/fmenu3.png) no-repeat center center;
    background-size: 100%;
}
.container .menufix .flist li.on:nth-of-type(4) .pic{
    background: url(../images/fmenu4_on.png) no-repeat center center;
    background-size: 100%;
}
.container .menufix .flist li.on:nth-of-type(5) .pic{
    background: url(../images/fmenu5_on.png) no-repeat center center;
    background-size: 100%;
}
.container .menufix .flist li:nth-of-type(3) .pic{
    width: 38px;
    height: 38px;
}
.container .menufix .flist li .pic img{
    width: 100%;
    height: auto;
}
.container .menufix .flist li .text{
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    text-align: center;
}
.container .menufix .flist li.on .text{
    color: #0f74c2;
}
@media screen and (max-width: 1000px){
    .container{
        border-top: none;
    }
    .container.ts{
        border-top: 5px solid #0f74c2;
    }
    .container .box{
        width: 100%;
        min-width: 100%;
        padding-bottom: 90px;
    }
    .container .head{
        padding: 3% 3% 1% 3%;
        box-sizing: border-box;
    }
    .container .head .logo {
        width: 40%;
    }
    .container .head .wlinkPC{
        margin-right: 50px;
    }
    .container .head .wlinkPC .wlink{
        width: 38px;
        height: 38px;
    }
    .container .head .search{
        width: 100%;
        margin-top: 5%;
    }
    .container .head .menu{
        display: block;
    }
    .container .banner{
        padding: 0 3%;
        box-sizing: border-box;
        margin-top: 4%;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 26px !important;
        height: 26px !important;
        margin-top: -13px !important;
        background-size: 26px 26px !important;
    }
    .swiper-button-prev{
        left: 8px !important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 5px !important;
    }
    .swiper-pagination-bullet {
        margin: 0 4px !important;
        width: 5px !important;
        height: 5px  !important;
    }
    .swiper-pagination-bullet-active{
        width: 14px !important;
        height: 14px !important;
        background-size: 100% 100% !important;
    }
    .container .main{
        padding: 5% 3% 3% 3%;
        box-sizing: border-box;
    }
    .container .main .left{
        width: 100%;
        min-width: 100%;
    }
    .container .main .left .menu{
        display: none;
    }
    .container .main .left .news{
        padding-top: 0;
    }
    .container .main .right{
        width: 100%;
        padding-left: 0px;
        float: left;
    }
    .container .main .right .about .textbox{
        padding: 8% 3% 10.6% 0;
    }
    .container .main .left .news .textbox .text a{
        font-size: 20px;
    }
    .container .main .right .about .textbox .more{
        display: none;
    }
    .container .main .right .about .textbox .theme{
        width: 43%;
    }
    .container .main .right .about .textbox .theme a{
        font-size: 15px;
    }
    .container .main .right .Application{
        margin: 8% 0;
    }
    .container .main .right .Application .textbox .part a{
        font-size: 20px;
    }
    .container .main .right .Application .list li{
        padding-bottom: 3%;
    }
    .container .main .right .Application .list li .text{
        font-size: 12px;
        line-height: 14px;
        min-height: 36px;
        padding-bottom: 0;
    }
    .container .main .right .products{
        padding-bottom: 5%;
    }
    .container .main .right .products .textbox .part a{
        font-size: 20px;
    }
    .container .main .right .products .prolist .lists li{
        width: 50%;
        padding: 5% 3% 8% 3%;
    }
    .container .main .right .products .prolist .lists li:nth-of-type(2n){
        border-right: 1px solid #fff;
    }
    .container .main .right .products .prolist .lists li:nth-of-type(4n){
        border-right: none;
    }
    .container .footer{
        padding: 1% 3% 3% 3%;
        box-sizing: border-box;
    }.container .footer .ftextbox{
        padding: 0 0 3% 0;
    }
    .container .footer .ftextbox .bigtext{
        font-size: 24px;
        line-height: 30px;
    }
    .container .footer .ftextbox .smalltext{
        font-size: 14px;
        line-height: 16px;
    }
    .container .footer .ftextbox .star{
        top: -30px;
        left: 197px;
    }
    .container .footer .finfor .infor {
        width: 70%;
    }
    .container .footer .finfor .infor .list li .til{
        font-size: 12px;
        width: 42px;
    }
    .container .footer .finfor .infor .list li .cont{
        font-size: 12px;
        width: 82%;
    }
    .container .footer .Copyrightbox{
        padding-top: 3%;
    }
    .container .footer .Copyrightbox .copyright{
        width: 94%;
        margin: auto;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
    }
    .container .footer .Copyrightbox .copyright a{
        font-size: 12px;
    }
    .container .footer .Copyrightbox .support{
        width: 100%;
        font-size: 12px;
        text-align: center;
        line-height: 14px;
    }
    .container .menufix{
        display: block;
    }
}
/*å…³äºŽæˆ‘ä»¬*/
.container .banner .pic{
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.container .banner .pic img{
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.container .main .right .nrcont{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 2% 0% 3% 0%;
    margin-bottom: 3%;
    box-sizing: border-box;
}
.container .main .right .nrcont .lineup{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eeeeee;
    padding:0 3% 1% 3%;
    box-sizing: border-box;
    overflow: hidden;
}
.container .main .right .nrcont .lineup .theme{
    width: 40%;
    height: auto;
    float: left;
    font-size: 26px;
    color: #0f74c2;
    line-height: 30px;
    font-weight: bold;
}
.container .main .right .nrcont .lineup .location{
    width: 60%;
    height: auto;
    float: right;
}
.container .main .right .nrcont .lineup .location .location_box{
    width: auto;
    height: 30px;
    float: right;
    text-align: right;
}
.container .main .right .nrcont .lineup .location .location_box li{
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 10px 0 14px;
    font-size: 14px;
    color: #999999;
    background: url(../images/icon9.gif) no-repeat left center;
}
.container .main .right .nrcont .lineup .location .location_box li:first-child{
    background: url(../images/icon8.gif) no-repeat left center;
     padding: 0 10px 0 16px;
}
.container .main .right .nrcont .lineup .location .location_box li a{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.container .main .right .nrcont .lineup .location .location_box li:hover a{
    color: #0f74c2;
}
.container .main .right .aboutext{
    width: 100%;
    height: auto;
    padding: 3%;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}
.container .main .right .aboutext img{
    width: 30.333%;
    height: auto;
    float: left;
    margin-bottom: 3%;
    border-radius: 3px;
    margin-right: 3%;
}
.container .head.inside .text{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #0f74c2;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    display: none;
}
.container .head.inside .back{
    width: 35px;
    height: 35px;
    background: url(../images/back.png) no-repeat center center;
    background-size: 12px;
    position: absolute;
    top: 15%;
    left: 2%;
    display: none;
}
.container .select{
    width: 100%;
    height: 45px;
    background: #f3f8fc;
    position: relative;
    display: none;
}
.container .select .text{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #0f74c2;
    line-height: 45px;
    text-align: center;
    background: url(../images/icon2.gif) no-repeat 94% center;
}
.container .select .list{
    width: 100%;
    height: auto;
    position: absolute;
    top: 45px;
    left: 0px;
    background: #fff;
    z-index: 555;
    display: none;
    border-bottom: 1px solid #e5e5e5;
}
.container .select .list li{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #0f74c2;
    line-height: 45px;
    text-align: center;
}
.container .select .list li a{
    display: block;
    font-size: 16px;
    color: #0f74c2;
    line-height: 45px;
}
@media screen and (max-width: 1000px){
    .container .head.inside{
        padding-top: 0;
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
    }
    .container .head.inside .logo{
        display: none;
    }
    .container .head.inside .search{
        display: none;
    }
    .container .head.inside .text{
        display: block;
    }
    .container .head.inside .back{
        display: block;
    }
    .container .select{
        display: block;
    }
    .container .banner.inside{
        display: none;
    }
    .container .main .left.inside{
        display: none;
    }
    .container .main.inside{
        padding: 0% 0% 10% 0%;
    }
    .container .main .right .nrcont .lineup{
        display: none;
    }
    .container .main .right .aboutext{
        line-height: 32px;
    }
}
/*äº§å“ä¸­å¿ƒ*/
.container .main .right .prolist{
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    overflow: hidden;
    background: #fff;
}
.container .main .right .prolist .list{
    width: 100%;
    height: auto;
    padding-bottom: 3%;
}
.container .main .right .prolist .list li{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3%;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}
.container .main .right .prolist .list li .textbox{
    width: 80%;
    height: auto;
    float: left;
}
.container .main .right .prolist .list li .textbox .titlebox{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.container .main .right .prolist .list li .textbox .titlebox .title{
    width: auto;
    height: auto;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}
.container .main .right .prolist .list li .textbox .titlebox .title .ss{
    color: #ffa200;
}
.container .main .right .prolist .list li .textbox .titlebox .file{
    width: 16px;
    height: auto;
    margin-left: 10px;
}
.container .main .right .prolist .list li .textbox .titlebox .file img{
    width: 16px;
    height: auto;
    vertical-align: middle;
}
.container .main .right .prolist .list li .textbox .titlebox .annex{
    width: auto;
    height: 100%;
    margin-left: 8px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 26px;
    text-align: center;
    background: #b2b2b2;
    padding: 4px 8px;
    box-sizing: border-box;
    line-height: 26px;
    opacity: 0;
    transition: all .3s;
}
.container .main .right .prolist .list li .text{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #999999;
    margin: 2% 0;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.container .main .right .prolist .list li .text .ss{
    color: #ffa200;
}
.container .main .right .prolist .list li .more{
    width: 70px;
    height: 30px;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    background: -webkit-linear-gradient(left, #ffa200 , #ee7200); 
    background: -o-linear-gradient(right, #ffa200, #ee7200); 
    background: -moz-linear-gradient(right, #ffa200, #ee7200); 
    background: linear-gradient(to right, #ffa200 , #ee7200);
}
.container .main .right .prolist .list li .more a{
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
}
.container .main .right .prolist .list li .pic{
    width: 17%;
    height: auto;
    margin-left: 3%;
    padding: 4% 2%;
    box-sizing: border-box;
    float: left;
    border: 1px solid #e5e5e5;
}
.container .main .right .prolist .list li .pic img{
    width: 100%;
    height: auto;
}
.container .main .right .prolist .list li:hover .textbox .titlebox .title{
    color: #0f74c2;
}
.container .main .right .prolist .list li:hover .textbox .titlebox .annex{
   opacity: 1;
}
.pages{
    width: 100%;
    height: auto;
    padding: 0 3%;
    box-sizing: border-box;
    overflow: hidden;
}
.pages .pagesBox{
    float: right;
    width: auto;
    height: 30px;
}
.pages .pagesBox li{
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 7px;
    color: #8d8d8d;
    line-height: 28px;
    font-size: 13px;
    cursor: pointer;
}
.pages .pagesBox li a.prev,.pages .pagesBox li a.next{
    width: 28px;
    height: 28px;
    float: left;
    text-align: center;
    border-radius: 3px;
    border:1px solid #c6c6c6;
    background: #c6c6c6;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
}
.pages .pagesBox li a.prev:hover,.pages .pagesBox li a.next:hover{
    border:1px solid #0f74c2;
    background: #0f74c2;
}
.pages .pagesBox li a.list{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
    overflow: hidden;
    border-radius: 3px;
    border:1px solid #c6c6c6;
    background: #c6c6c6;
}
.pages .pagesBox li a.list.now,.pages .pagesBox li a.list:hover{
    background: #0f74c2;
    color: #fff;
    border:1px solid #0f74c2;
}
.pages .pagesBox li span{
    color: #ffaa00;
}
.pages .pagesBox li .input{
    width: 42px;
    height: 28px;
    float: left;
    color: #8d8d8d;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    overflow: hidden;
}
@media screen and (max-width: 1000px){
    .container .main .right .prolist .list li{
        padding: 6% 3%;
    }
    .container .main .right .prolist .list li .textbox .titlebox .title{
        font-size: 14px;
        line-height: 18px;
    }
    .container .main .right .prolist .list li .textbox{
        width: 70%;
    }
    .container .main .right .prolist .list li .pic{
        width: 27%;
    }
    .container .main .right .prolist .list li .text{
        margin:  0;
        font-size: 12px;
        line-height: 16px;
        display: none;
    }
    .container .main .right .prolist .list li .more{
        display: none;
    }
    .container .main .right .prolist .list li .textbox .titlebox .time{
        font-size: 13px;
    }
}
/*æ–°é—»ä¸­å¿ƒ*/
.container .main .right .prolist .list.news li .textbox{
    width: 75%;
}
.container .main .right .prolist .list.news li .pic{
    width: 25%;
    padding: 0;
    padding-left: 3%;
    box-sizing: border-box;
    border: none;
    margin-left: 0;
}
.container .main .right .prolist .list li .textbox .titlebox .time{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #0f74c2;
    line-height: 22px;
}
.container .main .right .prolist .list.news li.now .textbox{
    width: 100%;
}
@media screen and (max-width: 1000px){
    .container .main .right .prolist .list li .textbox .titlebox .time{
        font-size: 13px;
    }
}
/*åº”ç”¨é¢†åŸŸ*/
.container .main .right .prolist.applic{
    padding: 3%;
    box-sizing: border-box;
}
.container .main .right .prolist .article1{
    width: 100%;
    height: auto;
    
    padding: 3% 0;
    box-sizing: border-box;
}
.container .main .right .prolist .article1 .title{
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #333333;
    line-height: 48px;
    padding: 0 3%;
    box-sizing: border-box;
    font-weight: bold;
}
.container .main .right .prolist .article1 .text{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    background: #f8f8f8;
    padding: 3% 3%;
    box-sizing: border-box;
}
.container .main .right .prolist .article1 .text span{
    color: #000;
}
.container .main .right .prolist .article2{
    width: 100%;
    height: auto;
    padding: 0 3% 3% 3%;
    margin-top: 3%;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    box-sizing: border-box;
}
.container .main .right .prolist .article2 strong{
    font-size: 20px;
    color: #000000;
}
.container .main .right .prolist .article2 img{
    width:80%;
    height: auto;
    vertical-align: middle;
    margin: 3% 10%;
}
@media screen and (max-width: 1000px){
    .container .main .right .prolist .article1 .title{
        font-size: 22px;
        margin-bottom: 2%;
        line-height: 30px;
    }
}
/*æ‹›è˜ä¿¡æ¯*/
.container .main .right .prolist .article1 .text .meil{
    color: #0f74c2;
}
.container .main .right .prolist .recruit{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5% 0 0 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5%;
}
.container .main .right .prolist .recruit:last-child{
    border-bottom: none;
}
.container .main .right .prolist .recruit .zp{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.container .main .right .prolist .recruit .zp .num{
    width: 15%;
    height: auto;
    float: left;
    font-size: 50px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.container .main .right .prolist .recruit .zp .post{
    width: 85%;
    height: auto;
    float: left;
    font-size: 28px;
    color: #000000;
    line-height: 48px;
}
.container .main .right .prolist .recruit .demand{
    width: 100%;
    height: auto;
    padding-left: 15%;
    box-sizing: border-box;
}
.container .main .right .prolist .recruit .demand .descbox{
    width: 100%;
    height: auto;
    margin-top: 3%;
}
.container .main .right .prolist .recruit .demand .descbox .job{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #0c1319;
    line-height: 26px;
    font-weight: bold;
}
.container .main .right .prolist .recruit .demand .descbox .desc{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #797979;
    line-height: 26px;
}
@media screen and ( max-width: 1000px){
    .container .main .right .prolist .recruit .zp{
        padding-top: 3%;
    }
    .container .main .right .prolist .recruit .zp .num{
        font-size: 22px;
        text-align: left;
        line-height: 28px;
        width: 10%;
    }
    .container .main .right .prolist .recruit .zp .post{
        font-size: 20px;
        width: 80%;
        line-height: 28px;
        font-weight: bold;
    }
    .container .main .right .prolist .recruit .demand{
        padding-left: 0px;
    }
}
/*è”ç³»æˆ‘ä»¬*/
.container .main .right .contact{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3%;
    box-sizing: border-box;
}
.container .main .right .contact .information{
    width: 50%;
    height: auto;
    float: left;
    border-right: 1px solid #eeeeee;
    padding-right: 5%;
    box-sizing: border-box;
    box-sizing: border-box;
}
.container .main .right .contact .information .themename{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 5%;
    font-weight: bold;
}
.container .main .right .contact .information .inforlist{
    width: 100%;
    height: auto;
    overflow: hidden;
    
}
.container .main .right .contact .information .inforlist li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 3%;
}
.container .main .right .contact .information .inforlist li .name{
    width: 50px;
    height: auto;
    float: left;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    background: url(../images/line1.gif) no-repeat right center;
}
.container .main .right .contact .information .inforlist li .cont{
    width: 80%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    padding-left: 3%;
    box-sizing: border-box;
}
.container .main .right .contact .information .code{
    width: 97px;
    height: auto;
    border: 1px solid #e6e6e6;
    margin-top: 5%;
}
.container .main .right .contact .information .code img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-width: 100%;
}
.container .main .right .contact .problem{
    width: 50%;
    height: auto;
    float: left;
    padding-left: 5%;
    box-sizing: border-box;
}
.container .main .right .contact .problem .themename{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 3%;
    font-weight: bold;
}
.container .main .right .contact .problem .message{
    width: 100%;
    height: 35px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    font-size: 16px;
    color: #999999;
    line-height: 35px;
    padding: 0 3%;
    box-sizing: border-box;
    margin:2% 0;
}
.container .main .right .contact .problem .leave{
    width: 100%;
    height: auto;
    -webkit-appearance:none;
    border: 1px solid #eeeeee;
    margin-top: 3%;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    padding: 1% 3%;
    box-sizing: border-box;
    font-family: PingFangSC-Regular;
    border-radius: 0px;
}
.container .main .right .contact .problem .btn{
    width: 100%;
    height: 42px;
    margin-top: 5%;
}
.container .main .right .contact .problem .btn input{
    width: 100%;
    height: 100%;
    background: #0f74c2;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    text-align: center;
}
.container .main .right .map{
    width: 100%;
    height: 500px;
    overflow: hidden;
    padding: 3%;
    box-sizing: border-box;
}
.container .main .right .map #dituContent{
    width: 100%;
    height: 500px;
}
@media screen and (max-width: 1000px){
    .container .main .right .contact .information{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 5%;
        padding-right: 0;
    }
    .container .main .right .contact .information .inforlist li .cont{
        width:75%; 
    }
    .container .main .right .contact .problem{
        width: 100%;
        padding-left: 0;
        padding-top: 3%;
    }
}
/*äº§å“è¯¦æƒ…*/
.container .main .right .product{
    width: 100%;
    height: auto;
    padding: 5% 3%;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 3%;
    overflow: hidden;
}
.container .main .right .product .leftbox{
    width: 40%;
    height: auto;
    float: left;
    padding: 5% 3% 3% 3%;
    box-sizing: border-box;
}
.container .main .right .product .leftbox .pic{
    width: 80%;
    height: auto;
    margin: auto;
}
.container .main .right .product .leftbox .pic img{
    width: 100%;
    height: auto;
}
.container .main .right .product .rightbox{
    width: 60%;
    height: auto;
    float: left;
    padding-left: 5%;
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
}
.container .main .right .product .rightbox .namebox{
    width: 100%;
    height: auto;
}
.container .main .right .product .rightbox .namebox .name{
    width: auto;
    height: auto;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    font-weight: bold;
}
.container .main .right .product .rightbox .namebox .fimg{
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.container .main .right .product .rightbox .namebox .fimg img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
}
.container .main .right .product .rightbox .namebox .annex{
    width: auto;
    height: auto;
    font-size: 12px;
    color: #fff;
    background: #b2b2b2;
    border-radius: 24px;
    text-align: center;
    padding: 3px 8px;
    box-sizing: border-box;
    margin-left: 5px;
}
.container .main .right .product .rightbox .featuresbox{
    width: 100%;
    height: auto;
}
.container .main .right .product .rightbox .featuresbox .faet{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #0f74c2;
    line-height: 30px;
    margin: 3% 0 1% 0;
}
.container .main .right .product .rightbox .featuresbox .cont{
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #333333;
    line-height: 30px;
}
.container .main .right .product .rightbox .download{
    width: 130px;
    height: 40px;
    background: #0f74c2;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 3%;
}
.container .main .right .product .rightbox .download:hover{
    background: #ffa200;
}
.container .main .right .product .rightbox .download img{
    width: 20px;
    height: auto;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -3px;
}
.container .main .right .detail{
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 3%;
}
.container .main .right .detail:last-child{
    margin-bottom: 6%;
}
.container .main .right .detail .title{
    width: 100%;
    height: auto;
    padding: 1% 3%;
    border-bottom: 1px solid #f8f8f8;
    box-sizing: border-box;
    font-size: 20px;
    color: #0f74c2;
    line-height: 32px;
}
.container .main .right .detail .deta{
    width: 100%;
    height: auto;
    padding: 2% 5% 3% 5%;
    box-sizing: border-box;
}
.container .main .right .detail .deta .depart{
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    word-break: break-all;
}
.container .main .right .detail .deta .depart img{
    width: 80%;
    height: auto;
    margin-left: 10%;
}
.container .main .right .detail .deta .depart .theme{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333333;
    line-height: 38px;
}
.container .main .right .detail .deta .depart .cont{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
}
/*.container .main .right .detail .deta .depart .cont .list{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 1%;
}
.container .main .right .detail .deta .depart .cont .list li{
    width: 33.33%;
    height: auto;
    float: left;
}
.container .main .right .detail .deta .depart .cont .list li .pic{
    width: 20%;
    height: auto;
    float: left;
    margin-right: 3%;
}
.container .main .right .detail .deta .depart .cont .list li .pic img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.container .main .right .detail .deta .depart .cont .list li .text{
    width: 75%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}*/
.container .main .right .detail .deta.hot{
    padding: 3%;
}
.container .main .right .detail .deta .hotlist{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.container .main .right .detail .deta .hotlist li{
    width: 25%;
    height: auto;
    float: left;
    border-right: 1px solid #f5f5f5;
    padding: 1% 2%;
    box-sizing: border-box;
}
.container .main .right .detail .deta .hotlist li:last-child{
    border-right: 1px solid #fff;
}
.container .main .right .detail .deta .hotlist li .pic{
    width: 80%;
    height: auto;
    margin: auto;
}
.container .main .right .detail .deta .hotlist li .pic img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.container .main .right .detail .deta .hotlist li .text{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-top: 3%;
}
.container .main .right .detail .deta .hotlist li:hover .text{
    color:#0f74c2; 
}
@media screen and (max-width: 1000px){
    .container .main .right .product .leftbox{
        width: 100%;
        border-bottom: 1px solid #eeeeee;
    }
    .container .main .right .product .rightbox{
        width: 100%;
        border-left: none;
        padding-top: 3%;
    }
    .container .main .right .product .rightbox .namebox .name{
        font-size: 22px;
    }
    .container .main .right .product .rightbox .featuresbox{
        margin-top: 3%;
    }
    .container .main .right .product .rightbox .download{
        width: 100%;
    }
    .container .main .right .detail .deta .depart .cont .list li{
        width: 50%;
        margin-bottom: 3%;
    }
    .container .main .right .detail .deta .depart .cont .list li .text{
        font-size: 12px;
        line-height: 18px;
    }
    .container .main .right .detail .deta .hotlist li{
        width: 50%;
        border-bottom: 1px solid #eeeeee;
        padding: 5% 2%;
    }
    .container .main .right .detail .deta .hotlist li:nth-of-type(2n){
        border-right: 1px solid #fff;
    }
    .container .main .right .detail .deta .hotlist li:nth-of-type(3){
        border-bottom:none;
    }
    .container .main .right .detail .deta .hotlist li:nth-of-type(4){
        border-bottom:none;
    }
}
/*æ–°é—»è¯¦æƒ…*/
.container .main .right .newsdetails{
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 5%;
}
.container .main .right .newsdetails .titlebox{
    width: 100%;
    height: auto;
    padding: 5% 4% 3% 4%;
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
}
.container .main .right .newsdetails .titlebox .title{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #333333;
    line-height: 36px;
    font-weight: bold;
}
.container .main .right .newsdetails .titlebox .from{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    margin-top: 1%;
}
.container .main .right .newsdetails .text{
    width: 100%;
    height: auto;
    padding: 5%;
    box-sizing: border-box;
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}
.container .main .right .newsdetails .text img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.container .main .right .newsdetails .article{
    width: 100%;
    height: auto;
    padding: 3% 5% 5% 5%;
    box-sizing: border-box;
}
.container .main .right .newsdetails .article .prev{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    margin-bottom: 2%;
    padding-left: 3%;
    box-sizing: border-box;
    background: url(../images/icon13.gif) no-repeat left 11px;
    transition: all 0.3s;
}
.container .main .right .newsdetails .article .prev a{
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
}
.container .main .right .newsdetails .article .prev:hover{
    background: url(../images/icon12.gif) no-repeat left 11px;
}
.container .main .right .newsdetails .article .prev:hover a{
    color: #0f74c2;
}
.container .main .right .newsdetails .article .next{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    margin-bottom: 2%;
    padding-left: 3%;
    box-sizing: border-box;
    background: url(../images/icon11.gif) no-repeat left 11px;
    transition: all 0.3s;
}
.container .main .right .newsdetails .article .next a{
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
}
.container .main .right .newsdetails .article .next:hover{
    background: url(../images/icon14.gif) no-repeat left 11px;
}
.container .main .right .newsdetails .article .next:hover a{
    color: #0f74c2;
}
@media screen and (max-width: 1000px){
    .container .main .right .newsdetails .titlebox .title{
        font-size: 19px;
    }
    .container .main .right .newsdetails .article .prev{
        background: url(../images/icon13.gif) no-repeat left 6px;
        padding-left: 5%;
    }
    .container .main .right .newsdetails .article .next{
        background: url(../images/icon11.gif) no-repeat left 6px;
        padding-left: 5%;
    }
    .container .main .right .newsdetails .article .prev:hover{
        background: url(../images/icon12.gif) no-repeat left 6px;
    }
    .container .main .right .newsdetails .article .next:hover{
        background: url(../images/icon14.gif) no-repeat left 6px;
    }
    .container .main .right .newsdetails .article .prev a{
        line-height: 24px;
    }
    .container .main .right .newsdetails .article .next a{
        line-height: 24px;
    }
}
/*åŽ†ç¨‹*/
.track-rcol {
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
}
.track-list {
    padding-left: 5px;
    box-sizing: border-box;
    position: relative;
}
        
.track-list li {
    position: relative;
    padding: 9px 0 0 25px;
    line-height: 18px;
    border-left: 2px dashed #e5e5e5;
    color: #999;
    padding-bottom: 5%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}       
.track-list li.first {
    color: red;
    padding-top: 0;
}
.track-list li .node-icon {
    position: absolute;
    left: -8px;
    top: 0%;
    width: 15px;
    height: 15px;
    background: url(../images/time1.gif) ;
    z-index: 55;
}        
.track-list li.first .node-icon {
    background-position: 0 -72px;
    background: url(../images/time2.gif)
}
.track-list li .time {
    margin-right: 20px;
    position: relative;
    top: -22px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #333333;
    line-height: 38px;
    font-weight: bold;
}      
.track-list li .txt {
    position: relative;
    top: -9px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}      
.track-list li.first .time {
    margin-right: 20px;
    color: #0f74c2;
    top: -13px;
}
.hide {
    display: none;
}       
.prolist .track-rcol .showmore{
    width: 100%;
    height: 40px;
    border: 1px solid #eeeeee;
    background: #f8f8f8;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-top: 3%;
    cursor: pointer;
}
/*è§†é¢‘ä¸­å¿ƒ*/
.container .main .right .video{
    width: 100%;
    height:auto;
}
.container .main .right .video .videolist{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3% 3% 0 3%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 3%;
}
.container .main .right .video .videolist li{
    width: 31.33%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}
.container .main .right .video .videolist li:nth-of-type(3n){
    margin-right: 0;
}
.container .main .right .video .videolist li .pic{
    width: 100%;
    height: auto;
    position: relative;
}
.container .main .right .video .videolist li .pic img{
    width: 100%;
    height: auto;
}
.container .main .right .video .videolist li .pic .playbtn{
    width: 42px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.container .main .right .video .videolist li .pic .playbtn img{
    width: 100%;
    height: auto;
}
.container .main .right .video .videolist li .text{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #737373;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 5px 0;
}
.wapper{
    width: 100%;
    height: auto;
}
.wapper video{
    width: 100%;
    height: 60%;
}
@media screen and (max-width: 1000px){
    .container .main .right .video .videolist li{
        width: 48%;
        height: auto;
        margin-right: 2%;
    }
    .container .main .right .video .videolist li:nth-of-type(2n){
        margin-left: 2%;
        margin-right: 0%;
    }
    .container .main .right .video .videolist li:nth-of-type(3n){
        margin-right: 2%;
    }
    .container .main .right .video .videolist li:nth-of-type(6n){
        margin-right: 0%;
    }
    .container .main .right .video .videolist li .text{
        line-height: 20px;
    }
}


