#pc_banner{
    display: none;
}

header{
    display: none;
}
#position {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: url("../images/positionbg.jpg") repeat-x;
}

#position .main {
    width: 1420px;
    height: 54px;
    margin: 0 auto;
    float: left;
    margin-left: 30px;
    color: #ffffff;
}

#position .main span {
    display: inline-block;
    width: 58px;
    height: 28px;
    background: url("../images/home.png") no-repeat;
    vertical-align: middle;
}

#position .main a {
    color: #ffffff;
    vertical-align: middle;
    font-size: 16px;
}

#select {
    width: 100%;
    height: auto;
    background: #f5f5f5;
}

#select .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#select .main .select_name {
    width: 100%;
    height: 50px;
   
}

#select .main .select_name p {
    display: inline-block;
    font-size: 18px;
    margin-right: 38px;
    color: #353535;
}

#select .main .select_name span {
    font-size: 18px;
    color: #353535;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

#select .main .select_name span i {
    display: inline-block;
    width: 13px;
    height: 16px;
    background: url("../images/x.jpg") no-repeat;
}

#select .main .select_list ul li {
    border: 1px solid #ddd;
    display: block;
    border-bottom: 0;
    padding: 10px 0;
}

#select .main .select_list {
    padding-bottom: 45px;
}

#select .main .select_list ul li:last-child {
    border-bottom: 1px solid #ddd;
}

#select .main .select_list ul li p {
    display: inline-block;
    font-size: 18px;
    width: 255px;
    margin-left: 35px;
    color: #353535;
}

#select .main .select_list ul li span {
    display: inline-block;
    font-size: 15px;
    color: #353535;
    padding: 5px 10px;
    margin-right: 15px;
}

#select .main .select_list ul li span:hover {
    cursor: pointer;
}

#select .main .select_list ul li span.act {
    color: #fff;
    background: #d20824;
}

#product {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#product ul li {
    height: 430px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    margin-top: 80px;
}

#product ul li:last-child {
    border-bottom: 0;
}

#product ul li .pro_img {
    width: 540px;
    height: 350px;
    float: left;
    overflow: hidden;
}

#product ul li .pro_img a img:hover {
   transform: scale(1.1);
}

#product ul li .pro_img a img {
    width: 540px;
    height: 350px;
  transition: all 2.5s;
}

#product ul li .pro_right {
    width: 776px;
    height: 350px;
    float: right;
}

#product ul li .pro_right h1 {
    font-weight: inherit;
    font-size: 25px;
    height: 28px;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 25px;
}

#product ul li .pro_right h1 a {
    color: #191919;
}

#product ul li .pro_right h1 a:hover {
    color: #d7072b;
}

#product ul li .pro_right p {
    line-height: 25px;
    font-size: 15px;
    color: #191919;
    margin-bottom: 35px;
}

#product ul li .pro_right .more a {
    display: block;
    width: 126px;
    height: 36px;
    border: 1px solid #d7072b;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #191919;
}

#product ul li .pro_right .more a:hover {
    color: #d7072b;
}

#page {
    text-align: center;
    margin: 30px auto;
    margin-bottom: 105px;
    clear: both;
}

#page ul li {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ddd;
    padding: 8px 15px;
}

#page ul li a {
    font-size: 12px;
    color: #575757;
    display: inline-block;
}

#page ul li.thisclass {
    background: #d20925;
    color: #fff;
}

#page ul li.thisclass a {
    color: #fff;
}

#cp_banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #121212;
}

#cp_banner .container {
    width: 100%;
    margin: 0 auto;
}

#cp_banner .slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#cp_banner .slider {
    position: relative;
    width: 9999px;
}

#cp_banner .slider:before, .slider:after {
    display: table;
    content: ' ';
}

#cp_banner .slider:after {
    clear: both;
}

#cp_banner .slider__item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
}

#cp_banner .slider__item img {
    display: block;
    max-width: 100%;
    height: 472px;
}

.slider__switch span {
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
}

/* Arrows */
#cp_banner .slider__switch {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 1px;
    background: #000;
    opacity: .3;
    transition: opacity .15s ease;
    fill: #fff;
}

#cp_banner .slider__switch--prev {
    left: 10px;
}

#cp_banner .slider__switch--next {
    right: 10px;
}

#cp_banner .slider__switch:hover {
    opacity: .85;
}

#cp_banner .slider__switch[disabled] {
    visibility: hidden;
    opacity: 0;
}

#cp_banner .slider__caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    max-width: 500px;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}

#cp_banner .slider__caption[disabled] {
    opacity: 0;
    visibility: hidden;
}

#cp_banner .slider-nav {
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 9;
    filter: alpha(opacity=0);
}

#cp_banner .slider-nav__control {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    border: 0;
    border-radius: 50%;
    background: transparent;
}

