﻿/*@import "voice.css";*/ /*手机琴样式*/
/*@import "ipresenter.css";*/ /*3D切换样式*/
/*@import "ImageChage.css";*/ /*图片切换样式*/

.topkeywords { margin: 0 auto; width: 1000px; height: 0px; }
.topkeywords h1 { font-size: 0px; padding: 0px; margin: 0px; font-weight: normal; }
.topkeywords h2 { font-size: 0px; padding: 0px; margin: 0px; font-weight: normal; }

/***首页轮播样式***/
@media (min-width: 761px) /****电脑版/****/
{
    .index_slide { width: 1200px; max-width: 1200px; margin: 0 auto; overflow: hidden; position: relative; backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; }
    .index_slide img { width: 100%; display: block }

    .index_slide .focus_pic { width: 100%; overflow: hidden; }
    .index_slide .focus_pic ul { width: 300%; overflow: hidden; -moz-transform: translate(0,0); -o-transform: translate(0,0); -webkit-transform: translate(0,0); transform: translate(0,0); }
    .index_slide .focus_pic li { float: left; text-align: center; width: 33.3333333%; }


    .index_slide .focus_btn { text-align: center; position: absolute; width: 100%; bottom: 2px; }
    .index_slide .focus_btn li { display: inline-block; *zoom: 1; *display: inline; margin: 0 2px; font-size: 1px; width: 15px; height: 15px; background: url(/images/m_bullet.png) no-repeat; }
    .index_slide .focus_btn li.active { background: url(/images/m_bullet.png) 0 -30px no-repeat; }
}
@media (max-width: 760px) /****手机版/****/
{
    .index_slide { width: 100%; max-width: 1920px; margin: 0 auto; overflow: hidden; position: relative; backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; }
    .index_slide img{width:100%;height:110px; object-fit: cover;display:block}

    .index_slide .focus_pic { width: 100%; overflow: hidden; }
    .index_slide .focus_pic ul { width: 300%; overflow: hidden; -moz-transform: translate(0,0); -o-transform: translate(0,0); -webkit-transform: translate(0,0); transform: translate(0,0); }
    .index_slide .focus_pic li { float: left; text-align: center; width: 33.3333333%; }


    .index_slide .focus_btn { text-align: center; position: absolute; width: 100%; bottom: 2px; }
    .index_slide .focus_btn li { display: inline-block; *zoom: 1; *display: inline; margin: 0 2px; font-size: 1px; width: 15px; height: 15px; background: url(/images/m_bullet.png) no-repeat; }
    .index_slide .focus_btn li.active { background: url(/images/m_bullet.png) 0 -30px no-repeat; }
}


