@media (max-width: 425px) and (min-width: 320px){
            .wedo-img .fist-video{
                height:194px;
            }
        }
        @media (max-width: 768px) and (min-width:426px){
            .wedo-img .fist-video{
                height:310px;
            }
        }
        @media (max-width: 991px) {
            .wedo-img .fist-video{
                width:100%;                
            }
        }
        @media (max-width: 1199px) and (min-width: 992px){
            .introduce p {
                height: 126px;
                overflow-y: scroll;
            }
            .wedo-img .fist-video{
                width:361px;
                height:204px;
            }
        }
        @media (max-width: 1439px) and (min-width: 1200px){
            .introduce p {
                margin-bottom: 13px;
                height: auto;
            }
            .introduce {
                height: 248px;
            }
            .wedo-img .fist-video{
                width:438px;
                height:247px;
            }
        }
        @media (min-width: 1440px){
            .introduce {
                height: 300px;
            }
            .introduce p {
                height: auto;
                margin-bottom: 25px;
            }
            .wedo-img .fist-video{
                width:531px;
                height:300px;
            }
        }
        /**video start**/
        .s-modal-content2 {
            background: #000;
            width: 660px;
            margin: 0 auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 10px;
        }
        button.close {
            margin-top: 6px;
            color: #fff;
        }
        .video-height {
            height: 400px;
        }
        @media (min-width: 992px){
            .s-modal-content2 {
                height: 450px !important;
            }
        }
        @media (max-width: 991px){
            .s-modal-content2 {
                width: 92% !important;
            }
            .video-height {
                height: 50vw;
            }
        }
        /**video end**/
@media (min-width: 1440px){
    .container{
        width: 1410px;
    }
}
.content-wrap {
    margin-top: 0;
}
@media (max-width: 991px){
    .content-wrap {
        margin-bottom: 0;
        margin-top: 44px;
    }
}

section{display:block}