#cp_banner .slider.has-touch {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

@media (max-width: 580px) {
    .slider__switch {
        display: none;
    }

    .slider__caption {
        display: none;
    }
}

#product_index {
    width: 100%;
    height: 790px;
    background: #ffffff;
}

#product_index .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#product_index .main h1 {
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: inherit;
    color: #191919;
    font-size: 36px;
    margin: 55px 0 16px 0;
}

#product_index .main h5 {
    text-align: center;
    font-weight: inherit;
    color: #787878;
    font-size: 22px;
    margin-bottom: 55px;
}

#product_index .main .cp_list ul li {
    width: 355px;
    height: 600px;
    background: #4a4a4a;
    float: left;
    border-bottom: 1px solid #ddd;
    position: relative;
}

#product_index .main .cp_list ul li:hover {
    background: #ffffff;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    cursor: pointer;
}

#product_index .main .cp_list ul li:hover .center h2 a {
    color: #333;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}

#product_index .main .cp_list ul li:hover .center p {
    color: #686868;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}

#product_index .main .cp_list ul li:hover .center div span {
    color: #303030;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}


#product_index .main .cp_list ul li:hover .center div span a{
    color: #303030;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}

#product_index .main .cp_list ul li .top {
    width: 100%;
    height: 274px;
    overflow: hidden;
}
#product_index .main .cp_list ul li:hover img{
	transform: scale(1.1);
}
#product_index .main .cp_list ul li .top a img {
    display: block;
    width: 100%;
    height: 274px;
    overflow: hidden;
    transition: all 2.5s;
}

#product_index .main .cp_list ul li .center {
    width: 290px;
    margin: 0 auto;
    height: 190px;
}

#product_index .main .cp_list ul li .center h2 {
    font-size: 26px;
    font-weight: inherit;
    text-align: left;
    height: 65px;
    /* line-height: 65px; */
    margin-top: 40px;
    margin-bottom: 15px;
}

#product_index .main .cp_list ul li .center h2 a {
    color: #fff;
}

#product_index .main .cp_list ul li .center p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}



#product_index .main .cp_list ul li .center div span {
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 10px;
}
#product_index .main .cp_list ul li .center div span a{
    color: #fff;
}
#product_index .main .cp_list ul li .center div span:hover{
    border: 2px solid #d7072b;
}

#product_index .main .cp_list ul li .center div span.act {
    background: #d7072b;
    border: 1px solid #d7072b;
}

#product_index .main .cp_list ul li:hover .bottom a {
    color: #686868;
    border: 2px solid #d7072b;
}

#product_index .main .cp_list ul li .bottom {
    width: 290px;
    margin: 25px auto;
    height: 44px;
}

#product_index .main .cp_list ul li .bottom a {
    display: block;
    width: 124px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
}

#product_index .main .cp_list ul li .bf {
    width: 55px;
    height: 50px;
    position: absolute;
    top: 110px;
    left: 150px;
    background: url("../images/bf.png") no-repeat;
    opacity: 0;

}

#product_index .main .cp_list ul li:hover .bf {
    opacity: 1;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}




#product_shebei {
    width: 100%;
    height: 406px;
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

#product_shebei .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#product_shebei .main h1 {
    font-size: 36px;
    color: #191919;
    height: 164px;
    line-height: 164px;
    font-weight: inherit;
    text-align: center;
}

#product_shebei .main div ul li {
    width: 142px;
    height: 142px;
    display: inline-block;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 142px;
    margin-right: 5px;
    margin-left: 5px;
}

#product_shebei .main div ul li a {
    display: block;
    font-size: 22px;
    color: #343434;
}

#product_shebei .main div ul li a:hover {
    background: #d7072b;
    color: #f7f7f7;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

#product_peitao {
    width: 100%;
    height: 420px;
}

#product_peitao .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#product_peitao .main h1 {
    font-size: 36px;
    color: #191919;
    height: 164px;
    line-height: 164px;
    font-weight: inherit;
    text-align: center;
}

#product_peitao .main div ul li {
    width: 342px;
    height: 80px;
    display: inline-block;
    border: 1px solid #888;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 22px;
}

#product_peitao .main div ul li span {
    display: inline-block;
    width: 33px;
    height: 47px;
    background: url("../images/product_peitaobg.jpg") no-repeat;
    margin: 20px 0 0 36px;
    vertical-align: middle;
}

#product_peitao .main div ul li a {
    display: inline-block;
    font-size: 22px;
    color: #343434;
    text-align: center;
    vertical-align: middle;
    margin-top: 15px;
    margin-left: 22px;
}

#product_video {
    width: 100%;
    height: 780px;
    background: #f5f5f5;
    border-bottom: 2px solid #e8e8e8;
}

#product_video .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#product_video .main .video_left {
    float: left;
    width: 940px;
    height: 675px;
    margin-top: 48px;
}

