#container {
    min-width: 1200px;
    /*max-width: 1920px;*/
    margin-left: auto;
    margin-right: auto;
}


#search-wrap {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
#search-wrap > * {
    display: inline-block;
}
#search-wrap input {
    border: none;
    border-bottom: 1px solid #999;
    max-width: 144px;
    outline: none;
    line-height: 2em;
}

.swiper-button-prev {
    background-image: url('../img/arrow_l.png') !important;
}
.swiper-button-next {
    background-image: url('../img/arrow_r.png') !important;
}

.flex-horizontal {
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
}
.flex-left {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.flex-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.flex-horizontal .desc {
    padding-top: 25px;
    font-family: "SourceHanSansCN-Normal";
}

.flex-horizontal .desc > div {
    font: 30px "SourceHanSansCN-Bold";
    font-weight: bold;
}
.flex-horizontal .desc > p,
.prod-banner .desc > p {
    margin-top: 6px;
    margin-bottom: 15px;
}

.prod-banner .desc > a,
.flex-horizontal .desc > a {
    color: #648cf7;
}

footer {
    margin-top: 10px;
    background: #333333;
    color: #cccccc;
    padding-bottom: 60px;
}

footer .list-wrap {
    margin-left: auto;
    margin-right: auto;
}
footer .list-wrap > div {
    text-align: center;
}
footer .list-wrap .list-group {
    display: inline-block;
    vertical-align: top;
}

footer .list-wrap .list-group li {
    margin: 15px 0;
    text-align: left;
}
footer .list-wrap .list-group li:first-child {
    margin-top: 50px;

}
footer .list-wrap .list-group li:first-child a {
    color: #fff;
}
footer .list-wrap .list-group a {
    font-size: 14px;
    color: #cccccc;
}

footer .share-logo {
    border-bottom: 1px solid #e4e4eb;
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    margin: 30px auto 0;
    padding: 10px 0;
}
footer .share-logo ul {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;    text-align: right;
}
footer .copyright {
    margin: 20px auto 0;
}
footer .copyright a {
    color: #ccc;
}

.product-bg {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    text-align: center;
    height: 550px;
    background-repeat: no-repeat;
}
.product-bg:hover {
    cursor: pointer;
}

.subclass {
    margin-top: 20px;
}
.subclass img {
    max-width: 58px;
    max-height: 58px;
}
.subclass li {
    margin-left: 10px;
    margin-right: 10px;
    color: #666;
    font-size: 12px;
}
.subclass li:hover {
    cursor: pointer;
    color: #4d82fd;
}

.prod-banner {
    height: 550px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;;
    cursor: pointer;
}
.prod-banner .desc {
    text-align: center;
    position: relative;
    top: 180px;
    /*letter-spacing: 0.3em;*/
    font-family: "SourceHanSansCN-Normal";
}
.prod-banner .desc > div {
    font:36px "SourceHanSansCN-Bold";
    font-weight: bold;
}

.prod-group {
    width: 1200px;
    margin: 0 auto;
}
.prod-group .prod-item {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.prod-group .prod-item:hover {
    cursor: pointer;
}
.prod-group .prod-item h2 {
    font-family: "SourceHanSansCN-Bold";
    font-weight: bold;
}
.prod-item .prod-img {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}
.prod-item .prod-img img {
    width: 250px;
}

.series-wrap {
    margin: 20px auto;
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
}
.series-wrap a {
    color: inherit;
}
.series-wrap li {
    height: 32px;
    line-height: 32px;
    margin-left: 12px;
    margin-right: 12px;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

#brief-header {
    background: url('/static/img/bg_brief.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height:700px;
}

.dot-blue {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url('/static/img/dot_blue.jpg') no-repeat center;
    position: relative;
}

.year-achieve {
    margin-bottom: 50px;
}
.achieve-item {
    margin-bottom: 30px;
}
.year-achieve .subcont {
    padding-left: 36px;
}
.year-achieve .subcont p {
    margin-bottom: 5px;
}

#brief-pics {
    margin-top: 50px;
}
#brief-pics li {
    vertical-align: top;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
}

#news-header {
    height: 500px;
    background: url('/static/img/bg_news.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.news-group {
    text-align: left;
}
.news-group .title {
    font-size: 22px;
    color: inherit;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news-group .news-item {
    margin-bottom: 60px;
    margin-top: 30px;
    background-color: #fff;
    padding: 25px 100px;
}
.news-group .views {
    color: #666;
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    margin-bottom: 10px;
}
.news-group .summary {
    margin-top: 10px;
}
.news-group .summary a {
    color: inherit;
}

#enterprise .min-news,
#industry .min-news {
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    text-align: left;
    color: inherit;
    text-decoration: none;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
#enterprise .min-news:hover,
#industry .min-news:hover {
    background-color: #eee;
}
#enterprise .min-news:last-child,
#industry .min-news:last-child {
    border-bottom: none;
}