.container05{ margin:0 auto;}
.container05{height:300px;padding:60px 0 0; text-align:center}
.container05 h2{font-size:35px;color:#fff;text-transform:uppercase;font-family:myFirstFont;margin-bottom:14px;}
.container05 h4{ font-size:34px; color:#fff; margin-bottom:65px;}

.button {
	display: inline-block;
	color: #fff;
	background: #cd000e;
	margin:0 auto;
	width: 155px;
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	text-align:center;
	font-size:15px;
	
}

.button:before,#bannerUrl button:before {
	content: "";
	position: absolute;
	top: -30px;
	left: -100px;
	height: 100px;
	width: 70px;
	background: rgba(255, 255, 255, .4);
	transform: rotate(20deg);
	
}

.button:hover:before,#bannerUrl button:hover:before {
	left: 180px;
	transition: all 0.6s;
}
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a:active{
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

 /*xcl start*/
.nav-bar {
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
    -ms-transition: all 0.3s; /* Opera */
    transition-property: background;
}

.main-header{
    height: 50px;
    /*line-height: 50px;*/
    z-index: 99;
}
.toolsbar li{
    float: left;
    width:30px;
    text-align: center;
    margin-left:5px;
}
.toolsbar li a{
    display: block;
    color: #fff;
}
.scroll .toolsbar li a{
    color: #333;
}
.toolsbar li a:hover{
    color: #fff;
}
.globallist{
    text-align: left;
    line-height: 22px;
}
.globallist li{
    float: none;
    text-align: left;
    display: inline;
}
.globallist a {
    color: #b2b2b2!important;
}
.globallist a:hover{
    color: #fff!important;
}
.globalarea-bg{
    top:68px;

}
.logo h1{
    margin: 0;
}
.logo .sitelogo{
    display: block;
    overflow: hidden;
    width: 150px;
    height:41px;
    margin-top: 13px;
    text-indent: -9999px;
    background: url("../images/home_v2017/logo1.png") no-repeat center center;
}
.scroll .sitelogo{
    background: url("../images/home_v2017/logo1.jpg") no-repeat center center;
    background-size:cover;
}
.main-header .toolsbar ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.main-header .toolsbar li{
    list-style-type: none;
    float: left;
    padding-left: 15px;
    font-size: 12px;
    color: #393842;
}
.main-header .toolsbar li a{
    color: #393842;
}
.toolsbar .telphone1,
.toolsbar .telphone2{
    color: #393842;
}
.toolsbar .telphone1{
    padding-right: 2px;
    font-size: 12px;
}
.nav-bar{
    z-index: 999;
}
@media (min-width:992px) {
    .nav-bar{
        position: fixed;
        width: 100%;
        top: 0;
        height: 68px;
        line-height: 68px;
        z-index: 999;
        background-image: url("../images/home_v2017/nav-bg.png");
        background-image: linear-gradient(to bottom, rgba(24, 45, 64, .4) 0%, rgba(24, 45, 64, 0) 100%);
    }
    .nav-bar.scroll{
        background: #fff;
        border-bottom: 3px solid #cd000e;
    }
}


.nav-bar .main-nav{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.nav-bar .main-nav:last-child{
    background: none;
}
.nav-bar .main-nav > li{
    position: relative;
    display: block;
    float: left;
    margin-right: 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-bar .main-nav li ul li{
    text-transform: none;
}
.nav-bar .main-nav > li:last-child{
    margin-right: 10px;
}
.main-nav a{
    display: block;
    color: #fff;
}
.scroll .main-nav a{
    display: block;
    color: #333;
}
.main-nav li a:hover{
    color: #fff;
}
.main-nav li:hover a:after{
    content: "";
    background: #d0021b;
    width: 100%;
    height: 2px;
    display: block;
    top: 48px;
    position: absolute;
}
.main-nav li:hover ul li a:after{
    display: none;
}
.nav-bar .active{
    color: #fff;
}
.nav-bar .mobile-nav-v2017{
    background: #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.pull-down {
    position: absolute;
    left: 0;
    width: 240px;
    padding: 0;
    background-color: #fff;
    display: none;
    z-index: 1000;
}
.pull-down a {
    display: block;
    min-width: 150px;
    color: #333;
    text-align: left;
}
.pull-down a:hover {
    color: #e60012;
}
.pull-down li {
    padding: 0 15px;
    line-height: 40px;
    font-weight: normal;
}
.pull-down li:hover {
    background: #EBEEF0;
}
.search2017{
    width: 100%;
    position: absolute;
    left: 0;
}
.search2017 .container{
    position: relative;
}
.search2017 .active{
    color: #4d4d4d;
}
.x7search{
    position: relative;
    float: right;
}
.x7search .xsearch-type{
    width: 88px;
}
.x7search .xsearch-type .dropdown{
    border-radius: 0;
    border-color: #d4d4d4;
    border-right: none;
}
.x7search .xsearch-type .dropdown .selected,
.x7search .xsearch-type .dropdown li {
    font-size: 12px;
    text-align: left;
    width: 100%;
}
.x7search .form-control {
    border-radius: 0;
    border-color: #d4d4d4;
    font-size: 12px;
}
.x7icon-search{
    display: block;
    line-height: 27px;
    width: 32px;
    font-size: 15px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #d4d4d4;
    border-left: none;
    margin: 0;
    padding: 0;
    color: #222;
    padding-top: 3px;
}
.form-control {
    height: 32px;
}
.x7icon-search:hover{
    background: #f00;
    color: #fff;
}
.dropdown .carat {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -1px;
    border: 4px solid transparent;
    border-top: 4px solid #000;
}
.dropdown.open .carat {
    margin-top: -5px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid #000;
}
.dropdown .selected, .dropdown li {
        display: block;
    font-size: 18px;
    line-height: 1;
    color: #4d4d4d;
    padding: 9px 8px;
    overflow: hidden;
    white-space: nowrap;
}
.dropdown li {
    list-style: none;
    padding: 5px 8px;
}
.dropdown .selected::after {
     box-shadow: none;
}
.xsearch-input{
    width: 216px;
}

.xsearch-input .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:#ccc;
}
.xsearch-input .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
.xsearch-input .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ccc;
}
.xsearch-input .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#ccc;
}
.product-index-nav1{
    background: #fff;
    width:320px;
}
@media (min-width: 992px){
    .product-index-nav1{
        width:260px;
    }
}
@media (min-width: 1200px){
    .product-index-nav1{
        width:280px;
    }
}
@media (min-width: 1440px){
    .product-index-nav1{
        width:320px;
    }
}
.nav-bar .product-nav li a{
    display: block;
    line-height: 44px;
    padding-left: 10px;
    color: #4d4d4d;
}
.nav-bar ul li a:hover{
    color: #fff;
}
.scroll ul li a:hover{
    color: #333;
}
.nav-bar ul ul li a:hover{
    color: #d0021b;
}
.nav-bar .product-nav .index-product-class2 li a {
    padding: 0;
}
.index-product-class2 .productclass-ad a{
    display: table-cell;
    vertical-align: middle;
    height: 400px;
}
.product-index-nav1 li span{
    line-height: 44px;
    font-size: 14px;
    color: #e8e8e8;
}
.product-index-nav1 li:hover{
    background: #EBEEF0;
    color: #D0021B;
}
.product-index-nav1 li:hover span{
    color:#D0021B;
}
.product-index-nav1 li.active{
    background: #EBEEF0;
}
.product-index-nav1 li.active span{
    color:#D0021B;
}
.product-index-nav1 li .product-con{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background: #EBEEF0;
    height: 100%;
}
.product-index-nav1 li .product-con li:hover{
    background: #fff;
}
.product-index-nav1 li .product-con ul{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
.container-product-class{
    position: fixed;
    top: 84px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.18);
    box-shadow: 0 8px 16px rgba(0,0,0,0.18);
}
.index-product-class2 ul{
    padding: 15px 0;
    margin: 0;
    list-style-type: none;
}
 /*xcl end*/
 /*wyy start*/