#product_video .main .video_left .video_left_top {
    width: 100%;
    height: 490px;
    position: relative;
}

#product_video .main .video_left .video_left_top .bf{
        width: 55px;
    height: 50px;
    position: absolute;
  top: 210px;
    left: 435px;
    background: url(../images/bf.png) no-repeat;
    opacity: 0;
}

#product_video .main .video_left .video_left_top:hover .bf{
     opacity: 1;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}
#product_video .main .video_left .video_left_top img {
    width: 100%;
    height: 490px;
}

#product_video .main .video_left .video_left_bottom {
    width: 100%;
    height: 185px;
}

#product_video .main .video_left .video_left_bottom ul li {
    display: inline-block;
    width: 310px;
    height: 185px;
}

#product_video .main .video_left .video_left_bottom ul li img {
    width: 310px;
    height: 185px;
}

#product_video .main .video_right {
    float: left;
    width: 475px;
    height: 675px;
    background: #303030;
    margin-top: 48px; /*overflow-y:scroll*/
}

#product_video .main .video_right .video_right_box {
    width: 374px;
    height: 600px;
    margin: 46px auto;
}

#product_video .main .video_right .video_right_box h1 {
    width: 100%;
    overflow: hidden;
    font-size: 25px;
    color: #ffffff;
    font-weight: inherit;
}

#product_video .main .video_right .video_right_box .line {
    display: block;
    height: 3px;
    background: url("../images/line.jpg") no-repeat;
    width: 100%;
    margin: 25px 0;
}

#product_video .main .video_right .video_right_box div p {
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
}

#product_video .main .video_right .video_right_box div p span {
    font-size: 20px;
    margin-right: 5px;
}

#con_nav {
    width: 1420px;
    height: 66px;
    line-height: 66px;
    margin: 0px auto;
}

#con_nav ul li {
    display: inline-block;
    width: 471px;
    height: 66px;
    background: #504e4e;
    text-align: center;
    float: left;
    border-right: 1px solid #ddd;
}

#con_nav ul li a {
    font-size: 24px;
    color: #ffffff;
    display: block;
}

#con_nav ul li.actnav {
    height: 77px;
    background: url("../images/actnav_bg1.jpg") repeat;
}






.aui-nav-list-tab{
    width: 1420px;
    height: auto;
    margin: 0 auto
}

.aui-nav-list-tab .aui-page-list{
    font-size: 16px;
    color: #333;
    line-height: 35px;

}


#pro_contont {
    width: 1420px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}

#pro_contont img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

#pro_contont p {
    font-size: 16px;
    color: #343434;
    line-height: 40px;
}

#shebei {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#shebei .main {
    margin-bottom: 48px;
}

#shebei .main h1 {
    font-weight: inherit;
    font-size: 30px;
    color: #343434;
}

#shebei .main span.line {
    display: block;
    width: 370px;
    height: 3px;
    background: url("../images/line_bg.jpg") no-repeat;
    margin: 32px 0 46px 0;
}

#shebei .main ul li {
    width: 455px;
    height: 320px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
}

#shebei .main ul li .img {
    width: 100%;
    height: 248px;
}

#shebei .main ul li .img a img {
    width: 455px;
    height: 248px; /*transition: all .5s;*//*-webkit-transition: all .5s;*/
    /*-o-transition: all .5s;*/
    /*-moz-transition: all .5s;*/
    /*-ms-transition: all .5s;*/
}

#shebei .main ul li .img a img:hover {
    /*transform: scale(0.95);*/
    /*-webkit-transform: scale(0.95);*/
    /*-moz-transform: scale(0.95);*/
    /*-o-transform: scale(0.95);*/
    /*-ms-transform: scale(0.95);*/
}

#shebei .main ul li .tit a {
    display: block;
    width: 100%;
    height: 72px;
    background: #ececec;
    text-align: center;
    line-height: 72px;
    color: #504e4e;
    font-size: 24px;
}

#shebei .main ul li:hover .tit a {
    background: #d20824;
    color: #ffffff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

#case {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#case ul li {
    display: inline-block;
    width: 452px;
    height: 322px;
    margin-left: 10px;
    margin-right: 4px;
    margin-bottom: 38px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

#case ul li:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
}

#case ul li:hover .case_tit a {
    color: #d7072b;
}

#case ul li .img a img {
    display: block;
    width: 100%;
    height: 322px;
}

#case ul li .img a img img {
    width: 452px;
    height: 322px;
}

#case ul li .case_tit a {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 24px;
}

#download {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#download li .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
    font-size: 21px;
    color: #343434;
}

#download ul li {
    height: 80px;
    line-height: 80px;
}

#download li .main .download span {
    display: inline-block;
    width: 18px;
    height: 22px;
    float: right;
    background: url("../images/download.png") no-repeat;
    margin-top: 30px;
}

