@CHARSET "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, figure, figcaption, article, aside, footer, header, section, footer, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family:Microsoft YaHei, Arial, Helvetica, sans-serif;

}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}

input, button, select, textarea {
outline: none;
-webkit-appearance: none;
border-radius: 0;
}
ul, ol {
    list-style: none;
}

del {
    text-decoration: line-through;
}

/*tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #414141;
}

a:hover {
    text-decoration: none;
}
body{background:#fff;}
/*清除浮动*/
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '.';
}


.w12{max-width:1000px;margin: 0 auto;}

@-webkit-keyframes swi {
    from {
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    to {
        -webkit-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes swi {
    from {
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    to {
        -webkit-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

header{background: #fff;width: 100%;padding: 16px 0;}
.head_l{width:175px;float: left;}
.head_l img{width: 100%;display: block;}
.head_r{width:765px;float: right;margin-top: 10px;}
.head_r ul{}
.head_r ul li{float: left;text-align: center;line-height: 32px;margin-right:68px;font-size: 14px;color: #4A4A4A;width: 98px; position: relative;}
.head_r ul li>a{display: block;font-size: 14px;color: #4A4A4A;border: 1px solid #fff;border-radius: 16px;}
.head_r ul li:last-child{margin-right: 0;}
.head_r ul li:hover>a{ color: #8e7cc3;border: 1px solid #8e7cc3;}
.head_r ul li.on>a{ color: #8e7cc3;border: 1px solid #8e7cc3;}

.head_r ul li dl{width: 124px;position: absolute; top: 34px;left: -12px;z-index: 100;background: #f9f9f9;padding: 15px 0;display: none;}
.head_r ul li dl dd{padding:0 10px;}
.head_r ul li dl dd a{display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.head_r ul li dl dd a:hover{color: #8e7cc3}
.head_r ul li:hover dl{display: block;}



.banner img{width: 100%;display: block;}
.banner .swiper-button-prev{z-index:1000;width:34px;height:58px;left:15px;margin-top: -29px;background:url(../images/left.png) rgba(110, 98, 142, 0.49);background-size:40%;background-repeat:no-repeat;background-position:center center;cursor:pointer;}
.banner .swiper-button-next{z-index:1000;width:34px;height:58px;left:auto;right:15px;margin-top: -29px;background:url(../images/right.png) rgba(110, 98, 142, 0.49);background-size:40%;background-repeat:no-repeat;background-position:center center;cursor:pointer;}



.index1{padding-bottom: 50px;}
.index1 .title{font-size: 30px;color: #6e628e;text-align: center;padding-top: 60px;}
.index1 .title span{font-size: 20px;color: #6e628e;text-align: center;text-transform: capitalize;}
.index1 .js{font-size:14px;color: #bdc3c7;text-align: center;padding-top: 10px;}
.index_pro{margin-top: 40px;}
.index_pro li{width: 235px;border: 1px solid #ccc;float: left;margin-right: 17px;margin-bottom: 20px;}
.index_pro li:nth-child(4n){margin-right: 0;}
.index_pro li .img{overflow: hidden;}
.index_pro li .img img{width: 100%;display: block;transition:500ms ease-out;-webkit-transition:500ms ease-out;-ms-transition:500ms ease-out;-moz-transition:500ms ease-out;-o-transition:500ms ease-out;}
.index_pro li .img:hover img{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);}
.index_pro li .tit{font-size: 14px;line-height: 2;margin-top: 5px;color: #404040;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding: 0 10px;text-align: center;}
.index_pro li .des{font-size: 12px;line-height: 20px;margin-top: 5px;color: #999;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; padding: 0 10px 10px;text-align: center;}
.index1 .gd{width: 158px;line-height: 40px;display: block;margin: 20px auto;background: #6e628e;color: #fff;font-size: 12px;border-radius: 20px;text-align: center;}


.index2{padding-bottom: 80px;background: #f5f5f5;}
.index2 .title{font-size: 30px;color: #6e628e;text-align: center;padding-top: 60px;}
.index2 .title span{font-size: 20px;color: #6e628e;text-align: center;text-transform: capitalize;}
.index2 .js{font-size:14px;color: #bdc3c7;text-align: center;padding-top: 10px;}
.index_yyly{margin-top: 40px;}
.index_yyly li{width: 266px;float: left;margin-right: 100px;position: relative;cursor: pointer;}
.index_yyly li:nth-child(3n){margin-right: 0;}
.index_yyly li .img{overflow: hidden;}
.index_yyly li .img img{width: 100%;display: block;transition:500ms ease-out;-webkit-transition:500ms ease-out;-ms-transition:500ms ease-out;-moz-transition:500ms ease-out;-o-transition:500ms ease-out;}
.index_yyly li .img:hover img{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);}
.index_yyly li .tit{font-size: 20px;display: flex;align-items: center; text-align: center;color: #fff;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.index_yyly li .tit span{display: block;text-align: center;width: 100%;}
.index_yyly li:hover .tit{background: rgba(0,0,0,0.2);}


.index3{padding-bottom: 30px;background: url(../images/index4.jpg)no-repeat center; background-size: cover;}
.index3 .title{font-size: 30px;color: #fff;text-align: center;padding-top: 60px;}
.index3 .title span{font-size: 20px;color: #fff;text-align: center;text-transform: capitalize;}
.index3 .js{font-size:14px;color: #fff;text-align: center;padding-top: 10px;}
.index_about{font-size: 14px;line-height: 2;color: #fff;text-align: center;padding-top: 20px;}
.index3 .gd{width: 158px;line-height: 40px;display: block;margin: 20px auto;background: #6e628e;color: #fff;font-size: 12px;border-radius: 20px;text-align: center;}


.index4{padding-bottom: 50px;}
.index4 .title{font-size: 30px;color: #6e628e;text-align: center;padding-top: 60px;}
.index4 .title span{font-size: 20px;color: #6e628e;text-align: center;text-transform: capitalize;}
.index4 .js{font-size:14px;color: #bdc3c7;text-align: center;padding-top: 10px;}
.index_news{margin-top: 40px;}
.index_news li{width: 240px;float: left;margin-right: 13px;margin-bottom: 20px;position: relative;}
.index_news li:nth-child(4n){margin-right: 0;}
.index_news li .img{overflow: hidden;}
.index_news li .img img{width: 100%;display: block;transition:500ms ease-out;-webkit-transition:500ms ease-out;-ms-transition:500ms ease-out;-moz-transition:500ms ease-out;-o-transition:500ms ease-out;}
.index_news li:hover .img img{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);}
.index_news li .tit{font-size: 14px;line-height: 2;color: #fff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding: 0 10px;}
.index_news li .des{display: none;font-size: 12px;line-height: 20px;margin-top: 5px;color: #fff;/*display: -webkit-box;*/
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; padding: 0 10px 10px;}
.index_news li .bg{position: absolute;bottom: 0;width: 100%;background: rgba(0,0,0,0.5);}
.index_news li:hover .bg{height: 100%;display: flex;align-items: center;}
.index_news li:hover .des{display: -webkit-box;padding-bottom: 0;}
.index4 .gd{width: 158px;line-height: 40px;display: block;margin: 20px auto;background: #6e628e;color: #fff;font-size: 12px;border-radius: 20px;text-align: center;}


.product .title{font-size: 30px;color: #6e628e;text-align: center;padding-top: 60px;}
.product .title span{font-size: 20px;color: #6e628e;text-align: center;text-transform: capitalize;}
.pro_list{margin-top: 40px;}
.pro_list li{width: 318px;border: 1px solid #ccc;float: left;margin-right: 20px;margin-bottom: 20px;}
.pro_list li:nth-child(3n){margin-right: 0;}
.pro_list li .img{overflow: hidden;}
.pro_list li .img img{width: 100%;display: block;transition:500ms ease-out;-webkit-transition:500ms ease-out;-ms-transition:500ms ease-out;-moz-transition:500ms ease-out;-o-transition:500ms ease-out;}
.pro_list li .img:hover img{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);}
.pro_list li .tit{font-size: 14px;line-height: 2;margin-top: 5px;color: #404040;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding: 0 10px;text-align: center;}
.pro_list li .des{font-size: 12px;line-height: 20px;margin-top: 5px;color: #999;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; padding: 0 10px 10px;text-align: center;}

.main{padding: 40px;}
.mbx{font-size: 14px;}
.pro_tp{margin-top: 40px;}
.pro_tit{font-size: 22px;text-align: center;line-height: 50px;font-weight: bold;color: #404040;}
.pro_con{font-size: 14px;line-height: 1.8;color: #404040;}
.pro_con p{margin: 0;}
.pro_con table
{
border-collapse:collapse;
}

.pro_con table, td, th
{
border:1px solid black;
}


.news .title{font-size: 30px;color: #6e628e;text-align: center;padding-top: 60px;}
.news .title span{font-size: 20px;color: #6e628e;text-align: center;text-transform: capitalize;}
.news_list{margin-top: 40px;}
.news_list li{padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px dotted #ddd}
.news_list li .img{overflow: hidden;width: 200px;float: left;}
.news_list li .img img{width: 100%;display: block;transition:500ms ease-out;-webkit-transition:500ms ease-out;-ms-transition:500ms ease-out;-moz-transition:500ms ease-out;-o-transition:500ms ease-out;}
.news_list li .img:hover img{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);}
.news_list li .news_r{float: right;width: 785px;}
.news_list li .news_r .tit{font-size: 16px;color: #404040;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-weight: bold;}
.news_list li .news_r .des{font-size: 12px;line-height: 30px;margin-top: 5px;color: #999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news_list li .news_r .time{font-size: 12px;line-height: 30px;color: #999;margin-top: 20px;}
.news_list li .news_r .time span{float: right;background: url(../images/yan.png) no-repeat center left;background-size: 13px;padding-left: 20px;}

.news_tit{font-size: 22px;text-align: center;line-height: 50px;font-weight: bold;color: #404040;margin-top: 40px;}
.news_time{font-size: 12px;text-align: center;color: #999;padding: 20px 0;}
.news_time span{margin-right: 40px;}
.news_con{font-size: 14px;line-height: 1.8;color: #404040;}
.news_con p{margin: 0;}
.news_con table
{
border-collapse:collapse;
}

.news_con table, td, th
{
border:1px solid black;
}

.show .title{font-size: 30px;color: #6e628e;text-align: center;padding-top: 60px;}
.show .title span{font-size: 20px;color: #6e628e;text-align: center;text-transform: capitalize;}
.about_lr{margin-top: 25px;margin-bottom: 40px;}
.about_l{width: 510px;float: left;margin-top: 15px;}
.about_r{width: 455px;float: right;color: #7f8c8d;font-size: 14px;line-height: 3;text-align: justify;}

.contact_lr{margin-top: 40px;margin-bottom: 40px;}
.contact_l{width:485px; height: 270px; float: left;}
.contact_l iframe{width:485px; height: 270px;}
.contact_r{width: 465px;float: right;color: #7f8c8d;font-size: 14px;line-height: 2;}
.contact_r .tit{font-size: 20px;color: #6e628e;line-height: 1;padding-bottom: 5px;}
.contact_r .tit_y{padding-bottom: 10px;}
.zxly{padding-top: 40px;padding-bottom: 40px;}
.zxly p{margin-bottom: 12px;}
.zxly input{width: 100%;height: 36px;line-height: 36px;padding: 0 12px;box-sizing: border-box;border: 1px solid #CCD1D9;color: #999;font-size: 14px;}
.zxly textarea{width: 100%;height: 150px;line-height: 36px;padding: 0 12px;box-sizing: border-box;border: 1px solid #CCD1D9;color: #999;font-size: 14px;font-family: Microsoft YaHei;}
.zxly input.code{width:calc(100% - 102px) ;float: left;}
.zxly .yzm{width: 100px;border: 1px solid #CCD1D9;height: 34px;cursor: pointer;}
.zxly input.submit{width: 98px;height: 36px;line-height: 36px;text-align: center;background: #6e628e;border-radius: 3px;border: 0;float: right;color: #fff;}

.lxfs{background: #2a2a2a;color: #fff;font-weight: bold;font-size: 24px;line-height: 76px;}
.lxfs span{float: right;}
.foot{background: #000;padding: 15px 0;}
.logo_f{width: 130px;float: left;}
.logo_f img{width: 100%;display: block;}
.foot_r{width: 770px;float: right;font-size: 12px;color: #fff;}
.foot_r a{font-size: 12px;color: #fff;}

.fdck{width: 60px;position: fixed;right: 0;top: 300px;z-index: 100;}
.fdck ul li{background: rgba(86, 171, 226,1);border-bottom: 1px solid #fff;height: 60px;position: relative;cursor: pointer;}
.fdck ul li:last-child{border-bottom: 0;}
.fdck ul li img{width: 30px;display: block;margin:0 auto;padding-top: 15px;}
.fdck ul li p{font-size:12px;color:#fff;background:rgba(86, 171, 226,1);position:absolute;top:0;left: -126px;width:85px;padding:10px 20px;line-height: 2;display:none;}
.fdck ul li:hover p{display:block;}
.fdck ul li p a{font-size:12px;color:#fff;}



.pages01 { font-size: 14px; padding:20px 0 70px;text-align:center; }
.pages01 a { font-size: 14px; color: #000; margin: 0 1px ;padding:5px 10px;border:1px #cccccc solid;border-radius: 3px;}
.pages01 a.active, .pages a:hover { color: #fff; 	background-color:#008bdf; }

  /*****************************************************************/
.fy{border-top: 1px dashed #ccc; margin-top: 30px; padding-top: 10px;}
.fy a{font-size: 14px;color: #555; text-decoration: none; display: block;line-height: 1.8;}








/*分页*/
.page {
    margin: 40px 0 40px 0;
    text-align: center;
    padding: 5px
}

.page ul li {
    display: inline
}

.page ul li a {
    display: inline-block;
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 9px;
    text-decoration: none;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e3e3e3;
    padding: 0 12px;
    color: #333
}

.page.page ul li a:hover {
    background-color: #333;
    color: #FFF
}

.page.page ul li a:active {
    background-color: #333;
    color: #FFF
}

.page ul li.active a {
    background-color: #333;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin-left: 9px;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #333
}

.page ul li.disabled a {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd
}
/*分页*/