@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, p, dl, dd, ul, ol, form, input, textarea, th, td, select, figure, figcaption {
    margin: 0;
    padding: 0;
}

em, i {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

input, textarea {
    outline: none;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
}

i {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

textarea {
    resize: none;
    overflow: auto;
}

body {
    font-size: 15px;
    font-family: "微软雅黑";
    background: #f6f6f6;
    color: #333;
   /* text-align: center; */
}

/* end reset */
/* public */
.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main {
    width: 1200px;
    margin: 0 auto;
    *zoom: 1;
}

.main:before, .main:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.img_box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *display: block;
    *font-family: Arial;
    line-height: 0;
    *line-height: 1;
}

.img_box img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: inherit;
}

/* reset */
body, h1, h2, h3, h4, h5, p, dl, dd, ul, ol, form, input, textarea, th, td, select, figure, figcaption {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

table {
    border-collapse: collapse;
}

input, textarea {
    outline: none;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
}

textarea {
    resize: none;
    overflow: auto;
}

body {
    font-size: 15px;
    font-family: "微软雅黑";
    background: #fff;
    min-width: 1200px;
    color: #333;
}

/* end reset */
/* public */
.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main {
    width: 1300px;
    margin: 0 auto;
}

.main:before, .main:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.img_box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: inherit;
}



.header{
    width: 100%;
    height: 100px;
}

.header .logo-box{
    width: 216px;
    height: 86px;
    overflow: hidden;
    float: left;
    line-height: 100px;
}

.header .header-nav{
    width: 790px;
    height: 100px;
    float: left;
    margin-left: 50px;
}
.header .header-nav li{
    display: inline-block;
    width: 103px;
    height: 100px;
    text-align: center;
    line-height: 100px;
 
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left:  1px solid #fff;
    border-bottom: 3px solid #fff;
}
.header .header-nav li.on,.header .header-nav li:hover{
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left:  1px solid #dcdcdc;
    border-bottom: 3px solid #b40006;
}
.header .header-nav li:nth-child(7){
    margin-right: 0;
}
.header .header-nav li a{
    display: block;
}
.header .search-box{
    width: 195px;
    height: 35px;
    border: 1px solid #d1d1d1;
    float: right;
    position: relative;
    border-radius: 15px;
    margin-top: 30px;
}

.header .search-box input{
    width: 156px;;
    height: 25px;
    border-right: 1px solid #d1d1d1;
    margin: 5px;
    text-indent: 15px;


}

.header .search-box button{
    width: 22px;
    height: 25px;
    background: url("../images/search.png") no-repeat center center;
    border: 1px solid #fff;
    margin:auto;
    position: absolute;
    top: 5px;
    right: 6px;
}


.index_banner{
    width: 100%;
    position: relative;
    margin-top: 3px;
	
}
.index_banner .bd{
    width: 100%;
}
.index_banner .bd img{
	width:100%;
}

.index_banner .hd{
    margin-right: 310px;
    width: 309px;
    float: right;
    margin-top: -30px;
	text-align: center;

}
.hot-link{
    margin-top: 20px;
}
.index_banner .hd li{
    width: 55px;
    height: 3px;
    background: #d2d2d2;
    display: inline-block;
    margin-right: 15px;



}
.index_banner .hd li.on{

    background: #3b3b3b;
}
.i-link{
    width: 900px;
    height: 35px;
    padding-left: 200px;

}

.hot{
    width: 500px;
    height: 35px;
    line-height: 35px;
    float: left;
    margin-left: 20px;

}
.hot li{
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #888;
    margin-right: 15px;
}


.bottom{
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    margin-top: 20px;
}

.index_about {
    margin-top: 70px;
}
.tit{
    text-align: center;
    margin-bottom: 50px;
}
.tit h2{
    font-size: 24px;
    color: #dcdcdc;
}
.tit h3{
    font-size: 30px;
    color: #333333;
}
.tit h4{
    font-size: 15px;
    color: #666;
    padding-top: 8px;

}
.tit h3 em{
    font-weight: bold;
}

.tit p{
    font-size: 24px;
    color: #666666;
    padding-top: 8px;
    text-transform: uppercase;
}

.list_box
{
    width: 100%;
    margin-bottom: 70px;

}

.list_box .video-box{
    width: 650px;
    height: 477px;
    overflow: hidden;
    float: left;
    margin: 0;
}