#download ul li:nth-child(even) {
    background: #f5f5f5;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
}

#download ul li:last-child {
    margin-bottom: 50px;
}

/*隐藏导航开始*/

/*nav_hide*/

.nav_hide_cp {
    width: 100%;
    height: 55px;
    line-height: 53px;
    background: rgba(0, 0, 0, 0.7);
    -moz-opacity: 07;
    opacity: 70;
    filter: alpha(opacity=70);
    position: absolute;
    z-index: 1000000;
}

.fixednav1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.nav_hide_cp .main {
    width: 1420px;
    height: 54px;
    margin: 0 auto;
}

.nav_hide_cp .main .home {
    display: inline-block;
    float: left;
    width: 58px;
    height: 28px;
    margin-top: 12px;
    background: url("../images/home.png") no-repeat;
}

.nav_hide_cp .main .nav {
    float: right;
}

.nav_hide_cp .main .nav ul li {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
}

.nav_hide_cp .main .nav ul li.curr {
    background: #a81e1e;
}

.nav_hide_cp .main .nav ul li.curr a{
    color: #ffffff;
  
}


.nav_hide_cp .main .nav ul li a {
    color: #a9a9a9;
    font-size: 16px;
    display: inline-block;
  
}
.nav_hide_cp .main .nav ul li a:hover{
    color: #fff;
   
   }

/*隐藏导航结束*/

#content_cp {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#content_cp .main {
    height: 150px;
    border-bottom: 1px solid #ddd;
}

#content_cp .main h1 {
    font-size: 30px;
    color: #504e4e;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 28px;
    font-weight: inherit;
}

#content_cp .main p {
    text-align: center;
    font-size: 18px;
    color: #504e4e;
}

#content_cp #content {
    width: 1200px;
    height: auto;
    margin: 30px auto;
}
#content_cp #content p{
font-size: 16px;
    line-height: 40px;
}


#content_cp #content div p {
    font-size: 18px;
    color: #343434;
    line-height: 40px;
}

#content_cp #content div {
    font-size: 18px;
    color: #343434;
    line-height: 40px;
}

#shebei_cp {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#shebei_cp ul li {
    width: 100%;
    height: 338px;
    padding-bottom: 68px;
    border-bottom: 1px solid #ddd;
    margin-top: 58px;
}

#shebei_cp ul li:nth-child(3) {
    border-bottom: none;
}

#shebei_cp div  a {
    display: inline-block;
    width: 444px;
    height: auto;
    margin-top:20px;
    margin-bottom:30px;
	    margin-left: 18px;
}



#shebei_cp div  a:hover .shebei_link {
    background: #d7072b;
    transition-duration: 0.5s;
    color: #ffffff;
}

#shebei_cp div  a .shebei_top {
    width: 100%;
    height: 255px;
    overflow: hidden;
}
#shebei_cp div  a .shebei_top:hover img{
transform: scale(1.1);
}
#shebei_cp div  a .shebei_top img {
    width: 100%;
    height: 255px;
    transition: all 2.5s;
}

#shebei_cp div  a .shebei_link {
    width: 100%;
    height: 85px;
    background: #ececec;
    overflow: hidden;
}

#shebei_cp div  a .shebei_link h4 {
    font-weight: inherit;
    font-size: 24px;
    color: #504e4e;
    width: 395px;
    height: 26px;
    line-height: 26px;
    margin: 12px auto;
    overflow: hidden;
}

#shebei_cp div  a .shebei_link p {
    font-size: 18px;
    color: #504e4e;
    width: 395px;
    height: 20px;
    line-height: 20px;
    margin: 15px auto;
    overflow: hidden;
}

#shebei_cp div  a:hover h4 {
    color: #ffffff;
}

#shebei_cp div  a:hover p {
    color: #ffffff;
}

/*==============================================2019.1.10*/
#solution {
    width: 1420px;
    height: 130px;
    margin: 0 auto;
}

#solution h1 {
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-weight: inherit;
    color: #191919;
    font-size: 36px;
    margin: 55px 0 16px 0;
}

#solution h5 {
    text-align: center;
    font-weight: inherit;
    color: #787878;
    font-size: 22px;
    margin-bottom: 55px;
}

#solution_index {
    width: 100%;
    height: 624px;
    background: #f5f5f5;
    border-bottom: 2px solid #e7e7e7;
    border-top: 2px solid #e7e7e7;
}

#solution_index .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#solution_index .main h1 {
    font-size: 36px;
    color: #191919;
    height: 148px;
    line-height: 148px;
    font-weight: inherit;
    text-align: center;
}

#solution_index .main ul li {
    float: left;
    width: 284px;
    height: 395px;
    position: relative;
    overflow: hidden;
  
}

#solution_index .main ul li a {
    display: block;
}