#min-news-wrap {
    background-color: #fff;
    margin: 30px 0 0 50px;
    border: 1px solid #ddd;
    color: #666;
}

#news-tab {
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
#news-tab li {
    /*border: 1px solid red;*/
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;    padding-top: 12px;
    padding-bottom: 12px;
}
#news-tab li:hover {
    cursor: pointer;
}
#news-tab li.active {
    color: #fff;
    background-color: #54b5e9;
}

#min-news-wrap .view-all {
    padding: 15px 0;
    text-align: center;
}
#min-news-wrap .view-all a {
    color: #666;
}

.video-group .picture {
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
}
.video-group .video-prev {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
}
.video-group .video-item {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.video-group .title-wrap {
    height: 80px; overflow: hidden;
    margin-top: 10px;
}

.class-group li.active,
.class-group li:hover {
    color: #FD7C0C;
    border-bottom: 2px solid #FD7C0C;
}
.class-group li {
    height: 42px;
}
.class-group li a {
    text-decoration: none;
}

.img-product {
    width: 100%;
}

.nav>li>a {
    padding: 10px 27px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-nav>li>a {
    border-bottom: 1px solid transparent;
}
.navbar-nav:first-child>li>a.cur,
.navbar-nav:first-child>li>a:hover {
    color: #4d82fd;
    /*border-bottom: 1px solid #4d82fd;*/
}
.navbar-brand {
    padding: 10px 15px;
}





.second-nav li {
    position: relative;
}
.second-nav-thr-menu {
    position: absolute;
    left: 100%;
    top: 0%;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
}
.second-nav-thr-menu div {
    cursor: pointer;
    padding: 3% 8%;
    box-sizing: border-box;
    width: 250px;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
		font-size:15px;
    }
	
	.navbar-right.navbar-nav>li>a {
		padding-left:20px; 
		padding-right:20px;
	}
    
    .navbar-brand {
        height: 60px;
        padding: 15px;
    }
}

@media screen and (min-width: 1080px)  and (max-width: 1380px){
	.navbar-right.navbar-nav>li>a {
		padding-left:15px; 
		padding-right:15px;
	}
	
	.navbar-nav>li>a {
		padding-left:23px; 
		padding-right:23px;
		font-size:14px;
	}
	
	.navbar-static-top>.container{
		width:1200px; max-width:100% !important;
	}
	
	.nav.navbar-nav{
		padding-left:25px;
	}
	
	.nav.navbar-right>li>a>img{
		width:auto; max-height:25px;
	}
	
}

@media screen and (min-width: 768px)  and (max-width: 1080px){
	.navbar-nav>li>a {
		padding-left:17px; 
		padding-right:17px;
		font-size:14px;
	}
	
	
	
	
}

@media screen and (min-width: 1600px) {

    .prod-banner, .product-bg {
        height: 550px;
    }


    .index-a1205 {
        height: 805px;
    }
    .index-lens {
        height: 395px;
    }
}
@media screen and (min-width: 1800px) {
    .prod-banner, .product-bg {
        height: 600px;
    }

    .index-a1205 {
        height: 905px;
    }
    .index-lens {
        height: 445px;
    }
}
@media screen and (min-width: 1900px) {
    .prod-banner, .product-bg {
        height: 650px;
    }

    .index-a1205 {
        height: 1005px;
    }
    .index-lens {
        height: 495px;
    }
}
@media screen and (min-width: 2000px) {
    .prod-banner, .product-bg {
        height: 700px;
    }


    .index-a1205 {
        height: 1055px;
    }
    .index-lens {
        height: 520px;
    }
}

@media screen and (min-width: 2200px) {
    .prod-banner, .product-bg {
        height: 950px;
    }

    .index-a1205 {
        height: 1405px;
    }
    .index-lens {
        height: 695px;
    }
}



#product-page #left-nav a {
    /*color: inherit;*/
}
#product-page #content .title {
    font-family: "SourceHanSansCN-Bold";
    font-weight: bold;
    font-size: 24px;
}
#product-page #content .subtitle {
    color: #29a2d9;
}

.picture-list li.active {
    border: 1px solid #29a2d9;
}
.picture-list li {
    cursor: pointer;
    width: 120px;
    height: 120px;
    margin-left: 5px;
    margin-right: 5px;
}

.top-banner {
    height: 600px;
    width: 100%;
    background: no-repeat center;
}

#left-nav a {
    color: inherit;
}

#recommends {
    color: rgb(141, 36, 36);
    line-height: 2em;
}

.second-nav {
    position: absolute;
    background-color: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
}
.second-nav li {
    list-style-type: none;
    margin: 0;
    padding: 8px 20px;
    white-space: nowrap;
}
.second-nav a {
    color: inherit;
}
.second-nav a:hover {
    color: #4d82fd;
}

@media screen and (max-width: 768px) {
    .second-nav {
        position: static;
    }
}

.content-img {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.content-img img {
    width: 100%;
}

.not-found-wrap {
    border: 1px solid #ddd;
    padding: 80px 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}