.list_box .text-box{
    width: 560px;
    float: left;
    border-top: 2px solid #dcdcdc;
    margin-left: 45px;
    background: url("../images/i-about.jpg") no-repeat center center;
    height: 456px;
    background-size: 560px 456px;
	text-align: left;
}

.list_box .text-box h3{
    font-size: 26px;
    color: #333333;
    position: relative;
    text-indent: 20px;
    padding-top: 60px;
}

.list_box .text-box h3:after{
    position: absolute;
    content: '';
    top: 65px;
    left: 0;
    margin: 0;
    width: 3px;
    height: 27px;
    background: #b40006;
}
.list_box .text-box p{
    font-size: 15px;
    color: #666;
    line-height: 28px;
    padding: 40px 0 70px;
}

.list_box .text-box h4{
    font-size: 15px;
    color: #444444;
}

.list_box .slide_box .prev{
    position: absolute;
    bottom: 0;
    right: 58px;
    margin: auto;
    background: url("../images/prev.jpg")no-repeat center center;
    width: 66px;
    height: 56px;
    z-index: 99;

}

.list_box .slide_box .next{
    position: absolute;
    bottom: 0;
    right: -4px;
    margin: auto;
    background: url("../images/next.jpg")no-repeat center center;
    width: 66px;
    height: 56px;
    z-index: 99;

}

.index_pro{
    position: relative;
}
 .tit2{
    background:url("../images/pro-bg.png")no-repeat center center;
    width: 100%;
    height: 328px;

}

 .tit2{
    text-align: center;
    margin-bottom: 27px;
}
 .tit2 h2{
    font-size: 24px;
    color: #dcdcdc;
    padding-top: 65px;
     text-transform: uppercase;
}
 .tit2 h3{
    font-size: 30px;
    color: #333333;
}
 .tit2 h3 em{
    font-weight: bold;
}

 .tit2 p{
    font-size: 15px;
    color: #666666;
    padding-top: 8px;
     text-transform: uppercase;
}

.index_pro .pro_case{
	height:812px;
    margin-top: -65px;
}
.index_pro .pro_case .hd{
    text-align: center;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #d1d1d1;
    position: absolute;
    top: 190px;
    left: 0;
    margin: auto;
}

.index_pro .pro_case .hd li{
    display: inline-block;
    line-height: 60px;
    /* width: 142px; */
    width: auto;
    height: 57px;
    margin-right: 20px;
}
.index_pro .pro_case .hd li.on,.index_pro .pro_case .hd li:hover{
    border-bottom: 3px solid #b40006;
}
.index_pro .pro_case .parBd{
    width: 100%;
    margin-top: 27px;
}

.index_pro .pro_case .parBd .bd{
    width: 100%;
    margin-top: 54px;
}

.index_pro .pro_case .parBd .bd li{
    width: 312px;
    display: inline-block;
    float: left;
    margin-right: 17px;
    margin-bottom: 30px;
}


