*{
	margin: 0;
	padding: 0;
}
html {
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
}
body{
    background-color: rgb(5,5,5);
    background-size: 100%;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    font-family: -apple-system,"Microsoft YaHei",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
img{
    max-width: 100% !important;
    height: auto !important;
}

li{
	list-style-type: none;
}

a:hover{
    text-decoration: none;
}
a:focus{
    outline:none;
    text-decoration: none;
}
.bars {
    height: 15px;
    width: 20px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.bar {
    background: #d80835;
    bottom: 1px;
    height: 1px;
    position: absolute;
    width: 1px;
}
.bar-animation{
    animation: sound 0ms -800ms linear infinite alternate;
}

.flex_block{
	display: flex;
}

@keyframes sound {
    0% {
        opacity: 0.5;
        height: 1px;
    }
    100% {
        opacity: 1;
        height: 14px;
    }
}
.bar:nth-child(1)  { left: 1px; height: 14px;animation-duration: 474ms;}
.bar:nth-child(2)  { left: 7px; height: 14px;animation-duration: 433ms;}
.bar:nth-child(3)  { left: 14px;height: 7px;animation-duration: 407ms;}


header .logo{
    position: absolute;
    right: 6.6%;
    top: 53px;
}

/*北通商城*/
.btShop{
	text-align: center;
}

.btShop a{
	display: block;
	/*width: 100%;*/
	height: 100%;
}

.btShop .col-sm-12{
	padding: 0;
}

.btShop .shop-banner{
	position: relative;
	margin-top: 80px;
	/*height: 710px;*/
}
.btShop .shop-banner .item{
	width: 100%;;
	/*height: 710px;*/
}
.btShop .shop-banner .item img{
	width: 100%;;
	/*height: 710px !important;*/
}

.btShop .shop-banner .owl-dots{
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.btShop .shop-banner .owl-dot{
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba(117,117,117,0.5);
}

.btShop .shop-banner .active{
	background-color: rgba(255,255,255,0.5);
}

.btShop .shop-banner .owl-nav{
	position: absolute;
	top: 40%;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
	width: 100%;
	height: 50px;
}

.btShop .shop-banner .owl-prev{
	width: 27px;
	height: 40px;
	background-image: url(../img/mapImg/left_default.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: rgba(0,0,0,0);
}

.btShop .shop-banner .owl-next{
	width: 27px;
	height: 40px;
	background-image: url(../img/mapImg/right_default.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: rgba(0,0,0,0);
}

.btShop .navbar{
	display: flex;
	padding: 50px 0;
	margin-bottom: 0;
}

.btShop .nav-warp{
	margin: 0 auto;
	padding: 0;
	display: flex;
    align-items: center;
}

.btShop .nav-warp .nav-left{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.btShop .nav-warp li{
	display: inline-block;
	/*margin-right: 120px;*/
}

.btShop .nav-warp .search{
	display: inline-block;
}

.btShop .nav-warp .search>a{
	position: relative;
	padding: 0 15px;
	max-width: 318px;
	width: 100%;
	height: 45px;
	border: 2px solid #e1032f;
	border-radius: 4px;
}

.btShop .nav-warp .search>a .icon{
	position: absolute;
	top: 8px;
	left: 15px;
	width: 26px;
}

.btShop .nav-warp .search>a .txt{
	position: absolute;
	top: 8px;
	right: 15px;
	width: 80%;
	background: rgba(0,0,0,0);
    outline: none;
    border: 0;
    color: #fff;
    font-size: 18px;
}

.btShop .category-title{
	/*height: 106px;*/
	padding: 15px 0;
	background-color: #000000;
	text-align: center;
}
.btShop .bt-product{
	display: flex;
	padding: 46px 0;
	background: #f1f1f1;
}
.btShop .bt-product .product-warp{
	margin: 0 auto;
	padding: 0;
	display: flex;
	width: 70% !important; 
}
.btShop .bt-product .product-warp a{
	display: inline-block;
	margin-right: 26px;
}
.btShop .bt-product .product-warp a:last-child{
	margin-right: 0;
}
.btShop .pc-handle{
	/*padding-top: 148px;*/
	background-size:cover;
}

.btShop .pc-handle .content{
	margin: 0 auto;
	padding-bottom: 30px;
	width: 70% !important;
}
.btShop .pc-handle .content .top{
	padding-top: 54px;
	margin-bottom: 70px;
}

.btShop .pc-handle .content .pc-list li{
	width: 42%;
	display: inline-block;
}

.btShop .mobile-handle{
	/*padding-top: 164px;*/
}

.btShop .mobile-handle .content{
	padding: 54px 0 0 0;
	margin: 0 auto;
	width: 70%;
}
.btShop .mobile-handle .content .top{
	margin-bottom: 58px;
}

.btShop .mobile-handle .content .mobile-list li{
	margin-bottom: 43px;
	width: 43%;
	display: inline-block;
}

.btShop .bt-peripherals{
	/*padding-top: 133px;*/
}

.btShop .bt-peripherals .content{
	/*padding: 20px 0;*/
	padding-bottom: 28px;
	padding-top: 28px;
}
.btShop .bt-peripherals .content .peripherals-list{
	display: flex;
	justify-content: space-around;
	width: 60%;
	margin: 0 auto;
}

.btShop .bt-peripherals .content .peripherals-list li{
	display: inline-block
}
.btShop .bt-peripherals .content .peripherals-list li:first-child{
	margin-right: 20px;
}

.btShop .parts{
	/*padding-top: 152px;*/
}

.btShop .parts .content{
	padding:0;
	padding-top: 54px;
	width: 50%;
	margin: 0 auto;
}
.btShop .parts .content .parts-list{
	margin-bottom: 30px;
	display: flex;
	justify-content: space-around;
}

.btShop .parts .content .parts-list li{
	display: inline-block
}

.btShop .back{
	cursor: pointer;
}


@media (max-width: 991px){
    header .logo > img {
        width: 97px;
    }
    header .logo{
        right: 88px;
        top: 35px;
    }
    
    .btShop .nav-warp .nav-left{
    	width: 70% !important;
    }
    
    .btShop .nav-warp li{
    	padding: 0 8px;
    }
    
    .btShop .nav-warp .search{
    	width: 25%;
    	padding: 0;
    }
    
    .btShop .nav-warp .search>a{
    	padding: 0 6px;
    	height: 30px;
    }
    
    .btShop .nav-warp .search>a .txt{
    	height: auto;
    	font-size: 12px;
    	top: 5px;
    }
    
    .btShop .nav-warp .search>a .icon{
    	width: 16px;
    	top: 6px;
    	left: 67px;
    }
    
    /*.btShop .shop-banner{
		height: 500px;
	}
	.btShop .shop-banner .item{
		height: 500px;
	}
	.btShop .shop-banner .item img{
		height: 500px !important;
	}*/
    
    /*@keyframes menuopacity
	{
	    from {background-color:rgba(0,0,0,0);}
	    to {background-color:rgba(0,0,0,0.95);}
	}
	
	@-webkit-keyframes menuopacity /*Safari and Chrome
	{
	    from {background-color:rgba(0,0,0,0);}
	    to {background-color:rgba(0,0,0,0.95);}
	}*/
}

/*改版后的pc—menu*/
.pc_menu{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	/*background-color: rgb(30,30,30);*/
	background-color: #111111;
	opacity: 0.97;
	border-top: 5px solid #e6002d;
	z-index: 999;
}

.pc_menu .px_logo{
	margin: 19px 8%;
	height: 36px !important;
}

.pc_menu .pc_sub{
	height: 100%;
}

.pc_menu .menu_ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0;
	margin-right: 4.5%;
	padding: 0;
	width: 70%;
	height: 75px;
}

.pc_menu .menu_ul>li{
	position: relative;
	height: 100%;
	line-height: 80px;
	flex-grow: 1;
	list-style-type: none;
	color: #b5b5b5;
	text-align: center;
	font-size: 1rem;
	cursor: pointer;
	
}

.pc_menu .menu_ul>li.active{
	background-color: #e6002d;
}

.pc_menu .menu_ul>li .pc_tabName{
	display: block;
	width: 100%;
	height: 100%;
	color: #b5b5b5;
}

.pc_menu .menu_ul>li.active .pc_tabName{
	color: #fff;
}

.pc_menu .px_menu_sub{
	position: absolute;
	top: 80px;
	left: 0;
	margin: 0;
	width: 100%;
}

.pc_menu .px_menu_sub{ 
	position: absolute;
	top: 75px;
	left: 0;
	margin: 0;
	width: 100%;
	background-color: rgba(0,0,0,.97);
	border: 1px solid rgba(255,255,255,.2);
	display: none;
	opacity: 0;
}

.pc_menu .px_menu_sub>li{
	height: 48px;
	line-height: 48px;
}

.pc_menu .px_menu_sub>li.active{ 
	background: url(../img/main/bt-angle-right17.png) 20px center no-repeat;
	background-color: rgba(255,255,255,0.08);
}

.pc_menu .px_menu_sub>li a{ 
	width: 100%;
	color: rgba(255,255,255,0.4);
	padding-bottom: 12px;
}

.pc_menu .px_menu_sub>li.active a{ 
	color: rgba(255,255,255,1);
	border-bottom: 2px solid #e6002d;
}

/*产品*/
.products_down_list{
	position: absolute;
	top: 75px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 180px;
	display: none;
	opacity: 0;
	background-color: rgba(1,1,1,0.97);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.products_down_list li{
	flex-grow: 1;
	height: 180px !important;
	text-align: center;
}

.products_down_list li:nth-child(2n-1){
	background-color: rgba(103,103,103,0.2);
}

.products_down_list li:nth-child(2n){
	background-color: rgba(127,127,127,0.2);
}

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

.products_down_list li a img{
	margin-top: 26px !important;
}

.products_down_list li a span{
	display: block;
	margin-top: 30px;
	color: rgba(255,255,255,0.8);
}



.menu{
    position: fixed;
    top: 0;
    left: 6.8%;
    display: block;
    z-index: 998;
}

.menu-opacity{
    animation:menuopacity 0.2s linear 0.2s 1 forwards;
    -webkit-animation:menuopacity 0.6s linear 0.2s 1 forwards; Safari and Chrome*/
}

@keyframes menuopacity
{
    from {background-color:rgba(0,0,0,0);}
    to {background-color:rgba(0,0,0,0.95);}
}

@-webkit-keyframes menuopacity Safari and Chrome
{
    from {background-color:rgba(0,0,0,0);}
    to {background-color:rgba(0,0,0,0.95);}
}
.menu.active{
    background-image: url(../img/main/bg-menu.png);
    background-size: 2px 100%;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 100%;
    left: 0;
}
.bt-close{
    display: block;
    width: 45px;
    height: 45px;
    background-image: url("../img/main/bt-close.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    text-indent: -4000px;
    cursor: pointer;
    position: absolute;
    top: 80px;
    left: 6.8%;
    -webkit-transition: -webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
    -o-transition-property: width,height,-o-transform,background,font-size,opacity;
    -o-transition-duration: 1s,1s,1s,1s,1s,1s;
    -moz-transition-property: width,height,-o-transform,background,font-size,opacity;
    -moz-transition-duration: 1s,1s,1s,1s,1s,1s;
    transition-property: width,height,transform,background,font-size,opacity;
    transition-duration: 1s,1s,1s,1s,1s,1s;
    opacity: 1;
}
.menu .bt-close{
    display: none;
}
.menu .bt-open{
    display: block;
    height: 45px;
    width: 52px;
    background-image: url("../img/main/menu52.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    text-indent: -4999px;
    cursor: pointer;
    position: absolute;
    top: 80px;
    left: 6.8%;
    -webkit-transition: -webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
    -o-transition-property: width,height,-o-transform,background,font-size,opacity;
    -o-transition-duration: 1s,1s,1s,1s,1s,1s;
    -moz-transition-property: width,height,-o-transform,background,font-size,opacity;
    -moz-transition-duration: 1s,1s,1s,1s,1s,1s;
    transition-property: width,height,transform,background,font-size,opacity;
    transition-duration: 1s,1s,1s,1s,1s,1s;
    opacity: 1;
}
.myrotatehide{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0 !important;
}
.index .menu .bt-open{
    display: none;
}
.nav{
    display: none;
}
.menu > ul{
    position: absolute;
    top: 0;
    height: 100%;
    display: none;
    padding: 176px 0 0 6.8%;
    margin: 0;
    left: 0;
    width: 16.8%;
}
.index .menu > ul{
    display: table;
}
.menu > ul > li{
    list-style: none;
    cursor: pointer;
    height: 55px;
    line-height: 1;
}
.menu > ul > li > a,.menu > ul > li > span{
    background: transparent;
    display: block;
    color: #5a5a5a;
    font-size: 1rem;
    cursor: pointer;
    padding: 0px;
    letter-spacing: 2px;
    white-space: nowrap;
}
.menu .menu-sub{
    margin: 0;
    padding: 0;
    position: relative;
    display: table;
    left: 243px;
    top: -12px;
    list-style: none;
    display: none;
}
.menu .menu-sub > li{
    margin-bottom: 50px;
    position: relative;
    display: table;
    list-style: none;
}
.menu .menu-sub > li > a,.menu .menu-sub > li > span
{
    padding: 0 0 12px 0;
    font-size: 1rem;
    margin-left: 46px;
    color: #5a5a5a;
    letter-spacing: 2px;
}
.menu .menu-sub2{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    width: 1390px;
    padding-left: 136px;
}
.menu .menu-sub2 > li{
    margin-bottom: 50px;
    list-style: none;
}
.menu .menu-sub2 > li .name{
    padding: 0 0 12px 0;
    font-size: 1rem;
    color: #5a5a5a;
    letter-spacing: 2px;
    margin-left: 46px;
}
.menu .menu-sub2 > li .name > b{
    /*width: 90px;*/
    display: inline-block;
    font-weight: normal;
}
.menu .menu-sub2 > li .text{
    display: none;
    position: fixed;
    top: 0px;
    text-align: center;
    right: 100px;
    width: 50%;
}
.menu .menu-sub2 > li .text a{
    display: block;
    text-align: center;
    margin-bottom: 35px;
}
.menu .menu-sub2 > li .text a > .img-p{
    border-bottom: 1px solid #e50132;
}
.menu .menu-sub2 > li .text a .text-name-box{
    width: 33.97%;
    margin: 80px auto 0 auto;
    padding-top: 50px;
    position: relative;
    display: block;
    padding-bottom: 40px;
}
.menu .menu-sub2 > li .text a .text-name{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.menu .menu-sub2 .menu-prev,
.menu .menu-sub2 .menu-next{
    display: inline-block;
    height: 56px;
    width: 56px;
    background-image: url(../img/main/bt-angle-top56.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    text-indent: -4000px;
    margin: 0 10px 0 10px;
}
.menu .menu-sub2 .menu-next{
    background-image: url(../img/main/bt-angle-bottom56.png);
}
.menu .menu-sub2 .menu-prev:hover,
.menu .menu-sub2 .menu-next:hover{
    opacity: 0.8;
}
.menu .menu-sub > li.active,
.menu .menu-sub2 > li.active{
    background: url(../img/main/bt-angle-right17.png) left center no-repeat;
}
.menu .menu-sub > li.active > a,
.menu .menu-sub > li.active > span,
.menu .menu-sub2 > li.active .name{
    border-bottom: 1px solid #e50132;
    color: #fff;
    text-decoration: none;
}
.menu > ul > li.active > a,
.menu > ul > li.active > span{
    padding: 0px;
    color: #fff;
    text-decoration: none;
}
.text-name-move{
    animation:mymove 0.6s linear 1s 1 forwards;
    -webkit-animation:mymove 0.6s linear 1s 1 forwards; /*Safari and Chrome*/
}
@keyframes mymove
{
    from {bottom:-20px;opacity: 0;}
    to {bottom:0px;opacity: 1;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {bottom:-20px;opacity: 0;}
    to {bottom:0px;opacity: 1;}
}
.totop{
    display: block;
    position: fixed;
    bottom: 20%;
    left: 6.7%;
    cursor: pointer;
    z-index: 2;
}

    
/*悬浮广告*/
.advertisement{
	display: block;
    position: fixed;
    bottom: 2%;
    left: 0.5%;
    width: 100px;
    cursor: pointer;
    z-index: 2;
}


@media (max-width: 1900px){
    .totop{
        width: 9px;
    }
    
    .menu .bt-open,
    .menu .bt-close{
        height: 37px;
        width: 37px;
        top: 58px;
        left: 6.8%;
    }
    .menu > ul {
        height: 100%;
        padding: 122px 0 0 6.8%;
        width: 16.8%;
    }
    .menu > ul > li {
        list-style: none;
        cursor: pointer;
        height: 40px;
        line-height: 1;
    }
    .menu > ul > li > a, .menu > ul > li > span {
        font-size: 0.8rem;
    }
    .menu .menu-sub {
        left: 172px;
    }
    .menu .menu-sub > li {
        margin-bottom: 36px;
    }
    .menu .menu-sub > li.active,
    .menu .menu-sub2 > li.active{
        background: url(../img/main/bt-angle-right12.png) left center no-repeat;
    }
    .menu .menu-sub > li > a,
    .menu .menu-sub > li > span {
        font-size: 0.8rem;
        margin-left: 32px;
    }
    .menu .menu-sub2 {
        left: 0;
        width: 992px;
        padding-left: 100px;
    }
    .menu .menu-sub2 > li {
        margin-bottom: 36px;
    }
    .menu .menu-sub2 > li .name{
        color: #5a5a5a;
        margin-left: 25px;
        font-size: 0.8rem;
    }
    .menu .menu-sub2 > li .name > b {
        /*width: 74px;*/
    }
    .menu .menu-sub2 > li .text {
        top: 0;
        right: 100px;
    }
    .menu .menu-sub2 > li .text a .text-name-box {
        margin: 50px auto 0 auto;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .menu .menu-sub2 > li .text a {
        margin-bottom: 20px;
    }
    .index .banner .owl-carousel .owl-nav .owl-next {
        height: 40px;
        width: 40px;
        right: 115px;
        top: 285px;
        background-size: 100%;
    }
    .menu .menu-sub2 .menu-prev,
    .menu .menu-sub2 .menu-next{
        height: 40px;
        width: 40px;
    }
}
.animate-opacity-move {
    -webkit-animation: opacity0 .64s 1 forwards,shifting-10 .48s 1 forwards;
    -o-animation: opacity0 .64s 1 forwards,shifting-10 .48s 1 forwards;
    animation: opacity0 .64s 1 forwards,shifting-10 .48s 1 forwards;
}
.index{
}
.index header{
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.index .banner{
    position: relative;
    top: 0;
    left: 0;
}
.index .banner .container-fluid {
    padding: 0;
}
.index .owl-nav{
    display: table;
}
.index .banner .owl-carousel .owl-nav .owl-next {
    background-image: url(../img/main/bt-angle-right56.png);
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    text-indent: -4000px;
    right: 164px;
    position: absolute;
    top: 407px;
}
.index .banner .owl-carousel .owl-nav .owl-prev {
    height: 56px;
    width: 56px;
    background-repeat: no-repeat;
    text-indent: -4000px;
    background-image: url(../img/main/bt-angle-left56.png);
    right: 164px;
    position: absolute;
    top: 485px;
}
.index .banner .owl-carousel .owl-nav .owl-next:hover,
.index .banner .owl-carousel .owl-nav .owl-prev:hover{
    opacity: 0.8;
}
.index .banner .owl-dots{
    display: block;
    position: absolute;
    right: 168px;
    top: 618px;
}
.index .banner .owl-theme .owl-dots .owl-dot {
    display: block;
    text-align: left;
}
.index .banner .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 1px;
    margin: 0 0 12px 0;
    background: #7a8a91;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 0;
    padding: 0;

}
.index .banner .owl-theme .owl-dots .owl-dot.active span, .index .banner .owl-theme .owl-dots .owl-dot:hover span {
    width: 43px;
    background: #cc1346;
}
.index .banner-num{
    color: #fff;
    position: absolute;
    right: 176px;
    top: 568px;
    z-index: 1;
    font-weight: 500;
    width: auto;
    text-align: center;
    font-size: 0.9rem;
}
.index .banner-num strong{
    color: #cc1346;
    margin-right: 2px;
}
.index .banner-num b{
    color: #fff;
    margin-left: 2px;
}
.index .section-p{
    background-image: url(../img/main/line1920.png);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    margin-top: 0px;
    padding: 0px 50px 0 50px;
}
.index .section-p .section{
    max-width: 1920px;
    margin: 0 auto;
}
.index .section-p .section > img{
    text-align: center;
    width: 9%;
    margin-bottom: 150px;
    margin-top: 170px;
    opacity: 0;
}
.index .section-p .section a{
    position: relative;
    text-decoration: none;
}
.index .section-p .section a:hover{
    text-decoration: none;
}
.index .section-p .section .box{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.index .section-p .section .border-box{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.index .section-p .section .border-box > i{
    height: 100%;
    width: 53%;
    border-top: 1px solid #d80835;
    border-bottom: 1px solid #d80835;
    display: block;
    margin: 0 auto;
}
.index .section-p .section .box .img,
.index .section-s .box .img{
    transform: scale(1.1);
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}
.index .section-p .section .box .img2,
.index .section-s .box .img2{
    transform: scale(1);
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}
.index .section-p .text{
    position: relative;
    margin-top: 60px;
    left: 27.7%;
    text-align: left;
    display: table;
    cursor: pointer;
}
.index .section-p .text .bars{
    position: absolute;
    left: -26px;
    top: 3px;
    height: 14px;
    width: 14px;
}

.index .iconbt-index-start,.index .iconbt-index-end{
    background: url(../img/main/bt-index-start.png) top center no-repeat;
    margin: 173px auto 0 auto;
    width: 70px;
    height: 38px;
    display: block;
}
.index .iconbt-index-end{
    background: url(../img/main/bt-index-end.png) top center no-repeat;
    margin-top: 240px;
    width: 70px;
    height: 38px;
}
.index .section-s{
    margin: 203px auto 0 auto;
    padding: 0 53px 247px 53px;
    text-align: center;
    max-width: 86%;
}
.index .section-s .col-md-4{
    padding-left: 20px;
    padding-right: 20px;
}
.index .section-s a{
    position: relative;
    display: block;
    text-decoration: none;
}
.index .section-s a:hover{
    text-decoration: none;
}
.index .section-s .box{
    position: relative;
    overflow: hidden;
}
.index .section-s .box .img-cover{
    background-image: url("../img/main/bt-cover.png");
    display: none;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.index .section-s .box .img-bg{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.index .section-s .box .img-bg > i {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #d80835;
    display: block;
    margin: 0 auto;
}
.index .section-s a p{
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 42%;
    opacity: 0.5;
}
.index .section-s a p > img{
    height: 110px;
}
.index .section-s .text-download,.index .section-s .text-instructions,.index .section-s .text-esport{
    width: 100%;
    margin: 60px 0 0 10px;
    text-align: left;
    padding-left: 36px;
}
.index .section-s .text{
    position: relative;
}
.index .section-s .text .bars{
    position: absolute;
    left: 0px;
    top: 2px;
}
@media (max-width: 1900px){
    .index .banner .owl-carousel .owl-nav .owl-next {
        height: 40px;
        width: 40px;
        right: 115px;
        top: 285px;
        background-size: 100%;
    }
    .index .banner .owl-carousel .owl-nav .owl-prev {
        height: 40px;
        width: 40px;
        right: 115px;
        top: 341px;
        background-size: 100%;
    }
    .index .banner .owl-dots {
        right: 120px;
        top: 434px;
    }
    .index .banner .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        margin: 0 0 8px 0;
    }
    .index .banner .owl-theme .owl-dots .owl-dot.active span, .index .banner .owl-theme .owl-dots .owl-dot:hover span {
        width: 30px;
    }
    .index .banner-num {
        right: 112px;
        top: 398px;
        font-weight: 400;
        font-size: 0.7rem;
        letter-spacing: 1px;
    }
    .index .section-p {
        margin-top: 0px;
        background-size: 100%;
        padding: 0 30px 0 30px;
    }
    .index .section-p .section > img {
        margin-bottom: 106px;
        margin-top: 119px;
    }
    .index .section-p .text > img{
        height: 42px;
    }
    .index .section-p .text{
        margin-top: 40px;
    }
    .index .iconbt-index-start, .index .iconbt-index-end {
        margin: 120px auto 0 auto;
        width: 50px;
        height: 27px;
        background-size: 100%;
    }
    .index .iconbt-index-end {
        margin-top: 167px;
    }
    .index .section-s {
        margin: 144px auto 0 auto;
        padding-bottom: 174px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .index .section-s .col-md-4{
        padding-left: 10px;
        padding-right: 10px;
    }
    .index .section-s a p > img {
        height: 100px;
    }
    .index .section-s .text-download, .index .section-s .text-instructions, .index .section-s .text-esport {
        margin: 40px 0 0 15px;
        padding-left: 20px;
    }
    .index .section-s .text-download > img, .index .section-s .text-instructions > img, .index .section-s .text-esport > img{
        height: 41px;
    }
}

.footer{
    background-image: url(../img/main/line1920.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-color: #000;
    display: block;
    padding-bottom: 320px;
    padding-top: 348px;
}
.footer .link{
    max-width: 1366px;
    text-align: center;
    border-bottom: 1px solid #ac142c;
    padding-bottom: 55px;
    margin: 140px auto 0 auto;
}
.footer .link a{
    cursor: pointer;
    text-decoration: none;
}
.footer .link a:hover{
    text-decoration: none;
}
.footer .link a > p{
    color: #fff;
    padding: 0px;
    margin: 10px 0 0 0;
    font-size: 1rem;
    font-weight: 500;
}
.footer > p{
    color: #83919c;
    text-align: right;
    margin: 15px auto 0 auto;
    font-size: 1rem;
    max-width: 1366px;
}
.modal.in .modal-dialog{
    margin-top: 15%;
}
.modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0;
}
.modal-dialog{
    max-width: 200px;
}
.bt-wechat,.bt-weibo,.bt-qq,.bt-recycle,.bt-support,.bt-contact{
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../img/main/bt-wechat.png");
    background-repeat: no-repeat;
    text-indent: -4000px;
    margin: 0 auto 23px auto;
    cursor: pointer;
}
.bt-weibo{
    background-image: url("../img/main/bt-weibo.png");
}
.bt-qq{
    background-image: url("../img/main/bt-qq.png");
}
.bt-recycle{
    background-image: url("../img/main/bt-recycle.png");
}
.bt-support{
    background-image: url("../img/main/bt-support.png");
}
.bt-contact{
    background-image: url("../img/main/bt-location.png");
}
.bt-wechat:hover,
.footer .link a:hover .bt-wechat{
    background-image: url("../img/main/bt-wechat-active.png");
}
.bt-weibo:hover,
.footer .link a:hover .bt-weibo{
    background-image: url("../img/main/bt-weibo-active.png");
}
.bt-qq:hover,
.footer .link a:hover .bt-qq{
    background-image: url("../img/main/bt-qq-active.png");
}
.bt-recycle:hover,
.footer .link a:hover .bt-recycle{
    background-image: url("../img/main/bt-recycle-active.png");
}
.bt-support:hover,
.footer .link a:hover .bt-support{
    background-image: url("../img/main/bt-support-active.png");
}
.bt-contact:hover,
.footer .link a:hover .bt-contact{
    background-image: url("../img/main/bt-location-active.png");
}

.text-contact-footer{
    display: block;
    width: 261px;
    height: 128px;
    background: url("../img/main/text-contact-footer.png");
    text-indent: -4000px;
    margin: 0 auto;
}
@media (max-width: 992px){
    .footer > p{
        margin: 0 10px 0 0;
    }
}
@media (max-width: 1900px){
    .footer {
        padding-bottom: 208px;
        padding-top: 245px;
        background-size: 100%;
    }
    .text-contact-footer {
        width: 186px;
        height: 91px;
        background-size: 100%;
    }
    .footer .link {
        max-width: 970px;
        margin-top: 98px;
        padding:0px;
        border: none;
    }
    .bt-wechat, .bt-weibo, .bt-qq, .bt-recycle, .bt-support, .bt-contact,
    .bt-wechat:hover, .bt-weibo:hover, .bt-qq:hover, .bt-recycle:hover, .bt-support:hover, .bt-contact:hover{
        width: 36px;
        margin: 0 auto 15px auto;
        height: 36px;
        background-size: 100%;
    }
    .footer .link a > p {
        margin: 5px 0 0 0;
        font-size: 0.7rem;
    }
    .bars {
        height: 11px;
        width: 11px;
    }
    .bar:nth-child(1) {
        left: 0px;
        height: 11px;
    }
    .bar:nth-child(2) {
        left: 5.5px;
        height: 11px;
    }
    .bar:nth-child(3) {
        left: 11px;
        height: 5.5px;
    }
    .footer > p {
        font-size: 13px;
        max-width: 955px;
        padding-right: 10px;
        border-top: 1px solid #ac142c;
        display: block;
        margin-top: 39px;
        padding-top: 10px;
    }
}


.product-view{
}
.product-view .section{
    max-width: 1920px;
}
.product-view .buy{
    position: fixed;
    width: 100%;
    top: 80px;
    background-color: #1e1e1e;
    height: 80px;
    line-height: 80px;
    font-size: 1.25rem;
}
.product-view .buy span{
    color: #fff;
    font-weight: 400;
}
.product-view .buy .text-red{
    color: #e50032;
}
.product-view .buy .name{
}
.product-view .buy .sort{
}
.product-view .buy .line{
    font-size: 1.25rem;
    margin: 0 5px;
}
.product-view .buy .price{
    margin-left: 12px;
    font-size: 1.125rem;
}
.product-view .buy .price-text{

}
.product-view .buy .btn-buy{
    background-color: #e50032;
    text-decoration: none;
    color: #fff;
    font-size: 0.8rem;
    /*padding: 0 18px;*/
    display: inline;
    /*margin-left: 25px;*/
   	width: 110px;
   	height: 30px;
    line-height: 30px;
    border: 0;
    border-radius: 8px;
   
}
.product-view .menu .bt-open,
.product-view .menu .bt-close
{
    margin-top: -56px;
}
.product-view header .logo{
    top: 105px;
}
@media (max-width: 1900px){
    .product-view .menu .bt-open,
    .product-view .menu .bt-close{
        margin-top: -38px;
    }
    .product-view header .logo{
        top: 70px;
    }
    .product-view .buy{
        height: 60px;
        line-height: 60px;
        font-size: 1rem;
    }
}

h1.title{
    margin: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    display: block;
    top: 234px;
    left: 0;
    padding: 0;
}
.guide h1.title > img{
    width: 12%;
}
.update h1.title > img{
    width: 15.2%;
}
.download h1.title > img{
    width: 22.343%;
}
.strategy h1.title > img{
    width: 20%;
}
.esport h1.title > img{
    width: 17%;
}
.live h1.title > img{
    width: 30.10%;
}
.faq h1.title > img{
    width: 6.894%;
}
.suggest h1.title > img{
    width: 25.573%;
}
.news h1.title > img{
    width: 10.833%;
}
.activity h1.title > img{
    width: 17.708%;
}
.video h1.title > img{
    width: 11.77%;
}
.brand h1.title > img{
    width: 20.21%;
}
.contact h1.title > img{
    /*width: 25.208%;*/
}
@media (max-width: 1900px){
    h1.title{
        top: 163px;
    }
}


.contact{
}
.contact header{
    height: 265px;
}
.contact .section {
    max-width: 78%;
    margin: 304px auto 228px auto;
}
.contact .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 150px;
}
.contact .card-img-top{
    display: block;
    margin: 0 auto;
}
.contact .card-body {
    padding: 0;
    color: #fff;
    font-size: 1.25rem;
    margin: 60px 0 0 65px;
}
.contact .card-body ul{
    list-style: none;
    padding: 0;
}
.contact .card-body ul > li{
    background: url(../img/main/iconbt_align_left17.png);
    background-repeat: no-repeat;
    background-position: top 10px left 20px;
    padding-left: 52px;
    padding-right: 130px;
    margin-bottom: 30px;
    line-height: 36px;
}
.contact .card-body ul > li > p{
margin: 0 0 5px 0;
}
.contact .card-body ul > li > p > span{
    width: 100px;
    color: #727171;
    display: inline-block;
}
@media (max-width: 1900px){
    .contact .section {
        max-width: 96%;
        margin: 224px auto 168px auto
    }
    .contact .card-body {
        font-size: 1rem;
        margin: 40px 0 0 40px;
    }
    .contact .card-body ul > li{
        background-image: url(../img/main/iconbt_align_left12_2.png);
        background-position: top 8px left 20px;
        line-height: 25px;
        padding-left: 43px;
        padding-right: 20px;
    }
    .contact .card-body ul > li > p {
        margin: 0;
    }
    .contact .card-body ul > li > p > span {
        width: 80px;
    }
    .contact .card {
        margin-bottom: 106px;
    }
}

.brand{
}
.brand header{
    background-image: url(../img/main/bg-brand.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 435px;
}
.brand .title-second{
    text-align: center;
    margin-top: 205px;
}
.brand .section{
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 125px;
    padding-bottom: 150px;
}
.brand .section ul{
    padding: 0px;
    margin: 0px;
    background: url(../img/main/line_brand.png);
    background-repeat: no-repeat;
    background-position: top 32px center;
    padding-bottom: 240px;
}
.brand .section ul li{
    list-style: none;
    width: 50%;
    text-align: right;
    padding: 0;
    margin-bottom: 12px;
    position: relative;
}
.brand .section ul li:nth-child(2n){
    text-align: left;
    width: 100%;
    padding-left: 590px;
}
.brand .section ul li .text{
    color: #b4b4b4;
    height: 75px;
    line-height: 75px;
    width: 535px;
    padding-right: 15px;
}
.brand .section ul li.active .text{
    border: 2px solid #ca1531;
    margin-bottom: 1px;
}
.brand .section ul li .text > span{
    font-weight: 400;
    font-size: 0.8rem;
}
.brand .section ul li .text > b{
    font-size: 28px;
    margin: 0 0 0 20px;
    font-weight: 400;
}
.brand .section ul li:nth-child(2n) .text  > b{
    margin: 0 20px 0 0;
}
.brand .section ul li:nth-child(2n) .text{
    padding: 0 0 0 20px;
}
.brand .section ul li .img{
    display: none;
    width: 535px;
    height: auto;
    overflow: hidden;
    background-color: #000;
    text-align: center;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 1;
    border: 1px solid #ca1531;
    border-bottom: 10px solid #ca1531;
}
.brand .section ul li.active .img{
}
.brand .section ul li:nth-child(2n) .img{
    left: 590px;
}
@media (max-width: 1900px){
    .brand header{
        background-size: 100%;
        height: 306px;
    }
    .brand .title-second {
        margin-top: 135px;
    }
    .brand .title-second > img {
        width: 312px;
    }
}


.strategy.activity .section {
    margin: 570px auto 0 auto;
}
.activity .item-body{
    padding-left: 12%;
    padding-top: 25px;
    position: relative;
}
.strategy.activity .item {
    margin-bottom: 79px;
}
.strategy.activity .item-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
}
.activity .item-status-active,
.activity .item-status{
    border-radius: 5px;
    border: none;
    width: 72px;
    height: 26px;
    background-color: rgb(240,0,50);
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    font-weight: normal;
    line-height: 26px;
    position: absolute;
    top: 32px;
    right: 8%;
}
.activity .item-status{
    background-color: #57676e;
}
@media (max-width: 1900px){
    .strategy.activity .section {
        margin: 400px auto 0 auto;
    }
    .strategy.activity .item {
        margin-bottom: 50px;
    }
    .activity .item-body{
        padding-top: 12px;
    }
    .strategy.activity .item-title {
        font-size: 1rem;
        padding-left: 20px;
        margin-bottom: 0px;
    }
    .activity .item-status-active,
    .activity .item-status{
        width: 56px;
        height: 22px;
        font-size: 0.5rem;
        line-height: 22px;
        top: 20px;
    }
}


.news{

}
.news .banner{
    background-image: url(../img/main/bg-news.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    width: 100%;
}
.news .section{
    margin: 0 auto;
    padding: 204px 0;
    width: 60%;
}
.news .section .media{
    border-bottom: 1px solid #878788;
    height: 173px;
}
.news .section .media .media-left{
    width: 30.333%;
}
.news .section .media .media-body{
    padding-left: 20px;
    padding-right: 20px;
    width: 60%;
}
.news .section .media .media-body a{
    color: #878788;
    font-size: 0.9rem;
}
.news .section .media .media-body h5{
    color: #fff;
    font-size: 1.25rem;
    margin: 0 0 20px 0;
    padding: 0;
}
.news .section .media .media-body a:hover{
    text-decoration: none;
}
.news .section .media .media-right{
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
}
.news .section .media .media-right p{
}
.icon-bt-align-left-small{
    background-image: url(../img/main/bt-angle-right12-gray.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 13px;
    display: block;
    margin: 0 auto;
}
.news .section .media:hover .icon-bt-align-left-small{
    background-image: url(../img/main/bt-angle-right12.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 13px;
    display: block;
    margin: 0 auto;
}
.news .section .media:hover .media-body h5{
    color: #ca1734;
}
.news .section .media:hover{
    border-bottom: 1px solid #ca1734;
}
.posts-view{
}
.posts-view header{
    height: 240px;
    background-color: #000;
}
.posts-view .section nav{
    position: absolute;
    left: 0;
    top: -70px;
}
.posts-view .section{
    margin: 140px auto 0 auto;
    max-width: 58%;
    padding-bottom: 260px;
    position: relative;
}
.posts-view a:hover{
    text-decoration: none;
}
.posts-view .section .container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}
.posts-view .section .breadcrumb{
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 38px 0 0 0;
}
.posts-view .section .breadcrumb .breadcrumb-item {
    font-size: 0.9rem;
}
.posts-view .section .breadcrumb .breadcrumb-item > a{
    color: #595757;

    font-size: 0.8rem;
}
.posts-view .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #595757;
    content: ">";
}
.posts-view .breadcrumb-item.active {
    color: #fff;
}
.posts-view .section .content .title{
    font-size: 1.375rem;
    margin-top: 45px;
    font-weight: 600;
    color: #fff;
}
.posts-view .section .content .date{
    color: #595757;
    font-size: 1rem;
    margin-top: 45px;
    width: 45%;
    font-weight: 600;
    border-bottom: 1px solid #595757;
    padding-bottom: 25px;
}
.posts-view .section .content .tags{
    color: #595757;
    margin-top: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}
.posts-view .section .content .tags > span{
    margin: 0 12px 0 0;
}
.posts-view .section .box-body{
    padding-top: 85px;
}
.posts-buttons{
    margin-top: 60px;
    text-align: left;
}
.posts-buttons > a{
    background-color: #e50032;
    text-decoration: none;
    padding: 15px 60px;
    margin: 0 22px 10px 0;
    color: #fff !important;
    font-size: 0.8rem;
    cursor: pointer;
    display: inline-block;
}
.posts-buttons > a:hover{
    text-decoration: none;
}
@media (max-width: 1900px){
    .news .section{
        padding: 140px 0;
    }
    .news .section .media{
        height: 125px;
    }
    .news .section .media .media-body a{
        font-size: 0.7rem;
    }
    .news .section .media .media-body h5{
        font-size: 1rem;
        margin: 0 0 10px 0;
    }
    .news .section .media .media-right{
        font-size: 1rem;
    }
    .posts-view header{
        height: 168px;
    }
    .posts-view .section .content .title{
        font-size: 1.2rem;
        margin-top: 40px;
    }
    .posts-view .section .content .date{
        font-size: 0.8rem;
        margin-top: 30px;
        padding-bottom: 15px;
    }
    .posts-buttons{
        margin-top: 33px;
    }
}



.suggest .section{
    text-align: center;
    padding-top: 472px;
    width: 100%;
    padding-bottom: 90px;
}
.suggest .section > img{
    width: 60.8%;
}
.suggest .section form{
    background-image: url(../img/main/bt-suggest-content.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 1286px;
    height: 662px;
    margin: 58px auto 0 auto;
    position: relative;
}
.suggest .section form  > .title{
    width: 68%;
    margin: 185px auto 0 auto;
    background: transparent;
    line-height: 25px;
    height: 25px;
    font-size: 0.8rem;
    color: #000;
    letter-spacing: 2px;
    border: none;
    outline: none;
}
.suggest .section form  > .content{
    background: transparent;
    margin: 16px auto 0 auto;
    width: 68%;
    line-height: 60px;
    height: 215px;
    letter-spacing: 2px;
    font-size: 0.8rem;
    border: none;
    outline: none;
}
.suggest .section form  > .submit{
    display: block;
    margin: 75px auto 0 auto;
    text-indent: -4000px;
    background: url(../img/main/bt-submit.png);
    width: 263px;
    height: 54px;
    cursor: pointer;
    border: none;
}
.suggest .section form > .submit:hover{
    opacity: 0.9;
}
@media (max-width: 1900px){
    .suggest .section{
        padding-top: 330px;
        padding-bottom: 58px;
    }
    .suggest .section form{
        width: 915px;
        height: 471px;
        margin: 42px auto 0 auto;
        background-size: 100%;
    }
    .suggest .section form  > .title{
        margin: 125px auto 0 auto;
        line-height: 25px;
        height: 25px;
        font-size: 0.8rem;
        padding-left: 10px;
    }
    .suggest .section form  > .content{
        margin: 5px auto 0 auto;
        line-height: 45px;
        height: 170px;
        font-size: 0.8rem;
        padding-left: 10px;
    }
    .suggest .section form  > .submit{
        margin: 33px auto 0 auto;
        width: 187px;
        height: 38px;
        background-size: 100%;
    }
}
.faq header{
    height: 460px;
}
.faq .section{
    max-width: 73%;
    margin: 0 auto;
    min-height: 710px;
    position: relative;
}
.faq nav .item {
    margin-bottom: 20px;
}
.faq nav a:hover{
    text-decoration: none;
}
.faq nav .item > a{
    color: #fff;
    font-size: 0.9rem;
    background: url(../img/main/iconbt_arrow_left6.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
    margin-left: 6px;
}
.faq nav .item.active >  a{
    background: url(../img/main/iconbt_arrow_down10.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.faq nav .item ul{
    display: none;
    padding: 0;
    margin: 0 0 0 28px;
}
.faq nav .item.active ul{
    display: block;
}
.faq nav li{
    margin: 18px 0;
    list-style: none;
}
.faq nav li > a{
    color: #878787;
    font-size: 0.9rem;
}
.faq nav li.active > a{
    color: #fff;
}
.faq .box{
    color: #fff;
    display: none;
}
.faq .box.active{
    display: block;
}
.faq .box dl{
    padding: 0;
    margin-bottom: 50px;
}
.faq .box dl dt{
    font-size: 0.9rem;
    font-weight: bold;
    background-image: url(../img/main/bt-angle-right12-gray.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: table;
    cursor: pointer;
    padding-right: 20px;
    height: 22px;
}
.faq .box dl dd{
    color: #878787;
    line-height: 26px;
    margin-top: 15px;
    display: none;
    font-size: 0.9rem;
    font-weight: normal;
}
.faq .box dl.active dt{
    background: url(../img/main/iconbt_align_down.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.faq .box dl.active dd{
    display: block;
}
.faq .line-faq{
    background-image: url(../img/main/line-faq.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 1px;
    height: 628px;
    display: block;
    position: absolute;
    top: -12px;
    right: 20.8%;
}

.guide .search{
    width: 100%;
    height: 77px;
    margin: 425px auto 0 auto;
    position: relative;
}
.strategy .guide .search{
    margin: 130px auto 0 auto;
    position: relative;
}
.guide .search form{
    background-image: url(../img/main/bt-search777.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    height: 100%;
    width: 40.5%;
    margin: 0 auto;
}
.guide .search .input-group{
	position: relative;
    display: block;
    height: 100%;
}
.guide .search .input-group .form-control{
    background: transparent;
    border: none;
    padding-left: 20px;
    height: 77px;
    line-height: 77px;
    width: 88%;
}
.guide .search .input-group .submit{
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 77px;
    width: 8%;
    padding: 0;
    text-indent: -4999px;
}
.guide .search  .form-control:focus,.guide .search .input-group .submit:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    outline: none;
}
.guide .section{
    max-width: 82.7%;
    padding-bottom: 370px;
    margin: 146px auto 0 auto;
}
.guide .section h3{
    width: 100%;
}
.guide .section .content{
    max-width: 86%;
    margin: 140px auto 0 auto;
}
.guide .section ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.guide .section ul > li{
    list-style: none;
    background-image: url(../img/main/bt-file31.png);
    background-repeat: no-repeat;
    padding: 0 0 0 72px;
    margin-bottom: 38px;
    background-position: center left;
    height: 31px;
    line-height: 31px;
}
.guide .section ul > li a{
    color: #868686;
    background-image: url(../img/main/bt-angle-right17-gray.png);
    background-repeat: no-repeat;
    background-position: center right;
    display: table;
    padding-right: 30px;
    font-size: 1.25rem;
}
.guide .section ul > li:hover a{
    background-image: url(../img/main/bt-angle-right17.png);
    background-repeat: no-repeat;
    background-position: center right;
    display: table;
    padding-right: 30px;
    color: #fff;
}
.guide .section ul > li a:hover{
    text-decoration: none;
}
@media (max-width: 1900px){
    .guide .search{
        height: 60px;
        margin: 298px auto 0 auto;
    }
    .strategy .guide .search{
        margin: 100px auto 0 auto;
    }
    .guide .search .input-group .form-control,
    .guide .search .input-group .submit{
        height: 60px;
        line-height: 60px;
    }
    .guide .section{
        padding-bottom: 260px;
        margin: 93px auto 0 auto;
    }
    .guide .section .content {
        margin: 96px auto 0 auto;
    }
    .guide .section ul > li {
        padding: 0 0 0 50px;
        margin-bottom: 27px;
        height: 22px;
        line-height: 22px;
        background-size: contain;
    }
    .guide .section ul > li a {
        font-size: 0.9rem;
        background-image: url(../img/main/bt-angle-right12-gray.png);
    }
    .guide .section ul > li a:hover,
    .guide .section ul > li:hover a{
        background-image: url(../img/main/bt-angle-right12.png);
    }
}

.strategy{
    padding-bottom: 0px;
}
.strategy .banner{
    margin: 480px auto 0 auto;
    max-width: 89.6%;
}
.strategy .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
.strategy .section .owl-nav{
    display: none;
}
.strategy .owl-prev,
.strategy .owl-next{
    background-image: url(../img/main/bt-angle-left56-gray.png);
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    display: block;
    text-indent: -4999px;
    position: absolute;
    top: 40.333%;
}
.strategy .owl-prev{
    left: -1.8%;
}
.strategy .owl-next{
    background-image: url(../img/main/bt-angle-right56-gray.png);
    right:  -1.8%;
}
.strategy .owl-prev:hover{
    background-image: url(../img/main/bt-angle-left56.png);
}
.strategy .owl-next:hover{
    background-image: url(../img/main/bt-angle-right56.png);
}
.strategy .owl-dots{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -20px;
    left: 0;
}
.strategy .owl-dots .owl-dot{
    display: inline-block;
}
.strategy .owl-dots .owl-dot > span{
    width: 2px;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
    position: relative;
    text-indent: -999px;
    background-color: #888888;
    display: inline-block;
}
.strategy .owl-dots .owl-dot.active > span{
    background-color: #cc1346;
    height: 24px;
}

.strategy .section{
    margin: 135px auto 0 auto;
    max-width: 83.6%;
}
.strategy .media {
    margin-bottom: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.strategy .media-body{
    padding-left: 12px;
}
.strategy .media h3{
    color: #fff;
    font-size: 1.37rem;
    padding: 0;
    margin: 0;
}
.strategy .media-right{
    width: 70%;
    text-align: right;
    padding-right: 30px;
}
.strategy .more{
    color: #9c9c9d;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
}
.strategy .more:hover
{
    text-decoration: none;
    color: #be1b33;
}
.strategy hr{
    height: 1px;
    position: absolute;
    width: 82%;
    top: 5px;
    left: 10.5%;
    background-color: rgb(46,46,46);
    color: red;
    border: none;
}
.strategy .section .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.strategy .section .owl-prev,
.strategy .section .owl-next{
    background-image: url(../img/main/bt-angle-left17x17.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    text-indent: -4999px;
    position: absolute;
    top: 33.333%;
}
.strategy .section .owl-next{
    background-image: url(../img/main/bt-angle-right17x17.png);
}
.strategy .item{
    margin-bottom: 50px;
    cursor: pointer;
    display: block;
}
.strategy .owl-carousel .item{
    margin-bottom: 0px;
    overflow: hidden;
}
.strategy .owl-carousel .item:hover,
.strategy .item:hover {
    text-decoration: none;
}
.strategy .item-img{
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}
.strategy .item-body {
}
.strategy .item-img:before{
    content: "";
    display: block;
    background-image: url("../img/main/bt-cursor-crosshair.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #d80835;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.strategy .item-img:after{
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.strategy .item.big .item-img:before{
    animation:item-opacity 2s linear infinite alternate;
    -webkit-animation:item-opacity 2s linear infinite alternate; /*Safari and Chrome*/
}
.strategy .item:hover .item-img:before,
.strategy .item:hover .item-img:after{
    opacity: 1;
    visibility: visible;
}
@keyframes item-opacity
{
    from {opacity:0;}
    to {opacity:1;}
}

@-webkit-keyframes item-opacity /*Safari and Chrome*/
{
    from {opacity:0;}
    to {opacity:1;}
}

.strategy .item-title{
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
}
.strategy .bars{
    position: absolute;
    left: 0;
    top: 5px;
}
.strategy .footer .bars{
    position: relative;
    left: 0;
    top: 0;
}
.strategy .item-text{
    font-size: 0.8rem;
    color: #9c9c9d;
}
.strategy .li-more{
    display: none;
}
.strategy .li-show{
    display: block;
}
.video-bg{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
    overflow: hidden;
}
.video-bg-content {
    display: block;
    position: relative;
    margin: 150px auto;
    padding: 0;
    border: 0;
    width: 50%;
    height: calc(100% - 300px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
}
.video-bg .bt-close{
    position: absolute;
    left: auto;
    right: 10%;
    top: 100px;
    display: block;
}

.esport{
}
.esport .section .item-img{
    text-align: center;
    color: #fff;
    padding: 30px 0;
    background-color: #1d1d1d;
}
.esport .section .item-img h3{
    color: #fff;
    margin: 0;
}
.esport .section .item-img span{
    color: #fff;
    display: block;
    background-color: #be1b33;
    width: 70px;
    margin: 20px auto 80px auto;
    border-radius: 10px;
    height: 28px;
    line-height: 28px;
}
.esport .section .item-img img{

}
.esport .section .item-img p{
    color: #fff;
    margin-top: 5px;
}
.esport .section .item-body{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.esport-info .section{
    margin-top: 326px;
}
.esport-info .section ul{
    max-width: 40%;
    margin: 0 auto;
}
.esport-info .section ul li{
    list-style: none;
    text-align: center;
    color: #8a243e;
    font-size: 0.9rem;
}
.esport-info .section ul li a{
    color: #fff;
}
.esport-info .section ul li a:hover{
    text-decoration: none;
}
.esport-info .section .enter_link{
    margin: 60px auto;
    display: block;
    text-align: center;
}
.esport-info .content{
    margin-top: 100px;
}
.esport .bannerbig{
    text-align: center;
    margin-top: 68px;
}
.esport-enter form{
    width: 67%;
    margin: 90px auto;
}
.esport-enter form .form-group{
    margin-bottom: 30px;
}
.esport-enter form input,.esport-enter form select,.esport-enter form textarea{
    width: 100%;
    border: 1px solid #d51633;
    background: transparent;
    padding: 5px 15px;
    color: #fff;
}
.esport-enter form select{
    background-color: #000000;
}
.esport-enter form .default{
    color: #333;
}
.esport-enter form textarea#info{
    height: 95px;
}
.esport-enter form input:focus,.esport-enter form select:focus,.esport-enter form textarea:focus{
    outline: none;
}
.esport-enter form .logobox{
    padding: 15px 0;
    text-align: center;
    border: 1px solid #d51633;
    width: 85%;
}
.esport-enter form .uplogo{
    display: block;
    position: relative;
}
.esport-enter form .uplogo span{
    cursor: pointer;
    background-color: #d51633;
    width: 128px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-top: 120px;
    margin-left: 0;
    display: block;
}
.esport-enter form .uplogo input{
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}

.esport-enter form .logop{
    color: #d51633;
    font-size: 0.75rem;
    margin-top: 20px;
}
.esport-enter form .caption{
    margin-top: 100px;
    background-image: url(../img/main/text-captain.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 30px;
    text-indent: -9999px;
}
.esport-enter form .submit{
    cursor: pointer;
    background-color: #d51633;
    width: 150px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    border: none;
    display: block;
    margin: 60px auto;
}
.strategy.esport .li-more{
    display: block;
    margin-top:120px;
}
.strategy.esport .text-left{
    text-align: left;
}
.success{
    margin-bottom: 100px;
}
.success .section{
    max-width: 48%;
    margin: 270px auto 0 auto;
}
.success .section > img{
    max-width: 79% !important
}
.success .section .share{
    margin-top: 140px;
    margin-bottom: 136px;
}
.success .section .share a:hover{
    text-decoration: none;
}
.success .section .share p{
    color: #fff;
    font-size: 1rem;
    margin-top: 12px;
}
.success .section > a{
    color: #fff;
    background-color: #d51633;
    padding: 10px 40px;
}
.success .section > a:hover{
    text-decoration: none;
}
@media (max-width: 991px){
	.btShop .shop-banner{
    	margin-top: 53px;
    }
    
    .btShop .shop-banner .owl-nav{
    	top: 30%;
    	padding: 0 20px;
    }
    
    .btShop .navbar{
    	padding: 30px 0;
    }
    
    .btShop .category-title img{
    	width: 50%;
    }
    
    .btShop .bt-product{
    	padding: 30px 0;
    }
    
    .btShop .bt-product .product-warp{
    	width: 95% !important;
    }
    
    .btShop .bt-product .product-warp>a:nth-child(2){
    	margin-top: -2px !important;
    }
    
    .btShop .bt-product .product-warp a{
    	margin-right: 4px;
    }
    
    .btShop .pc-handle{
    	/*padding: 30px 0;*/
    }
    
    .btShop .pc-handle .content{
		width: 90%;
	}
    
    .btShop .pc-handle .content .top{
    	padding-top: 20px;
    	margin-bottom: 20px;
    }
    
    .btShop .pc-handle .content .pc-list{
		display: flex;
		justify-content: space-between;
	}
	
	.btShop .pc-handle .content .pc-list li{
		width: 47%;
	}
	
	.btShop .mobile-handle{
		/*padding: 30px 0;*/
	}
	
	.btShop .mobile-handle .content{
		padding-top: 20px;
		width: 90%;
	}
	
	.btShop .mobile-handle .content .top{
		margin-bottom: 20px;
	}
	
	.btShop .mobile-handle .content .mobile-list{
		/*margin-bottom: 20px;*/
	}
	.btShop .mobile-handle .content .mobile-list li{
		margin-bottom: 20px;
	}
	.btShop .bt-peripherals{
		/*padding-top: 28px;*/
	}
	
	.btShop .bt-peripherals .content{
		padding-top: 24px;
	}
	
	.btShop .bt-peripherals .content .peripherals-list{
		width: 90%;
	}
	
	.btShop .parts{
	}
	
	.btShop .parts .content{
		width: 90%;
		padding-top: 24px;
	}
	
	
}

@media (max-width: 991px){
    .strategy.esport  .section{
        max-width: 100%;
        margin: 60px auto 0 auto;
    }
    .esport .section ul{
        max-width: 100%;
        padding: 0;
    }
    .esport-enter form {
        width: 90%;
        margin: 60px auto;
    }
    .esport-enter form .uplogo {
        margin-top: 10px;
    }
    .esport-enter form .caption {
        margin-top: 60px;
        background-size: cover;
    }
    .esport-enter form .submit {
        margin: 30px auto;
    }
    esport-info .section ul > li {
        font-size: 0.75rem;
    }
    
    .section-p .animate-opacity-0{
    	opacity: 1 !important;
    }
}
.bt-share-wechat, .bt-share-weibo, .bt-share-qq, .bt-share-qzone,
.bt-share-wechat:hover, .bt-share-weibo:hover, .bt-share-qq:hover, .bt-share-qzone:hover{
    width: 50px;
    margin: 0 auto 25px auto;
    height: 50px;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
}
.bt-share-wechat{
    background-image: url(../img/main/bt-share-wechat.png);
}
.bt-share-weibo{
    background-image: url(../img/main/bt-share-weibo.png);
}
.bt-share-qq{
    background-image: url(../img/main/bt-share-qq.png);
}
.bt-share-qzone{
    background-image: url(../img/main/bt-share-qzone.png);
}

@media (max-width: 1900px){
    .strategy .banner{
        margin-top: 355px;
    }
    .strategy .owl-prev,
    .strategy .owl-next{
        width: 40px;
        height: 40px;
        background-size: 100%;
    }
    .strategy .item-img:before{
        background-size: 22px 22px;
    }
    
    
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animate-opacity-0 {
    opacity: 0;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#loading{
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    display: block;
    opacity: 1;
}
@media (max-width: 767px) {
    #loading img {
        position: relative;
        top: 33%;
    }
}
#loading iframe{
    width: 6.8%;
    position: relative;
    top: 50%;
    transform:translateY(-50%);
    animation:myloading 1s linear infinite alternate;
    -webkit-animation:myloading 1s linear infinite alternate;
}
@keyframes myloading
{
    from {opacity: 0;}
    to {opacity: 1;}
}

@-webkit-keyframes myloading
{
    from {opacity: 0;}
    to {opacity: 1;}
}
@media (max-width: 991px){
    .menu > ul{
        padding-top: 90px;
    }
    .index .menu > ul{
        padding-top: 90px;
        display: none;
    }
    .product-view .menu > ul {
        padding-top: 90px;
    }
    .index .menu .bt-open {
        display: block;
    }
    .menu .bt-open, .menu .bt-close{
        height: 30px;
        width: 30px;
        top: 12px;
    }
    .menu .bt-open{
        top: 16px;
    }
    .product-view .menu .bt-open, .product-view .menu .bt-close {
        margin-top: 0;
        top: 12px;
    }
    .totop {
        bottom: 10%;
        z-index: 8;
    }
    .index .banner .owl-dots {
        right: 20px;
        top: auto;
        bottom: 8%;
    }
    .index .banner-num,.index .banner .owl-carousel .owl-nav .owl-next,.index .banner .owl-carousel .owl-nav .owl-prev {
        display: none;
    }
    .index .banner .owl-dots {
        right: auto;
        top: auto;
        bottom: 5%;
        text-align: center;
        width: 100%;
        left: 0;
    }
    .index .banner .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        text-align: center;
    }
    .index .banner .owl-theme .owl-dots .owl-dot span,
    .index .banner .owl-theme .owl-dots .owl-dot:hover span{
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 3px;
    }
    .index .banner .owl-theme .owl-dots .owl-dot.active span{
        width: 8px;
        height: 8px;
        background: #fff;
    }
    .index .section-p .text {
        left: 0;
        text-align: center;
        margin: 30px auto 0 auto;
        display: block;
    }
    .index .section-p .text .bars {
        position: relative;
        left: auto;
        top: -10px;
        height: 14px;
        width: 14px;
        bottom: auto;
        display: inline-block;
    }
    .index .section-p .section > img {
        margin-bottom: 60px;
        margin-top: 60px;
        width: 30%;
    }
    .index .section-p .section a {
        display: block;
        margin-bottom: 120px;
    }
    .index .iconbt-index-start, .index .iconbt-index-end {
        margin: 0 auto;
        width: 30px;
    }
    .index .section-s {
        margin: 150px auto;
        max-width: 100%;
        padding: 0;
    }
    .index .section-s .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .index .section-s .box {
        overflow: visible;
    }
    .index .section-s a p {
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        bottom: auto;
        opacity: 1;
        top: -70px;
    }
    .index .section-s a p > img {
        height: 60px;
    }
    .index .section-s .text-download > img, .index .section-s .text-instructions > img, .index .section-s .text-esport > img {
        height: auto;
    }
    .index .section-s .text-download, .index .section-s .text-instructions, .index .section-s .text-esport {
        margin: 30px 0 0 0;
    }
    .index .iconbt-index-end {
        margin-top: 90px;
    }
    .footer {
        padding: 120px 0;
        background-size: 100%;
    }
    .footer .link {
        margin: 60px 10px 0 10px;
    }
    .footer .link a {
        margin-bottom: 30px;
    }
    .footer > p {
        padding: 10px 10px 0 0;
        margin: 30px 0 0 0;
    }
    .menu.active {
        background-image: none;
    }
    .menu > ul {
        width: 50%;
    }
    .menu .menu-sub {
        /*left: 2275px;*/
    }
    .menu .menu-sub > li > a, .menu .menu-sub > li > span {
        margin-left: 18px;
    }
    .menu .menu-sub2 > li .name {
        margin-left: 15px;
    }
    .menu .menu-sub2 > li .text {
        display: none !important;
    }
    .product-view .buy {
        top: 50px;
        font-size: 0.8rem;
        height: 90px;
        line-height: 40px;
        border-top: 1px solid;
    }
    .product-view .buy .price {
        font-size: 1rem;
    }
    .product-view .buy .line {
        font-size: 1rem;
    }
    .product-view .buy .btn-buy {
        font-size: 0.8rem;
        /*padding: 6px 30px;*/
        border-radius: 10px;
    }
    .guide .search {
        margin: 120px auto 0 auto;
    }
    .guide .search form {
        width: 70%;
    }
    .guide .search .input-group .form-control, .guide .search .input-group .submit {
        font-size: 0.8rem;
        /*height: 30px;*/
        padding-top: 0;
        padding-bottom: 0;
        height: 100%;
        line-height: 30px;
    }

    .guide .section h3{
        overflow: hidden;
    }
    .guide .section h3 > img{
        max-width: 180%;
    }
    .guide .section {
        padding-bottom: 120px;
        margin: 60px auto 0 auto;
    }
    .guide .section .content {
        margin: 60px auto 0 auto;
    }
    .strategy .banner {
        /*margin-top: 120px;*/
       margin-top: 60px;
        max-width: 100%;
    }
    .strategy .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .strategy .owl-prev, .strategy .owl-next {
        width: 20px;
        height: 20px;
    }
    .strategy .media h3 {
        font-size: 1rem;
    }
    .strategy .more {
        font-weight: 500;
        font-size: 1rem;
    }
    .strategy hr {
        width: 54%;
        left: 25.5%;
    }
    .video-bg .bt-close {
        top: 20px;
        width: 30px;
        height: 30px;
    }
    .video-bg-content {
        margin: 100px auto;
        width: 100%;
        height: calc(100% - 50px);
    }
    .faq .section {
        max-width: 90%;
        margin-top: 0 !important;
        height: auto;
        margin-bottom: 120px;
    }
    .faq .line-faq {
        background-image: none;
    }
    .suggest .section {
        padding: 120px 0;
    }
    .suggest .section > img {
        width: 80%;
    }
    .suggest .section form {
        width: 90%;
        height: auto;
        margin: 0 auto 0 auto;
        padding-bottom: 60px;
    }
    .suggest .section form > .title {
        margin: 96px auto 0 auto;
        line-height: 12px;
        height: 18px;
        border: 1px solid #ddd;
        font-size: 12px;
    }
    .suggest .section form > .content {
        margin: 10px auto 0 auto;
        line-height: 12px;
        height: 120px;
        border: 1px solid #ddd;
        font-size: 12px;
    }
    .suggest .section form > .submit {
        margin: 10px auto 0 auto;
        width: 100px;
        height: 20px;
        background-repeat: no-repeat;
    }
    .strategy.activity .section {
        margin: 120px auto 0 auto;
    }
    .news .section {
        padding: 120px 0;
        width: 90%;
    }
    .news .section .media {
        height: auto;
        padding: 20px 0;
    }
    .news .section .media .media-right,.news .section .media .media-body h5 {
        font-size: 0.8rem;
        line-height: normal;
    }
    .posts-view .section nav {
        position: static;
        left: auto;
        top: auto;
    }
    .posts-view .section {
        margin: 0 auto;
        max-width: 90%;
        padding-bottom: 160px;
    }
    .posts-view .section .content .date {
        width: 90%;
    }
    .posts-view .section .box-body {
        padding-top: 60px;
        padding-left: 30px;
    }
    
    .posts-view .section .box-body iframe{
        width: 100% !important;
        height: 150px !important;
    }
    
    .posts-buttons > a {
        margin: 10px 0;
        padding: 10px;
        display: block;
    }
    .brand .title-second {
        margin-top: 70px;
    }
    .brand .section {
        max-width: 100%;
        padding-top: 60px;
        padding-bottom: 120px;

    }
    .brand .section ul {
        padding: 0px;
        margin: 0px;
        background: none;
    }
    .brand .section ul li .text {
        height: 110px;
        line-height: 25px;
        width: 100%;
        padding: 0;
    }
    .brand .section ul li:nth-child(2n) .text {
        padding: 0;
    }
    .brand .section ul li {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 12px;
        position: relative;
    }
    .brand .section ul li:nth-child(2n) {
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .brand .section ul li .img{
        width: 100%;
    }
    .brand .section ul li:nth-child(2n) .img {
        left: 0;
        width: 100%;
    }
    .contact .section {
        max-width: 96%;
        margin: 70px auto 120px auto;
    }
    #loading iframe{
        width: 15%;
    }
    body{
        padding-top: 54px;
        width: 100%;
        overflow-x: hidden;
    }
    
    .btShop{
    	/*抵消掉body的54px*/
    	margin-top: -54px;
    }
    
    header,
    .index header,
    .brand header,
    .contact header,
    .faq header,
    .guide header,
    .strategy header,
    .suggest header,
    .posts-view header{
        position: fixed;
        width: 100%;
        height: 54px;
        background-color: #1e1e1e;
        top:0;
        left:0;
        z-index: 99;
    }
    
    .strategy header,{
    	z-index: 9998;
    }
    
    header .logo {
        /*display: none;*/
       top: 0 !important;
       right: 10px !important;
    }
    .news .banner {
        height: 180px;
    }
    h1.title {
        width: 25%;
        margin: 60px auto;
        position: static;
        top: auto;
        left: auto;
    }
    .faq h1.title {
        width: 12%;
    }
    .brand h1.title > img,
    .news h1.title > img,
    .guide h1.title > img,
    .strategy h1.title > img,
    .live h1.title > img,
    .suggest h1.title > img,
    .faq h1.title > img,
    .contact h1.title > img{
        max-width: 100% !important;
        width: 100%;
    }
    .modal.in .modal-dialog {
        margin-top: 45%;
        width: 100%;
        max-width: 100%;
    }
    .strategy .section {
        margin: 60px auto 0 auto;
        max-width: 88%;
    }
    .strategy .section .owl-nav {
        display: block !important;
    }
    .strategy .owl-prev {
        left: -22px;
    }
    .strategy .owl-next {
        right: -22px;
    }
    
    .product-view .section{
    	padding-top: 80px;
    }
}
@media (max-width: 767px){
    .menu > ul,
    .product-view .menu > ul,
    .index .menu > ul{
        padding-top: 60px;
        width: 100%;
    }
    .menu > ul > li {
        height: auto;
        margin-bottom: 25px;
        text-align: left;
    }
    .menu .menu-sub {
        position: static;
        margin: 20px 0;
    }
    .menu .menu-sub > li.active,
    .menu .menu-sub2 > li.active {
        background: none;
    }
    .menu .menu-sub > li,
    .menu .menu-sub2 > li{
        margin-bottom: 20px;
    }
    .menu .menu-sub2 > li:last-child{
        margin-bottom: 0;
    }
    .menu .menu-sub2 > li .name {
        margin-left: 15px;
        color: #fff;
    }
    .menu .menu-sub2 {
        position: static;
        width: 100%;
        margin: 20px 0 0 20px;
        padding: 0;
    }
    .menu .menu-sub > li.active > a:hover,
    .menu .menu-sub > li.active > span:hover,
    .menu .menu-sub2 > li.active .name:hover{
        text-decoration: none;
    }
    .menu .bt-open, .menu .bt-close {
        height: 25px;
        width: 25px;
    }
    .guide .search {
        margin: 60px auto 0 auto;
    }
    .strategy .guide .search {
        margin: 20px auto 0 auto;
        padding: 15px 0;
    }
    .guide .search form {
        width: 82%;
    }
    
    h1.title {
        width: 50%;
    }
    .faq h1.title {
        width: 30%;
    }
    .guide .section h3 > img {
        max-width: 251% !important;
    }
    .suggest .section form > .title {
        margin: 40px auto 0 auto;
        line-height: 12px;
        height: 18px;
        border: 1px solid #eee;
        font-size: 12px;
    }
    .suggest .section form > .content {
        margin: 0px auto 0 auto;
        line-height: 12px;
        height: 60px;
        border: 1px solid #eee;
        font-size: 12px;
    }
    .suggest .section form > .submit {
        margin: 0px auto 0 auto;
        width: 100px;
        height: 20px;
        background-repeat: no-repeat;
    }
    .product-view iframe {
        height: 100% !important;
        width: 100% !important;;
    }
    .guide .section ul > li {
        height: auto;
        line-height: 22px;
        background-size: inherit;
    }
    .activity .item-status-active, .activity .item-status {
        position: static;
    }
    .strategy .item-text {
        margin-top: 10px;
    }
}
@media (max-width: 767px){
    .tfs-slider .background-image {
        background-position: 100% 100%;
    }
    .posts-view.culture .section {
        padding-bottom: 70px;
        padding-top: 70px;
    }
}
.bottom-p{
    color:#83919c;font-size: 12px;
}
.bottom-p span{
    margin-right: 5px;
}
.bottom-p > a{
    color:#83919c;font-size: 12px;text-decoration: none;margin-right: 5px;
}
.bottom-p > a img{
    vertical-align: bottom;
}
#cnzz_stat_icon_1254895338{
    vertical-align: text-bottom;
}