.test {background-color:#efefef }

/****内容基础样式****/
@media (min-width: 760px) /****电脑版/****/
{
    .homeoutdiv {margin:0 auto;padding:20px 0px}
    .homeoutdiv .homeinsidediv {margin:0 auto;padding:0px 0px}
    .homeoutdiv .homeinsidediv .homeheader{margin-bottom:20px;}
    .homeoutdiv .homeinsidediv .homeheader h1{line-height:2;font-size:30px;font-weight:bold}
    .homeoutdiv .homeinsidediv .homeheader p{line-height:2;font-size:16px;color:#333;font-weight:bold;}
    .homeoutdiv .homeinsidediv .homeheader hr{width:45px;border-top:4px solid #23ac38;margin:0 auto}

    .homeoutdiv .homeinsidediv .homefooter{margin-top:30px;text-align:center}
    .homeoutdiv .homeinsidediv .homefooter p a{display:inline-block;padding:10px 50px;border-radius:50px;background-color:#23ac38;color:white;font-size:16px}
    .homeoutdiv .homeinsidediv .homefooter p a:hover{background-color:#eeac21;color:white;}
}

@media (max-width: 760px) /****手机版/****/
{
    .homeoutdiv {padding:15px 0px;width:auto !important}
    .homeoutdiv .homeinsidediv {margin:0 auto;padding:0px 5px;width:auto !important;}
    .homeoutdiv .homeinsidediv .homeheader{margin-bottom:20px}
    .homeoutdiv .homeinsidediv .homeheader img{max-width:100% !important;height:55px !important;object-fit: cover;}

    .homeoutdiv .homeinsidediv .homeheader h1{line-height:2;font-size:22px;font-weight:bold}
    .homeoutdiv .homeinsidediv .homeheader p{line-height:2;font-size:14px;color:#333;font-weight:bold;}
    .homeoutdiv .homeinsidediv .homeheader hr{width:45px;border-top:4px solid #23ac38;margin:0 auto}

    .homeoutdiv .homeinsidediv .homefooter{margin-top:15px}
    .homeoutdiv .homeinsidediv .homefooter p img{max-width:100% !important;}
    .homeoutdiv .homeinsidediv .homefooter p a{display:inline-block;padding:10px 30px;border-radius:50px;background-color:#23ac38;color:white;font-size:16px}
    .homeoutdiv .homeinsidediv .homefooter p a:hover{background-color:#eeac21;color:white;}

}




/****单列内容展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentA{line-height:1.8;text-align: justify; text-justify: inter-ideograph;padding:20px 30px 50px 30px;font-size:15px;color:#666666}
    .homecontentA strong span{display:inline-block;border-radius:5px;line-height:2.5;padding:0px 10px}
    .homecontentA #map{border:1px solid #cccccc;width:99%;height:500px}
    .homecontentA a{background:url(/images/1/yuan.png) right 5px no-repeat,#23ac38;float:left;padding:0px 35px 0px 15px;line-height:30px;color:white;border-radius:5px;float:right;margin-top:10px}
    .homecontentA a:hover{background:url(/images/1/yuan.png) right 5px no-repeat,#eeac21;}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentA{line-height:1.8;text-align: justify; text-justify: inter-ideograph;padding:10px 10px 20px 10px;font-size:18px;color:#666}
    .homecontentA #map{border:1px solid #cccccc;width:100%;height:400px}
    .homecontentA strong span{display:inline-block;border-radius:5px;line-height:1.8;padding:5px 10px}
    .homecontentA video{margin:0px !important;float:none !important;width:100% !important;height:auto !important}
    .homecontentA p{padding:0px !important;}
    .homecontentA p img{max-width:100% !important;height:auto !important;margin-bottom:10px}
    .homecontentA img{max-width:100% !important;height:auto !important;margin-bottom:10px}

    .homecontentA table{width:100% !important;}
    .homecontentA table td{width:auto !important;word-break:normal !important;}
    .homecontentA table td img{max-width:100% !important;height:auto !important}

    .homecontentA a{background:url(/images/1/yuan.png) right 5px no-repeat,#23ac38;float:left;padding:0px 35px 0px 15px;line-height:30px;color:white;border-radius:5px;float:right;margin-top:10px;margin-right:10px}
    .homecontentA a:hover{background:url(/images/1/yuan.png) right 5px no-repeat,#eeac21;}

}


/****六图错落展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentB{width:100%;}
    .homecontentB ul{width:50%;float:left}
    .homecontentB ul li {float:left}
    .homecontentB ul li a{display:block;margin:5px;overflow:hidden}
    .homecontentB ul li a img{display:block;width:100%;object-fit: cover;}

    .homecontentB ul:nth-child(1) li:nth-child(1){width:50%;}
    .homecontentB ul:nth-child(1) li:nth-child(1) img{height:345px;}

    .homecontentB ul:nth-child(1) li:nth-child(2){width:50%;}
    .homecontentB ul:nth-child(1) li:nth-child(2) img{height:345px;}

    .homecontentB ul:nth-child(1) li:nth-child(3){width:100%;}
    .homecontentB ul:nth-child(1) li:nth-child(3) img{height:705px;}


    .homecontentB ul:nth-child(2) li:nth-child(1){width:100%;}
    .homecontentB ul:nth-child(2) li:nth-child(1) img{height:705px;}

    .homecontentB ul:nth-child(2) li:nth-child(2){width:50%;}
    .homecontentB ul:nth-child(2) li:nth-child(2) img{height:345px;}

    .homecontentB ul:nth-child(2) li:nth-child(3){width:50%;}
    .homecontentB ul:nth-child(2) li:nth-child(3) img{height:345px;}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentB{width:100%;}
    .homecontentB ul{width:100%;}
    .homecontentB ul li {float:left}
    .homecontentB ul li a{display:block;margin:5px;overflow:hidden}
    .homecontentB ul li a img{display:block;width:100%;object-fit: cover;}

    .homecontentB ul:nth-child(1) li:nth-child(1){width:50%;}
    .homecontentB ul:nth-child(1) li:nth-child(1) img{height:48vw;}

    .homecontentB ul:nth-child(1) li:nth-child(2){width:50%;}
    .homecontentB ul:nth-child(1) li:nth-child(2) img{height:48vw;}

    .homecontentB ul:nth-child(1) li:nth-child(3){width:100%;}
    .homecontentB ul:nth-child(1) li:nth-child(3) img{height:98vw;}


    .homecontentB ul:nth-child(2) li:nth-child(1){width:100%;}
    .homecontentB ul:nth-child(2) li:nth-child(1) img{height:98vw;}

    .homecontentB ul:nth-child(2) li:nth-child(2){width:50%;}
    .homecontentB ul:nth-child(2) li:nth-child(2) img{height:48vw;}

    .homecontentB ul:nth-child(2) li:nth-child(3){width:50%;}
    .homecontentB ul:nth-child(2) li:nth-child(3) img{height:48vw;}
}


/****五图和标题横向展示）****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentC{width:100%;}
    .homecontentC a{width:20%;float:left;position:relative}
    .homecontentC a span{display:block;margin:3px}
    .homecontentC a span img{width:100%;height:285px;display:block;object-fit: cover;}
    .homecontentC a label{position:absolute;width:100%;height:100%;line-height:285px;font-size:20px;font-weight:bold;text-transform:uppercase;top:0px;color:white;text-align:center;background: rgba(0, 0, 0, 0.3);display:none}
    .homecontentC a:hover label{display:block;cursor:pointer}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentC{width:100%; }
    .homecontentC a:nth-child(1){width:100%;float:left;}
    .homecontentC a:nth-child(1) span{display:block;margin:2px}
    .homecontentC a:nth-child(1) span img{width:100%;height:93vw;display:block;object-fit: cover;}
    .homecontentC a:nth-child(1) label{display:block;line-height:3;font-size:16px;font-weight:bold;text-transform:uppercase;color:#333;text-align:center;}


    .homecontentC a:nth-child(n+2){width:50%;float:left;}
    .homecontentC a:nth-child(n+2) span{display:block;margin:2px}
    .homecontentC a:nth-child(n+2) span img{width:100%;height:45vw;display:block;object-fit: cover;}
    .homecontentC a:nth-child(n+2) label{display:block;line-height:3;font-size:15px;font-weight:bold;text-transform:uppercase;color:#333;text-align:center;}
}

/****六图和标题横向展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentD{width:100%;}
    .homecontentD a{width:16.666666%;float:left;}
    .homecontentD a span{display:block;text-align:center}
    .homecontentD a span img{max-width:100%;display:inline-block;object-fit: cover;}
    .homecontentD a label{display:block;color:#333;line-height:2.5;border-top:1px solid #4a4a4a;border-bottom:1px solid #4a4a4a;text-align:center;margin:0px 30px}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentD{width:100%; }
    .homecontentD a{width:33.33333%;float:left;padding-bottom:10px}
    .homecontentD a span{display:block;text-align:center}
    .homecontentD a span img{max-width:80%;display:inline-block;object-fit: cover;}
    .homecontentD a label{font-size:13px;display:block;color:#333;line-height:30px;height:30px;border-top:1px solid #4a4a4a;border-bottom:1px solid #4a4a4a;text-align:center;margin:0px 5px;overflow:hidden}

}

/****四图、标题和摘要横向展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentE{width:1220px;margin:0 auto;}
    .homecontentE a{width:285px;height:420px;float:left;background-color:#e6e6e6;margin:0px 10px}
    .homecontentE a span{display:block;height:200px;overflow:hidden}
    .homecontentE a span img{width:100%;height:100%;object-fit: cover;}
    .homecontentE a label{display:block;color:#333;padding:35px 10px 0 10px;line-height:30px;text-align:center;font-size:16px;font-weight:bold;text-transform:uppercase}
    .homecontentE a p{line-height:1.6;height:155px;padding:0px 20px;font-size:13px;color:#666 }
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentE{width:100%; }
    .homecontentE a{width:50%;float:left;padding-bottom:10px}
    .homecontentE a span{margin:0px 5px;display:block;height:120px;overflow:hidden}
    .homecontentE a span img{width:100%;height:100%;object-fit: cover;}

    .homecontentE a label{margin:0px 5px;display:block;color:#333;padding:15px 10px 0 10px;line-height:25px;text-align:center;font-size:13px;font-weight:bold;text-transform:uppercase;background-color:#e6e6e6;}
    .homecontentE a p{margin:0px 5px;height:120px; line-height:1.4;padding:0px 10px;font-size:13px;color:#666;background-color:#e6e6e6;overflow:hidden;}

}


/****多图向左滚动展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentF{margin:0 auto;}
    .picMarquee { width: 100%; overflow: hidden; position: relative; }
    .picMarquee .bd { width: 100%;height:200px;}
    .picMarquee .bd ul { overflow: hidden; zoom: 1; }
    .picMarquee .bd ul li {float: left; _display: inline;}
    .picMarquee .bd ul li:nth-child(n+2){padding-left:20px;float: left;}
    .picMarquee .bd ul li a {display: block;}
    .picMarquee .bd ul li a img {width:235px;height:150px;object-fit: cover;display:block;border:1px solid #ccc;padding:10px}
    .picMarquee .bd ul li a label{display:block;text-align:center;padding-top:10px;font-size:15px;font-weight:bold}

}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentF{width:100%; }
    .picMarquee { width: 100%;}
    .picMarquee .bd { width: 100%;}
    .picMarquee .bd ul {width: 100%;}
    .picMarquee .bd ul li {float: left;width:50%;}
    .picMarquee .bd ul li a {display: block;margin:5px}
    .picMarquee .bd ul li a img {width:100%;height:100%;object-fit: cover;display:block}
    .picMarquee .bd ul li a label{display:block;text-align:center;padding-top:10px;font-size:14px}
}



/****六图横向展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentG{width:100%;}
    .homecontentG a{width:16%;display:inline-block;}
    .homecontentG a span{margin:0px 13px;display:block;overflow:hidden;border:1px solid #ddd}
    .homecontentG a span img{width:100%;object-fit: cover;display:block}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentG{width:100%; }
    .homecontentG a{width:33.3333%;float:left;margin-bottom:10px}
    .homecontentG a span{margin:0px 5px;display:block;height:120px;overflow:hidden;border:1px solid #ddd}
    .homecontentG a span img{width:100%;height:100%;object-fit: cover;display:block}
}


/****三图横向展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentH{width:100%;}
    .homecontentH a{width:33.33333%;float:left;}
    .homecontentH a label{display:block;margin:0px 20px 10px 20px;cursor:pointer}
    .homecontentH a label img{width:100%;display:block;}
    .homecontentH a span{display:block;text-align:center;color:#333333;font-size:16px;margin:0px 20px;font-weight:bold;line-height:2}
    .homecontentH a:hover span{color:red}
    .homecontentH a p{color:#ff3300;font-size:13px;margin:0px 20px;text-align:center;line-height:2}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentH{width:100%;}
    .homecontentH a{display:block;padding-bottom:15px}
    .homecontentH a label{display:block;margin:0px 5px 5px 5px}
    .homecontentH a label img{width:100%;display:block;}
    .homecontentH a span{display:block;color:#333333;font-size:16px;margin:0px 5px;font-weight:bold;line-height:2;text-align:center}
    .homecontentH a:hover span{color:red}
    .homecontentH a p{color:#ff3300;font-size:14px;margin:0px 5px;text-align:center;line-height:1.5}

}

/****四图和标题横向展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentI{width:100%;}
    .homecontentI .div{width:25%;float:left;margin-bottom:15px}
    .homecontentI .div span{display:block;padding:5px;margin:0px 8px;overflow:hidden;border:1px solid #cccccc}
    .homecontentI .div span img{width:100%;display:block;object-fit: cover;transition-duration: 0.4s;}
    .homecontentI .div:hover span img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
    .homecontentI .div label{display:block;color:#333;text-align:center;line-height:3;font-weight:bold;font-size:15px;margin:0px 8px}
    .homecontentI .div:hover label{background-color:#cc3300;color:white}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentI{width:100%; }
    .homecontentI .div{width:50%;height:180px;float:left;}
    .homecontentI .div span{display:block;padding:0px 5px}
    .homecontentI .div span img{width:100%;height:130px;display:block;object-fit: cover;}
    .homecontentI .div label{display:block;color:#333;text-align:center;line-height:3;font-weight:bold;font-size:15px;padding:0px 5px}

}



/****homecontentJ****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentJ{width:100%;padding-bottom:40px}
    .homecontentJ a{float:left;position:relative;height:245px;}
    .homecontentJ a:nth-child(1){width:50%;}
    .homecontentJ a:nth-child(2){width:50%;}
    .homecontentJ a:nth-child(n+3){width:25%;}

    .homecontentJ a p:nth-child(1){border:1px solid #fff;}
    .homecontentJ a p:nth-child(1) img{width:100%;height:100%;display:block;object-fit: cover;}

    .homecontentJ a p:nth-child(2){position:absolute;width:100%;height:100%;display:none;background:rgba(0,0,0,0.7);cursor:pointer;left:0px;top:0px}
    .homecontentJ a p:nth-child(2) label{display:block;text-align:center;color:white;font-size:28px;padding-top:100px;cursor:pointer}
    .homecontentJ a p:nth-child(2) span{display:block;text-align:center;color:white;font-size:16px;padding-top:5px;cursor:pointer}
    .homecontentJ a:hover p:nth-child(2){display:block;}



}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentJ{width:100%;}
    .homecontentJ a{float:left;position:relative;}
    .homecontentJ a:nth-child(1){width:100%;}
    .homecontentJ a:nth-child(2){width:100%;}
    .homecontentJ a:nth-child(n+3){width:50%;}

    .homecontentJ a p:nth-child(1){border:1px solid #fff;}
    .homecontentJ a p:nth-child(1) img{width:100%;height:150px;display:block;object-fit: cover;}

    .homecontentJ a p:nth-child(2){padding-top:10px;padding-bottom:20px}
    .homecontentJ a p:nth-child(2) label{display:block;text-align:center;color:#333;font-size:18px;cursor:pointer}
    .homecontentJ a p:nth-child(2) span{display:block;text-align:center;color:#333;font-size:14px;padding-top:5px;cursor:pointer;color:#666}
}


/****homecontentK****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentK{width:100%;}
    .homecontentK a{float:left;width:365px;margin-bottom:15px;margin-top:15px;margin-left:32.5px;overflow:hidden}
    .homecontentK a span{display:block;overflow:hidden;border:1px solid #dcdddd}
    .homecontentK a span img{width:100%;height:300px;display:block;object-fit: cover;transition-duration: 0.3s;}
    .homecontentK a:hover span img { transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
    .homecontentK a label{display:block;text-align:center;padding-top:10px;font-size:16px;color:#333;font-weight:bold}
    .homecontentK a p{text-align:center;padding-top:10px;font-size:14px;color:red;display:none}

    .homecontentK a:nth-child(1){float:left;width:365px;margin-left:0px}
    .homecontentK a:nth-child(4){float:left;width:365px;margin-left:0px}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentK{width:100%;}
    .homecontentK a{float:left;width:50%;height:175px;margin-bottom:10px;margin-top:10px;overflow:hidden}
    .homecontentK a span{display:block;overflow:hidden;border:1px solid #dcdddd;margin:0px 5px}
    .homecontentK a span img{width:100%;height:140px;display:block;object-fit: cover;}
    .homecontentK a label{display:block;text-align:center;padding-top:10px;height:20px;overflow:hidden;font-size:15px;color:#333;}
    .homecontentK a p{text-align:center;padding-top:10px;font-size:13px;color:red;display:none}
}

/****homecontentL****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentL1{width:100%;}
    .homecontentL1 a.a1{float:right;width:560px;}
    .homecontentL1 a.a1 img{display:block;width:100%}
    .homecontentL1 a.a2{width:460px;padding-left:100px;height:110px;float:left;background-repeat:no-repeat;background-position-x:left;background-position-y:top}
    .homecontentL1 a.a2 h3 label{font-size:27px;color:red;font-weight:bold}
    .homecontentL1 a.a2 h3 span{font-size:14px;color:#ccc;display:inline-block;padding-left:10px}
    .homecontentL1 a.a2 hr{border-bottom:2px dashed #dadada;border-top:2px dashed #e6e6e6;height:1px;margin:10px 0px}
    .homecontentL1 a.a2 p{background:url(/images/1/dot3.gif) no-repeat left 8px;padding-left:34px;line-height:1.8;font-size:14px;color:#666;text-align: justify; text-justify: inter-ideograph;}


    .homecontentL2{width:100%;}
    .homecontentL2 a.a1{float:left;width:560px;padding-right:120px}
    .homecontentL2 a.a1 img{display:block;width:100%}
    .homecontentL2 a.a2{width:460px;padding-left:100px;height:110px;float:left;background-repeat:no-repeat;background-position-x:left;background-position-y:top}
    .homecontentL2 a.a2 h3 label{font-size:27px;color:red;font-weight:bold}
    .homecontentL2 a.a2 h3 span{font-size:14px;color:#ccc;display:inline-block;padding-left:10px}
    .homecontentL2 a.a2 hr{border-bottom:2px dashed #dadada;border-top:2px dashed #e6e6e6;height:1px;margin:10px 0px}
    .homecontentL2 a.a2 p{background:url(/images/1/dot3.gif) no-repeat left 8px;padding-left:34px;line-height:1.8;font-size:14px;color:#666;text-align: justify; text-justify: inter-ideograph;}

}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentL1{width:100%;}
    .homecontentL1 a.a1{display:block;margin:0px 5px;overflow:hidden;padding-bottom:15px}
    .homecontentL1 a.a1 img{display:block;width:100%;width:380px;object-fit: cover}

    .homecontentL1 a.a2{display:block;padding:0px 5px 15px 20px;background-repeat:no-repeat;background-position-x:5px;background-position-y:top;background-size:50px auto}
    .homecontentL1 a.a2 h3 label{font-size:23px;color:red;font-weight:bold;display:block}
    .homecontentL1 a.a2 h3 span{font-size:14px;color:#ccc;display:block;padding-top:5px}
    .homecontentL1 a.a2 hr{border-bottom:2px dashed #dadada;border-top:2px dashed #e6e6e6;height:1px;margin:10px 0px}
    .homecontentL1 a.a2 p{background:url(/images/1/dot3.gif) no-repeat left 8px;padding-left:20px;line-height:1.6;font-size:14px;color:#666;text-align: justify; text-justify: inter-ideograph;}


    .homecontentL2{width:100%;}
    .homecontentL2 a.a1{display:block;margin:0px 5px;overflow:hidden;padding-bottom:15px}
    .homecontentL2 a.a1 img{display:block;width:100%;width:380px;object-fit: cover}

    .homecontentL2 a.a2{display:block;padding:0px 5px 15px 20px;background-repeat:no-repeat;background-position-x:5px;background-position-y:top;background-size:50px auto}
    .homecontentL2 a.a2 h3 label{font-size:23px;color:red;font-weight:bold;display:block}
    .homecontentL2 a.a2 h3 span{font-size:14px;color:#ccc;display:block;padding-top:5px}
    .homecontentL2 a.a2 hr{border-bottom:2px dashed #dadada;border-top:2px dashed #e6e6e6;height:1px;margin:10px 0px;width:100%}
    .homecontentL2 a.a2 p{background:url(/images/1/dot3.gif) no-repeat left 8px;padding-left:20px;line-height:1.6;font-size:14px;color:#666;text-align: justify; text-justify: inter-ideograph;}

}


/****十图横向展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentM{width:100%;}
    .homecontentM a{width:10%;float:left;margin-bottom:10px;}
    .homecontentM a span{margin:0px 5px;display:block;border:1px solid #d8d8d8;}
    .homecontentM a span img{width:100%;display:block;object-fit: cover;}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentM{width:100%; }
    .homecontentM a{width:25%;float:left;margin-bottom:10px}
    .homecontentM a span{margin:0px 5px;display:block;height:90px;overflow:hidden;border:1px solid #d8d8d8}
    .homecontentM a span img{width:100%;height:100%;object-fit: cover;display:block}
}



/****数字展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentN{width:100%;}
    .homecontentN p{width:309.25px;line-height:1.6;float:left;border-left:1px solid #dfdfdf;text-align:center}
    .homecontentN p:nth-child(1){border:none}
    .homecontentN p label{font-size:36px !important;color:red;font-weight:bold;background:url(/images/1/jiahao.png) no-repeat right 8px;display:inline-block;padding-right:18px}
    .homecontentN p span{font-size:14px;color:#333;display:block;}

}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentN{width:100%;}
    .homecontentN p{width:49%;line-height:1.6;display:inline-block;font-size:14px;color:#333;border-left:1px solid #dfdfdf;text-align:center;margin-bottom:20px}
    .homecontentN p:nth-child(1){border:none}
    .homecontentN p:nth-child(3){border:none}
    .homecontentN p label{font-size:30px !important;color:red;font-weight:bold;background:url(/images/1/jiahao.png) no-repeat right 8px;display:inline-block;padding-right:18px}
    .homecontentN p span{font-size:14px;color:#333;display:block;}

}


/****两列标题展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentO{width:100%;}
    .homecontentO div{width:600px;height:155px;padding:20px;margin-right:20px;background-color:#f5f5f7;float:left;}
    .homecontentO div a.a1{display:block;font-size:16px;font-weight:bold;color:#333;height:35px;}
    .homecontentO div a.a1:hover{color:red;}
    .homecontentO div p.p1 {font-size:13px;color:#666;line-height:1.8;text-align: justify; text-justify: inter-ideograph }
    .homecontentO div p.p1 img{width:200px;height:120px;object-fit: cover;float:left;margin-right:20px}

    .homecontentO p.p2 {height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
    .homecontentO p.p2 a.a2{font-size:15px;color:#333;}
    .homecontentO p.p2 a.a2:hover{color:red;}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentO{padding:0px 10px;}
    .homecontentO div{padding:20px 15px;background-color:#f5f5f7;text-align:left;margin-bottom:10px}
    .homecontentO div a.a1{display:block;font-size:15px;font-weight:bold;color:#333;height:35px;}
    .homecontentO div a.a1:hover{color:red;}
    .homecontentO div p.p1 {font-size:12px;color:#666;height:90px;line-height:1.8;text-align: justify; text-justify: inter-ideograph;overflow:hidden;text-overflow:ellipsis }
    .homecontentO div p.p1 img{width:150px;height:90px;object-fit: cover;float:left;margin-right:20px}

    .homecontentO p.p2 {height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
    .homecontentO p.p2 a.a2{font-size:16px;color:#333;}
    .homecontentO p.p2 a.a2:hover{color:red;}
}

/****多图、标题、摘要横向排列****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentP{width:100%;text-align:center}
    .homecontentP a{display:inline-block;text-align:center;min-width:180px}
    .homecontentP a img{display:inline-block;max-width:120px;}
    .homecontentP a label{display:block;text-align:center;font-size:18px;padding-top:25px;font-weight:bold;color:#333}
    .homecontentP a p{text-align:center;font-size:13px;text-transform:uppercase;padding-top:10px;color:#333}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentP{width:100%; }
    .homecontentP a{width:50%;float:left;margin-bottom:20px;text-align:center}
    .homecontentP a img{max-width:50%;display:inline-block}
    .homecontentP a label{display:block;text-align:center;font-size:15px;padding-top:20px;font-weight:bold;color:#333}
    .homecontentP a p{text-align:center;font-size:12px;text-transform:uppercase;padding-top:10px;color:#333}
}

/****多图、标题横向排列****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentQ{width:100%;text-align:center}
    .homecontentQ a{display:inline-block;text-align:center;min-width:200px}
    .homecontentQ a img{display:inline-block;max-width:152px;}
    .homecontentQ a label{display:block;text-align:center;font-size:18px;padding-top:25px;font-weight:bold;color:#333}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentQ{width:100%; }
    .homecontentQ a{width:50%;float:left;margin-bottom:20px;text-align:center}
    .homecontentQ a img{max-width:50%;display:inline-block}
    .homecontentQ a label{display:block;text-align:center;font-size:15px;padding-top:20px;font-weight:bold;color:#333}
}

/****单列内容展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentR{width:100%;text-align:center}
    .homecontentR .inforow{width:50%;float:left;text-align:center}
    .homecontentR .inforow h2{text-align:center;font-size:18px;font-weight:bold;color:#333;margin:20px 0px}
    .homecontentR .inforow p{line-height:1.8;text-align: justify; text-justify: inter-ideograph;font-size:14px}
    .homecontentR .inforow video{width:90% !important;}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentR{width:100%;text-align:center}
    .homecontentR .inforow{text-align:center}
    .homecontentR .inforow h2{text-align:center;font-size:16px;font-weight:bold;color:#333;margin:10px 0px}
    .homecontentR .inforow p{line-height:1.8;text-align: justify; text-justify: inter-ideograph;font-size:12px}

    .homecontentR .inforow video{margin:0px !important;float:none !important;width:100% !important;height:auto !important}

    .homecontentR .inforow img{max-width:100% !important;height:auto !important}

    .homecontentR .inforow table{width:100% !important;}
    .homecontentR .inforow table td{width:auto !important;word-break:normal !important;}
    .homecontentR .inforow table td img{max-width:100% !important;height:auto !important}

}

/****多列标题展示****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentS{width:100%;text-align:center}
    .homecontentS li{display:inline-block;line-height:3;width:150px}
    .homecontentS li a{display:block;text-align:center;border-radius:10px;color:white;font-size:14px;background-color:#5a5a5a;margin:5px}
    .homecontentS li a:hover{background-color:#ff3300}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentS{width:100%;text-align:center}
    .homecontentS li{float:left;width:50%;line-height:3;}
    .homecontentS li a{display:block;text-align:center;border-radius:10px;color:white;font-size:14px;background-color:#5a5a5a;margin:5px}
}


/****图片、标题、副标题横向展示(两列)****/
@media (min-width: 760px) /****电脑版/****/
{
    .homecontentT{width:100%;}
    .homecontentT a:nth-child(2){margin-left:40px}
    .homecontentT a:nth-child(4){margin-left:40px}
    .homecontentT a:nth-child(1){margin-bottom:33px}
    .homecontentT a:nth-child(2){margin-bottom:33px}
    .homecontentT .div{width:580px;float:left;border-radius:20px;background-color:white;overflow:hidden}
    .homecontentT .div span{display:block;height:330px;padding:0px;overflow:hidden;border:1px solid #cccccc;}
    .homecontentT .div span img{width:100%;display:block;object-fit: cover;transition-duration: 0.4s;}
    .homecontentT .div:hover span img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
    .homecontentT .div label{display:block;color:#23ac38;text-align:left;line-height:70px;font-size:23px;padding:0 15px}
    .homecontentT .div label i{float:right;color:#666666}
    .homecontentT .div:hover label{background-color:#23ac38;color:white}
    .homecontentT .div:hover label i{color:#eeac21}
}

@media (max-width: 760px) /****手机版/****/
{
    .homecontentT{width:100%; }
    .homecontentT .div{display:block;margin:0px 10px 15px 10px;}
    .homecontentT .div span{display:block;border-radius:10px 10px 0 0;overflow:hidden}
    .homecontentT .div span img{width:100%;height:200px;display:block;object-fit: cover;}
    .homecontentT .div label{display:block;color:#23ac38;background-color:white;text-align:left;line-height:3;font-weight:bold;font-size:15px;padding:0px 10px;border-radius:0 0 10px 10px;}
    .homecontentT .div label i{float:right;color:#666666}
}


/****友情链接****/
@media (min-width: 760px) /****电脑版/****/
{
    /****友情链接****/
    .LinkDiv { margin: 0 auto; width: 1460px; padding: 20px 0px}
    .LinkDiv .head { color: #1a82f1; font-size: 20px; margin-bottom: 10px }
    .LinkDiv .body { border:1px solid #b6b6b6;padding:15px; font-size: 13px; line-height: 2 }
    .LinkDiv .body a { color: #333333;display:inline-block }
    .LinkDiv .body a:hover { color: red }
}

@media (max-width: 760px) /****手机版/****/
{
    /****友情链接****/
    .LinkDiv { display: none }
}