.index_pro .pro_case .parBd .bd li .img_box{
    width: 312px;
    height: 312px;
    overflow: hidden;
}
.index_pro .pro_case .parBd .bd li .img_box img{
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.index_pro .pro_case .parBd .bd li .img_box:hover img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.index_pro .pro_case .parBd .bd li .mask{
    display: none;

}

.index_pro .pro_case .parBd .bd li p{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: rgba(0,0,0,0.8);
}

.index_pro .pro_case .parBd .bd .pro-int{
    margin-top: -38px;
    height: 412px;
    box-shadow: 5px 5px 5px #dddddd;
}
.index_pro .pro_case .parBd .bd .pro-int{
    background: url("../images/pro-case-bg.jpg") no-repeat center center;
    width: 312px;
    height: 412px;
}
.index_pro .pro_case .parBd .bd .pro-int .text-box{
    padding-left:  36px;
}
.index_pro .pro_case .parBd .bd .pro-int .text-box h2{
    font-size: 17px;
    color: #bababa;
    text-transform: uppercase;
    padding-top: 50px;
}

.index_pro .pro_case .parBd .bd .pro-int .text-box h3{
    font-size: 24px;
    color: #444444;
}
.index_pro .pro_case .parBd .bd .pro-int .text-box p{
    font-size: 14px ;
    color: #666666;
    line-height: 25px;
    text-align: left;
    background: none;
    padding-top: 30px;
}

.index_pro .pro_case .parBd .bd .pro-int .text-box .more-btn{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #c3c3c3;
    margin-top: 100px;
}


.index_pro .pro_case .parBd .bd .pro-int .text-box .more-btn:hover{
    background: #242424;
    color: #ffff;
}

.index_pro .pro_case .parBd .bd li:nth-child(4n){
    margin-right: 0;
}

.more-btn2 a{
    position: absolute;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    background: #242424;
    top: 707px;
    left: 11px;
    margin: auto;
    
}

.more-btn2 a:hover{
    background: #b40006;
}

.index-join {
    width: 100%;
	text-align: left;
	max-width:1920px;
	margin:0 auto;
	margin-top:100px;
	border-1px solid red;
}

.index-join .list-box{
    width: 100%;
}

.index-join .list-box .content-box{
    width: 50%;
    float: left;
    background: #f0f0f0;

}
.index-join .list-box .content-box .text-box{
    padding: 0 90px 0 230px;
    float: right;
}
.index-join .list-box .content-box .text-box h3{
    font-size: 26px;
    color: #444444;
    position: relative;
    text-indent: 24px;
    padding: 40px 0 34px;
}

.index-join .list-box .content-box .text-box h3:after{
    position: absolute;
    content: '';
    top: 43px;
    left: 0;
    margin: auto;
    width: 4px;
    height: 30px;
    background: #b40006;
}

.index-join .list-box .content-box .text-box p{
    font-size: 15px;
    color: #666666;
    line-height: 27px;
}
.index-join .list-box .pic-box{
    width: 50%;
    float: left;
}
.index-join .list-box .content-box .text-box .more-btn{
    padding: 30px 0 42px;
}
.index-join .list-box .content-box .text-box .more-btn a{
    font-size: 15px;
    font-family: '微软雅黑';
    color: #444444;
    font-weight: bold;

}

.index-join .list-box2{
    width: 100%;
}

.index-join .list-box2 .content-box{
    width: 50%;
    float: left;
    background: #f0f0f0;

}
.index-join .list-box2 .content-box .text-box{
    padding: 0 230px 0 90px;
    float: right;
}
.index-join .list-box2 .content-box .text-box h3{
    font-size: 26px;
    color: #444444;
    position: relative;
    text-indent: 24px;
    padding: 40px 0 34px;
}

.index-join .list-box2 .content-box .text-box h3:after{
    position: absolute;
    content: '';
    top: 43px;
    left: 0;
    margin: auto;
    width: 4px;
    height: 30px;
    background: #b40006;
}

.index-join .list-box2 .content-box .text-box p{
    font-size: 15px;
    color: #666666;
    line-height: 27px;
}
.index-join .list-box2 .pic-box{
    width: 50%;
    float: left;

}
.index-join .list-box2 .content-box .text-box .more-btn{
    padding: 30px 0 42px;
}
.index-join .list-box2 .content-box .text-box .more-btn a{
    font-size: 15px;
    font-family: '微软雅黑';
    color: #444444;
    font-weight: bold;

}

.index-news .news-case{
    margin-top: 0;
 }

.index-news .news-case li{
    width: 403px;
    display: inline-block;
    margin-right: 45px;
}

.index-news .news-case li .img_box{
    width: 402px;
    height: 240px;
    overflow: hidden;
}

.index-news .news-case li .text-box{
    padding: 0 20px;
    border: 1px solid #dcdcdc;
    margin-top: -4px;
	text-align: left;
}
.index-news .news-case li .text-box h2{
    font-size: 18px;
    padding-top: 30px;
}

.index-news .news-case li .text-box h3{
    font-size: 15px;
    padding: 10px 0 18px;
}


.index-news .news-case li .text-box p{
    font-size: 15px;
    line-height: 26px;
}

.index-news .news-case li .text-box .more-btn {
    font-size: 15px;
    font-family: '微软雅黑';
    font-weight: bold;
    margin: 30px 0;
}
.index-news .news-case li .text-box .more-btn em{
    font-weight: normal;
    font-size: 1px;
}

.index-news .news-case li .img_box img{
    -webkit-transition: all 0.8s ease-in-out ;
    -moz-transition: all 0.8s ease-in-out ;
    -ms-transition: all 0.8s ease-in-out ;
    -o-transition: all 0.8s ease-in-out ;
    transition: all 0.8s ease-in-out ;
}
.index-news .news-case li:hover .img_box img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.index-news .news-case li:hover .text-box{
    background: #242424;
    color: #ffffff;
}

.index-news .news-case li:nth-child(3){
    margin: 0;
}

.video-box{
    width: 100%;
    overflow: hidden;
    margin-top: 70px;

}

.friendship{
    width: 100%;
    height: 50px;
    line-height: 50px;
	text-align: left;
}

.friendship li{
    display: inline-block;
    margin-right: 20px;
}

.footer{
    width: 100%;
    padding: 40px 0 40px;
    background: #eeeeee;
	text-align: left;
}

.footer .text-box{
    width: 366px;
    float: left;
}
.footer .text-box h3{
    font-size: 16px;
    color: #666;
    position: relative;
    text-indent: 10px;
    padding-bottom: 25px;
}
.footer .text-box h3:after{
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    margin:auto;
    width: 2px;
    height: 14px;
    background: #ff0000;

}
.footer .text-box p{
    font-size: 15px;
    color: #888;
    padding-bottom: 9px;
}
.footer .foot-nav{
    width: 680px;
    float: left;
}

.footer .foot-nav dl{
    display: inline-block;
    width: 110px;
    float: left;
    text-align: center;
}
.footer .foot-nav dt{
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
}
.footer .foot-nav dd{
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}
.footer .foot-code{
    width: 125px;
    overflow: hidden;
    float: right;
}
.footer .foot-code .img_box{
    width: 125px;
    height: 125px;
    overflow: hidden;
}

.footer .foot-code p{
    font-size: 14px;
    color: #666;
    padding-top: 15px;
    text-align: center;
}

.fix-side{
    width: 44px;
    height: 44px;
    display:inline-block;
    position:fixed;
    bottom: 40%;
    right: 266px;
    z-index: 999;
}



/*product*/
.inc-banner{
    width: 100%;
    margin-top: 4px;
}


.add-link {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #d2d2d2;
}

.add-link li{
    display: inline-block;
    font-size: 14px;
    color: #666666;
    line-height: 55px;
}
.add-link li:hover{
    color: #b40006;
}
.product{
    position: relative;
}
.product .pro-n{
    text-align: center;
    position: absolute;
    top: 172px;
    left: 0;
    right: 0;
    margin: auto;
}

.product .pro-n li{
    display: inline-block;
    /* width: 150px; */
    width: auto;
    padding: 0 8px;
    font-size: 16px;
}
.product .pro-n li.on,.product .pro-n li:hover{
    color:#b40006;
}

.product .pro-specif{
    text-align: center;
    position: absolute;
    top: 223px;
    left: 0;
    right: 0;

}

.product .pro-specif li{
    display: inline-block;
    /* width: 130px; */
    width: auto;
    padding: 0 15px;
    height: 40px;
    text-align: center;
    border: 1px solid #d2d2d2;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    margin-right: 10px;
}

.product .pro-case{
    width: 100%;
    margin-top: -9px;
}

.product .pro-case li{
    display: inline-block;
    width: 312px;
    margin-right: 10px;
    margin-bottom: 60px;

}
.product .pro-case li .img_box{
    width: 312px;
    height: 312px;
    overflow: hidden;
}
.product .pro-case li .img_box img{
    -webkit-transition: all 0.8s ease-in-out ;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out ;
    -o-transition: all 0.8s ease-in-out ;
    transition: all 0.8s ease-in-out ;
}
.product .pro-case li:hover .img_box img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.product .pro-case li p{
    font-size: 15px;
    color: #444444;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: -5px;
}
.product .pro-case li:nth-child(4n){
    margin-right: 0;
}
.product .pro-case li:hover p{
    background: #242424;
    color: #fff;
}

.pages{
    text-align: center;
    margin: 40px 0 70px;
}
.pages li{
    font-size: 14px;
    color: #444444;
    margin-right: 10px;
}
.pages .fist{
    width: 54px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #d2d2d2;
}
.pages .second{
    width: 66px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #d2d2d2;
}

.pages .num{
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #d2d2d2;
}

.pages li.on,.pages li:hover{
    background: #393939;
    color: #fff;
}


/*pro-views*/

.pro_views {
    margin: 80px 0 ;
}

.pro_slide .parbd {
    width: 600px;
    float: left;

}

.pro_slide .parbd li {
    width: 560px;
    height: 560px;

}



.pro_slide .parhd {
    height: 110px;
    float: left;
    position: relative;
    margin-left: 77px;


}

.pro_slide .parhd .hd {
    height: 110px;
}

.pro_slide .sslide {

    height: 110px;
}

.pro_slide .sslide .hd li {
    display: inline-block;
    float: left;
    width: 112px;
    height: 110px;
    border: 1px solid #fff;

}

.pro_slide .sslide .hd li.on {
    border: 1px solid #b40006;
}

.pro_slide .sslide .hd li .pic-box {
    width: 112px;
    height: 110px;
    overflow: hidden;
    text-align: center;
    line-height: 110px;
    margin:  0 auto;
}

.pro_slide .views-text {
    width: 670px;
    float: right;

}
.pro_slide .views-text .list-box{
    width: 670px;
    padding: 30px 0 70px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.pro_slide .views-text .list-box .text-box{
    width: 460px;
    float: left;
}
.pro_slide .views-text .list-box .VR-code{
    width: 158px;
    float: right;
}
.pro_slide .views-text .list-box .VR-code .img_box{
    width: 158px;
    height: 158px;

    overflow: hidden;
}

.pro_slide .views-text .list-box .VR-code p{
    font-size: 15px;
    color: #666666;
    text-align: center;
    padding-top: 15px;
}
.pro_slide .views-text h2 {
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;

}

.pro_slide .views-text .list-box .text-box p{
    font-size: 15px;
    color: #444444;
    line-height: 30px;
}


.pro_slide .views-text .list-box .text-box h4{
    font-size: 16px;
    color: #b40006;
    margin: 20px 0 10px;
}


.pro_slide .views-text .next-pro{
    margin: 15px 0 50px -20px;
}
.pro_slide .views-text .next-pro li{
    display: inline-block;
    width: 110px;
    text-align: center;

}

.pro_slide .parhd .prev {
    position: absolute;
    top: 3px;
    left: -47px;
    margin: auto;
    background: #b8b8b8;
    width: 30px;
    height: 110px;
    line-height: 120px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.pro_slide .parhd .next {
    position: absolute;
    top: 3px;
    right: -50px;
    margin: auto;
    background: #b8b8b8;
    width: 30px;
    height: 110px;
    line-height: 120px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.pro_slide .parhd .next:hover {
    background: #414141;
}

.pro_slide .parhd .prev:hover {
    background: #414141;
}

.VR{
    width: 100%;
    height: 896px;
    background: url("../images/VR-bg.png")no-repeat center center;
}

.tit3{
    text-align: center;
    padding: 55px 0;
}

.tit3 p{
    font-size: 34px;
    color: #dcdcdc;
    text-transform: uppercase;
}
.tit3  h3{
    font-size: 30px;
    color: #333333;

}

.VR .VR-box{
    width: 873px;
    height: 616px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.VR .mask{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 873px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    color: #ffffff;
    background: rgba(0,0,0,0.6);
}

.pro-xg {
    margin: 80px 0 100px;
}
.pro-xg .pro-c li{
    display: inline-block;
    width: 310px;
    margin-right: 13px;
}
.pro-xg .pro-c li .img_box{
    width: 312px;
    height: 312px;
    overflow: hidden;
}
.pro-xg .pro-c li .img_box img{
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out ;
    -ms-transition: all 0.8s ease-in-out ;
    -o-transition: all 0.8s ease-in-out ;
    transition: all 0.8s ease-in-out ;
}
.pro-xg .pro-c li:hover .img_box img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.pro-xg .pro-c li p{
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #d2d2d2;
    font-size: 15px;
    color:#444444;
    margin-top: -4px;
}

.pro-xg .pro-c li:hover p{
    background: #242424;
    color: #fff;

}
.pro-xg .pro-c li:nth-child(4){
    margin-right: 0;
}
.copyright{
    width: 100%;
    height: 60px;
    background: #242424;
}

.copyright p{
    line-height: 60px;
    font-size: 14px;
    color: #c4c4c4;
}
/* 2020.7.14 */
.copyright .ga{
    padding-left:20px;
	background:url(../images/gongan.png) no-repeat left center;
}



/*about*/


.about .list-box{
    margin-top: -140px;
}


.about .list-box .video-box{
    width: 650px;
    height: 477px;
    overflow: hidden;
    float: left;
    margin:0;
}

.about .list-box .text-box{
    width: 570px;
    float: right;
	text-align: left;
}

.about .list-box .text-box h3{
    font-size: 26px;
    color: #333333;
    text-indent: 12px;
    position: relative;

}

.about .list-box .text-box h3:after{
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 3px;
    height: 30px;
    background: #b40006;
}

.about .list-box .text-box p{
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    padding-top: 16px;
}
.about-com {
	max-width:1920px;
	margin:0 auto;
    margin-top: 40px;
	text-align: left;
}

.about-com .list-box{
    width: 100%;
}

.about-com .list-box .content-box{
    width: 50%;
    float: left;
    background: #f0f0f0;
    height: 275px;
}
.about-com .list-box .content-box .text-box{
    margin-left: 210px;
}

.about-com .list-box .content-box .text-box h3{
    font-size: 26px;
    color: #444444;
    position: relative;
    padding: 50px 0 25px;
    text-indent: 12px;
}
.about-com .list-box .content-box .text-box h3:after{
    position: absolute;
    content: '';
    top: 54px;
    left: 0;
    margin: auto;
    width: 3px;
    height:27px;
    background: #b40006;
}

.about-com .list-box .content-box .text-box p{
    font-size: 15px;
    color: #444444;
    line-height: 28px;
}
.about-com .list-box .pic-box{
    width: 50%;
    height: 275px;
    overflow: hidden;
    float: right;
}
.about-com .list-box .pic-box img{
    height: 275px;
}


.about-com .list-box2{
    width: 100%;
}

.about-com .list-box2 .content-box{
    width: 50%;
    background: #f0f0f0;
    height: 275px;
    float: right;
	
}
.about-com .list-box2 .content-box .text-box{
    margin-left: 100px;
    width: 658px;
	
}

.about-com .list-box2 .content-box .text-box h3{
    font-size: 26px;
    color: #444444;
    position: relative;
    padding: 50px 0 25px;
    text-indent: 12px;
}
.about-com .list-box2 .content-box .text-box h3:after{
    position: absolute;
    content: '';
    top: 54px;
    left: 0;
    margin: auto;
    width: 3px;
    height:27px;
    background: #b40006;
}

.about-com .list-box2 .content-box .text-box p{
    font-size: 15px;
    color: #444444;
    line-height: 28px;
}
.about-com .list-box2 .pic-box{
    width: 50%;
    height: 275px;
    overflow: hidden;
    float: left;

}
.about-com .list-box2 .pic-box img{
    height: 275px;
}

.about_slide{
    background: url("../images/about-slide.png") no-repeat center center;
    background-size: 100% 672px;
    padding-top: 70px;
    margin-bottom: 30px;
	
	
}
.power{
	max-width:1920px;
	margin:0 auto;
	
}
.power .hd{
    text-align: center;
}

.power .hd li{
    display: inline-block;
    width: 160px;
    height: 40px;
    background: #242424;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    margin-right: 20px;
}
.power .hd li.on,.power .hd li:hover{
    background: #b40006;
}
.SlideBox{
    margin: 50px auto 80px;
    position: relative;

}

.SlideBox .parBd{
    width: 1300px;
    text-align: center;
    margin: 0 auto;
}
.SlideBox li{
    width: 420px;
    display: inline-block;
    float: left;
    margin-right: 20px;

}
.SlideBox li .img_box{
    width: 420px;
    height: 300px;
    overflow: hidden;
    background: #fff;
}
.SlideBox .sPrev{
    position: absolute;
    width: 58px;
    height: 58px;
    background: url("../images/prev.png") no-repeat center center;
    top: 120px;
    left: 90px;
    margin: auto;
	z-index: 300;
}

.SlideBox .sNext{
    position: absolute;
    width: 58px;
    height: 58px;
    background: url("../images/next.png") no-repeat center center;
    right: 90px;
    top: 120px;
    margin: auto;
	z-index: 300;
}

.SlideBox li p{
    font-size: 16px;
    color: #444444;
    padding-top: 15px;
    text-align: center;
}

.case{
    position: relative;
}

.case .case-l{
    position: absolute;
    top: 168px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.case .case-l li{
    width: 130px;
    display: inline-block;
    font-size: 16px;
}
.case .case-l li.on,.case .case-l li:hover{
    color: #b40006;
}
.case .case-c{
    margin-top: -130px;


}
.case .case-c li{
    display: inline-block;
    float: left;
    width: 402px;
    margin: 0 46px 60px 0;
}

.case .case-c li .img_box{
    width: 402px;
    /*height: 290px;*/
    height: 224px;
    overflow: hidden;
}
.case .case-c li .img_box img{
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    width: 100%;
    height: 100%;
}

.case .case-c li:hover .img_box img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.case .case-c li p{
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #d2d2d2;
    font-size: 15px;
    color: #444444;
    margin-top: -5px;
}

.case .case-c li:hover p{
    background: #303030;
    color: #fff;
}
.case .case-c li:nth-child(3n){
    margin-right: 0;
}





/*net*/


.net{
    padding-bottom:110px;
    margin-top: -140px;

}
.net .htit{
    padding-top:30px;
}
.net .form_box{
    padding-bottom:30px;
}
.net .form_box select,
.net .form_box input.text,
.net .form_box input.submit3{
    width:19%;
    height:50px;
    line-height:50px;
    float:left;
    text-indent:15px;
    border:1px solid #e8e8e8;
    margin-right:1.15%;
    border-radius:5px;
    background:#fff;
    -webkit-rtl-ordering: logical;
}
.net .form_box input.text{
    height:48px;
}
.net .form_box input.submit3{
    text-align:center;
    font-size:18px;
    color:#fff;
    background:#ff0808;
    margin-right:0;
    font-family: '微软雅黑';
    cursor:pointer;
}


.net_box{
    box-shadow: 1px 1px 10px #ccc;
    background:#fff;
}
.net_box .net_sidebar{
    border:1px solid #f2f2f2;
    width:330px;
    float:left;
}
.net_box .net_sidebar h3{
    height:60px;
    line-height:60px;
    text-indent:30px;
    font-size:18px;
    color:#666;
}
.net_box .net_sidebar h3 span{
    font-size:18px;
    color:#ea3c06;
    font-weight:bold;
}
.net_box .net_sidebar li{
    height:150px;
    border-top:1px solid #f2f2f2;
}
.net_box .net_sidebar li:hover .text_box i{
    background:#b40006;
}
.net_box .net_sidebar li:hover{
    background: #f3f3f3;
}
.net_box .net_sidebar li .text_box{
    width:70%;
    float:right;
    display:inline-block;
    font-size:12px;
    color:#787878;
    line-height:26px;
    margin:15px 5% 0 0;
    position:relative;
}
.net_box .net_sidebar li .text_box h4{
    font-size:18px;
    color:#666;
    line-height:36px;
}
.net_box .net_sidebar li .text_box i{
    width:32px;
    height:32px;
    text-align:center;
    line-height:32px;
    background:#c5c5c5;
    display:inline-block;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    border-radius:100px;
    position:absolute;
    left:-50px;
    top:3px;
}
.net_box .net_sidebar .Nprev,
.net_box .net_sidebar .Nnext{
    width:50%;
    height:70px;
    display:inline-block;
    cursor:pointer;
}
.net_box .net_sidebar .Nprev{
    float:left;
    background:#ececec url(../images/net_prev.png) no-repeat center center;
}
.net_box .net_sidebar .Nnext{
    float:right;
    background:#858585 url(../images/net_next.png) no-repeat center center;
}

.net_box .net_main{
    width:860px;
    float:right;
}
#ChinaMap{
    margin:0 auto;
    margin-top:40px;
}
.stateTip, #StateTip { display: none; position: absolute; padding: 8px; background: #fff; border: 2px solid #2385B1; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-size: 12px; font-family: Tahoma; color: #333; }
.mapInfo i { display: inline-block; width: 15px; height: 15px; margin-top: 5px; line-height: 15px; font-style: normal; background: #aeaeae; color: #fff; font-size: 11px; font-family: Tahoma; -webkit-border-radius: 15px; border-radius: 15px; text-align: center }
.mapInfo i.active { background: #E27F21; }
.mapInfo span { padding: 0 5px 0 3px; }
.mapInfo b { font-weight: normal; color: #2770B5 }








/*contact*/

.contact{

}

.tit4{
    padding: 60px 0 30px;
}

.tit4 p{
    font-size: 34px;
    color: #c7c7c7;
}

.tit4 h3{
    font-size: 24px;
    color: #444444;
}
.contact .list-box{
    width: 100%;
}
.contact .list-box .text-box{
    width: 775px;
    float: left;
}


.contact .list-box .text-box p{
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}
.contact .list-box .code-box{
    width: 158px;
    float: right;

}

.contact .list-box .code-box .img_box{
    width: 158px;
    height: 158px;
    overflow: hidden;
}

.contact .list-box .code-box p{
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    color: #898989;
}

.contact .list-box2{
    width: 100%;
    margin-top: 70px;
}

.contact .list-box2 .text-box{
    width: 335px;
    float: left;
}
.contact .list-box2 .text-box input{
    width: 335px;
    height: 50px;
    background: #f1f1f1;
    text-indent: 20px;
    line-height: 50px;
    font-size: 15px;
    color: #6e6e6e;
    margin-bottom: 10px;
}
.contact .list-box2 .text-box2{
    width: 945px;
    float: right;
}

.contact .list-box2 .text-box2 textarea{
    width: 945px;
    height: 150px;
    background: #f1f1f1;
    text-indent: 20px;
    font-size: 15px;
    color: #6e6e6e;
    padding-top: 20px;
}

.contact .list-box2 .apply2{
    width: 100%;
    margin:30px 0 80px;
}

.contact .list-box2 .apply2 .txt{
    width: 190px;
    height: 50px;
    text-indent: 12px;
    font-size: 15px;
    color: #888888;
    float: left;
    line-height: 50px;
    border: 1px solid #d2d2d2;
}

.contact .list-box2 .apply2 .img_box{
    width: 137px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin: 0 25px;
}

.contact .list-box2 .apply2 .btn{
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    background: #343434;
    font-size: 14px;
    color: #fff;
}

.map-box{
    width: 100%;
}



/*news*/


.news-case{
    margin-top: -130px;
}
.news-case li{
    width: 403px;
    display: inline-block;
    float: left;
    margin: 0 40px 60px 0;
}

.news-case li .img_box{
    width: 402px;
    height: 240px;
    overflow: hidden;
}

.news-case li .text-box{
    padding: 0 20px;
    border: 1px solid #dcdcdc;
    margin-top: -4px;
}
.news-case li .text-box h2{
    font-size: 18px;
    margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-case li .text-box h3{
    font-size: 15px;
    padding: 10px 0 18px;
}


.news-case li .text-box p{
    font-size: 15px;
    line-height: 26px;
	min-height:55px;
}

.news-case li .text-box .more-btn{
    font-size: 15px;
    font-family: '微软雅黑';
    font-weight: bold;
    margin: 30px 0;
}

.news-case li .text-box .more-btn em{
    font-weight: normal;
    font-size: 1px;
}

.news-case li .img_box img{
    -webkit-transition: all 0.8s ease-in-out ;
    -moz-transition: all 0.8s ease-in-out ;
    -ms-transition: all 0.8s ease-in-out ;
    -o-transition: all 0.8s ease-in-out ;
    transition: all 0.8s ease-in-out ;
}
.news-case li:hover .img_box img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.news-case li:hover{
    box-shadow: 5px 5px 5px #dcdcdc;
}
.news-case  li:nth-child(3n){
    margin: 0;
}






/*news-views*/

.news-views{
    margin-top: 50px;
}

.news-views .text-box{
    width: 100%;
}

.news-views .text-box .news-tit{
    text-align: center;

}

.news-views .text-box .news-tit h3{
    font-size: 20px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
}

.news-views .text-box .news-tit h4{
    font-size: 15px;
    color: #3e3e3e;
    padding-bottom: 50px;
    padding-top: 15px;
}

.news-views .text-box p{
   
    font-size:15px;
    line-height: 30px;
}

.news-views .news-v-link{

}
.news-views .news-v-link li{
    display: inline-block;
    font-size: 15px;
    margin: 40px 40px 60px 0;
}




/*join*/




.join{
    margin-top: -115px;
}


.join .list-box{
     width: 100%;
 }

.join .list-box .img_box{
    width: 650px;
    height: 465px;
    overflow: hidden;
    float: left;
}

.join .list-box .text-box{
    width: 580px;
    float: right;
}

.join .list-box .text-box h3{
    font-size: 16px;
    color: #ff0808;
    font-weight: bold;
    padding: 20px 0 15px;

}

.join .list-box .text-box p{
    font-size: 15px;
    color: #666666;
    line-height: 28px;
    padding-bottom: 10px;
}


.join .list-box2{
    width: 100%;
}

.join .list-box2 .img_box{
    width: 650px;
    height: 465px;
    overflow: hidden;
    float: right;
}

.join .list-box2 .text-box{
    width: 580px;
    float: left;
}

.join .list-box2 .text-box h3{
    font-size: 16px;
    color: #ff0808;
    font-weight: bold;
    padding: 20px 0 15px;

}

.join .list-box2 .text-box p{
    font-size: 15px;
    color: #666666;
    line-height: 28px;
    padding-bottom: 10px;
}

.join_slide{
    margin: 100px 0 ;
}
.join_slide .swiper-container{
    width: 100%;
}

.join_slide .swiper-container .swiper-slide .img_box{
    width: 414px;
    height: 290px;
    overflow: hidden;
}
.join_slide .swiper-container .swiper-wrapper{
    margin-bottom: 40px;
}
.join_slide .swiper-container .swiper-scrollbar{
    margin-top: 40px;
}

.main .list_box .text-box a{ 
     font-weight:bold;
}