.index-banner{
    width: 100%;
    text-align: center;
    position: relative;
}
.index-banner .pagination {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
}
 @media (min-width: 992px){

     .index-banner .pagination {
         left: 50%;
         width: 10%;
         margin-left: -5%;
         background:rgba(0, 0, 0, 0.2)!important;
         filter:Alpha(opacity=20);
         padding: 8px 0;
         bottom: 40px;
     }
 }
 @media (min-width: 992px) and  (max-width: 1199px){
    .index-banner .pagination{
         width: 16%;
         margin-left: -8%;
     }
 }
 .index-banner .swiper-pagination-switch{
     opacity: 1;
     display: inline-block;
     width: 10px;
     height: 10px;
     border-radius: 10px;
     background: rgba(255,255,255,0.3);
     margin: 0 3px;
     cursor: pointer;
 }
 .index-banner .swiper-active-switch{
     background: #D0011B;
     border: 1px solid #D0011B;
 }
 .s-banner .arrow-left,.s-banner .arrow-right{
     width: 50px;
     height: 80px;
     background-image: none;
     text-align: center;
     line-height: 80px;
     color: #a9a9a9;
     font-size: 24px;
     background:rgba(0, 0, 0, 0.2)!important;
     filter:Alpha(opacity=20);
     position: absolute;
     top: 50%;
     z-index: 2;
     margin-top: -40px;
     transition: all .3s ;
     -webkit-transition: all .3s ;
     -moz-transition: all .3s ;
 }
 .s-banner .arrow-left{
     left: 30px;
 }
.s-banner .arrow-left:focus,.s-banner .arrow-right:focus{
    text-decoration: none;
}
.s-banner  .arrow-right{
     right: 30px;
 }
.s-banner  .arrow-left:hover,.s-banner .arrow-right:hover{
     background:rgba(0, 0, 0, 0.5)!important;
     filter:Alpha(opacity=50);
 }

@media (min-width: 992px) {
    .nav-category {
        position: relative;
        top: -30px;
        z-index: 1;
    }
    .nav-category ul {
        margin: 0;
        background: #EBEEF0;
        padding: 15px;
    }
    .nav-category ul li {
        width: 10%;
        height: 132px;
        background: #fff;
        float: left;
        margin-right: 1.25%;
        padding: 11px;
        overflow: hidden;
        border-radius: 4px;
        display: inline;
    }
    .nav-category ul li:last-child {
        margin-right: 0;
    }

    .nav-category ul li:last-child h2 {
        padding: 0;
    }
    .nav-category span{
        font-size: 58px;
        color: #e89214;
        height: 72px;
        display: block;
    }
    .nav-category .mn5,.nav-category .mn6{
        font-size: 64px;
    }
    .nav-category .mn9{
        font-size: 50px;
    }
    .nav-category ul li:hover{
        -webkit-box-shadow:0 2px 6px #ccc;
        -moz-box-shadow:0 2px 6px #ccc;
        box-shadow:0 2px 6px #ccc;
    }
    .nav-category ul li:hover span{
        color: #ff9800;
    }
}

@media (min-width: 992px){
    .nav-category .mn1{
        font-size: 32px;
        padding-top: 19px;
    }
    .nav-category .mn2{
        font-size: 32px;
        padding-top: 20px;
        padding-left: 5px;
    }
    .nav-category .mn3{
        padding-top: 5px;
        font-size: 56px;
        padding-left: 6px;
    }
    .nav-category .mn4{
        font-size: 65px;
    }
    .nav-category .mn5{
        font-size: 39px;
        padding-top: 17px;
        padding-left: 9px;
    }
    .nav-category .mn6{
        font-size: 37px;
        padding-top: 19px;
    }

    .nav-category .mn7{
        font-size: 53px;
        padding-top: 7px;
        padding-right: 8px;
    }
    .nav-category .mn8{
        font-size: 41px;
        padding-top: 19px;
        padding-right: 0px;
    }
    .nav-category .mn9 {
        font-size: 49px;
        padding-top: 9px;
        padding-right: 1px;
    }
}
@media (min-width: 1200px){
    .nav-category .mn1{
        font-size: 38px;
        padding-top: 18px;
    }
    .nav-category .mn2{
        font-size: 39px;
        padding-top: 20px;
        padding-left: 9px;
    }
    .nav-category .mn3{
        font-size: 64px;
    }
    .nav-category .mn4{
        font-size: 71px;
    }
    .nav-category .mn5{
        font-size: 47px;
        padding-top: 13px;
        padding-left: 10px;
    }
    .nav-category .mn6{
        font-size: 46px;
        padding-top: 14px;
    }

    .nav-category .mn7{
        font-size: 60px;
        padding-top: 7px;
        padding-right: 8px;
    }
    .nav-category .mn8{
        font-size: 48px;
        padding-top: 14px;
        padding-right: 5px;
    }
    .nav-category .mn9 {
        font-size: 58px;
        padding-top: 4px;
        padding-right: 3px;
    }
}
@media (min-width: 1440px){
    .nav-category .mn1{
        font-size: 43px;
        padding-top: 18px;
    }
    .nav-category .mn2{
        font-size: 46px;
        padding-top: 14px;
        padding-left: 14px;
    }
    .nav-category .mn3{
        font-size: 66px;
    }
    .nav-category .mn4{
        font-size: 72px;
    }
    .nav-category .mn5{
        font-size: 51px;
        padding-top: 13px;
        padding-left: 10px;
    }
    .nav-category .mn6{
        font-size: 51px;
        padding-top: 14px;
    }

    .nav-category .mn7{
        font-size: 60px;
        padding-top: 7px;
        padding-right: 8px;
    }
    .nav-category .mn8{
        font-size: 52px;
        padding-top: 14px;
        padding-right: 5px;
    }
    .nav-category .mn9 {
        font-size: 62px;
        padding-top: 4px;
        padding-right: 3px;
    }
}


