﻿body{color: #2f2f2f; font-family: "Microsoft Yahei", STHeiti, sans-serif;}
h1{ color:#2f2f2f }
#loadDiv{    position: fixed;
    z-index: 1001;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 20%;
    text-align: center;
    font-size: 16px;
    height: 100%;
    background: rgb(35, 35, 43);}
.scroll-down {
    display: none;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 40px;
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    width: 50px;
    z-index: 10;
}
.scroll-down span {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: drop;
    animation-play-state: running;
    animation-timing-function: linear;
    color: #fff;
    position: relative;
}
@keyframes drop {
    0% {
        opacity: 0;
        top: 0;
    }
    30% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}
.title_warm{ color: #fff}
/*头部样式开始*/
/*头部*/
/*loading*/
.spinner {
    width: 75px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    margin-left: -40px;
}

.spinner > div {
    background-color: #db0a2c;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.update_img{ width: 20%; margin: 0 auto}
.update_img img{ width: 100%}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
#mobile-header{display: none;}
.section{position: relative;}
.header .logo {line-height: 83px; width: 260px}
.header .logo img{width: auto;}
.header{height: 83px;background-color:#232731; position: fixed;top: 0;left: 0;z-index: 99;width: 100%;}
.header .nav{ height: 83px; float: right; margin-left: 40px}
.header .nav li{color:#fff; font-size: 14px; float: left;margin-left: 50px;font-weight: bold; position: relative;}
.header .nav li a{ color: #fff; font-weight: normal}
.header .nav .header-hd{line-height: 33px;display: inline-block; padding-bottom: 33px;padding-left: 10px;padding-right: 10px;position: relative;}
.header li.login-btn a{padding-left: 15px;padding-right: 15px;background:url(../images/login_btn_bg.jpg) no-repeat center;-webkit-background-size: 100% 100%;background-size: 100% 100%; padding-bottom: 0;display: block;line-height: 33px;}
.header li.login-btn a:hover{background: #d1201d;}
.nav>li>a{ line-height: 63px;}
.nav>li>a:hover{ background: #394c6b}
.header .nav .header-hd i{content:"";position: absolute; width: 0;height: 3px;background-color: #d1201d; left: 0;bottom: 0; opacity: 0;}
.header .nav .header-hd:hover i,.header li.on .header-hd i{width: 100%;opacity: 1;}
.header li.login-btn a:hover{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.header .nav .header-hd:hover i,.header .nav .header-hd i,.header li.on .header-hd i{
    -webkit-transition: all .5s ;
    -moz-transition: all .5s ;
    -ms-transition: all .5s ;
    -o-transition: all .5s ;
    transition: all .5s ;
}

.header .nav-list{
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: -21px;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    top: 97%;
    background-color: #394c6b;
    display: none;
    padding:0;
    position: absolute;
    text-align: center;
    width: 129px;
    z-index: 99;
}
.header .nav .header-hd:hover i,.header li.on .header-hd i{width: 100%;opacity: 1;}
.header .nav-list a{color:#333;font-size: 14px;display: block;}
.header .nav-list dd{line-height: 30px; margin-bottom: 10px; text-align: center; position: relative}
.header .nav-list dd .nav_nylist{box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176);
    padding-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    left: -21px;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    top: -3px;
    background-color: #415576;
    display: none;
    position: absolute;
    text-align: center;
    width: 129px;
    z-index: 99;}
.header .nav-list a:hover,.header .nav-list dd.onn a{background-color: none; color:#6ba3d7}
.header .nav-list dd.onn .nav_nylist a{ color: #fff; line-height: 35px;}
.header .nav-list dd .nav_nylist a:hover{ background: none; color:#6ba3d7 }
.header .nav-list dd .nav_nylist a{ line-height: 30px; font-size: 12px; background: none}
.header .nav-list dd:hover .nav_nylist a:first-child,.header .nav-list dd.onn .nav_nylist a:first-child{
    position: relative;
}
.arrow{ position:absolute; width:20px; height:20px; margin-top:-10px; top:15px; left:-19px; }
.arrow *{ display:block; border-width:10px; position:absolute; border-style:solid dashed dashed dashed; font-size:0; line-height:0; }
.arrow em{border-color:transparent #415576 transparent transparent; }

/*头部样式结束*/
/*首页轮播图*/
.top_banner{ width:100%;height:auto;overflow:hidden; position:relative; padding: 0;}
.top_banner .bigbanner{ position:relative; z-index:0; width:100%; overflow:hidden;}
.top_banner .bigbanner li{ position:relative; text-align:center; width:100%; height:auto; float:left; }
.top_banner .bigbanner li img{ background:url("loading.gif")center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.top_banner .bigbanner li img.img_small{width: 100%;}
.top_banner .bigbanner li img.image_large{ position: absolute;top: 0px; left: 0px; display: none;z-index: 2}
.top_banner .smallbanner{  position:absolute; height:28px; line-height:28px; bottom:0; width: 100%; text-align: center; z-index:1;}
.top_banner .smallbanner ul{ margin-bottom: 0}
.top_banner .smallbanner li{ display:inline-block; width:38px; height:8px; border:#000 1px solid; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 10px;   }
.top_banner .smallbanner li.on{ background:#000; opacity: 0.8 }
.header .box{ width:74%; margin: 0 auto}
.header .box_en{ width:74%; margin: 0 auto}
/*首页结束*/
/*公共样式*/
.product-sliders{ width: 100%;}
.product-sliders .slider{ position: relative; width: 100%; text-align: center}
.product-sliders .slider .product-image{ position: absolute; width: 100%; top: 0; left: 0; height: 100%}
/*.product-sliders .slider .product-image img{ width: 100%}*/
.product-sliders .slider h1{ position: relative; margin: 0 auto; display:inline-block; margin-top: 3%; z-index: 100; width:auto;padding: 0 1%;line-height: 70px; font-size: 40px; color: #fff;}
.product-sliders .slider p{ position: relative; font-weight: lighter; margin: 0 auto; display:block; margin-top: 0; z-index: 100; width:36%; font-size: 22px; line-height: 1.8; color: #fff}
.product-sliders .slider h3{position: relative; margin: 0 auto; display:inline-block; margin-top: 5%; z-index: 100; width:auto;padding: 0 1%;line-height: 50px; font-weight:400; font-size: 35px; color: #6ba3d7;}
.border {
    border-top: 1px solid #db0a2c;
    height: 1px;
    margin: 10px auto 0;
    position: relative;
    width: 15%;
    z-index: 100;
    display: none;
}
.border::before {
    background-color: #db0a2c;
    border: 1px ridge #db0a2c;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}
/*inavrvest and inavrplay*/
.inavrvest .slider:nth-child(3) h1{margin-top: 15%;}
.inavrvest .product-image1{ width: 70%; margin: 2% auto; overflow: hidden; margin-bottom:0}
.inavrplay  .product-image1{width: 100%; margin: 2% auto; overflow: hidden}
.inavrplay  .product-image1 img,.inavrvest .product-image1 img{ width: 100%}
/*---------------*/
/***** Bubba *****/
/*---------------*/
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: auto;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-bubba {
    background: #090816;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

/*.product-image1 .col-xs-12:first-child h2{ font-size: 60px;}*/
/*.product-image1 .col-xs-12:first-child p{ font-size: 22px;}*/
.product-image1 .col-xs-12 p{ font-size: 16px; padding: 0; width: 100%}
.product-sliders .slider p.font65{ font-size: 65px; }
figure.effect-bubba h2 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    color: #fff;
    font-size: 30px;
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.inavevest_bottom{ background: #232731}
.inavevest_bottom ul{ text-align: center; margin: 0 auto;font-size: 30px; padding: 10% 0;color: #fff}
.inavevest_bottom ul li{  display: inline-block; margin-left: 10px; margin-right: 50px; color: #fff }
.avrcamera .slider:nth-child(3) img{ width: 50%}
.inavercamera3 h1{font-size: 40px; text-align: center; margin-top: 10%;padding-bottom: 10px;color: #2f2f2f}
.inavercamera3 p{ font-size: 18px; width: 30%; text-align: center; margin: 20px auto; line-height: 30px;color: #2f2f2f}
/*inavrplay*/
.inavrplay .slider:nth-child(5){ height: auto !important; background: #343434; padding-bottom: 3%}
/*inavercamere*/
.inavrcamera .slider:nth-child(3) h1{ margin-top: 10%; margin-left: -50%}
.inavrcamera .slider:nth-child(3) .border{ margin-left: 17.5%}
/*inavr*/
.inavr a{ position: relative; z-index: 100; width: 13%; max-width: 259px; margin: 0 auto; margin-top: 28%; display: inline-block}
.videourl{ width: 100%}
.btn_list{ text-align: center; margin-bottom: 10px;}
.btn_list button{ background: #6ba3d7; border: none; color: #fff; font-size: 14px; padding: 5px 20px; border-radius: 10px;}
.btn_list button:hover,.btn_list button:active{background: #6ba3d7;color: #fff; outline: none}
.modal-dialog{ width: 1024px; margin: 10% auto}
.inavr .slider:nth-child(2) h1{ color: #fff; margin-top: 10%}
.inavr .slider:nth-child(2) p{ width: 54%}
.inavr_main{ background: #dbdae0; margin-top: 0; padding: 5% 0 2% 0; text-align: center; color: #484848}
.inavr_main h1{ font-size: 40px; line-height: 1.5}
.inavr_main p{ font-size: 22px;}
.no-pad{ overflow: hidden; padding:0 15px}
.inavr_main_list:nth-of-type(odd){ margin-top:5%;background: #dbdae0; }
.inavr_main_list img{transform: scale(1);
    transition: all 1s ease 0s; }
.inavr_main_list img:hover{transform: scale(1.1);
    transition: all 1s ease 0s;}
/*联系我们*/
.contactus{ background: url("../images/contactus.jpg") 50% 0 #303e59 no-repeat fixed ; background-size: 100% auto}
.contact{ width: 64%; margin: 10% auto; background:#fff; overflow: hidden}
.contact-list{ overflow: hidden; padding: 20px;}
.contact-list li{ border-bottom: #e1e1e1 2px solid; margin: 10px; padding: 10px 0}
.contact-list li h1{ font-size: 24px; color: #434343}
.contact-list li p{ font-size: 14px; }

@media (max-width: 900px) {
    .header .nav li{font-size: 14px;margin-left: 5px;}
    .header .logo img{width: 180px;}
    .header .nav .header-hd{font-size: 14px; }
}

@media (max-width: 998px) {
    .header {
        display: none;
    }
    .scroll-down{ display: none}
    #mobile-header {
        display: block;
        height: 70px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #232731;
        z-index: 30;
    }

    .header-wrapper {
        height: 100%;
        margin-left: 3%;
        margin-right: 3%;
        line-height: 70px;
        position: relative;
    }

    .header-wrapper .logo {
        width:260px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .header-wrapper .menu {
        width: 50px;
        height: 35px;
        background: url(../images/menu-p.png) no-repeat;
        font-family: ElegantIcons;
        font-size: 45px;
        position: absolute;
        font-weight: bolder;
        right: 0;
        top: 0;
        border: none;
        color: #fff;
    }
    .menu:hover, .menu:active{ border: none; outline: none}
    .mobile-nav {
        background-color: #1d2029;
        position: fixed;
        left: 100%;
        width: 100%;
        text-align: center;
        z-index: 30;
        top: 69px;
        overflow: scroll;
        display: none;
    }

    .mobile-nav-list li {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #666;
    }

    .mobile-nav-list a {
        display: block;
        line-height: 50px;
        font-size: 14px;
        color: #fff;
        padding: 4% 0;
    }

    .mobile-nav-list a.header-hd {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .mobile-nav-list .nav-list {
        display: none;
    }

    .mobile-nav-list .nav-list p {
        border-bottom: 1px dashed #313131;
    }

    .mobile-nav-list .nav-list p:last-of-type {
        border-bottom: 0;
    }

    .mobile-nav-list li.login-btn {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
}
.spinner{ top: 20%}
/*首页*/
.home section:nth-of-type(odd){ background: #2a2d44}
.home figure.effect-bubba h2{ padding-top: 10%}
.home figure.effect-bubba img{ opacity: 1}
/*关于我们*/
.main-container1{  margin-top: 83px}
.main-container{ margin-top: 0}
.inavrplay .product-image{ width: 100%; padding-top: 0;}
.center-wrapper{ width: 64%}
.center-wrapper h1{ font-size: 20px; color: #fff; height: 40px; line-height: 40px; border-left: #db0a2c 3px solid; padding-left: 20px; margin-bottom: 10px; text-overflow:ellipsis;white-space:nowrap; }
.center-wrapper p{ font-size: 18px; text-indent: 0; line-height: 1.5; position: relative; z-index: 10}
.page-title{ margin-bottom: 10%; color: #fff; }
.page{ background:none}
.about{ padding: 2% 0 5% 0 ; overflow: hidden}
.about ul{ width:100%; margin:0 auto; padding: 0; overflow: hidden; position: relative; z-index: 10;}
.about ul li{ width: 10.8%; float: left; margin:0.9% }
.about ul li:first-child, .about ul li:nth-child(9), .about ul li:nth-child(17), .about ul li:nth-child(25){ margin-left: 0}
.about ul li img{ width: 100%}
.certificate{ width: 100%; overflow: hidden}
.certificate img{ width: 18%; margin: 0.8%}
.about_bg{background: url("../images/about.jpg") 50% 0 no-repeat fixed; background-size:cover}
.page-title div{position: relative; width: 100%; overflow: hidden; padding:50px 20px; margin-top: 20px;z-index: 10}
.page-title div.about_mainbg{ position: absolute; z-index: 0; background: #fff; opacity: 0.26; top: 0; left: 0; height: 100%}
/*新闻中心样式*/
.new_bg{background: url("../images/new.jpg") bottom left no-repeat fixed #32405b; background-size: 40% auto}
.newbanenr{ width: 100%; overflow: hidden; margin-bottom: 20px; margin-top: 83px;}
.newbanenr img{ width: 100%}
.news-wrapper .new_top{ overflow: hidden}
.news-wrapper .new_top h1{ float: left; padding: 0}
.news-wrapper .new_top div{ float: right; line-height: 60px;color: #fff;}
.news-wrapper .new_top div a{ display: inline-block; color: #fff; font-size: 16px; margin: 0 10px}
.news-wrapper .new_top div a:hover,.news-wrapper .new_top div a.active{ color: #dd1e3b;}
.news-wrapper .new_top div a:focus{ text-decoration:none}
.news-wrapper ul li{ border: none; margin-bottom: 0; border-radius: 0; padding: 0; background: none; color: #fff}
.news-list li dl{width: 100%; height: 200px; overflow: hidden; margin-bottom: 20px}
.news-list li dl dt{ width: 10%; float: left; height: 100%; position: relative}
.news-list li dl p{ font-size: 14px; font-weight: normal;}
.cycle{ width: 15px; height: 15px; border-radius: 15px; border: #db0a2c 3px solid; position:absolute; right: 0; top:5px}
.rectangle{ height: 83%; bottom: 0; width: 3px; right: 6px; background:#cdcdcd; position: absolute}
.news-list li dl dd{ border: #efefef 1px solid; margin-top: 1%; float: left; margin-left: 5%;  width: 85%; height: 90%; padding:1% 3%; position: relative}
.new_main dd p{ height: 85px; overflow: hidden}
.news-list li dl dd h1{ border-bottom:#f4f4f4 2px solid; padding: 0;}
.news-list li dl dd a{ float: right; color: #db0a2c; text-decoration: underline; position: absolute; bottom: 10px; margin-top: 10px; position: absolute; right:10px;}
.new_main .news-list li dl dd h1{border:none}
.new_main .news-list li dl dd h1 a{ float: none; color: #fff; position: relative; right: 0;text-decoration: none; bottom: 0}
.new_main{ margin-top: 103px}
.new_top h1{ border: none; margin-left: 20px; line-height: 50px;}
.page-content h1{font-size: 25px;text-align: center; display: block;line-height:33px;margin-bottom:20px; border: none; color: #000}
.page-content p{font-size:16px; text-indent: 32px;}
.date{ line-height: 30px; border-bottom: #e3e5e3 1px solid; color: #656565; text-align: right; margin-bottom: 10px}
.nonew{    text-align: center;
    color: #7588ad;
    min-height: 400px;
    padding-top: 10%;
    font-size: 28px;
}
/*funcap*/
.funcap .slider:nth-child(4) p a{ display: inline-block; border: #5c91c3 1px solid; color: #7bbbf6; font-size: 20px; margin: 0 10px; padding: 0 10px; border-radius: 5px; }
.funcap figure.effect-bubba img{ opacity: 1}
.footer-container .row-col{ text-align: left}
.footer-container .row-col:last-child{ text-align: right}
/*开发者*/
.developers_top{ background:#e0dfe4; position: relative; width: 100%; padding: 2% 0; margin-top: 83px;}
.developers_top_main,.developers_main{ width: 64%; margin: 0 auto; overflow: hidden}
.developers_top h1{ display:block;position: relative; margin: 0 auto; text-align: center; font-size: 40px; line-height: 1.5}
.developers_top p{ text-align: center; font-size: 22px; color: #db0a2c}
.developers_top ul{ overflow: hidden; margin-top: 5%}
.developers_top ul li dl dt{ color: #fff; background: #2a2d44; width: 100%; height: 50px; line-height: 50px; text-align: center; font-size: 22px;}
.developers_top ul li dl dd{ padding:30px;background: #f5f5f5; text-align: center; overflow: hidden}
.developers_top ul li dl dd a{ font-size: 16px;text-overflow:ellipsis;white-space:nowrap;  overflow: hidden; line-height: 30px; display: block; background: url("../images/de_03.png") left no-repeat; background-size: 20px auto; text-align: left; padding-left: 25px;}
.developers_main p.warm{ text-align: center; color: #646464; margin-top:5%}
.developers_main h1{ text-align: center; font-size: 40px; margin-top: 3%}
.developers_main ul{ margin-top: 5%; overflow: hidden}
.bor{border-radius: 10px; border:#e0dfe4 2px solid;height: 190px; margin-bottom: 10px}
.developers_bg{background:url("../images/developers.png") center no-repeat; height: 48px; margin-top: 10px; background-size: 48px auto }
.developers_main ul li:nth-child(1) .developers_bg{ background-position: 50% 0}
.developers_main ul li:nth-child(3) .developers_bg{ background-position: 50% -96px}
.developers_main ul li p{ padding:0 10%; margin-top: 2%; text-align: center}
.download{ width: 110px; margin: 0 auto; padding: 1px 6px;top:25%; right: 10%; font-size: 14px;}
.download a{ background: url("../images/de_03.png") left no-repeat; background-size: 20px auto;padding-left: 25px;}
footer{ color: #6c6c6c}
@media only screen and (max-width: 1680px) and (min-width: 1365px) {
    .header .box{ width: 998px}
    .product-sliders .slider h1{ margin-top: 2%}
    .hot-line{ font-size:28px }
    .header .nav li{ margin-left: 20px}
    .developers_main ul li p{ padding: 0 5%}
}
@media only screen and (max-width: 1366px) and (min-width: 1279px) {
    .product-sliders .slider h1{ font-size: 34px;margin-top: 2%}
    .product-sliders .slider p{ font-size: 16px;}
    .header .box{ width:980px; padding: 0}
    .header .box_en{width:980px; padding: 0}
    .bottom-row{width:960px; }
    .header .nav li{ margin-left: 20px}
    .inavr a{ margin-top:25% }
    .developers_top ul li dl dd a{ font-size: 14px}
    .hot-line{ font-size:26px }
    .developers_main{ width: 960px;}
}
@media only screen and (max-width: 1280px) and (min-width: 998px) {
    .developers_main ul li:nth-child(1) p, .developers_main ul li:nth-child(3) p{
        padding-top: 0;
    }
    .banner figure.effect-bubba h2{ font-size: 30px}
    .header .box{ width:980px; padding: 0}
    .header .box_en{width:980px; padding: 0}
    .header .nav li{ margin-left: 20px}
    .center-wrapper{ width: 960px;}
    .bottom-row{ width:960px}
    .hot-line{ font-size:24px }
    .product-sliders .slider h1{ margin-top: 2%}
    .developers_main h1,.inavr_main h1,.product-sliders .slider h1{ font-size: 32px}
    .developers_top_main, .developers_main,.contact{width:960px;}
    .inavr .slider:nth-child(2) h1{ margin-top: 5%; font-size: 30px}
    .product-sliders .slider h3{ font-size: 25px}
    .inavr .slider:nth-child(2) p{ width: 74%; font-size: 18px}
    figure.effect-bubba h2{ font-size: 14px;}
    .product-sliders .slider p{ font-size: 14px;}
    .news-list li dl dd{ width: 790px;}
    .center-wrapper h1{ font-size: 18px;}
    .center-wrapper dl dd h1,.contact-list li h1{ font-size: 18px;}
    .news-list li dl p,.center-wrapper p{ font-size: 14px;}
    .news-wrapper .new_top div a{ font-size: 14px;}
    .developers_top ul li dl dd a{ font-size: 14px}
}
@media only screen and (max-width: 998px) and (min-width: 320px) {
    .developers_main ul li p{ padding: 0 2%; font-size: 12px;}
    .footer-container .row-col{ text-align: center}
    footer{ padding: 10px}
    .inavr_main h1{ font-size: 30px;}
    /*导航*/
    .bottom-row{ min-width: inherit; width: 100%}
    .service a{ font-size: 12px;}
    .nav_nylist{ background: #2b2f3a}
    .top_banner{ margin-top: 70px}
    .modal-dialog{ width: 90%; margin-top: 40%}
    .product-sliders .slider h1{ font-size: 24px; line-height: 1.2; margin-top: 2%}
    .product-sliders .slider p{ font-size: 12px; width: 90%; margin-top: 2%; padding: 0 2%}
    .inavr .slider:nth-child(2) h1{ margin-top: 5%}
    .inavr .slider:nth-child(2) p{ width: 92%; margin-top: 4%}
    .no-pad{ padding: 15px}
    .border{ width: 55%}
    .border::before{ height: 8px}
    .inavrcamera .slider:nth-child(3) h1{ margin-top: 10%}
    .inavrcamera .slider:nth-child(3) .border{margin-left: 5%;width: 40%;}
    .inavrvest .slider:nth-child(3) h1{ margin-top: 13%}
    .inavrvest .slider:nth-child(4){ background: #1d1b1c; height: auto !important;}
    .inavevest_bottom ul{ font-size: 14px;}
    .inavevest_bottom ul li{ margin-right: 10px}
    .certificate img{ width: 47.5%}
    .inavrplay .product-image1{ width: 90%}
    figure.effect-bubba h2{ font-size: 16px}
    .main-container{ margin-top: 70px}
    .center-wrapper{ width: 90%; margin: 0 auto}
    .center-wrapper h1{ line-height: 50px}
    .center-wrapper p{ font-size: 14px}
    .about ul{ width: 100%}
    .about ul li,.about ul li:first-child, .about ul li:nth-child(9), .about ul li:nth-child(17), .about ul li:nth-child(25){ width: 46%; margin:2%}
    .row-col{ width: 33%; max-width: inherit}
    .footer-container .row-col:last-child{ width: 100%; text-align: center}
    .footer-container  .row-col:last-child h5{ display: none}
    .newbanenr{ margin-top: 70px;}
    .new_top h1{ width: 100%; margin: 0; text-align: center; margin-top: 40px; margin-bottom: 40px;}
    .new_top{ padding-top: 50px}
    .new_top div{ width: 100%; position: absolute; top: 0}
    .new_top div a{ text-align: center}
    .news-wrapper ul li{ padding: 0}
    .news-list li dl dt{ width: 100%; height: 30px;}
    .news-list li dl p{ font-size: 16px; font-weight: normal;text-align: center }
    .cycle, .rectangle{ display: none}
    .new_main{ margin-top: 80px}
    .news-list li dl dd{ width: 100%; margin-left: 0; height: 160px; overflow: hidden}
    .news-list li dl dd h1{ height: 40px; overflow: hidden; font-size: 16px;}
    .news-list li dl dd p{ font-size: 12px; height: 70px; overflow: hidden}
    .news-list li dl dd a{ float: right}
    .contact{ margin-top: 100px; width: 90%}
    .inavr a{ width: 30%}
    .developers_top{ margin-top: 70px;}
    .developers_top h1,.developers_main h1{ font-size: 24px}
    .developers_top_main, .developers_main{ width: 90%}
    .page-content h1{font-size: 18px;line-height:23px;}
    .page-content p{font-size:12px; text-indent: 22px;}
    .news-wrapper .new_top div{ text-align: center}
    .news-wrapper .new_top div a{ margin: 0 5%}
    .hot-line{ font-size:24px;}
    .cc{ margin-top:20px}
    .inavr_main{ margin-top:0; }
    .spinner{ top: 50%}
    .developers_top ul li dl dd a{ font-size: 12px}
    .inavr_main p{ font-size: 18px}
}
@media only screen and (max-width: 375px) and (min-width: 320px) {
    .cc{ margin-top:0}
    .product-sliders .slider h1,.contact-list li h1{ font-size: 18px}
    .product-sliders .slider p{ font-size: 12px; line-height: 1.2}
    .inavr .slider:nth-child(2) p{ margin-top: 0; font-size: 12px}
    .inavr_main h1{ font-size: 20px}
    .inavr_main p{ font-size: 14px}
    .no-pad{ padding:10px 5px}
    .news-wrapper .new_top div a{ font-size: 16px; margin: 0 13px}
    .funcap .slider:nth-child(4) p a{ padding:5px 10px; font-size:16px}
    .product-sliders .slider h3{ font-size:16px;}
    figure.effect-bubba h2{ padding-top: 10%}
}

.contact_main{ margin:0 auto; padding:20px;min-width:800px;}
.form_left{ width:48%; margin:0 auto; }
.form_right{ width:48%; margin:0 auto; }
.form_main{ width:100%; overflow:hidden}
.contact_main {
    margin-bottom: 40px;
}
.contact_main .form-group{ margin-bottom:18px; display:block; position:relative}
.contact_main .form-control {
    background-color: transparent;
    width:100%;
}
.contact_main span{ position:absolute; right:-20px;top:10px;}
.contact_main input:hover, .contact_main textarea:hover{
    border-color: #66afe9;
}
#contact-submit:hover{
    border-color: #ed2c30;
}
#contact-submit {
    border: 1px solid #ed2c30;
    margin: 0;
    padding: 12px 0;
    width: 100%;
    background:#ed2c30;
    color:#fff
}
.contact-form textarea.form-control {
    height: 120px;
    padding: 10px;
}
.span6{ height:120px}
#cf-submit{ text-align:center}
.contact_main h1{ text-align:center; font-size:40px; margin-bottom:5%}

@media only screen and (max-width: 998px) and (min-width: 320px) {.contact_main{ margin:0 auto;min-width:300px; padding:10px;}
    .form_left{ width:100%; margin:0 auto; }
    .form_right{ width:100%; margin:0 auto; }
    .contact_main h1{ font-size:20px}
}

.new_main p img{display:block;width:100%; margin: 0 auto}
.new_main p{font-family:"微软雅黑";font-size:14px}

.header .logo img.logo1{ width:120px}
@media (max-width: 900px) {
    .logo1{ width:100px}

}

/*banner*/
#banner{
    margin-top: 83px;
}
@media only screen and (max-width: 998px) and (min-width: 320px){
    #banner {
        margin-top: 70px;
    }
}