#solution_index .main ul li a img {
    width: 284px;
    height: 395px;
    transition: all 2.5s;
}

#solution_index .main ul li a p {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

#solution_index .main ul li:hover img {
   transform: scale(1.1);
}

#solution_yinan {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#solution_yinan .main {
    width: 1420px;
    height: 580px;
    margin: 0 auto;
}

#solution_yinan .main h1 {
    font-size: 36px;
    color: #191919;
    height: 195px;
    line-height: 195px;
    font-weight: inherit;
    text-align: center;
}

#solution_yinan .main ul li {
    float: left;
    display: block;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    margin-left: 40px;
    border: 1px solid #bcbcbc;
}

#solution_yinan .main ul li a {
    display: block;
    line-height: 235px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    color: #343434;
}

#solution_yinan .main ul li:hover{
    background: #d20925;
    transition-duration: 0.5s;
    color: #fff;
}
#solution_yinan .main ul li:hover a{  
    color: #fff;
}

/*成功案例==================================================*/

#case_index {
    width: 100%;
    height: auto;
    background: #ffffff;
}

#case_index .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#case_index .main h1 {
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: inherit;
    color: #191919;
    font-size: 36px;
    margin: 55px 0 16px 0;
}

#case_index .main h5 {
    text-align: center;
    font-weight: inherit;
    color: #787878;
    font-size: 22px;
    margin-bottom: 55px;
}

#case_index .main .case {
    width: 100%;
    height: auto;
}

#case_index .main .case ul li {
    display: inline-block;
    background: #000;
    width: 456px;
    height: 315px;
    border-bottom: 6px solid #181717;
    position: relative;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 38px;
    overflow: hidden;
   
}

#case_index .main .case ul li .img img {
    display: block;
    width: 456px;
    height: 315px;
    transition: all 2.5s;
}

#case_index .main .case ul li:hover img {
   transform: scale(1.1);
}

#case_index .main .case ul li .more {
    display: block;
    width: 456px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    font-size: 24px;
    color: #ffffff;
}

#case_index .main .case ul li .more i b{
	font-weight: inherit;
}

/*解决方案list开始*/

#solution_list {
    width: 1420px;
    height: auto;
    margin: 50px auto;
}

#solution_list .solution_list_left {
    display: inline-block;
    width: 218px;
    height: auto;
    float: left;
}
#solution_list .m_solution_list_left{
    display: none;
}

#solution_list .m_list_left{
    display: none;
}


#solution_list .solution_list_left h6 {
    width: 100%;
    height: 34px;
    font-size: 18px;
    color: #343434;
    font-weight: inherit;
    border-bottom: 1px solid #dddddd;
}

#solution_list .solution_list_left ul li {
    height: 42px;
    width: 100%;
    line-height: 42px;
    border-bottom: 1px dashed #dddddd;
}

#solution_list .solution_list_left ul li a {
    display: block;
    height: 42px;
    width: 212px;
    line-height: 42px;
    font-size: 18px;
    padding-left: 6px;

}

#solution_list .solution_list_left ul li a.actsou {
    background: #d20925;
    color: #fff;
    
}
#solution_list .solution_list_left ul li a.actsou li {
    border-bottom: 0
    
}

#solution_list .solution_list_left ul li:hover{
background: #d20925;
color:#fff;
transition: 0.5s
}

#solution_list .solution_list_left ul li:hover a{

color:#fff;
}
#solution_list .solution_list_right {
    display: inline-block;
    width: 1145px;
    height: auto;
    margin-left: 50px;
    border-left: 1px solid #ececec;
    float: left;
}

#solution_list .solution_list_right .main {
    width: 1016px;
    height: auto;
    margin: 0 auto;
}

#solution_list .solution_list_right .main ul li {
    height: 501px;
    width: 100%;
    margin-bottom: 78px;overflow: hidden;

}

#solution_list .solution_list_right .main ul li .pro_img {
    width: 436px;
    height: 501px;
    float: left;
    overflow: hidden;
}

#solution_list .solution_list_right .main ul li .pro_img a img:hover {
    transform: scale(1.1);
}

#solution_list .solution_list_right .main ul li .pro_img a img {
    width: 436px;
    height: 501px;
   transition: all 2.5s;
}

#solution_list .solution_list_right .main ul li .pro_right {
    width: 500px;
    height: 501px;
    float: right;
}

#solution_list .solution_list_right .main ul li .pro_right h1 {
    font-weight: inherit;
    font-size: 25px;
    height: 28px;
    width: 100%;
    overflow: hidden;
    margin-top: 26px;
    margin-bottom: 25px;
}

#solution_list .solution_list_right .main ul li .pro_right h1 a {
    color: #191919;
}
#solution_list .solution_list_right .main ul li .pro_right h1 a b{
    font-weight: inherit;
}