.nav-category h2{
    font-size:12px ;
    line-height: 16px;
    color: #545555;
    margin:0;
    padding: 0 15px;
    padding-top: 2px;
}
@media (min-width: 1200px) and  (max-width: 1439px){
    .nav-category h2 {
        font-size: 12px;
        line-height: 16px;
        color: #545555;
        margin: 0;
        padding: 0 15px;
    }
    .nav-category ul li {
        width: 10%;
        height: 110px;
        background: #fff;
        float: left;
        margin-right: 1.25%;
        padding: 0 11px;
        overflow: hidden;
        border-radius: 4px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .nav-category h2 {
     font-size: 12px;
        padding: 0;
    }
}

.nav-category ul li a{
    display: block;
    text-decoration: none;
}
.wedo .swiper-slide{
    margin: 0;
}
.wedo-title{
    font-size: 22px;
    color: #222;
    font-weight: bold;
    margin:0;
    margin-bottom: 10px;
}
.introduce{
    background: #EBEEF0;
    padding: 40px 30px;
    font-size: 14px;
}
.introduce h3{
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
}
.introduce p{
    color: #808080;
    line-height: 22px;
    height:190px;
    overflow: hidden;
}
.introduce-btn{
    background: #f0f0f0;
    padding: 10px 30px;
    color: #cd000e;
    border: 1px solid #dcdcdc;
    border-radius: 4px;

}
.introduce-btn:hover{
    background: #fff;
    text-decoration: none;

}
.wedo .arrow-left,.wedo .arrow-right{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-image: none;
    border: 1px solid #e8e8e8;
    color: #ff0014;
    background: #fff;
    text-align: center;
    left: 0;
    top: 85%;
    position: absolute;
    cursor: pointer;
}
.wedo .arrow-left:hover,.wedo .arrow-right:hover{
    background: #ff0014;
    color: #fff;
}
.wedo .arrow-right{
    left: 60px;
}
.wedo .arrow-right.stop-swiping,.wedo .arrow-left.stop-swiping{
    color: #c8c8c8;
    opacity:1;
}
.theysay{
    
}
blockquote{
    border-left: 0;
    padding: 0;
    height: 170px;
    overflow: hidden;
    font-size:14px;
    line-height: 22px;

}
.swiper-container3{
    border: 3px solid #e4e4e4;

}
.swiper-container3 .pagination {
    text-align: right;
    padding-left: 8%;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}
@media (min-width: 992px)and (max-width: 1200px) {
    .swiper-container3 .pagination{
        bottom: 0;
    }
}
/*.they-details{
    padding: 50px 40px 0px 40px;
}*/

.swiper-container3 .swiper-pagination-switch,
.swiper-container2 .swiper-pagination-switch
{
    border: 2px solid #E89214;
    background: #fff;
    opacity: 1;

}
.swiper-container3 .swiper-pagination-switch{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 3px;
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1439px){
    .swiper-container3{
        background: url("/skin/default_en/images/home_v2017/fuhao1.jpg") 20px 20px no-repeat;
    }
    .swiper-container3 .swiper-pagination {
        padding-left: 5%;
    }
    .introduce{
        padding: 20px;
    }
    .wedo .arrow-left, .wedo .arrow-right{
        width: 40px;
        height: 40px;
        line-height: 40px;
        top:85%
    }
    .w-addwitdh{
        padding: 20px 20px 0 20px;
    }
    blockquote{

        height: 126px;
        border-left: 0;
        padding: 0;
        overflow: hidden;
        font-size: 14px;
        line-height: 22px;
    }
    blockquote::-webkit-scrollbar{
        width: 5px;
        height: 5px;
    }
    blockquote::-webkit-scrollbar-track{
        background: #ddd;
        box-shadow: none;
    }
    blockquote::-webkit-scrollbar-thumb{
        background: #777;
        border-radius:5px;
    }

}
@media (min-width: 992px) and (max-width: 1199px){
    .introduce p{
        height: 40px;
        overflow: hidden;
        margin-bottom: 18px;
    }
    .wedo .arrow-left, .wedo .arrow-right{
        top:78%
    }
    .swiper-container3{

    }
    .w-addwitdh{
        padding: 20px 20px 37px 20px;
    }
    blockquote{
        height: 93px;
        margin: 0 0 10px;
        font-size: 14px;

    }

    blockquote{
        overflow-y: scroll;
    }
    blockquote::-webkit-scrollbar{
        width: 5px;
        height: 5px;
    }
    blockquote::-webkit-scrollbar-track{
        background: #ddd;
        box-shadow: none;
    }
    blockquote::-webkit-scrollbar-thumb{
        background: #777;
        border-radius:5px;
    }
}
@media (min-width: 991px) {
    .wedo, .theysay {
        width: 66%;
        float: left;
    }
    .theysay {
        width: 33%;
       float: right;
    }
    .wedo-img{
        float: right;
        padding: 0;
    }

}
.wedo-img img{
    width: 100%;
}
@media (min-width: 992px){
    .app-border{
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .nav-category span {
        font-size: 36px;
        color: #ffffff;
        display: block;
        margin: 0 auto;
        background: #64507E;
        border-radius: 100%;
        width: 65px;
        height: 65px;
        line-height: 56px;
    }

    .nav-category h2 {
        padding: 0;
        height: 50px;
        margin-top: 10px;
    }
    .nav-category .mn1 {
        font-size: 21px;
        padding-top: 2px;
    }
    .nav-category .mn2, .nav-category .mn8{
        background: #D34F4F;
    }
    .nav-category .mn2{
        padding-left: 2px;
        font-size: 26px;
    }
    .nav-category .mn3,.nav-category .mn4{
        background: #4F88D3;
    }
    .nav-category .mn3{
        font-size: 40px;
    }
    .nav-category .mn4{
        font-size: 51px;
        padding-top: 1px;
    }
    .nav-category .mn5{
        background: #DE7239;
        font-size: 30px;
        padding-top: 2px;
    }
    .nav-category .mn6{
        background: #DC724D;
        font-size: 26px;
        padding-top: 4px;
        padding-right: 2px;
    }
    .nav-category .mn7{
        background: #E8AC15;
        font-size: 45px;
        padding-right: 3px;
        padding-top: 5px;
    }
    .nav-category .mn8{
        font-size: 30px;
        padding-top: 3px;
    }
    .nav-category .mn9{
        background: #666B9F;
    }
    .wedo-img{
        padding: 0;
    }
    .introduce{
        padding: 0;
        background: none;
        margin-top: 15px;
    }
    .introduce h3{
        font-size: 14px;
    }
    .introduce p{
        height: auto;
        margin-bottom: 0;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 10px;
    }
    .wedo-title{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .wedo .swiper-container2 .pagination{
        top: -22px;
        right: 0;
        text-align: right;
        position: absolute;
    }

    .w-addwitdh{
        padding: 27px 10px 15px 10px;
        border: 3px solid #e4e4e4;
    }
    .nav-category .list-unstyled{
        margin-bottom: 0;
    }
    .app-border{
        border-bottom: 10px solid #eeeff0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .wedo,.index-banner{
        margin-bottom: 20px;
    }
    .swiper-container3 .swiper-pagination-switch ,
    .swiper-container2 .swiper-pagination-switch{
        border: 0;
        background: #d8d8d8;
        opacity: 1;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 3px;
        cursor: pointer;
    }
    .swiper-container3{
        border: 0;
        background: none;
    }
    .swiper-container3 .swiper-slide{
     
        position: relative;
    }

    .swiper-container3 .swiper-slide:after{
        content: "";

        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .theysay{
        background: none;
    }
    .swiper-container3 .pagination{
        top: -22px;
        text-align: right;
        right: 0;
        height: 30px;
    }
}
.swiper-container3 .swiper-active-switch,
.swiper-container2 .swiper-active-switch
{
    background: #E89214;
}

@media (min-width: 320px){
    blockquote {
        height: 176px;
    }
}

@media (min-width: 375px){
    blockquote {
        height: 140px;
    }
}

@media (min-width: 425px){
    blockquote {
        height: 120px;
    }
}
@media (min-width: 768px){
    blockquote {
        height: 100px;
    }
}
@media (min-width: 992px){
    blockquote {
        height: 111px;
    }
}
@media (min-width: 1200px){
    blockquote {
        height: 173px;
    }
}
@media (min-width: 1440px){
    .w-addwitdh{
        padding: 50px 40px 0px 40px;
    }
    blockquote {
        height: 224px;

    }
}
@media (min-width: 768px )and (max-width: 991px ){
.nav-category span{
    width: 70px;
    height: 70px;
    line-height: 70px;
}
    .nav-category h2 {
        height: 35px;
    }
}
    /*wyy end*/
 /*syj start*/
.s_news{
    background: #EBEEF0;
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 15px;
}
.s_news_tiet h2{
    margin: 10px 0 10px 0;
    font-size: 22px;
    color: #222222;
    text-align: center;
    font-weight: bold;
}
@media (max-width: 768px){
    .s_news_tiet h2{
        margin: 0px 0 10px 0;
        font-size: 16px;
        color: #222222;
        text-align: left;
    }
}
.s_news_bgcole{
    background: #fff;
    transition: all 0.2s ease-in-out;
}
.s_news_bgcole:hover{
    -webkit-box-shadow: 0 0 16px #b3b3b3;
    -moz-box-shadow: 0 0 16px #b3b3b3;
    box-shadow: 0 0 16px #b3b3b3;
}
@media (max-width: 992px) {
    .s_news_bgcole:hover{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
.s_news_bgcole a{
    padding-bottom: 26px;
    display: block;
}
.s_news_bgcole a:hover{
    text-decoration: none;
}
@media (max-width: 991px) {
    .s_news_bgcole a{
        padding-bottom: 0;
    }
    .s_news {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.s_news_cont{
    padding-right: 0;
    margin-bottom: 10px;
}
.s_news_pdright{
    padding-right: 15px;
}
.s_news_bgcole h3{
    padding: 0 16px;
    margin: 16px 0;
    margin-bottom: 6px;
    font-size: 14px;
    color: #222222;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.s_news_time{
    padding: 0 16px;
    font-size: 12px;
    color: #999999;
    margin-bottom: 3px;
}
.s_news_bgcole p{
    padding: 0 16px;
    margin-bottom: 14px;
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .s_news_bgcole h3,
    .s_news_time,
    .s_news_bgcole p{
        padding:0;
    }
}
.s_news_butn{
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #D0021B;
    transition: all 0.2s ease-in-out;
    background: rgba(34,34,34,0.02);
    border: 1px solid rgba(150,150,150,0.23);
    border-radius: 4px;
    margin-left: 16px;
}
.s_news_pdright .s_news_cont:hover .s_news_butn{
    background: #3A3842;
    color: #fff;
}

.s_made{
    background: url("../images/home_v2017/server-bg.jpg") no-repeat center center;
    height: 290px;

}
.s_made a,
.s_made a:hover{
    color: #4D4D4D;
}
.s_made:before{
    content: "";
    display: block;
    height: 290px;
  
}
.s_made .swiper-container{
    margin-top: -240px;
    height: 240px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .s_made .swiper-container{
        margin-top: -250px;
    }
}
.s_made .swiper-slide{
    text-align: center;
}
.s_made .swiper-slide span,.s_made_swiper1 li a span{
    font-size: 80px;
}
.s_made .server-title{
    font-size: 14px;
    font-weight: normal;
}
.s_made p{
    font-size: 12px;
    line-height: 18px;
    color:#808080;
}
.s_made_swiper1 .pagination{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -6px;
}
.s_made_swiper1 .pagination .swiper-pagination-switch{
    background: #848282;
    opacity: 1;
    border: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 3px;
    cursor: pointer;
}
.s_made_swiper1 .pagination .swiper-active-switch{
    background: #e79213;
    opacity: 1;
}

@media (min-width: 992px) and (max-width: 1200px){
}
@media (min-width: 1201px) and (max-width: 1440px){
}
@media (min-width: 1441px) and (max-width: 1700px){
}
@media (min-width: 1701px){
}


 .s_group{
     background: #eeeff0;
     text-align: center;
     color: #999;
     font-size: 12px;
     padding: 18px 0;
 }
@media (max-width: 425px){
    .s_future {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 426px) and (max-width: 768px){
    .s_future {
        margin-bottom: 20px !important;
    }
}
 .s_future{
     margin-bottom: 30px;
 }
 .s_future_cont{
     padding-left: 0;
 }
 .s_future_cont .col-md-3{
     padding-right: 0;
 }
.s_future_margin{
    margin: 0;
}
 .s_future_cont h2{
     margin: 0;
     font-size: 22px;
     color: #222;
     text-align: center;
     line-height: 60px;
     font-weight: 600;
 }
 .s_future_list{
     padding: 0;
     transition: all 0.3s ease-in-out;
     cursor: context-menu;
 }
 .s_future_list a:hover{
     text-decoration: none;
 }
 .s_future_pic{
     position: relative;
 }
 .s_future_abost{
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(25,84,163,0.8);
     background-color:#1954a3;
     opacity:0.8;
     filter:alpha(opacity=80);
     padding: 70px 30px 0;
 }
 .s_future_list h3{
     position: absolute;
     padding: 20px;
     padding-top: 40px;
     margin: 0;
     font-size: 14px;
     color: #FFF;
     bottom: 0;
     width: 100%;
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
 }
.s_future_abost h4{
    font-size: 20px;
    color: #fdfff9;
    text-align: center;
    margin: 0;
    margin-bottom: 22px;
}
.s_future_abost h4:after {
    display: block;
    margin: 0 auto;
    background: #fcffff;
    width: 92px;
    height: 2px;
    content: "";
    margin-top: 20px;
}
.s_future_abost p{
    font-size: 14px;
    color: #bbdde9;
    margin-bottom: 26px;
    line-height: 22px;
}
.s_future_btn{
    width: 152px;
    height: 42px;
    margin: 0 auto;
    border: 1px solid #eaffff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    color: #bbdde9;
}
.s_future_btn:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #333;
}
.s_future_list:hover h3{
    border: none;
}

@media (min-width: 992px){

    .s_future_list .s_future_abost{
        display: none;
       opacity: 0;
        transition:opacity 1s;
        -moz-transition:opacity 1s; /* Firefox 4 */
        -webkit-transition:opacity 1s; /* Safari and Chrome */
        -o-transition:opacity 1s; /* Opera */
    }
    .s_future_list:hover .s_future_abost{
        opacity: 1;
    }
    .s_future_list:hover {
        position: relative;
        z-index: 2;
        -webkit-box-shadow:0px 0px 10px #b3b3b3;
        -moz-box-shadow:0px 0px 10px #b3b3b3;
        box-shadow:0px 0px 10px #b3b3b3;
    }
    .s_future_list h3 span{
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;

        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .s_future_list h3 span:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f4a723;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .s_future_list:hover h3 span:before, .s_future_list h3 span:focus:before, .s_future_list h3 span:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@media (min-width: 993px) and (max-width: 1200px){
    .s_future_abost p {
        line-height: 18px;
    }
    .s_future_btn{
        display: none;
    }
    .s_future_abost {
        padding: 10px 20px 0;
    }
    .s_future_abost h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .s_future_abost h4:after {
        margin-top: 16px;
    }
}
@media (min-width: 1201px) and (max-width: 1440px){
    .s_future_abost {
        padding: 26px 10px 0;
    }
}
@media (max-width: 425px){
    .s_future_cont {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_future_list h3{
        margin-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
    }
    .s_future_cont h2 {
        text-align: left;
        line-height: 40px;
        background: #fff;
        font-size: 14px;
        color: #222;
        font-weight: bold;
    }
}
@media (min-width: 426px) and (max-width: 768px){
    .s_future_list h3{
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
    }
    .s_future_cont h2 {
        line-height: 50px;
        font-size: 16px;


    }
}
@media (max-width: 992px){
    .s_made_absolt p {
        width: 50%;
        line-height: 22px;
        font-size: 14px;
    }
}
@media (max-width: 320px){
    .s_made_icon {
        display: none;
    }
    .s_made_absolt p {
        width: 90%;
        line-height: 22px;
        margin: 20px auto;
        font-size: 12px;
    }
    .s_made_btn a {
        width: 140px;
        height: 36px;
        line-height: 36px;
    }
}
@media (min-width: 321px) and (max-width: 375px){
    .s_made_icon {
        margin-top: 20px;
    }
    .s_made_icon span {
        font-size: 60px;
    }
    .s_made_absolt p {
        width: 90%;
        margin: 10px auto;
        font-size: 12px;
        line-height: 22px;
    }
    .s_made_btn a {
        width: 140px;
        height: 36px;
        line-height: 36px;
    }
}
@media (min-width: 376px) and (max-width: 425px){
    .s_made_icon {
        margin-top: 20px;
    }
    .s_made_icon span {
        font-size: 60px;
    }
    .s_made_absolt p {
        width: 90%;
        margin: 16px auto;
        font-size: 14px;
        line-height: 22px;
    }
    .s_made_btn a {
        width: 140px;
        height: 36px;
        line-height: 36px;
    }
}
@media (min-width: 426px) and (max-width: 768px){
    .s_made_icon {
        margin-top: 168px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .s_made_icon {
        margin-top: 20px;
    }
    .s_made_icon span {
        font-size: 70px;
    }
    .s_made_absolt p {
        width: 50%;
        margin: 16px auto;
        font-size: 14px;
        line-height: 22px;
    }
}
@media (min-width: 1201px) and (max-width: 1440px){
    .s_made_icon {
        margin-top: 50px;
    }
    .s_made_icon span {
        font-size: 80px;
    }
    .s_made_absolt p {
        width: 50%;
        margin: 16px auto;
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 1441px) and (max-width: 1600px){
    .s_made_icon {
        margin-top: 60px;
    }
    .s_made_absolt p {
        width: 50%;
        margin: 16px auto;
        font-size: 14px;
        line-height: 26px;
    }
}


 .mainfooter{
     background: #3f3f3f;
 }
 .s_footer_cont{
     background: #3f3f3f;
 }
 .s_footer_padding{
     padding-top: 25px;
     padding-bottom: 15px;
 }
 .s_footer_left h2{
     margin: 0;
     margin-bottom: 10px;
     padding-bottom: 10px;
     border-bottom: 1px solid #6a6a6a;
 }
 .s_footer_phone{
     margin-bottom: 10px;
     line-height: 30px;
 }

 .s_footer_phone .icon-172,
 .s_footer_phone .icon-171
 {
     font-size: 12px;
     padding-top: 2px;
 }
 .s_footer_share{
     padding-bottom: 9px;
 }

 .s_footer_phone span{
     position: relative;
     color: #e3e3e3;
     font-size: 14px;
     padding-left: 25px;
     padding-right: 20px;
 }
 .s_footer_phone span:last-child{
     padding-right: 0;
 }
 .s_footer_phone span i{
     position: absolute;
     left: 0;
     top: 0;
     font-size: 16px;
     color: #fff;
 }
 .s_footer_flot{
     margin-bottom: 5px;
 }
@media (min-width: 992px) and  (max-width: 1199px){
    .s_footer_phone{
        margin-bottom: 7px;
    }
    .s_footer_flot{
        margin-bottom: 12px;
    }
}
 .s_footer_dras_left{
     float: left;
 }
 .s_footer_dras_right{
     float: right;
 }

 .s_footer_share li{
     list-style: none;
     float: left;
     width: 30px;
     height:30px;
     margin-right: 15px;
 }
.s_footer_share li:last-child{
     margin-right: 0;
 }
.s_footer_share li a{
    display: inline-block;
    width: 30px;
    height:30px;
    text-align: center;
    line-height: 34px;
    border-radius: 15px;
    background: #575656;
}
.s_footer_share li a span{
    color: #fff;
}
.s_footer_share li a:hover{
    text-decoration: none;
}
.friendlink{
    font-size: 12px;
    line-height: 24px;
    color: #787878;
    margin-bottom: 0;
}
.friendlink a{
    color: #787878;
    margin-right: 5px;
}
.friendlink a:hover{
    color: #fff;
}

 .s_copyright{
     height: 46px;
     line-height: 46px;
     background: #303030;
 }
 .s_copyright_w{
     font-size: 12px;
     color: #707070;
     text-align: center;
 }
 .s_footer_infor h3{
     margin-top: 0;
     margin-bottom: 5px;
     font-size: 14px;
     color: #fff;
 }
 .s_footer_info h3{
     margin-top: 0;
     margin-bottom: 5px;
     font-size: 14px;
     color: #fff;
 }
 .s_footer_list{
     padding: 0;
 }
.s_footer_list li{
    list-style: none;
    margin-bottom: 0;
}
.s_footer_list li a{
    font-size: 12px;
    color: #878787;
}
.s_footer_list li a:hover{
    text-decoration: none;
    color: #fff;
}
.s_footer_right{
    padding-left: 60px;
}

/*@media (min-width: 1440px){
    .s_footer_info{
        width: 25%;
    }
    .s_footer_infol{
        width: 75%;
    }
}*/
@media (min-width: 992px){
    .s_footer_infor{
        width: 15.66%;
    }
	.s_footer_infor-top{
		width: 19.66% !important;
	}
}
.gotop1 {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 18vw;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.gotop1 span {
    display: block;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #706b6b;
    width: 32px;
    height: 32px;
}
 /*syj end*/
.swt-mobile{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}
.swt-mobile-body{
    border-top: 1px solid #e6e6e6;
    background: #fff;
}
.swt-mobile-body .icon{
    display: inline-block;
    font-size: 16px;
    margin-right: 2vw;
}
.swt-mobile-body .swt-zx-txt{
    display: inline-block;
    font-size: 14px;
}
.swt-mobile-body a{
    display: inline-block;
    width: 100%;
    height:46px;
    color: #cb0909;
    line-height: 46px; text-align:center;
}
.swt-mobile .swt-zx{
    border-right: 1px solid #e6e6e6;
}
.swt-mobile .swt-ly{

}
@media (max-width: 991px) {
    .index-maring{
        margin-bottom: 46px;
    }
}
.s-banner{
    width: 100%;
    position: relative;

}
@media (min-width: 992px) {
    .s_made_swiper1 .swiper-slide{
       width: 18%;
    }
    .nav-category ul li.lastpadding{
       margin-right: 0;
    }
    .s_made_swiper1 li{
        width: 33%;
        float: left;
        text-align: center;
        padding: 0 20px;
        display: inline;
    }
    .s-banner  .img-responsive{
        display:inline-block ;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .s-index-pic img{
		width:224px;
		height:127px;
	}
}
@media (min-width: 1200px) and (max-width: 1439px){
    .s-index-pic img{
		width:274px;
		height:155px;
	}
}
@media (min-width: 1440px){
    .s-index-pic img{
		width:334px;
		height:189px;
	}
}





