/*头部样式*/

.wh
{
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 700;
    color: #000;
    background: url(../images/wh.jpg) no-repeat;
}


#header {
    background: -webkit-linear-gradient(#95cef7,#c5e8f9);

}

.top {
    width: 1200px;
    margin: 0 auto;
    height:150px;
    line-height:120px;
}

.logo {
    padding-top:30px;
    float: left;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
    line-height:120px;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.k2 {
    color: #3471b0;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height:43px;
    padding-right: 30px;
}

.vn1{
    position: relative;
    margin-left: 35px;
}
.vn1-a1 a.vn1-all {
    color: #3471b0;
    display:inline-block;
    margin-top:66px;
}
.vn1-sec{
    display: none;
    position: absolute;
    left: -9px;
    top: 105px;
    z-index: 999;
    width: 500px;
    transition:all ease 0.5s;
}
.vn1-sec a{
    display: block;
    text-align: center;
    width: 100px;
    height: 50px;
    line-height: 50px;
    background: #fff;
}
.vn1-a1:hover .vn1-sec{
    display: block;
    transition:all ease 0.5s;
}

.client-in {
    display: none;
}
@media (max-width: 768px){
   .client-in {
        display: block;
    }
}
.dianhua{height:35px;padding-top:0px;font-weight: 800;}

#menu {background: -webkit-linear-gradient(#0f6fd3, #077bd8);
    background: -o-linear-gradient(#0f6fd3, #077bd8);
    background: -moz-linear-gradient(#0f6fd3, #077bd8);
    background: linear-gradient(#0f6fd3, #077bd8);
    height:54px;line-height:54px;border-bottom:1px solid #fff;     position: relative;
    z-index: 99;}
.word1{color:#434343;font-size:20px;}
.word1 b{color:#1d6bc3;}
/*热门搜索*/

.search {
    width: 1200px;
    margin: 0 auto;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.search a {
    color: #fff;
}

.search a:hover {
    color: #1d6bc3;
}

#formsearch {
    width: 188px;
    float: left;
    background: url(../images/ss.png) center no-repeat;
    margin-left:58px;
    margin-top:75px;
}

.hotSearch {
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.pro-cate {
    position: relative;
    margin-top: 23px;
}

.pro-cate a {
    display: inline-block;
    color: #333;
    font: 400 14px/48px "Microsoft Yahei";
    width: 140px;
    text-align: center;
}

.pro-cate a span {
    font-size:15px;
    background: #f5f5f5;
    display: block;
}

.pro-cate a:hover span {
    background: #1d6bc3;
    color: #fff;
}

.pro-cate a.all {
    background: #1d6bc3;
    font-weight:normal;
    color: #fff;
    width: 80px;
    font-size:15px;
    font-family: "arial"
}

.pro-cate a.more {
    color: #666;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.pro-cate a.more:hover {
    color: #cc0001;
}

.case1 {
    width: 1200px;
    margin: 0 auto;
}

.ctitle {
    background: url(../images/line1.png) center 62% no-repeat;
    color: #1d6bc3;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
}

.ctitle span {
    color: #b4b4b4;
    font-size: 14px;
    font-family: "arial";
    display: block;
    text-transform: uppercase;
    margin: 8px 0 10px;
}

.ctitle p {
    color: #8d8d8d;
    font-size: 16px;
    margin-top:25px;
}

.picList {
    margin-top:30px;
    height:380px;
    overflow: hidden
}

.picList li {
    margin-right: 33px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

.picList li:nth-child(3n) {
    margin-right: 0;
}

.picList li .pic {
    overflow: hidden;
}

.picList li .pic img {
    width: 378px;
    height: 278px;
    display: block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.picList li:hover .pic img {
    transform: scale(1.08, 1.08);
}

.picList li h3 a {
    display: block;
    height: 72px;
    line-height: 72px;
    color: #333333;
    font: 400 16px/72px "microsoft yahei";
    padding-left: 8px;
    position: relative;
    text-align:center;
}

.picList li h3 a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #f5f5f5;
    transition: .7s;
    bottom: 0;
    left: 0;
}

.picList li:hover h3 a {
    color: #1d6bc3;
    font-weight: bold;
}

.picList li:hover h3 a::after {
    width: 100%;
    transition: .7s;
    background: #1d6bc3
}

.picList li h3 a span {
    width: 37px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background: transparent url(../images/icon.png) no-repeat -30px -66px;
    transition: all 0.3s ease-out 0s;
    margin-top: -13px;
    border-left: 1px solid rgba(0, 0, 0, 0);
}

.picList li:hover h3 a span {
    background: url(../images/icon.png) no-repeat 16px -66px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.c1 {
    background: #fafafa;
    padding-top: 20px;
    padding-bottom: 55px;
}

.news {
    width: 1200px;
    margin: 0 auto;
}

.news_list1 {
    margin-top: 21px;
    cursor: pointer;
}

.news_list1 dd {
    width: 96px;
    text-align: center;
    font: 600 44px "arial";
    color: #fff;
    float: left;
    height: 96px;
    padding-top: 10px;
    background: #929292;
    box-sizing: border-box
}

.news_list1 dd span {
    width: 60px;
    margin: 0 auto;
    display: block;
    font: 400 14px/35px "arial";
    border-top: 1px solid #a7a7a7;
}

.news_list1:hover dd span {
    border-color: #fff;
}

.news_list1 dt {
    width: 486px;
    float: left;
    padding: 10px 35px 10px 28px;
    box-sizing: border-box;
    background: #fff;
}

.news_list1 dt a {
    color: #333;
    font: 400 14px/28px "å¾®è½¯é›…é»‘";
}

.news_list1 dt span {
    display: block;
    font: 400 12px/24px "微软雅黑";
    color:#999;
}

.news_list1 dt span a {
    color: #ff7300;
    display: inline;
    font: 400 12px/24px "微软雅黑";
}

.news_list1:hover dd {
    background: #1d6bc3;
    border-color: #1d6bc3;
    color: #fff;
}

.news_list1 dt:hover a{
    font-weight: 600;
    color:#1d6bc3;
}

.news_left {
    width: 582px;
    float: left;
    margin-top: 23px;
}

.news_right {
    width: 575px;
}

.c2 {
    background: url(../images/c2.jpg) no-repeat center top;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 420px;
    overflow: hidden;
}

.about {
    width: 498px;
    float: right;
    margin-right: 15px;
    padding-bottom: 5px;
    padding-top: 12px;
}

.about_title {
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    line-height: 70px;
}

.about_title p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    margin: 5px 0 20px;
}

.about .content {
    color: #adadad;
    font-size: 13px;
    line-height: 30px;
}

a.a1 {
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    background: #1d6bc3;
    margin-right: 18px;
    margin-top: 50px;
    transition: .8s;
}

a.a1:hover {
    transition: .8s;
    background: #0459b9
}

a.a2 {
    background: #f7931d;
}

a.a2:hover {
    transition: .8s;
    background: #d27d19
}

.product {
    width: 100%;
    margin: 0 auto;
}

.picScroll-left {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
.picScroll-left .slick-arrow{
    width: 55px;
    height: 110px;
    border: none;
    color: rgba(255,255,255,0);
    outline: none;
    position: absolute;
    z-index: 99;
    top: 22%;
}
.picScroll-left .slick-prev {
    background: url(../images/left.png) no-repeat;
    left: -7%;
}
.picScroll-left .slick-next {
    background: url(../images/right.png) no-repeat;
    right: -7%;
}

.picScroll-left .slick-list li {
    margin: 0 16px;
    float: left;
    _display: inline;
    text-align: center;
    position: relative;
}

.picScroll-left .slick-list li .img1 {
    position: absolute;
    left: -2px;
    top: 0;
}

.picScroll-left .slick-list li .pic {}

.picScroll-left .slick-list li .pic img {
    width: 378px;
    height: 278px;
    display: block;
    box-shadow: 0 0 12px #e4e4e4;
}

.picScroll-left .slick-list li:hover .pic img {}

.picScroll-left .slick-list li h3 {
    padding-top: 20px;
}

.picScroll-left .slick-list li h3 a {
    display: block;
    line-height: 42px;
    color: #666;
    font: 400 15px/42px "microsoft yahei";
    padding-left: 5px;
    position: relative;
    text-align: center;
}

.picScroll-left .slick-list li h3 a p {
    font-size: 12px;
    color: #bdbdbd;
    font-family: "arial";
    line-height: 29px;
    font-weight: normal;
    height: 29px;
    overflow: hidden;
}

.picScroll-left .slick-list li:hover h3 a {
    color: #1d6bc3;
    font-weight: bold;
}

.picScroll-left-small {
    width: 100%;
    margin: 0 auto;
    display: none;
}
.picScroll-left-small li {
    margin: 0 5%;
    float: left;
    _display: inline;
    text-align: center;
    position: relative;
    width: 90%;
}

.picScroll-left-small li .img1 {
    position: absolute;
    left: -2px;
    top: 0;
}

.picScroll-left-small li .pic {}

.picScroll-left-small li .pic img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 0 12px #e4e4e4;
}

.picScroll-left-small li:hover .pic img {}

.picScroll-left-small li h3 {
    padding-top: 20px;
}

.picScroll-left-small li h3 a {
    display: block;
    line-height: 42px;
    color: #666;
    font: 400 15px/42px "microsoft yahei";
    padding-left: 5px;
    position: relative;
    text-align: left;
}

.picScroll-left-small li h3 a p {
    font-size: 12px;
    color: #bdbdbd;
    font-family: "arial";
    line-height: 29px;
    font-weight: normal;
    height: 29px;
    overflow: hidden;
}

.picScroll-left-small li:hover h3 a {
    color: #1d6bc3;
    font-weight: bold;
}

.c3 {
    background: #fafafa;
    padding: 38px 0 42px;

}

.fuwu {
    width: 1200px;
    margin: 0 auto;
}

.fuwu_list li {
    width: 260px;
    float: left;
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
}

.fuwu_list li img {
    width: 124px;
    height: 124px;
}

.fuwu_list li a {
    display: block;
    width: 124px;
    height: 124px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.fuwu_list li a .img2 {
    display: none
}

.fuwu_list li:hover a .img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 124px;
    height: 124px;
    display: block;
}

.fuwu_list li h3 {
    color: #535353;
    font-size: 16px;
    padding-top: 30px;
}

.fuwu_list li h3 p {
    color: #555;
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
}

.fuwu_list li:hover h3 {
    color: #1d6bc3;
}

.mulu {
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.mulu img {
    padding: 0 20px 0 10px;
}

.sortt {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    background: #fff;
    top: 80px;
    z-index: 99;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 47px;
    display: none;
}

.sortt>li {
    width: 380px;
    float: left;
    margin-right: 6px;
    margin-bottom: 70px;
}

.sortt li a {
    color: #000;
    font: 400 24px/65px "微软雅黑";
    display: block;
}

.sortt li .layer2 {
    min-height: 120px;
}

.sortt li .layer2 li a {
    color: #585858;
    font: 400 14px/30px "微软雅黑";
}

a.close1 {
    position: absolute;
    right: 18px;
    top: -12px;
}



/*主体样式*/

#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.menu_cate {
    width: 220px;
    float: left;
}

.cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*首页新闻*/

.news_company {
    width: 280px;
    float: right;
}

.news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.news_company .content {
    padding: 5px;
}


/*首页左侧联系我们*/

.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}


/*工程案例*/

.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0 100%;
    font-size: 14px;
    color: #000;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}


/*产品推荐*/

.recommend_product {
    margin-top: 10px;
    width: 692px;
    float: left;
}

.recommend_product .title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}


/*品牌列表*/

.brand-list {
    margin: 20px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.brand-list li {
    margin: 5px 8px;
}

.brand-list li:hover {
    box-shadow: 2px 1px 5px;
}

.brand-list li img {
    width: 150px;
    height: 120px;
}


/*前台多页签*/

.tab {
    position: relative;
}

.tab li {
    float: left;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.tab li.cur {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #3a78c1;
    border-color: #3a78c1;
}

.tt {
    display: none;
}

.list1 {
    padding: 8px 10px;
}

.list1 li {
    line-height: 27px;
    position: relative;
    vertical-align: middle;
}

.list1 li a {
    background: url(../images/list_dot1.gif) left center no-repeat;
    padding-left: 12px;
    line-height: 27px;
    color: #555555;
}

.list1 li a:hover {
    color: #3471b0;
    text-decoration: none;
}

.list1 li span {
    position: absolute;
    right: 0px;
    line-height: 30px;
    top: 0;
    color: #999;
}


/*友情链接*/


/*页面底部*/

.foot {
    background: #262727;
    padding: 30px 0;

}
.nav_foot{width:626px;
    float: left;}

.copyright{width: 470px;
    float: right;}
.f_link1{background: #171717;}
.f_link{width:1200px;margin:0 auto;color:#fff;}

#footer1 {
    width: 1200px;
    margin: 0 auto;
}

.nav_list {
    width: 925px;
    float: left;
}

.nav_list li {
    margin-right: 76px;
    float: left;
}

.nav_list li>a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    position: relative;
    display: block;
}

.nav_list li .sec1 a:hover {
    color: #1d6bc3;
}

.nav_list li>a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 16px;
    background: #686868;
}

.nav_list li .sec1 {
    margin-top: 13px;
}

.nav_list li .sec1 a {
    font: 400 14px/25px "microsoft yahei";
    display: block;
    color: #c7c7c7;
}

#footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.codes {
    width: 218px;
    text-align: center;
    padding-left: 55px;
    border-left: 1px solid #3f3f3f;
    padding-top: 30px;
    color: #808181;
    font-size: 16px;
    line-height: 46px;
    margin-top: 15px;
}

.foot1 {
    background: #171717;
    padding: 18px 0;
    color: #fff;
    line-height: 25px;
    height:25px;
}

.foot1 a {
    color: #fff;
}

.foot1 a:hover {
    color: #ff0;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.n_banner img {
    width: 1920px;
    margin: 0 auto
}

.left {
    width: 225px;
    float: left;
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
    width: 100%;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
}

.sitemp .site {
    height:72px;
    font-size: 12px;
    line-height:72px;
    text-align: right;
}

.sitemp .site img{
    top:-2px;
    position: relative;
}

.right .content {
    padding: 10px 0;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.sort_album {
    margin-top: 15px;
}

.tsite {
    background: #fafafa;
    height: 148px;

}

.siteTitle{height:80px;line-height:80px;width:720px;border-bottom:1px solid #d6d6d6;margin:0 auto;margin-top:57px;position:relative;color:#000000;font-size:20px;text-align:center;margin-bottom:14px;}
.siteTitle::after{content:"";position:absolute;left:50%;margin-left:-65px;width:130px;height:3px;background:#3471b0;
    bottom:-2px;
}
.servers {
    width: 52px;
    position: fixed;
    top: 300px;
    right: 0px;
    z-index: 9999;
}

.servers li {
    height: 52px;
    text-align: center;
    margin-bottom: 2px;
    background: #1d6bc3;
    position: relative;
}

.servers li a {
    display: block;
    width: 100%;
    height: 100%;
}

.servers li:hover a {
    color: #fff;
}

.servers li.sr1 a {
    background: url(../images/sr1.png) no-repeat 50% 50%;
}

.servers li.sr2 a {
    background: url(../images/sr2.png) no-repeat 50% 50%;
}

.servers li.sr3 a {
    background: url(../images/sr3.png) no-repeat 50% 50%;
    position: relative;
}

.servers li.sr4 a {
    background: url(../images/gotop.png) no-repeat 50% 50%;
    position: relative;
}

.servers li:hover {
    background: #444;
}

.pro-hide {
    position: absolute;
    right: 0px;
    top: 0;
    width: 0;
    height: 52px;
    overflow: hidden;
    color: #fff;
    font: 400 20px/52px "Microsoft Yahei";
    padding-left: 52px;
    background: url(../images/sr2.png) #1d6bc3 no-repeat 16px 50%;
    box-sizing: border-box;
}

.servers li:hover .pro-hide {
    background: url(../images/sr2.png) #444 no-repeat 16px 50%;
}

.pro-hide2 {
    position: absolute;
    right: 52px;
    top: 0;
    width: 0;
    height: 52px;
    background: #444444;
    overflow: hidden;
    color: #fff;
    font: 400 14px/52px "Microsoft Yahei";
}

.servers li .pro-hide2 a {
    background: none;
}

.news_top dl {
    padding-bottom: 50px;
    border-bottom: 1px solid #dddddd;
}

.news_top dd {
    width: 450px;
    float: left;
}

.news_top dd img {
    width: 450px;
    height: 282px;
}

.news_top dt {
    width: 675px;
    float: left;
    margin-left: 48px;
    margin-top: 18px;
}

.news_top dt h3 {
    color: #333333;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
}

.news_top dt span {
    display: block;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 27px;
}

.news_top dt p {
    font: 400 14px/28px "微软雅黑";
    margin-top: 16px;
}

.news_top {
    margin-bottom: 20px;
}

.news_top dt a {
    background: #1d6bc3;
    width: 148px;
    height: 36px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-top: 38px;
}

.news_middle dl {
    padding-top: 30px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
}

.news_middle dd {
    width: 224px;
    float: right;
}

.news_middle dd img {
    width: 224px;
    height: 150px;
}

.news_middle dt {
    width: 890px;
    float: left;
}

.news_middle dt h3 a {
    color: #323232;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
}

.news_middle dt span {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 27px;
    margin-top: 16px;
}

.news_middle dt p {
    font: 400 14px/24px "微软雅黑";
    margin-top: 16px;
    color: #999;
}

.news_middle dt span a {
    color: #999;
    font-size: 14px;
    line-height: 27px;
}


/*----- Training registration ------*/
.feedback{border-bottom: 1px dashed #F1F1F1;padding-bottom: 8px;text-align: center;}
.message-list{padding-top:10px;padding-left: 190px;}
.message-list li{padding:10px 0;line-height:40px;}
.message-list li span{display:inline-block;width:140px;text-align:right;vertical-align: top;}
.message-list li span{*display:inline;_zoom:1;_display:inline;_font-size:0px;}
.message-list li input{height:40px;border:1px solid #CCC;width:470px;padding:0 5px;margin-left:10px;}
.message-list li input.minput{width:310px;}
.message-list li input.msgsend{width: 150px;height: 40px;line-height: 40px;background: #06589f;text-align: center;color: #fff;margin: 20px 0 0 79px;
    cursor: pointer; -webkit-border-radius: 5px;border-radius: 5px;-moz-border-radius: 5px;}
.message-list li input.msgsend:hover{background:#fe3939;}
.message-list li textarea{width:560px;padding:0 5px;margin-left:10px;height:150px;border:1px solid #CCC;}
.message-list li.last{margin-left:75px;padding-top:0;}
.message-list li.last .msgsend{margin-top:12px;}
.message-list li #titles{height:40px;border:1px solid #CCC;width:300px;padding:0 5px;margin-left:10px;}


@media (max-width: 1024px) {
    .top {
        width: 100%;
    }
    .logo {
        width: 60%;
    }
    #menu{
    }
    .nav {
        width: 105%;
    }
    .nav li a {
        padding: 0 36px;
    }
    #container{
        width: 100%;
    }
    .search {
        width: 100%;
    }
    .case1 {
        width: 100%;
    }
    .pro-cate a {
        width: 115px;
    }
    .product {
        width: 100%;
    }
    .picScroll-left .slick-list li .pic img {
        width: 100%;
        height: auto;
    }
    .picList li {
        width: 37%;
        margin-right: 0;
        margin-left: 8.5%;
    }
    .picList li .pic img {
        width: 100%;
        height: 278px;
    }
    .picScroll-left {
        width: 80%;
    }
    .news {
        width: 100%
    }
    .news_left {
        width: 50%;
    }
    .news_right {
        width: 50%;
        overflow: hidden;
    }
    .news_list1 dt {
        width: 85%;
    }
    .news_list1 dd {
        width: 15%;
    }
    .c2 {
        width: 100%;
        position: relative;
        left: 0;
        margin-left: 0;
    }
    .about {
        width: 45%;
        float: right;
        margin-right: 15px;
        padding-bottom: 5px;
        padding-top: 12px;
    }
    .about_title {
        font-size: 32px;
        line-height: 48px;
    }
    #footer1 {
        width: 100%;
    }
    .foot1 {
        padding: 8px 0;
        height: auto;
    }
    #footer {
        width: 100%;
    }
    .fuwu {
        width: 100%;
    }
    .fuwu_list li {
        width: 20%;
    }
    .nav_foot {
        width: 100%;
        float: none;
        text-align: center;
    }
    .nav_list {
        width: 70%;
        margin-left: 2%;
    }
    .nav_list li {
        margin-right: 2rem;
    }
    .f_link {
        width: 100%;
    }
    .f_link1 {
        text-align: center;
    }
    .copyright {
        width: 100%;
        float: none;
        text-align: center;
    }


    /*-----------内页-----------*/
    .n_banner {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .n_banner img {
        width: 100%;
        min-height: 30vw;
    }
    .sitemp {
        width: 100%;
    }
    .product_list li {
        width: 30%;
        margin-left: 2.5%;
        margin-right: 0;
    }
    .product_list li a.img img {
        width: 100%;
    }
    .news_top dd {
        width: 37.5%;
    }
    .news_top dd img {
        width: 100%;
    }
    .news_top dt {
        width: 60%;
        margin-left: 2%;
        margin-top: 0;
    }
    .news_middle dt {
        width: 80%;
    }
    .news_middle dd {
        width: 20%;
    }
    .download_list li {
        background: url(../images/list_dot1.gif) 15% 50% no-repeat;
        padding-left: 16%;
    }
    .download_list li span {
        right: 15%;
    }
    .connect-method {
        width: 85%;
        float: right;
    }
    .right .content {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .right table{
        width: 100%!important;
    }
    hr{
        display: none;
    }
    .product_detail .img{
        width: 40%;
    }
    .product_detail .small {
        width: 100%;
        height: 36vw;
    }
}

.pics_wrap{
    width: 1920px;
    overflow: hidden;
    margin-left: -960px;
    left: 50%;
}
.picScroll-left .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    bottom: 7rem;
}
.picScroll-left .slick-dots li{
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #efefef;
    cursor: pointer;
}
.picScroll-left .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.picScroll-left .slick-dots li.slick-active {
    background: #288fc7;
}

.add-sec{
    position: absolute;
    right: 0;
    line-height: 2rem;
    padding-top: 3px;
    padding-bottom: 1px;
    font-size: 15px;
    font-weight: bold;
    width: 20%;
    top: 0;
    color: white;
}
@media (max-width: 768px) {
    .list_p li.li1{
        height: auto;
    }
    .right img{
        width: 100%!important;
        height: auto!important;
    }
    .nav li.pli {
        position: relative;
    }
    #header {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .picScroll-left {
        display: none!important;
    }
    .picScroll-left-small {
        display: block;
    }
    .product_detail .img a{
        display: block;
        width: 100%;
    }
    .zoomPad {
        width: 100%;
    }
    .ctitle {
        font-size: 20px;
    }
    .pics_wrap {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
    .pics_wrap img {
        width: 100%!important;
        height: 40vw!important;
    }
    .servers{
        display: none;
    }
    .picScroll-left {
        width: 100%;
        margin-top: 0;
    }
    .nav_btn {
        width: 30px;
        float: right;
        margin-top: 3%;
        margin-right: 2%;
    }
    .nav_btn span,
    .nav_btn:after,
    .nav_btn:before {display: block;height: 2px;background: #333;transition:all .5s ease}
    .nav_btn span{margin: 8px 0;}
    .nav_btn:after,
    .nav_btn:before {content:'';transform-origin: 3%;}

    .nav_btn.clicked span {opacity: 0;}
    .nav_btn.clicked:after {transform: rotate(-45deg);}
    .nav_btn.clicked:before {transform: rotate(45deg);}
    #menu {
        position: absolute;
        width: 80%;
        top: 0;
        right: 100%;
        display: none;
        background: #44a8dd;
        height: auto;
    }
    .nav {
        position: relative;
        z-index: 9999;
        width: 100%;
        float: none;
        margin: 0;
        line-height: 36px;
        margin-top: 0.5rem;
        font-weight: bold;
    }
    .nav li {
        width: 100%;float: none;
        border-bottom: 1px solid #82c9ee;

    }
    .nav li a{
        color: #white;
        height: auto;
        line-height: 2rem;
    }
    .nav .sec {
        position: relative;
        width: 100%;
        top: 0;
        background: none;
    }
    .nav .sec .secbox .layer1 li a {
        color: white;
    }
    .nav .sec .secbox .layer1 > a {
        line-height: 2rem;
        height: 2rem;
    }
    .nav .sec .secbox .layer1 {
        border: none;
    }
    .nav .sec .secbox .layer1 li {
        border: none;
    }
    .nav .sec a {
        color: white;
    }
    .top {
        line-height: normal;
        height: auto;
    }
    .logo {
        padding-top: 0;
        width: 85%;
        overflow: hidden;
    }
    .logo img {
        width: 100%;
    }
    .topLink {
        display: none;
    }
    .search {
        display: none;
    }
    .pro-cate a.all {
        width: 40px;
        font-size: 15px;
        line-height: 35px;
    }
    .pro-cate a {
        width: 20%;
        font-size: 12px;
        line-height: 35px;
        margin-top: 3px;
    }
    .picList li {
        width: 83%;
        margin-left: 8.5%;
    }
    .picList li .pic img {
        height: 60vw;
    }
    .picList {
        height: auto;
    }
    .news_right {
        width: 100%;
    }
    .news_right .slideBox {
        width: 100%;
        height: auto;
    }
    .news_right .slideBox .bd img {
        width: 100%;
        height: 70vw;
    }
    .news_left {
        width: 100%;
    }
    .news_list1 dd span {
        width: 100%;
        font-size: 12px;
    }
    #news_last{
        display: none;
    }
    .c2{
        background: url(../images/c2n.jpg) no-repeat center;
        height: auto;
        padding-bottom: 1rem;
    }
    .about {
        width: 96%;
        margin-right: 0;
        padding-left: 3rem;
    }
    .about_title {
        font-size: 28px;
        line-height: 42px;
    }
    .about p{
        color: white;
    }
    .fuwu_list li {
        margin: 1% 2%;
    }
    .sec1 {
        display: none;
    }
    .codes {
        position: relative;
        border: none;
        float: none!important;
        padding: 0;
        margin: 0 auto;
        padding-top: 1rem;
    }
    .nav_list {
        display: none!important;
    }
    .foot {
        padding: 0;
    }
    .tsite {
        height: auto;
    }
    .tsort {
        height: auto;
        line-height: 2rem;
    }
    .sort li a {
        font-size: 12px;
        height: 2rem;
        line-height: 2rem;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .pro-cate {
        padding-left: 1rem;
    }
    .siteTitle {
        margin-top: 0;
        margin-bottom: 14px;
        width: 94%;
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem;
    }
    .product_list li {
        width: 40%;
        margin-left: 6.5%;
    }
    .product_list li a.img img {
        width: 100%!important;
        height: 32vw!important;
    }
    .download_list li {
        background: url(../images/list_dot1.gif) 3% 50% no-repeat;
        padding-left: 5%;
    }
    .download_list li span {
        right: 4%;
    }
    #ydemo {
         height: auto;
    }
    .copyright {
        display: none;
    }
    .f_link1 {
        display: none;
    }
    .sort {
        width: 100%;
    }
    .sort li {
        width: 33%;
        border-bottom: 1px solid #ededed;
    }
    .sort li:last-child {
        border-right: 1px solid #ededed;
    }
    .news_top dd {
        width: 100%;
        float: none;
    }
    .news_top dt {
        width: 96%;
    }
    .news_top dt h3 {
        height: auto;
    }
    .news_middle dd {
        width: 100%;
        float: none;
    }
    .news_middle dt {
        width: 100%;
    }
    .pageController {
        text-align: center;
    }
    .pageController .t1 {
        float: none;
    }
    .pageController .t2 {
        float: none;
    }
    .sitemp .site {
        display: none;
    }
    .connect-method {
        width: 98%;
    }
    .product_detail .img {
        width: 100%;
        height: auto;
        float: none;
    }
    .product_detail .small {
        width: 100%;
        height: auto;
    }
    .product_detail .list {
        width: 100%;
        padding-top: 0;
    }
    .list_p li.li2 {
        padding-top: 0;
    }
    .p_detail .return1 {
        display: none;
    }
    .p_detail {
    }
    .p_detail ul {
        height: auto!important;
        line-height: 40px!important;
    }
    .p_detail ul li {
        width: 25%!important;
        line-height: 35px!important;
        font-size: 12px!important;
    }
    .message {
        padding-left: 0;
    }
    .list_p li.li1 {
        font-size: 1rem;
    }
}
@media (max-width: 650px)  {
    .pro-cate a.more {
        position: relative;
    }
}
@media (max-width: 540px) {
    .fuwu_list li {
        width: 40%;
    }
    .fuwu_list li {
        margin: 1% 5%;
    }
}
@media (max-width: 500px) {
    .news_list1 dd {
        width: 16%;
        position: absolute;
    }
    .news_list1 dt {
        width: 100%;
        padding: 0;
        padding-left: 17%;
        padding-right: 1%;
        min-height: 96px;
    }
    .nav_list li>a {
        font-size: 12px;
    }
    .news_right .slideBox {
        margin-top: 0;
    }
}
@media (max-width: 415px)  {
    .ctitle p{
        font-size: 0;
        margin-top: 3rem;
    }
    .pro-cate {
        margin-top: 0;
    }
    .news_left {
        margin-top: 0;
    }
    #ydemo {
        margin-top: 0;
    }
}
@media (max-width: 408px)  {
    .about a{
        margin-top: 10px;
    }
}
@media (max-width: 374px)  {
    .about a{
        margin-right: 10px;
        width: 40%;
    }
    .about_title {
        font-size: 20px;
        line-height: 28px;
    }
    .about_title p{
        font-size: 14px;
    }