#solution_list .solution_list_right .main ul li .pro_right h1 a:hover {
    color: #d7072b;
}

#solution_list .solution_list_right .main ul li .pro_right p {
    line-height: 25px;
    font-size: 15px;
    color: #191919;
    margin-bottom: 35px;
}

#solution_list .solution_list_right .main ul li .pro_right .more1 a {
    display: block;
    width: 126px;
    height: 36px;
    border: 1px solid #d7072b;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #191919;
}

#solution_list .solution_list_right .main ul li .pro_right .more1 a:hover {
    color: #d7072b;
}

/*解决方案list结束*/



#solution_list .solution_list_right .main h1{
    
    font-size: 28px;
    color: #504e4e;
    font-weight:inherit;
    margin-bottom:15px;
}
#solution_list .solution_list_right .main .time{
    text-align: center;
    font-size: 18px;
    color: #504e4e;
    display: block;
    margin-bottom:50px;
}
#solution_list .solution_list_right .main .solution_con{
    width: 100%;
    font-size: 18px;
    color: #343434;
    line-height:32px;
    margin-bottom:120px;
    margin-left:20px;

}


#video_index {
    width: 100%;
    height: 624px;
    background: #f5f5f5;
    border-bottom: 2px solid #e7e7e7;
    border-top: 2px solid #e7e7e7;
}

#video_index .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#video_index .main h1 {
    font-size: 36px;
    color: #191919;
    height: 148px;
    line-height: 148px;
    font-weight: inherit;
    text-align: center;
}

#video_index .main ul li {
    float: left;
    width: 455px;
    height: 368px;
    position: relative;
    overflow: hidden;


}

#video_index .main ul li:nth-child(2) {
    margin: 0 20px;
}

#video_index .main ul li a {
    display: block;
    font-size: 26px;
}

#video_index .main ul li a img {
    width: 455px;
    height: 368px;
    transition: all 2.5s;
}


#video_index .main ul li .bofang{
    display: block;
    width: 55px;
    height: 50px;
    position: absolute;
    top: 130px;
    left: 200px;
    background: url(../images/bf.png) no-repeat;
    opacity: 0;
}

#video_index .main ul li:hover .bofang{
    opacity: 1;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}

#video_index .main ul li p a {

    color: #ffffff;
    height: 64px;
    line-height: 64px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 26px;
    right: 0;
}

#video_index .main ul li:hover img{
    transform: scale(1.1);
}

#more_video {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#more_video .main {
    width: 1420px;
    height: 580px;
    margin: 0 auto;
}

#more_video .main h1 {
    font-size: 36px;
    color: #191919;
    height: 195px;
    line-height: 195px;
    font-weight: inherit;
    text-align: center;
}

#more_video .main ul li {
    float: left;
    display: block;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    margin-left: 70px;
    margin-right: 40px;
    border: 1px solid #bcbcbc;
}

#more_video .main ul li a {
    display: block;
    line-height: 235px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    color: #343434;
}

#more_video .main ul li a:hover {
    background: #d20925;
    transition-duration: 0.5s;
    color: #fff;
}

#video_list {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#video_list .main {
    width: 100%;
}

#video_list .main ul li {
    width: 100%;
    height: auto;
    margin-top: 62px;
    overflow: hidden;

}

#video_list .main ul li .video_list_box {
    width: 455px;
    height: 368px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
  overflow: hidden;

}

#video_list .main ul li .video_list_box:hover img {
   transform: scale(1.1);
}

#video_list .main ul li .video_list_box a img {
    width: 455px;
    height: 368px;
    transition: all 2.5s;
}

#video_list .main ul li .video_list_box a p {
    display: inline-block;
    font-size: 26px;
    line-height: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    color: #ffffff;
    left: 0;

}

#video_list .main ul li .video_list_box .bofang{
    display: block;
    width: 55px;
    height: 50px;
    position: absolute;
    top: 130px;
    left: 200px;
    background: url(../images/bf.png) no-repeat;
    opacity: 0;
}

#video_list .main ul li .video_list_box:hover .bofang{
    opacity: 1;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}

#problem {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#problem .main h1 {
    margin: 0 auto;
    text-align: center;
    line-height: 130px;
    height: 130px;
    font-weight: inherit;
    font-size: 36px;
    color: #191919;
}

#problem .main .problem_left {
    float: left;
    width: 218px;
    height: auto;

}
#problem .main .m_problem_left{
    display: none;
}
#problem .main .problem_left ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #343434;
    font-size: 16px;
    padding-left: 5px;
    border-bottom: 1px dashed #ececec;
}

#problem .main .problem_left ul li a.actpro {
    background: #d20925;
    color: #ffffff;
    border-bottom: 0;
}

#problem .main .problem_right {
    float: right;
    width: 1140px;
    height: auto;
    margin-bottom: 145px;

}

#problem .main .problem_right ul li {
    height: auto;

}

#problem .main .problem_right ul li h2 {
    width: 1070px;
    border: 1px solid #ececec;
    height: 82px;
    line-height: 82px;
    font-size: 24px;
    background: #f7f7f7;
    color: #191919;
    padding-left: 66px;
    overflow: hidden;
}

#problem .main .problem_right ul li .con {
    width: 1010px;
    display: inline-block;
    line-height: 32px;
    color: #191919;
    font-size: 18px;
    padding-right: 60px;
    padding-left: 66px;
    padding-top: 25px;
    padding-bottom: 20px;
    border: 1px solid #ececec;
}

#jishu {
    text-align: center;
    margin: 0 auto;
    width: 1420px;

}

#jishu h1 {

    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 36px;
    color: #191919;
    font-weight: inherit;
    display: inline-block;
}

#jishu a {
    display: block;
    float: right;
    width: 125px;
    height: 70px;

    margin-top: 56px;

}

#jishu a img {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

#jishu a span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #888888;
}

#jishu_index {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#jishu_index #jishu_nav {
    width: 100%;
    height: 66px;
    line-height: 66px;
    margin-bottom: 45px;
    margin-top: 20px;
}

#jishu_index #jishu_nav ul li {
    display: inline-block;
    width: 705px;
    height: 66px;
    background: #504e4e;
    text-align: center;
    float: left;
    border-right: 1px solid #ddd;
}

#jishu_index #jishu_nav ul li a {
    font-size: 24px;
    color: #ffffff;
    display: block;
}

#jishu_index #jishu_nav ul li a.actjishu_nav {
    height: 77px;
    background: url("../images/jishu_navbg.jpg") no-repeat;
}

#jishu_index .main {
    width: 100%;

}

#jishu_index .main .jishu_left {
    width: 215px;
    float: left;
    height: auto;
}


#jishu_index .main .m_jishu_left{
    display: none;
}

#jishu_index .main .jishu_left ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ececec;
    padding-left: 5px;
    font-size: 16px;
    color: #343434;
}

#jishu_index .main .jishu_left ul li a.actjishu {
    background: #d7072b;
    color: #ffffff;
    border-bottom: 0;
}
#jishu_index .main .jishu_left ul li a:hover{
	 background: #d7072b;
    color: #ffffff;
   
     transition: 0.5s
}
#jishu_index .main .jishu_right {
    width: 1135px;
    float: left;

    height: auto;
    margin-left: 60px;
    margin-bottom: 50px;

}

#jishu_index .main .jishu_right ul li {
    height: 80px;
    line-height: 80px;

    border: 1px solid #ececec;
    border-right: 0;

}

#jishu_index .main .jishu_right ul li:nth-child(even) {
    background: #f3f3f3;
}

#jishu_index .main .jishu_right ul li a {
    font-size: 21px;
    color: #191919;
    padding-left: 65px;
}
#jishu_index .main .jishu_right ul li span a{
    display: inline-block;
    width: 18px;
    height:22px;
    background: url("../images/download.png") no-repeat;
}
#jishu_index .main .jishu_right ul li span {
    font-size: 21px;
    color: #888888;
    float: right;

}

#jishu_message {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#jishu_message h1 {

    font-weight: inherit;
    font-size: 36px;
    color: #191919;
    height: 140px;
    line-height: 140px;
    text-align: center;

}

#jishu_message .main {
    width: 1338px;
    margin: 0 auto;
    height: auto;
}

#jishu_message .main div {
    width: 630px;
    height: 110px;
    display: inline-block;
    margin-bottom: 40px;
}

#jishu_message .main div:nth-child(even) {
    float: right;
}

#jishu_message .main div h6 {
    font-weight: inherit;
    font-size: 24px;
    color: #191919;
}

#jishu_message .main div input[type='text'] {
    width: 100%;
    height: 56px;
    line-height:56px;
    border: 1px solid #888888;
    font-size: 16px;
    color: #888888;
    padding-left: 10px;
    margin-top: 15px;
}

#jishu_message .main div:nth-child(5) {
    width: 100%;
    height: 200px;
}

#jishu_message .main div:nth-child(5) textarea {
    width: 1348px;
    height: 200px;
    padding-top: 15px;
    margin-top: 15px;
    border: 1px solid #888888;
    font-size: 16px;
    color: #888888;
}

#jishu_message .main input[type='button'] {
    display: block;

    width: 200px;
    height: 56px;
    line-height: 56px;
    background: #d7072b;
    color: #ffffff;
    border: 0;
    font-size: 24px;
    margin: 70px auto;
    text-align: center;
    margin-bottom: 120px;
}

#jishu_message .main input[type='button']:hover {
    cursor: pointer;
}

/*=========================================================2019.1.14*/



#zhaoxian_list {
    width: 1420px;
    height: auto;
    margin: 50px auto;
}
#zhaoxian_list h1{
    height:150px;
    line-height:150px;
    text-align: center;
    font-size: 36px;
    color: #191919;
    font-weight: inherit;
}
#zhaoxian_list .zhaoxian_list_left {
    display: inline-block;
    width: 218px;
    height: auto;
    float: left;
}
#zhaoxian_list  .m_list_left{
    display: none;
}


#zhaoxian_list .zhaoxian_list_left h6 {
    width: 100%;
    height: 34px;
    font-size: 18px;
    color: #343434;
    font-weight: inherit;
    border-bottom: 1px solid #dddddd;
}

#zhaoxian_list .zhaoxian_list_left ul li {
    height: 42px;
    width: 100%;
    line-height: 42px;

}

#zhaoxian_list .zhaoxian_list_left ul li a {
    display: block;
    height: 42px;
    width: 212px;
    line-height: 42px;
    font-size: 18px;
    padding-left: 6px;
    border-bottom: 1px dashed #dddddd;
}

#zhaoxian_list .zhaoxian_list_left ul li a.actsou {
    background: #d20925;
    color: #fff;
    border-bottom: 0;
}
#zhaoxian_list .zhaoxian_list_left ul li a:hover{
	 background: #d20925;
    color: #fff;
    transition: 0.5s
}
#zhaoxian_list .zhaoxian_list_right {
    display: inline-block;
    width: 1145px;
    height: auto;
    margin-left: 50px;
    border-left: 1px solid #ececec;
    float: left;
    margin-bottom:100px;
}

#zhaoxian_list .zhaoxian_list_right .main {
    width: 1016px;
    height: auto;
    margin: 0 auto;
font-size: 18px;
    line-height:32px;
}
#zhaoxian_list .zhaoxian_list_right .main span{
    margin-left:150px;
    display: inline-block;

}
#zhaoxian_list .zhaoxian_list_right .main h2{
    font-size: 24px;
    color: #191919;
    font-weight: inherit;
    display: inline-block;
    text-align: center;
    margin: 150px auto;
    margin-left:10px;
    padding-bottom:100px;
    vertical-align: super;

}

#zhaoxian_list .zhaoxian_list_right .main .tit{

    width: 100%;
    height:80px;
    line-height:80px;
    border: 1px solid #ececec;
    background: #f7f7f7;
}

#zhaoxian_list .zhaoxian_list_right .main .tit h4{

    display: inline-block;
    width: 470px;
    margin-left:38px;
    font-size: 24px;
    color: #191919;
    font-weight:inherit;
}
#zhaoxian_list .zhaoxian_list_right .main li .zw{
    height:auto;
    border: 1px solid #ececec;
    display: none;
    visibility :hidden
}



.upload {
    width: 140px;
    height: 40px;
    background: #d7072b;
    color: #ffffff;
    line-height: 40px;
    border: 0;
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 40px auto;
}

.lbOverlay1{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    zoom: 1;
    background: #2f2e2e;
    z-index: 999;
    width:100%;
    height:100%;
    filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
    -moz-opacity:0.5; /*Firefox私有，透明度50%*/
    opacity:0.5;/*其他，透明度50%*/
}
.hidden_pro_au1 {
    display: none;
    background: #fff;

    width: 506px;
    height: 390px;
    background: #fff;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;

    z-index: 9999999
}
.hidden_pro_au1 h4{
    height:46px;
    line-height:46px;
    font-size: 16px;
    color: #ffffff;
    background: #d7072b;
    text-align: center;
    font-weight: inherit;
}

.hidden_pro_au1 p{
    color: #333;
    font-size: 16px;
}

.hidden_pro_au1 .box{
    width: 400px;
    height:275px;
    margin: 30px auto;
}
.hidden_pro_au1 .box input[type='file']{
    opacity: 0;
    width: 150px;
    height:40px;
    background: #cacaca;
    position: relative;

}

.hidden_pro_au1 .box i{
    color: #fff;
    display: block;
    width: 150px;
    height:40px;
    line-height:40px;
    border-radius: 5px;
    position: absolute;
    background: #cacaca;
    text-align: center;
    top:150px;
}


.hidden_pro_au1 .box input[type='submit']{
    width: 165px;
    height:50px;
    display: block;
    background: #d7072b;
    text-align: center;
    margin: 48px auto;
    margin-bottom:25px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    border: 0;

}

/*视频*/

/*详情页插图*/
.wenzhangxiangqingimg {
    width: 1420px;
    height: 400px;
    float: left;
    overflow: hidden;
}

.wenzhangxiangqinggywm {
    width: 325px;
    height: 418px;
    float: center;
    overflow: hidden;
}

.wenzhangxiangqingbiaozhun {
    width: 1420px;
    height: 610px;
    float: left;
    overflow: hidden;
}
/*=====================*/