﻿@charset "utf-8";
body {color:#000000;font-size:14px;min-width:1200px;}
body,div,ul,ol,li,dl,dt,dd,p,span,h1,h2,h3,h4,h5,h6,form,pre,fieldset,legend,table,tr,td,th,input,textarea,img {margin:0;padding:0;}
section,article,header,footer,aside,nav,dialog,figcaption,figure,menu,details {margin:0;padding:0;}
div,ul,ol,li,dd,dl,dt {list-style:none;}
table {border-collapse:collapse;border:0;}
td,tr,th {font-size:14px;}
img {border:none;}
select,input,img {vertical-align:middle;}
textarea {vertical-align:middle;font-size:14px;resize:none;outline:none;}
input{background-color:transparent;border:0;outline:none;}
input, textarea, slsct {font-family: inherit;font-weight: inherit; font-size: 14px;}
button{margin:0;padding:0;border:1px solid transparent;background-color:transparent;outline:none;}
button:active{opacity:0.6}
input[type=button],input[type=submit],input[type=file],input[type=reset],button {appearance:none;-webkit-appearance:none;-moz-appearance:none;}
em {font-style:normal;}
b {font-weight:normal;}
h1,h2,h3 {font-weight:bold;font-size:16px;}
h4,h5,h6 {font-weight:bold;font-size:14px;}

a:link,a:visited {color:#000;text-decoration:none;}
a:hover,a:active {color:#0eb657;text-decoration:none;}
a.sethome:link,a.sethome:visited {color:#273843;font-size:12px;text-decoration:none;}
a.sethome:hover,a.sethome:active {color:#FF0000;font-size:12px;text-decoration:underline;}
a.links:link,a.links:visited   {color:#3C3B3B;font-size:12px;text-decoration:none;}
a.links:hover,a.links:active   {color:#FF0000;font-size:12px;text-decoration:underline;}
a.white:link,a.white:visited   {color:#FFFFFF;font-size:12px;text-decoration:none;}
a.white:hover,a.white:active   {color:#FF0000;font-size:12px;text-decoration:none;}
a.black:link,a.black:visited   {color:#666666;font-size:14px;text-decoration:none;}
a.black:hover,a.black:active   {color:var(--colormain1);font-size:14px;text-decoration:none;}
a.detail:link,a.detail:visited {color:#000000;font-size:14px;text-decoration:none;}
a.detail:hover,a.detail:active {color:#FF0000;font-size:14px;text-decoration:none;}
a.newslist:link,a.newslist:visited {color:#666666;font-size:14px;text-decoration:none;}
a.newslist:hover,a.newslist:active {color:#FF0000;font-size:14px;text-decoration:none;}
a.prolist:link,a.prolist:visited   {color:#615B5B;font-size:13px;text-decoration:none;}      
a.prolist:hover,a.prolist:active   {color:#FF0000;font-size:13px;text-decoration:none;}
a.job:link,a.job:visited {color:#333333;font-size:12px;text-decoration:none;}
a.job:hover,a.job:active {color:#FF0000;font-size:12px;text-decoration:none;}
a.botmenu:link,a.botmenu:visited {color:#FFFFFF;font-size:13px;text-decoration:none;margin:0px 8px 0px 7px;}
a.botmenu:hover,a.botmenu:active {color:#FFFF00;font-size:13px;text-decoration:none;margin:0px 8px 0px 7px;}

.clearfix { *zoom: 1;}
.clearfix:after { display: block;font-size: 0; content: ""; clear: both; visibility: hidden;}

*{box-sizing: border-box;margin: 0;padding: 0;}
:root{
	--colorfff: #fff;
	--color000: #000;
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorbg1: #f1f1f1;
    --colorbg2: #F2F5F6;
    --colormain1: #0eb657;
    --colormain2: #ffbf00;
}

.clear,.cl {clear:both;}
.tl {text-align:left;}
.tr {text-align:right;}
.tc {text-align:center;}
.fl,.l{float:left;}
.fr,.r{float:right;}
.pr{position: relative;}
.pa{position: absolute;}
.mt5  {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mb5  {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.pt5  {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pb5  {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.h10  {height:10px;line-height:10px;}
.h15  {height:15px;line-height:15px;}
.h20  {height:20px;line-height:20px;}
.h22  {height:22px;line-height:22px;}
.h25  {height:25px;line-height:25px;}
.h30  {height:30px;line-height:30px;}
.bold{font-weight:600; }
.red  {color:#FF0000;}
.blue {color:#0000FF;}
.blank{font-family:Times New Roman;font-size:12px;}
.hidden {display:none;}

.delay100 {-webkit-animation-delay:100ms;animation-delay:100ms;}
.delay200 {-webkit-animation-delay:200ms;animation-delay:200ms;}
.delay300 {-webkit-animation-delay:300ms;animation-delay:300ms;}
.delay400 {-webkit-animation-delay:400ms;animation-delay:400ms;}
.delay500 {-webkit-animation-delay:500ms;animation-delay:500ms;}
.delay600 {-webkit-animation-delay:600ms;animation-delay:600ms;}

.line1{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display:inline-block;}
.line2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.line3{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}

.bridgeCode {width:1200px;margin:0 auto;text-align:center;clear:both;padding:0px 0px 0px 0px;}
.button {border:1px solid #000000;padding-top:1px;font-weight:normal;font-size:12px;color:#000000;background-color:transparent;cursor:pointer;vertical-align:middle;}
.button_submit {border:0px solid #000000;padding-bottom:2px;font-weight:normal;font-size:12px;color:#000000;background-color:transparent;width:50px;height:22px;cursor:pointer;vertical-align:middle;background:url('../images/btn_submit.gif') no-repeat;}
.button_submit2 {border:0px solid #000000;padding-bottom:2px;font-weight:normal;font-size:12px;color:#000000;background-color:transparent;width:70px;height:22px;cursor:pointer;vertical-align:middle;background:url('../images/btn_submit2.gif') no-repeat;}   
.button_submit3 {color:#fff;font-weight:normal;cursor:pointer;height:25px;width:100px;font-weight:bold;background-color:#e0661f;border:1px solid #999999;border-radius:5px;margin-right:10px;}
.button_submit4 {color:#fff;font-weight:normal;cursor:pointer;height:25px;width:90px;font-weight:bold;background-color:#e0661f;border:1px solid #999999;border-radius:5px;}

/**********************************************************************************************/
.main   {width:100%;margin:0 auto;line-height:20px;}
.topCon {width:1200px;margin:0 auto;}
.topCon100 {width:100%;margin:0 auto;line-height:20px;padding-top: 155px;}
.indexTop  {width:100%;margin:0 auto;line-height:20px;}
.indexLeft {float:left;width:280px;margin:20px 0;position: sticky;top:125px;z-index:10;}
.indexLeft1 {float:left;width:320px;line-height:20px;}
.indexBottom {width:100%;margin:0 auto;line-height:20px;padding:10px 0px 0px 0px;}
.indexCenter {width:1200px;margin:0 auto;line-height:20px;padding:20px 0px 0px 0px;}
.indexCenter table {line-height:20px;}
.indexCenter2{width:1200px;margin:0 auto;line-height:20px;padding:5px 0px 0px 0px;}
.indexRight  {float:right;width:890px;margin:20px 0;}
.indexRight1 {float:left;width:464px;line-height:20px;padding:5px 0px 0px 7px;}
.indexMain {float:right;width:850px;line-height:20px;} 
.indexRightVideo {float:right;width:320px;line-height:20px;padding-bottom:5px;}
.topCon_1 {float:left;width:100%;}
.topCon_2 {float:left;width:100%;height:125px;text-align:left;background-repeat:no-repeat;}
.w990  {width:1000px;margin:0px auto;}
.w1000 {width:1000px;margin:0px auto;}
.w1100 {width:1100px;margin:0px auto;}
.w1200 {width:1200px;margin:0px auto;}
.w1300 {width:1300px;margin:0px auto;}
.w1400 {width:1400px;margin:0px auto;}

/* top */
.wraptop {width:100%;margin:0 auto;height:45px;overflow:hidden;background:#F7F7F7;}

.wraptop_2 {float:left;width:100%;padding:10px 0;}
.wraptop_2_1 {float:left;width:600px;text-align:left;}
.wraptop_2_2 {float:right;padding:0 20px 0 65px;height:120px;background:url('../images/topPhone.png') no-repeat left center;}
.wraptop_2_2 p {margin-top:10px;font-size:16px;color:#191919;line-height:32px;}
.wraptop_2_2 h1 {font-size:22px;color:#FB7F32;line-height:32px;}
.wraptop_2_2_1 {float:right;text-align:right;padding-top:15px;}
.wraptop_search {width:100%;margin:0 auto;height:55px;overflow:hidden;background:#F7F7F7;}
.wraptop_4 {margin:0 auto;width:1200px;height:55px;text-align:left;}
.wraptop_4_1 {float:left;width:880px;line-height:55px;}
.wraptop_4_1 span {float:left;width:90px;color:#666666;font-size:14px;font-weight:bold;background:url('../images/keyword.png') no-repeat left center;padding:0 0 0 25px;}
.wraptop_4_1 div {float:left;width:760px;height:55px;overflow:hidden;}
.wraptop_4_1 div a:link,.wraptop_4_1 div a:visited {color:#666666;margin:0 5px 0 4px;}
.wraptop_4_1 div a:hover,.wraptop_4_1 div a:active {color:#FF0000;margin:0 5px 0 4px;}
.wraptop_4_2 {float:left;width:300px;line-height:55px;padding:0px 0px 0px 10px;}
.wraptop_4_2_1 {float:left;}
.wraptop_4_2_1 .searchinput {width:243px;border:1px solid #CCCCCC;height:35px;line-height:35px;color:#888888;font-size:12px;padding:0 5px;vertical-align:middle;border-radius:8px;}
.wraptop_4_2_2 {float:right;}
.wraptop_4_2_2 input {border:0px solid #000000;font-weight:normal;font-size:12px;color:#FFFFFF;background-color:transparent;width:35px;height:35px;line-height:40px;background:url('../images/search.png') no-repeat left center;cursor:pointer;vertical-align:middle;border-radius:5px;background-size:35px;}

header .wraptop_1 {position: fixed;z-index: 5; width:100%;height:35px;line-height:35px;background:#f4f4f4;}
header .wraptop_1_1 {float:left;width:60%;text-align:left;}
header .wraptop_1_1 span {font-size:12px;color:#333333;}
header .wraptop_1_2 {float:right;width:40%;color:#666666;text-align:right;padding-right:10px;}
header .wraptop_1_2 a {margin:0px 6px 0px 5px;}
header .wraptop_1_2 a:hover {color:var(--colormain1);}
header .h_top{width: 100%;background:#ffffff;position:fixed;z-index: 99;top:35px; transition: 0.5s;}
header .h_top_c {height:120px;display:flex;align-items:center;justify-content:space-between;}
header .h_top_c .logo {height:100%;display:flex;align-items:center;}
header .h_top_c .logo .logo_i {padding-right:10px;}
header .h_top_c .logo .logo_c {border-left:1px solid #333;padding-left:10px;}
header .h_top_c .logo .logo_c strong {font-size:16px;font-weight:700;color:var(--colormain1);line-height:24px;}
header .h_top_c .logo .logo_c p {color:#666;font-size:14px;}
header .h_top_c .logo .logo_c p span{padding-right: 13px;}
header .h_top_c .h_nav {line-height:120px;}
header .h_top_c .linav_ul {float:right;width:100%;}
header .h_top_c .linav_ul li.m{position: relative;float:left;width:100px;height:120px;line-height:120px; margin:0 5px;
	color:#333;text-align:center;}
header .h_top_c .linav_ul li.m:after {content: " ";width: 0; height: 2px;background:var(--colormain1);
    position: absolute;bottom:20%;transition: all .5s ease 0s;left:10%;}
header .h_top_c .linav_ul li a{font-size:18px;display: block;color:#333;}
header .h_top_c .linav_ul li a:hover,header .h_top_c .linav_ul li.select a{color:var(--colormain1);}
header .h_top_c .linav_ul li.select:after,.linav_ul li:hover:after {width:80% !important;}
/*header .h_top_c .linav_ul li.select,.linav_ul li:hover {background: var(--colormain1);color:#fff;}*/
header .h_top_c .linav_ul .sub {display:none;width:120px;padding:0px 0px;
	position:absolute;left:50%;top:100px;
  background:#f1f1f1;float:left;line-height:40px;transform: translateX(-50%);z-index: 3;}
header .h_top_c .linav_ul .sub li {width:100%; text-align:center;margin:0 auto;}
header .h_top_c .linav_ul .sub li a {white-space:nowrap; color:#333;display:block;zoom:1;
	font-size:14px;padding:0px 0px;}
header .h_top_c .linav_ul .sub li a:hover {background:var(--colormain1);color:#fff;}
header .h_top.fixed{box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 10px;top:0;}

header .h_top_c .linav_ul .sub.pro {width:300px;padding:10px 10px;}
header .h_top_c .linav_ul .sub.pro li {float: left;width:50%; text-align:left;}
header .h_top_c .linav_ul .sub.pro li a {padding:0px 20px;}

@keyframes yyhh {
    0%,90%,100% {
        transform: rotate(0) scale(1);
    }
    20%,40% {
        transform: rotate(-15deg) scale(1.1);
    }
    30%,50% {
        transform: rotate(15deg) scale(1.1);
    }
}

.index-banner {overflow:hidden!important;position:relative;background:#000;}
.index-banner .p_slide {overflow:hidden}
.index-banner img{width:100%;object-fit:cover;object-position:center;opacity:1}
.a-page .swiper-pagination-bullet{width:16px;height:16px;opacity: 0.6;background:transparent;bottom:5%;
  cursor:pointer; position: relative;border:1px solid transparent;border-radius: 50%;margin:0 5px;}
.a-page .swiper-pagination-bullet:after{position: absolute;content:'';display: block;width:8px;height: 8px;left:50%;top:50%;
transform:translate(-50%,-50%); background: #ffffff; border-radius: 50%; }
.a-page .swiper-pagination-bullet-active{border-color:#ffffff;opacity: 1;}
.index-banner .a-prev,.index-banner .a-next{opacity:0;transition:0.36s ease-in-out;color:#fff;}
.index-banner .a-prev{left:4.5%;}
.index-banner .a-next{right: 4.5%;}
.index-banner:hover .a-prev{opacity:0.8;left:7.5%;}
.index-banner:hover .a-next{opacity:0.8;right:7.5%;}

/* bottom */
.divBottom {width:100%;line-height:20px;margin-top:10px;padding-top:50px;
    background:url(../images/footer.jpg) no-repeat center top; background-size: cover;}
.divBottom_1 {text-align:center;border:1px solid #E3E1E1;background:#065FA5;font-weight:bold;font-size:14px;
    line-height:30px;color:#FFFFFF;vertical-align:middle;padding:5px 0px 5px 0px;}
.divBot {margin:0 auto;padding-bottom:30px;}
.divBot .bottip {position: relative; color:#ffffff;font-size:20px;display:block;line-height:65px;
    margin-bottom:20px;}
.divBot .bottip:before{position: absolute;content:'';bottom:0;left:0;width:120px;
height: 1px;background:#fff;}
.divBot .bottip:after{position: absolute;content:'';bottom:0;left:0;width:30px;
height: 1px;background: var(--colormain1);}

.divBot_01 {float:left;width:500px;margin:0 0px 0px 0;display: flex;justify-content: space-between;}
.divBot_01 .det1 {width:calc(100% - 200px);}
.divBot_01 .det1 a {float: left;width: 50%; color:#dddddd;font-size:15px;
    line-height:40px;display:block;}
.divBot_01 .det3 {width:150px;}
.divBot_01 .det3 a {color:#dddddd;font-size:15px;line-height:40px;display:block;}
.divBot_01 .det1 a:hover,.divBot_01 .det3 a:hover{color:var(--colormain1);}
.divBot_02 {float:left;width:460px;line-height:26px;color:#dddddd;font-size:14px;
    margin:0 0px 0px 0;}
.divBot_02 .cotx{padding:0px 0; width: 100%; color:#fff;font-size: 14px;line-height:40px;}
.divBot_02 .cotx i {float: left; width:30px;font-size:20px;}
.divBot_02 .cotx em{float: left;width:60px;text-align: center;}
.divBot_02 .cotx b.bo{font-size:18px;font-weight: 600;}
.divBot_02 .cotx b{font-size:16px;padding-right: 10px;}
.divBot_02 .cotx span{float: left; width: calc(100% - 110px);}
.divBot_02 .cotx a{color:#fff;}
.divBot_03 {float:right;height:210px;padding:70px 0 20px 0;text-align:center;}
.divBot_03>a {width:100%; border:0px solid #ffffff;}
.divBot_03 span {color:#999;font-size: 16px; display: block;line-height:35px;}
.divBot_03 img {width:160px;height:160px;margin:0px auto;}
.divBottom_2 {color:#999;font-size: 16px; padding:10px 0;text-align:center;border-top:0px solid #484747;}
.divBottom_2 a,.divBottom_2 a:link,.divBottom_2 a:visited {color:#999;}
.divBottom_2 .botcopyright {width:100%;text-align:center;padding:10px 0 20px 0;font-size:13px;}
.divBottom_3 {float:left;width:1188px;border:1px solid #A7A6A6;padding:10px 0px 10px 0px;}
.btNav {float:left;width:100%;height:80px;border-top:1px solid #666666;}
.btNav ul div {float:left;width:50px;}
.btNav ul li {float:left;margin:0px 30px;line-height:80px;}
.btNav ul li a {text-decoration:none;color:#FFFFFF;font-size:15px;}


/* Links */
.yqlj {clear:both;margin:0 auto;width:1200px;border-top:1px dashed #BBBBBB;padding:5px 0px 5px 0px;line-height:20px;}
.yqlj span {float:left;width:80px;font-weight:bold;height:30px;text-align:left;font-size:14px;color:#4F4949;}
.yqlj .yqlj_1 {float:left;width:1000px;} 
.yqlj .yqlj_1 a {float:left;margin:0px 10px 0px 0px;}

/*.box {border:1px solid #c3d4e7;zoom:1;overflow:auto;padding-bottom:10px;}
.box h5,.box h6 {background:url('../images/web_img/title.png') no-repeat right top;color:#1e50a2;height:26px;margin-bottom:10px;line-height:26px;padding-left:10px;border-bottom:1px solid #dce7f3;position:relative;}
.box h6 {margin-bottom:0;}
.box h5.title-1,.box h6.title-1 {background-position:right -52px;}
.box h5.title-2,.box h6.title-2 {background-position:right -100px;}
.box h5.title-2 span.tab {float:right;padding-right:6px;color:#a4bcd6;}
.box h5.title-2 span.tab span {color:#2064ae;cursor:pointer !important;cursor:pointer;}
.box a.more {font-size:12px;margin-right:8px;font-weight:normal;position:absolute;top:0;*top:1px;_top:1px;right:0;}
.box .content {padding:0 10px;overflow:auto;}
.blue,.blue a,.box h5 a,.box h6 a,.box a.more,.crumbs a {color:#004499;}*/

.main .col-left  {width:700px;margin-right:10px;}
.main .col-left2 {width:980px;margin-right:10px;}
.main .col-left3 {width:800px;margin-right:15px;}
.main .col-right3 {width:380px;}
.crumbs {background:url('../images/web_img/icon.png') no-repeat left -34px;padding:3px 0 3px 18px;border-bottom:1px solid #c3d4e7;margin-bottom:10px;}
.crumbs span {color:#7e7e7e;}
.itemli {margin:0px 10px;}
.itemli li {padding:10px 0px;}
.itemli li a {background:url('../images/web_img/bg_member_1.gif') no-repeat -5px -126px;font-weight:bold;padding-left:14px;color:#004499;font-size:13px;}
.keylink,.keylink:link,.keylink:hover,.keylink:active {text-decoration:underline;width:26px;height:22px;line-height:22px;background:#ffffff;border:1px dotted #aaaaaa;text-align:center;}
.tag_a a {display:inline-block;zoom:1;*display:inline;overflow:hidden;vertical-align:middle;margin:6px;white-space:nowrap;color:#004499;background:url('../images/web_img/bg_member_1.gif') no-repeat -5px -124px;padding-left:10px;}
.cboxs h5 {background:url('../images/web_img/nav.png') repeat-x 0px -33px;}
.cboxs .tag_a {margin:0px 0px 10px 0;}
.cboxs .tag_a a {line-height:30px;background:none;margin:0px 5px;}
.sqlj_btn {background:url('../images/web_img/sqyqlj_btn.jpg') no-repeat;width:142px;height:47px;display:block;margin:10px auto;}
.tjly_btn {background:url('../images/web_img/sqly_btn.jpg') no-repeat;width:142px;height:47px;display:block;margin:10px auto;}
.table_form {width:100%;}
.table_form caption {background:url('../images/web_img/nav.png') repeat-x 0 -33px;border-bottom:medium none;color:#004499;font-size:14px;font-weight:bold;height:34px;line-height:30px;}
.table_form img {cursor:pointer;}

.submitTable {width:95%;border:0;}
.submitTable td {height:35px;}
.submitTable img {cursor:pointer;vertical-align:middle;}
.submitTable .intext {height:25px;line-height:25px;border:1px solid #d0d0d0;padding:0 5px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.submitTable .incode {height:24px;line-height:24px;border:1px solid #d0d0d0;padding:0 5px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.submitTable .intextarea {width:90%;height:100px;border:1px solid #d0d0d0;}
.lanyuds {height:30px;font-size:12px;}
.lanyuds2 {height:30px;font-size:13px;color:#00000F;font-weight:bold;}
.InputBorder {width:98%;border:solid 1px #8A8484;padding:2px;font-size:12px;}
.form-txt {font-size:12px;color:#333333;line-height:20px;}
.table01 {table-layout:fixed;border-collapse:collapse;} 
.loginemail {border:1px solid #C0C0C0;background-color:#EBEBEB;font-size:13px;}
.hui666 {color:#666666;font-size:12px;line-height:20px;}
.DisplayNone {display:none;}
.DisplayShow {display:block;}
.text02 {font-size:12px;line-height:30px;padding:0px 0px 0px 8px;}
.imgcode {width:60px;height:22px;vertical-align:middle;cursor:pointer;}
.isLogin {color:#0B8202;font-size:12px;}
.Company {clear:both;padding:20px 10px 20px 10px;line-height:36px;
	color:#666666;font-size:16px;}
.Company p {line-height:36px;color:#666666;}
.Company img {max-width:99%;height:auto !important;}
.Company table {width:99% !important;word-break:break-all;}
.divAboutUs  {padding:10px 10px 10px 10px;line-height:24px;color:#333333;font-size:12px;overflow:hidden;}
.divContactUs{padding:10px 10px 10px 10px;line-height:24px;color:#333333;font-size:12px;overflow:hidden;}

/* Banner */
.banner6 {position:relative;height:500px;overflow:hidden;width:100%;margin-top:0px;}
.banner6 .show {width:2500px;position:absolute;left:50%;top:0px;margin-left:-1250px;overflow:hidden;}
.banner6 .show ul {position:relative;float:left;width:2500px;height:500px;overflow:hidden;}
.banner6 .show ul li {text-align:center;float:left;width:2500px;position:absolute;display:none;}
.banner6 .focus {position:absolute;bottom:15px;left:47%;padding:5px 6px;}
.banner6 .focus a {float:left;width:18px;height:18px;display:block;margin-left:5px;border-radius:14px;color:#fffab1;cursor:pointer;background:#ffffff none repeat scroll 0 0;transition:width 0.5s ease 0s, height 0.5s ease 0s, background 0.5s ease 0s, color 0.5s ease 0s;}
.banner6 .focus a.on {background:#015cb5 none repeat scroll 0 0;color:#015cb5;height:18px;width:32px;}
.hot {width:100%;height:42px;line-height:42px;position:absolute;bottom:10px;z-index:2;}
.hot .wrapper {width:1200px;margin:0 auto;}
.hot .list {float:left;width:1160px;padding-left:10px;height:42px;position:relative;}
.hot .list .prev {display:block;width:18px;height:15px;position:absolute;background-position:-42px -108px;top:13px;left:80px;}
.hot .list .box_btn {display:block;width:18px;height:15px;position:absolute;background-position:-61px -108px;top:13px;left:99px;}
.hot .list .next {display:block;width:18px;height:15px;position:absolute;background-position:-80px -108px;top:13px;left:118px;}
.hot .list span.tit {font-size:12px;width:145px;float:left;color:#151515;}
.hot .list a {color:#000000;font-size:12px;text-decoration:none;}
.hot .list a:hover {color:#0157AD;font-size:12px;text-decoration:none;}
.hot .list div {width:700px;float:left;height:42px;position:relative;overflow:hidden;}
.hot .list div ul {width:700px;position:absolute;}

.banner-box {padding:3px 0px;}
#slideshow {position:relative;width:1200px;height:300px;margin:0 auto;}
#slideshow a {float:left;display:inline;}
#slideshow .img {position:absolute;width:1200px;height:300px;overflow:hidden;}
#slideshow .img span {position:absolute;width:19999px;display:block;}
#slideshow .img img {width:1200px;height:300px;}
#slideshow .btns {z-index:10;position:absolute;width:1200px;}
#slideshow .btns s {position:absolute;display:none;width:40px;height:50px;top:120px;overflow:hidden;cursor:pointer;}
#slideshow .btns s i {position:absolute;width:40px;height:107px;background:url('../images/btn_slideshow.png');_background:none;
_filter:progid:dximagetransform.microsoft.alphaimageloader(enabled=true,sizingmethod=scale,src="../images/btn_slideshow.png");}
#slideshow .btns s.prev {left:0px;}
#slideshow .btns s.prev i {top:-54px;}
#slideshow .btns s.next {right:0px;}
#slideshow .btns b {position:absolute;display:block;width:100px;height:14px;overflow:hidden;top:275px;left:50%;}
#slideshow .btns b i {float:left;width:10px;height:10px;background:#414140;font-size:0px;overflow:hidden;cursor:pointer;margin-right:6px;border:#414140 2px solid;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
#slideshow .btns b i.on {background:#3cd2f1;cursor:default;}
.paging {opacity:0.5;filter:alpha(opacity=80);-moz-opacity:0.5;-khtml-opacity:0.5;height:300px;position:absolute;background:#9c9b9b;overflow:hidden;}
.paging .paging {opacity:0.5;filter:alpha(opacity=80);-moz-opacity:0.5;-khtml-opacity:0.5;height:300px;position:absolute;background:#9c9b9b;overflow:hidden;}

/* Move Left */
#demo {width:960px;overflow:hidden;border:0px solid #666666;padding:10px 10px 10px 10px;}
#demo img {text-align:center;padding:0px 0px 0px 0px;overflow:hidden;}
#indemo  {float:left;width:1000%;}
#demo1 {float:left;}
#demo2 {float:left;}

.promarquee {float:left;width:140px;padding:10px 5px 5px 5px;text-align:center;}
.promarquee_1 {width:140px;height:110px;border:1px solid #CCCCCC;text-align:center;}
.promarquee_1 img {text-align:center;padding:5px 5px 5px 5px;cursor:pointer;}
.promarquee_2 {clear:both;height:25px;line-height:25px;text-align:center;margin-bottom:10px;}

#LPdemo {width:100%;overflow:hidden;border:0px solid #666666;padding:10px 10px 0px 10px;margin-left:20px;}
#LPdemo img {text-align:center;padding:5px 5px 0px 5px;overflow:hidden;}
#LPindemo {float:left;width:1000%;}
#LPdemo1 {float:left;}
#LPdemo2 {float:left;}

/* Move Right */
#Rdemo {width:960px;overflow:hidden;border:0px solid #666666;padding:10px 10px 10px 10px;}
#Rdemo img {text-align:center;padding:5px 5px 5px 5px;overflow:hidden;}
#Rindemo  {float:left;width:1000%;}
#Rdemo1 {float:left;}
#Rdemo2 {float:left;}

.pagesDiv {clear:both;width:100%;margin:0 auto;line-height:28px;}
.pagination {text-align:center;}
#pages {padding:15px 0 15px 0;text-align:center;}
#pages a {font-size:13px;display:inline-block;height:28px;line-height:28px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 10px;}
#pages a.a1 {padding:0 5px;}
#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}
#pages a.span,#pages span {font-size:13px;display:inline-block;height:28px;
    line-height:28px;padding:0 10px;background:var(--colormain1);border:1px solid var(--colormain1);color:#ffffff;text-align:center;}
#pages .noPage {display:inline-block;height:28px;line-height:28px;border:1px solid #e3e3e3;text-align:center;color:#a4a4a4;}

#biz_title {float:left;width:710px;background-color:#FFFFFF;}
#biz_title ul {height:30px;margin:0px 0px 0px 20px;list-style-type:none;}
.biz_top {width:365px;height:26px;color:#000000;text-align:left;font-size:14px;font-weight:bold;background:#FF0000;}
.biz_top ul {float:left;line-height:25px;list-style-type:none;}
.tabon {float:left;width:100px;height:30px;font-weight:bold;font-size:14px;background-color:#736C6C;line-height:30px;color:#FFFFFF;padding-top:0px;text-align:center;cursor:pointer;}
.taboff {float:left;width:100px;height:30px;font-weight:bold;font-size:14px;background-color:#EBE5E5;line-height:30px;color:#00000F;padding-top:0px;text-align:center;cursor:pointer;}
.tdbody {float:left;width:687px;border:1px solid #CEC7C7;padding:10px 10px 10px 10px;background-color:#FFFFFF;}
.gqxx {list-style-type:none;}
.gqxx li {float:left;width:642px;line-height:20px;}

.img_01 {float:left;margin:10px 5px 5px 5px;}
.div {text-align:center;}
.div img {border:0px #666666 solid;margin:0px;cursor:pointer;}
.showPic { }

.divHonorShow   {float:left;width:31.3%;margin:0 1% 30px;overflow:hidden;}
.divHonorShow_1 {width:100%;height:auto;text-align:center;border:1px solid #e4e4e4;overflow:hidden;}
.divHonorShow_1 img {padding:0px;transition:0.5s;width: 100%;height: 100%;}
.divHonorShow:hover .divHonorShow_1 img {width: 100%; transform:scale(1.1,1.1);}
.divHonorShow_2 {text-align:center;height:55px;line-height:55px;border:1px solid #e4e4e4;border-top: 0;}
.divHonorShow_2 a:link,.divHonorShow_2 a:visited {color:#666666;font-size:14px;}
.divHonorShow:hover .divHonorShow_2 a,.divHonorShow_2 a:active {color:var(--colormain1);}
.case_item  {height:160px;padding:5px 0px 5px 0px;text-align:center;}
.case_item_1 {text-align:center;overflow:hidden;}
.case_item_1 img {text-align:center;padding:3px;border:1px solid #C1C1C1;}
.divHonorImg {text-align:center;padding:5px 5px 5px 5px;overflow:hidden;}

.divVideoShow   {float:left;width:31.3%;margin:0 1% 30px;overflow:hidden;}
.divVideoShow_1 {position: relative; width:100%;height:260px;text-align:center;border:1px solid #e4e4e4;overflow:hidden;}
.divVideoShow_1 img {padding:0px;transition:0.5s;}
.divVideoShow:hover .divVideoShow_1 .pic img {transform:scale(1.1,1.1);}
.divVideoShow_2 {text-align:center;height:55px;line-height:55px;border:1px solid #e4e4e4;}
.divVideoShow_2 a:link,.divVideoShow_2 a:visited {color:#666666;font-size:16px;}
.divVideoShow:hover .divVideoShow_2 a,.divVideoShow_2 a:active {color:var(--colormain1);}
.divVideoShow_1 .mask{ position: absolute; z-index: 100;top:0; left:0;
    background: rgba(0,0,0,.2);width: 100%;height: 100%; display: flex; justify-content: center;
     align-items: center; transition: all 0.3s;}
.divVideoShow_1 .mask img{width:55px;height: auto;}

/* Products */
.proContent {clear:both;padding:0px 0px 0px 0px;}
.proList {padding-left:0px;}
.proList li {float:left;width:31.3%; margin:0 1% 30px 1%;text-align:center;overflow:hidden;}
.proList li img {max-width: 100%;max-height: 100%; margin:0px;border:0px solid #CCCCCC;transition:0.5s;}
.proList li:hover img {transform:scale(1.1,1.1);}
.proList li .div1 {width:100%;height:270px;border:1px solid #eee;overflow:hidden;
	display: flex;justify-content: center;align-items: center;}
.proList li .div2 {position: relative; width:100%;line-height:46px; font-size:16px; padding:0 10px;
	background:#eee;overflow:hidden;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display:inline-block;}
.proList li .div2:before { position:absolute; bottom:0; left:0; display: block; content: ''; height:0; width:100%; background:var(--colormain1); transition:all 0.5s;}
.proList li .div2 a{font-size: 16px; position:relative; z-index:1; text-decoration:none;}
.proList li:hover .div2:before { height:100%;}
.proList li:hover .div2 a{ color:#FFF;}

.proclass_detail {padding:10px 10px 10px 35px;word-break:break-all;}

.showctr {clear:both;text-align:right;line-height:20px;padding:3px 20px 3px 0px;_padding:5px 20px 5px 0px;margin:20px 10px 0px 20px;background:#F3F3F3;}
#view_gallery,#view_list {cursor:pointer;}
.probox {width:160px;float:left;margin:10px 6px 10px 5px;height:160px;overflow:hidden;border:0px solid #CCCCCC;}
.probox span {display:block;text-align:center;}
.probox h2 {font-size:11px;font-weight:normal;line-height:16px;text-align:center;clear:both;}
.proimg {width:150px;height:120px;margin:0 auto;background:#FFFFFF;line-height:120px;vertical-align:middle;position:relative;text-align:center;display:table-cell;border:1px solid #CCCCCC;overflow:hidden;}
.proimg p {position:static;_position:absolute;top:50%;vertical-align:middle;}
.proimg img {margin-top:3px;position:static;_position:relative;top:-50%;left:-50%;vertical-align:middle;}
.protext {padding-top:10px;height:35px;overflow:hidden;text-align:center;clear:both;}
.protext a:link,.protext a:visited {color:#333333;}
.protext a:hover,.protext a:active {color:#FF7700;}
.proboxlist {clear:both;margin:5px 10px 10px 10px;border-bottom:1px dotted #CECECE;}
.proboxlist span {margin:0px 10px;}
.proboxlist .proimg {float:right;width:140px;height:140px;border:0px solid #CCCCCC;}
.proboxlist .proimg img {vertical-align:top;}
.proboxlist .protext {width:99%;height:30px;line-height:30px;background:none;text-align:left;}
.proboxlist .protext a:link,.proboxlist .protext a:visited {color:#CC3333;font-size:16px;font-weight:bold;}
.proboxlist .protext a:hover,.proboxlist .protext a:active {color:#FF0000;font-size:16px;text-decoration:underline;}
.proboxlist .prodes {float:left;width:500px;height:130px;color:#777777;overflow:hidden;text-align:left;}

.shuk {float:left;width:456px;border:0px solid #DEDDDD;}
.shutop {background:url('../images/index_10.gif') repeat-x;height:33px;line-height:33px;padding:0px 10px;background-color:#FFFFFF;}
.shutop h2 {float:left;display:block;padding:0px 5px;color:#000000;font-size:14px;}
.shutop strong {float:left;display:block;padding:0px 5px;color:#000000;font-size:14px;}
.shutop strong span {color:#E05E40;padding-left:10px;font-size:12px;}
.shucon {float:left;width:454px;overflow:hidden;border-left:1px solid #DEDDDD;border-right:1px solid #DEDDDD;border-bottom:1px solid #DEDDDD;}
.shucon dl {float:left;width:140px;height:135px;padding:5px 5px 5px 5px;display:inline;}
.shucon dt {margin-bottom:3px;height:110px;border:1px solid #CCC6C6;text-align:center;}
.shucon dt img {width:130px;padding:3px 0px 3px 0px;border:0px solid #CCC6C6;}
.shucon dd {line-height:25px;text-align:center;}
.shucon dl li {float:left;width:80px;color:#666;text-align:center;background-color:#6C3720;}
.shucon2 {float:left;width:454px;overflow:hidden;border-left:1px solid #DEDDDD;border-right:1px solid #DEDDDD;border-bottom:1px solid #DEDDDD;}
.shucon2 dl {float:left;width:140px;height:135px;padding:10px 5px 10px 5px;display:inline;}
.shucon2 dt {margin-bottom:3px;height:110px;border:1px solid #CCC6C6;text-align:center;}
.shucon2 dt img {width:130px;padding:3px 0px 3px 0px;border:0px solid #CCC6C6;}
.shucon2 dd {line-height:25px;text-align:center;}
.shucon2 ul {float:left;width:220px;background:url('../images/dote.gif') no-repeat 8px center;}
.shucon2 ul li {float:left;width:205px;padding-left:15px;line-height:24px;text-overflow:ellipsis;white-space:nowrap;}
.shucon3 {float:left;width:300px;overflow:hidden;}
.shucon3 dl {float:left;width:135px;height:130px;padding:10px 0px 10px 10px;display:inline;}
.shucon3 dt {margin-bottom:3px;height:100px;border:1px solid #CCC6C6;text-align:center;padding-top:3px;}
.shucon3 dt img {width:120px;padding:3px 0px 3px 0px;}
.shucon3 dd {line-height:26px;height:26px;text-align:center;overflow:hidden;}
#ticker {float:left;width:240px;height:320px;text-align:center;overflow:hidden;}
#ticker dt {text-align:center;overflow:hidden;}
#ticker dt img {padding:5px 5px 5px 5px;text-align:center;}

/* Product Category */
#masterdiv {float:left;margin-top:0px;width:100%;}
.menudiv   {float:left;margin-top:0px;width:100%;}
.menutitle {width:100%;text-align:left;height:55px;line-height:55px;color:#0F5B90;border-bottom:1px #ededed dotted;
	cursor:pointer;font-size:16px;display:block;overflow:hidden;background:url('../images/mulu1.png') no-repeat 90% center;
	padding:0 10px 0 20px;margin:0 0px;border-radius:0px;}
.menutitle:hover {background:#18934d url('../images/mulu2.png') no-repeat 90% center;}
.menutitle:hover a:link,.menutitle:hover a:visited {color:#ffffff;}
.menutitle a:link,.menutitle a:visited {display: block; color:#666666;font-size:16px;}      
.menutitle a:hover,.menutitle a:active {color:#FF0000;font-weight:bold;}
.menutitleSub {width:100%;text-align:left;height:55px;line-height:55px;color:#00913f;
	cursor:pointer;font-size:16px;display:block;overflow:hidden;background:url('../images/mulu3.png') no-repeat 90% center;
	background-color:#e9e9e9;padding:0 10px 0 20px;margin:0 0px;}
.menutitleSub a,.menutitleSub a:visited {color:#00913f;font-size:16px;font-weight:bold;}
.menutitleSub a:hover {color:#00913f;font-weight:bold;}

.submenu {width:280px;color:#135294;display:block;font-size:14px;padding:0px 0 0px 0;overflow:hidden;margin:0 10px 0px 10px;}
.submenu li.checkstyle {padding:0 0 0 25px;background-color:#FFFFFF;line-height:25px;height:25px;overflow:hidden;background:url('../images/icon.gif') no-repeat 13px 8px;}
.submenu li.checkstyle a,.submenu li.checkstyle a:visited {color:#333333;text-decoration:none;font-size:14px;font-weight:normal;}
.submenu li.checkstyle a:hover {color:#FF0000;text-decoration:none;font-size:14px;font-weight:normal;}
.submenu li.checkstyleSel {padding-left:25px;background-color:#DDDDDD;line-height:25px;height:25px;overflow:hidden;background:url('../images/icon.gif') no-repeat 13px 8px;}
.submenu li.checkstyleSel a,.submenu li.checkstyleSel a:visited {color:#0000FF;text-decoration:none;font-size:14px;font-weight:normal;}
.submenu li.checkstyleSel a:hover {color:#FF0000;text-decoration:none;font-size:14px;font-weight:normal;}
.submenu li.checkThird {padding-left:32px;line-height:25px;height:25px;border-bottom:0px solid #857156;overflow:hidden;background:url('../images/ico10-1.gif') no-repeat 23px center;}
.submenu li.checkThird a,.submenu li.checkThird a:visited {color:#666666;text-decoration:none;font-size:12px;font-weight:normal;}
.submenu li.checkThird a:hover {color:#FF0000;text-decoration:none;font-size:12px;font-weight:normal;}
 
.neiye_line,.neiye_line2,.neiye_line3,.neiye_line2Video {float:right;width:100%;
	border:0px solid #DEDEDE;padding:0px 0px 10px 0px;overflow:hidden;}
.right_1 {margin:0px 0px 0px 0px;}
.right_2 {width:100%;height:60px;margin-bottom:10px;background:rgba(243,243,243,1);}
.right_3 {float:left;font-size: 16px;padding-left:25px;height:60px;line-height:60px;background:url('../images/ico8-1.png') no-repeat 5px center;overflow:hidden;}
.right_3 a:link,.right_3 a:visited {color:#666666;}
.left {float:left;width:100%;padding:5px 0;}
.left_1 {float:left;width:100%;background:url('../images/index_05.jpg') no-repeat;}
.left_1 strong,.left_1 h2 {float:left;width:100px;padding-left:10px;font-size:14px;line-height:33px;font-weight:bold;color:#FFFFFF;}
.left_1 span {float:right;line-height:33px;padding-right:15px;}

.left_2 {float:left;width:100%;padding:0px 0px 10px 0px;margin:0px;border:1px solid #ededed;
	background:#ffffff;}
.left_3 {float:left;width:100%;background-color:#D2D1D1;height:33px;margin-top:0px;}
.left_3_1 {float:left;width:100px;padding-left:10px;font-size:14px;line-height:33px;font-weight:bold;color:#FFFFFF;}
.left_3_1More {float:right;line-height:33px;padding-right:15px;}
.left_4 {float:left;width:300px;padding:10px 0px 10px 0px;margin:0 0 0 10px;background:#ffffff;}
.left_4 dl {width:100%;}
.left_4 dt {text-align:center;overflow:hidden;}
.left_4 dd {padding-left:18px;background:url('../images/index_09.gif') no-repeat 10px center;line-height:22px;}
.left_4 ul {padding:0px 0px 0px 10px;}
.left_4 ul li {padding-left:8px;background:url('../images/index_09.gif') no-repeat left center;line-height:24px;}
.left_4Image {padding:3px;border:1px solid #CFCFCF;}
.left_4Video {width:240px;height:205px;padding:5px 0px 5px 5px;overflow:hidden;text-align:center;}
.left_4Honor {float:left;width:251px;height:180px;border:1px solid #C2C2C2;padding:5px 0px 5px 0px;}
.left_5 {float:left;width:100%;background:url('../images/index_05.jpg') no-repeat;}
.left_5 h2,.left_5 h3 {float:left;width:100px;padding-left:10px;font-size:14px;line-height:33px;font-weight:bold;color:#FFFFFF;}
.left_5 span {float:right;line-height:33px;padding-right:15px;}
.left_6 {float:left;width:300px;padding:0px 0px 0px 0px;margin:0 0 0 10px;background:#ffffff;}

.indlLeft {float:left;width:100%;background:#1E5AD2;padding:10px 0 10px 0;}
.indmLeft1 {float:left;width:100%;padding:0 0 10px 0;}
.indmLeft1 h1 {margin-top:20px;text-align:center;font-weight:100;font-size:20px;color:#CCCCCC;}
.indmLeft1 h1 span {font-size:20px;color:#FFFFFF;font-weight:bold;}
.indmLeft1 p {font-size:16px;color:#CCCCCC;text-align:center;line-height:35px;text-transform:uppercase;}
.indmLeft1 p a:link,.indmLeft1 p a:visited {font-size:16px;color:#CCCCCC;}
.indmleft_2 {float:left;width:300px;padding:10px 0px 10px 0px;margin:0 0 0 10px;border:0px solid #ff0000;background:#ffffff;}

.modelLeft {float:left;width:100%;background:#ededed;padding:0px 0 10px 0;overflow: hidden;
	border-top-right-radius: 10px;border-top-left-radius: 10px;}
.mLeft1 {float:left;width:100%;padding:0 0 0px 0;height:100px;line-height:30px;display: flex; flex-direction: column;
 background:linear-gradient(150deg, #0d9b4b, #0eb657);align-items: center;justify-content:center;}
.mLeft1 h5 {text-align:center;font-weight:600;font-size:26px;color:#fff;line-height: 45px;}
.mLeft1 h5 span {font-size:26px;color:#FFFFFF;font-weight:bold;}
.mLeft1 p {font-size:16px;color:rgba(255,255,255,.6);text-align:center;text-transform:uppercase;}
.mLeft1 p a:link,.mLeft1 p a:visited {font-size:16px;color:#CCCCCC;}
.mLeft2 {float:left;width:100%;padding:0 0 10px 0;}
.mLeft2 h1 {margin-top:20px;text-align:center;font-weight:100;font-size:18px;color:#CCCCCC;padding:0 20px 0 10px;line-height:25px;}
.mLeft2 h1 span {font-size:18px;color:#FFFFFF;font-weight:bold;}
.mLeft2 p {font-size:16px;color:#CCCCCC;text-align:center;line-height:35px;text-transform:uppercase;}
.mLeft2 p a:link,.mLeft2 p a:visited {font-size:16px;color:#CCCCCC;}
.mLeft2 {float:left;margin:0 0;width:300px;background-color:#FFFFFF;}
.mLeft2 ul {margin:0 auto;width:232px;padding-bottom:20px;border-bottom:1px dashed #CCCCCC;}
.mLeft2 ul li {margin-top:20px;width:100%;height:55px;transition:0.5s;cursor:pointer;}
.mLeft2 ul li a {display:block;float:left;padding-left:15%;width:85%;height:55px;line-height:55px;font-size:16px;color: #000000;}
.mLeft2 ul li:hover {transform:translateX(5px);}
.mLeft2 ul li:hover a {color:#FFFFFF;}
.mLeft3 {float:left;width:300px;padding:10px 0px 10px 0px;margin:0 0 0 10px;border:0px solid #ff0000;background:#ffffff;}
.mLeft3 div {margin:0 auto;padding:10px 0;width:250px;border-bottom:1px dashed #CCCCCC;}
.mLeft3 div p {padding:0 14px;font-size:16px;}
.mLeft4 {float:left;width:300px;padding:10px 0px 10px 0px;margin:0 0 0 10px;border:0px solid #ff0000;background:#ffffff;}
.mLeft4 div {margin:0 auto;width:220px;border-bottom:0px dashed #CCCCCC;}
.mLeft4 div p {text-align:center;font-size:18px;color:#666600;line-height:30px;}
.mLeft4 div h1 {padding-left:10px;font-family:impact;font-size:24px;color:#222222;line-height:40px;}

/* SiteMap */
.sitemap {width:1000px;margin:0 auto;line-height:20px;background:#FFFFFF;}
.sitemap_1 {line-height:20px;padding-top:20px;}
.sitemap_1 span {font-size:16px;font-weight:bold;padding-left:5px;}
.sitemap_1 hr {width:100%;border:0;border-bottom:1px solid #666666;color:#333333;height:1px;}
.sitemap_3 {margin-top:10px;}
.sitemap_3 ul {padding:0px 0px 20px 10px;color:#062851;}
.sitemap_3 ul li {font-size:13px;line-height:21px;padding-left:10px;background:url('../images/dot.gif') no-repeat left center;}
.sitemap_3 ul li em {padding-right:10px;}
.sitemap_3 ul li a:link,.sitemap_3 ul li a:visited {color:#666666;font-size:12px;text-decoration:none;}
.sitemap_3 ul li a:hover,.sitemap_3 ul li a:active {color:#FF0000;font-size:12px;text-decoration:underline;}

/* JobList */
.joinus {line-height:25px;color:#666666;}
.joinus_1 {padding-top:10px;line-height:25px;}
.joinus_2 {font-weight:bold;line-height:25px;}
.joinus_3 {padding-left:10px;line-height:25px;}
.joinus_4 {padding-right:40px;overflow:hidden;}
.joinus_5 {padding-right:20px;}
.video,.download,.case {padding:5px 4px 4px 4px;}
.video table,.download table,.case table {width:100%;line-height:25px;color:#062851;table-layout:fixed;}
.show_con {overflow:hidden;padding:10px 0px 10px 0px;}
.show_con h3 {text-align:center;font-size:22px;color:#555555;line-height:35px;padding:0px 20px 0px 20px;margin-bottom:6px;}
.info_con_tit {line-height:24px;margin-bottom:0px;border-bottom:1px dashed #E5E5E5;padding-bottom:20px;}
.info_con_tit .n_tit {text-align:center;color:#7E7E7E;}
.info_con_tit span {padding-left:10px;}
.case .picwrap {width:100%;margin:0 auto;padding:5px 0 15px 0;}
.detail_con {float:left;width:100%;border:1px solid #E0E0E0;margin-top:5px;background:#FFFFFF;}
.detail_con h3 {height:35px;line-height:35px;background:#EAEAE8;padding-left:15px;font-size:14px;}
.detail_procon {float:left;width:100%;border:1px solid #E0E0E0;margin-top:20px;background:#FFFFFF;}
.detail_procon h3 {height:35px;line-height:35px;background:#EAEAE8;padding-left:15px;font-size:14px;}
.detail_content {padding:20px 15px 20px 15px;font-size:12px;}
.detail_content img {max-width:99%;height:auto !important;}
.detail_content table {width:99% !important;word-break:break-all;}

/* Download */
.downloadTd1 {line-height:30px;background-color:#F2F2F2;}
.downloadTd2 {line-height:30px;font-size:12px;padding:5px 10px 0px 0px;}
.downloadTd3 {padding-left:10px;font-size:12px;font-weight:bold;}
.downloadTd4 {padding:12px;}
.downloadTd4 img {max-width:99%;height:auto !important;}
.downloadTd5 {line-height:30px;height:30px;font-size:12px;background:#F7F7F7;}
.downloadTd6 {padding:12px;word-break:break-all;}
.downloadTd6 a,.downloadTd6 a:link,.downloadTd6 a:visited {margin-right:8px;}

.down_1 {float:left;width:100%;color:#062851;text-align:left;font-size:12px;padding:5px 0px 20px 0px;}
.down_1 ul {float:left;}
.down_1 ul li {float:left;line-height:25px;height:25px;border-bottom:1px dashed #CCCCCC;}
.download_list {float:left;width:100%;text-align:left;}
.download_list .content {float:left;width:100%;padding:20px 0 10px 0px;border-bottom:1px solid #E5E5E5;}
.download_list .content .Dleft {float:left;padding:0px 0 0px 10px;}
.download_list .content .Dleft_1 {float:left;width:130px;min-height:100px;_height:100px;}
.download_list .content .Dleft_1 img {width:120px;}
.download_list .content .Dleft_2 {float:left;width:480px;color:#666666;line-height:22px;}
.download_list .content .Dleft_2 a:link,.download_list .content .Dleft_2 a:visited {color:#666666;font-weight:bold;}
.download_list .content .Dright {float:right;padding:0px 5px 0px 0px;}
.download_list .content .Dright img {margin-top:20px;}
    
.caseTd1 {line-height:20px;background-color:#F2F2F2;}
.caseTd2 {line-height:30px;font-size:12px;padding:5px 10px 0px 0px;}
.caseTd3 {padding-top:20px;padding-bottom:20px;}
.caseTd4 {font-weight:bold;padding-top:2px;padding-left:15px;border-bottom:1px solid #E0E0E0;color:#000000;background:url('../images/select_card_li_hover.gif') no-repeat;}
.caseTd5 {padding:20px 15px 20px 15px;border:1px solid #E0E0E0;font-size:12px;}
.caseTd5 img {max-width:99%;height:auto !important;}
.caseTd5 table {width:99% !important;word-break:break-all;}

.sr_lists {float:left;width:96%;padding:10px 2% 15px 2%;}
.sr_lists .c {text-align:left;}
.sr_lists .c ul {margin:10px;}
.sr_lists .c li {float:left;width:100%;border-bottom:1px dashed #CCCCCC;margin-top:8px;padding:0 0 8px 0;color:#666666;}
.sr_lists .c li div p {line-height:22px;margin-top:10px;font-size:12px;color:#999999;}
.sr_lists .c li div.adds {font-size:12px;margin:5px 4px;color:#333333;}
.sr_lists .c li a {font-size:12px;color:#666666;}
.sr_lists .c li a img {border:1px solid #ADCBE9;padding:2px;background:#FFFFFF;margin-right:10px;text-align:center;}
.sr_lists .c li a:hover img {background:#efefef;}
.sr_lists .c li a.small_pic {float:left;width:150px;height:120px;display:inline-block;text-align:center;}
.sr_lists .c .a2 {margin:10px;}

.news_4 {float:left;width:800px;padding:15px 10px 15px 10px;}
.zixun {float:left;width:100%;margin:10px 0px 10px 0px;font-weight:normal;display:inline;}
.zixun ul {padding:0px 10px 0px 10px;}
.zixun ul li {line-height:30px;background:url('../images/dote.jpg') no-repeat left center;padding-left:10px;border-bottom:1px dashed #CCCCCC;color:#666666;}
.zixun ul li em {color:#666666;}
.zixun ul li a:link,.zixun ul li a:visited {color:#666666;font-size:12px;}
.zixun ul li a:hover,.zixun ul li a:active {color:#FF1100;font-size:12px;}

.news_con {width:100%;}
.news_con dl {display: block;width:96%;margin:15px; transition:0.3s;padding:20px;height:175px;border-bottom:1px solid #EAEAEA;}
.news_con dt {display: none; float:left;width:180px;height:135px;}
.news_con dt img{width:100%; height:100%;}
.news_con dd {/*float:right; width:calc(100% - 240px);*/width:100%; height:175px;transition:0.6s;}
.news_con dd > strong {display: block; width:100%;height:30px;line-height:30px;font-size:16px;color:#333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_con dd > span {display:block; height:30px;line-height:30px;font-size:12px;color:#999999;}
.news_con dd > p {display:block;height:50px;line-height:25px;font-size:14px;color:#333333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news_con dd > em {display:block; height:25px;line-height:25px;font-size:14px;color:#999999;}
.news_con dl:hover {transition:0.3s;box-shadow:0 0 15px rgba(0,0,0,0.2);}
.news_con dl:hover dd strong {transition:0.3s;color:var(--colormain1);}
.news_con dl:hover dd em {transition:0.3s;color:var(--colormain1);}
/*.news_con dl:hover dd {width:calc(100% - 220px);}*/

.zx_top {clear:both;text-align:center;border-bottom:1px dashed #D4D4D1;padding:0px 0px 10px 0px;}
.zx_top h2 {color:#555555;font-size:20px;font-weight:bold;padding:10px 20px 0px 20px;line-height:30px;}
.zx_top p {margin-top:10px;color:#333333;}
.zx_top p span {margin-right:10px;}
.img_conter {padding:5px 0;text-align:center;}
.zx_txt {color:#666666;padding:0px 10px 10px 10px;line-height:35px;font-size:15px;}
.zx_txt img {max-width:99%;height:auto !important;}

.zx_middle {float:left;width:100%;padding:5px 0 10px 0;}
.zx_from  {float:left;width:70%;}
.zx_from p {margin-top:5px;color:#333333;}
.zx_from p span {margin-right:20px;}
.zx_from2  {float:right;width:30%;text-align:right;}
.zx_from2 p {margin-top:5px;color:#333333;}
.zx_from2 a,.zx_from2 a:visited {color:#333333;}
.zx_print {float:left;width:100%;height:25px;padding-top:15px;text-align:center;}
.zx_print a,.zx_print a:visited {color:#273843;}

.sxyip {padding:10px 0px 10px 0px;}
.sxyip p {color:#666666;margin:3px 0;}
.sxyip p strong {color:#D50404;}
.sxyip a:link,.sxyip a:visited {color:#666666;}
.sxyip .gjaz {width:800px;padding:7px 0px 5px 0px;color:#666;background-color:#FFFFFF;border:1px solid #CCCCCC;margin-bottom:10px;margin-top:10px;}
.sxyip .gjaz span {color:#555555;font-size:13px;background:url('../images/tag.jpg') no-repeat 5px center;padding-left:30px;}
.sxyip .gjaz a {margin-right:5px;font-weight:normal;}

.tjdy {margin-top:10px;text-align:center;color:#333333;padding-top:10px;}
.xgxz {float:left;width:100%;border:1px solid #C3C3C0;margin-top:5px;background:#FFFFFF;}
.xgxz h3 {height:30px;line-height:30px;background:#EAEAE8;padding-left:20px;font-size:14px;}
.xgxz2 {width:100%;border-bottom:0px solid #EAEAE8;}
.xgxz2 ul {float:left;width:100%;padding:20px 0px 20px 20px;line-height:30px;
    border-top:1px solid #EAEAE8;margin-top:1px;}
.xgxz2 ul li {float:left;width:46%; background:url('../images/dote.jpg') no-repeat left center;padding-left:10px;}

.details_1 {padding:0px;}
.details_1_3 {float:left;width:100%;background-color:#FFFFFF;padding-top:20px;}
.details_1_4 {width:65px;font-weight:bold;clear:both;padding-left:15px;padding-top:2px;background:url('../images/select_card_li_hover.gif') no-repeat;border-bottom:1px solid #E0E0E0;color:#000000;font-size:12px;line-height:20px;}
.details_1_5 {float:left;width:740px;border:1px solid #CEC7C7;padding:15px 10px 15px 10px;background-color:#FFFFFF;}
.details_1_5 img {max-width:99%;height:auto !important;}
.details_1_6 {width:100%;padding:15px 0px 0px 0px;overflow:hidden;line-height:22px;font-size:12px;color:#666666;}
.details_1_6 p strong {color:#D50404;}
.details_1_6 .gjazP {width:660px;padding:7px 0px 5px 0px;color:#666666;background-color:#FFFFFF;border:1px solid #CCCCCC;margin-bottom:5px;margin-top:10px;}
.details_1_6 .gjazP span {color:#555555;font-size:13px;background:url('../images/tag.jpg') no-repeat 5px center;padding-left:30px;}
.details_1_6 .gjazP a {margin-right:5px;font-weight:normal;}
.details_1_6 p {color:#666666;}
.details_1_6 span {color:#D50404;}
.details_1_6 a:link,.details_1_6 a:visited {color:#666666;}
.details_1_7 {float:left;width:100%;background:#FFFFFF;border:1px solid #ADA4A4;margin:15px 0px 10px 0px;}
.details_1_7_1 {float:left;width:100%;border-bottom:3px solid #736C6C;}
.details_1_7_2 {float:left;width:90px;height:30px;margin:10px 0px 0px 20px;display:inline;background-color:#736C6C;color:#FFFFFF;line-height:30px;font-size:14px;font-weight:bold;text-align:center;}
.details_1_8 {float:left;width:100%;padding:15px 0;overflow:hidden;}
.details_1_8 dl {float:left;width:130px;margin:10px 15px 10px 0px;}
.details_1_8 dt {float:left;width:130px;height:130px;text-align:center;border:1px solid #CCCCCC;}
.details_1_8 dt img {width:120px;border:0;}
.details_1_8 dd {float:left;width:130px;text-align:center;height:40px;line-height:40px;}
.details_2 {padding:0px 0px 0px 0px;}
.details_2_1 {padding:0px 20px 10px 20px;color:#4565B5;line-height:35px;text-align:center;}
.details_2_1 h2,.details_2_1 h3 {font-size:22px;font-weight:bold;}
.details_3 {float:left;width:100%;padding-top:0px;}
.details_3_1 {float:left;width:100%;line-height:25px;color:#062851;}

/*message*/
.metitle {margin: 30px auto;text-align: center;font-size: 32px;line-height: 1.6;}
.metitle strong {color:var(--colormain1);}
.metitle p {margin: 10px 0 0;font-size: 20px;color: #999;}

.message {background-color: #f2f2f2;padding: 50px;max-width: 1200px;margin: 0 auto;}
.message form {overflow: hidden;display: block;margin: -30px 0 0 -60px;}
.message .form-group {float: left;margin: 30px 0 0 60px;width: 520px;}
.message .form-label {display: block;margin-bottom: 10px;font-size:14px;}
.message .form-label span {color: red;}
.message .form-content {border: 1px solid #ddd;background-color: #fff;padding: 10px 15px;}
.message .form-control{border:0;background-color: transparent;
	padding: 0;line-height: 30px;font-size: 14px;width: 100%;display: inline-block;
	vertical-align: middle;}
.message .form-submit {display: block;color: #fff;border: 0;padding: 0;cursor: pointer;
	outline: none;height: 54px;width: 280px;margin: 0 auto;
	text-align:center;font-size:18px;letter-spacing:0.05rem;margin-top:45px;
    background: -moz-linear-gradient(left,#0eb657 0%,#007e37 100%);
    background: -webkit-linear-gradient(left, #0eb657 0%,#007e37 100%);
    background: linear-gradient(to right, #0eb657 0%,#007e37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eb657', endColorstr='#007e37',GradientType=1 );}
.message .form-group.full {float: none;width: auto;}
.message .form-tips {text-align: center;color: #666;margin-top: 10px;}
.message .form-tips span {color: red;}
.yzm-box {position: relative;}
.yzm-box .yzm-pic {position: absolute;right: 10px;top: 10px;height: 30px;line-height: 30px;}
.message .form-tips {text-align: center;color: #666;margin-top: 10px;}
.message .form-tips span {color: red;}


/*联系*/
.contactA {width:100%;background:#f5f5f5;margin-top:60px}
.contactA_T {padding:50px;overflow:hidden;border-bottom:1px solid #e2e2e2;position:relative}
.contactA_T_l {left:50px;width:260px;position:absolute;top:50px}
.contactA_T_l>p {font-size:22px;color:#bbb;text-align:justify;line-height:25px}
.contactA_T_l>span {display:block;font-size:40px;color:#333333;line-height:40px;margin:15px 0px;/*font-family:Microsoft Jhenghei;*/font-weight:bold}
.contactA_T_l>i {display:block;font-style:normal;color:#999999;line-height:32px;letter-spacing:0.05rem}
.contactA_T_l>a {display:inline-block;width:180px;line-height:50px;color:#fff;text-align:center;font-size:18px;letter-spacing:0.05rem;margin-top:45px;
    background: -moz-linear-gradient(left,#0eb657 0%,#007e37 100%);
    background: -webkit-linear-gradient(left, #0eb657 0%,#007e37 100%);
    background: linear-gradient(to right, #0eb657 0%,#007e37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eb657', endColorstr='#007e37',GradientType=1 );}
.contactA_T_l>a:hover{color:#FFF;text-decoration: none;}

.contactA_T_R {position:absolute;width:260px;right:50px;text-align:center;top:50px}
.contactA_T_R p {font-size:16px;line-height:22px;margin-top:0;color:#454545}
.contactA_T_R img {width:160px;display:block;margin:0 auto 15px;border: 10px solid #FFF;}
.contact_A_page {height:100%}
.contactA_T_m {width:500px;margin:0 auto;padding:0px 70px;height:250px;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2}
.contactA_T_m p {font-size:16px;color:#666666;line-height:35px}

.contactA_B {padding:50px;height:650px;overflow:hidden;position:relative;z-index:10}
.contactA_B .contactA_item {position:absolute;width:95%;height:95%;}
.mod1515 .n_contact_bg {padding-top:10px;}
.mod1515 .n_contact_bg .n_contact_map {border:0px solid #cccccc;width:95%;}
.mod1515 .n_contact_map iframe {display:block;width:100%;min-height:500px;}

.contactB {width: 100%; background: #f5f5f5;margin: 60px 0px 50px;height: 540px;}
.contactB_l {width:30.6%;float:left;background:#545454;height:100%;color:#fff;position:relative}
.contactB_l dt {margin:50px 50px 30px;font-size:32px;line-height:50px;padding-bottom:30px;position:relative;color:#fff;font-family:Microsoft Jhenghei;font-weight:bold}
.contactB_l dt:after {content:'';position:absolute;bottom:0px;left:0px;width:40px;height:1px;background:#fff}
.contactB_l dd {margin:0 50px 0;}
.contactB_l dd p {font-size:15px;line-height:32px;color:#ccc;font-family:Microsoft Jhenghei}
.contactB_l:after {content:url(../images/fed.png);position:absolute;bottom:40px;right:13%}
.contactB_R {width:60%;float:right;margin-right:50px;margin-top:15px}
.contactB_R input {width:35%;float:left;height:52px;background:#fff;color:#7f7f7f;margin-top:30px;padding:0px 2%;border:1px solid #fff}
.contactB_R input:nth-child(2n) {width:52.2%;float:right}
.contactB_R textarea {width:100%;clear:both;height:160px;background:#fff;color:#7f7f7f;margin-top:30px;padding:20px 2%;border:0 none}

#code_key input {float:none;clear:both;width:100%}
#code_key {position:relative;margin-bottom:30px;}
#code_key img {position:absolute;right:16px;top:46px}
.feedback_btn .sfubmit {background: -moz-linear-gradient(left,#0eb657 0%,#007e37 100%);
    background: -webkit-linear-gradient(left, #0eb657 0%,#007e37 100%);
    background: linear-gradient(to right, #0eb657 0%,#007e37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eb657', endColorstr='#007e37',GradientType=1 );
   	color: #fff;border: 0 none;font-size: 16px; width: 200px; cursor: pointer;}

/*关于*/
.nyabout{margin:30px 0;width: 100%;}
.nyabout .nyabout_txt{width:100%;font-size: 15px;}
.nyabout .nyabout_txt .tit{color: #333333;font-weight: normal;line-height: 1;
    border-bottom: 1px solid #e0dcdc;font-size: 28px; padding-bottom: 20px;display: block;}
.nyabout .nyabout_txt .comy { clear: both; padding: 20px 10px 20px 10px;
    line-height: 36px;color: #666666; font-size:15px;}
.nyabout .nyabout_img{width: 100%;margin-top: 100px;}
.nyabout .nyabout_img img{width:100%;}

.nyaboutcul {padding:20px 0px 50px;}
.nyaboutcul ul {padding-top:0px;margin-left:-4%}
.nyaboutcul ul li {float:left;margin-left:2%;width:48%;position:relative;overflow:hidden}
.nyaboutcul ul li a{display: block;width: 100%;height: 100%;}
.nyaboutcul ul li .nyaboutculpic {overflow:hidden;width: 100%;}
.nyaboutcul ul li .nyaboutculpic img{width: 100%;transition:all 0.5s 0.1s}
.nyaboutcul ul li b {font-size:30px;line-height:1;
    font-weight:normal;position:absolute;left:50%;bottom:50%;transform: translate(-50%,-50%);
    text-align:center;color:#fff;width:100%;z-index: 4;display:block;}
.nyaboutcul ul li a:after {position:absolute;content:' '; display:block;left:0px;width:100%;height: 100%;
    bottom:0;background:rgba(0,0,0,0.5);color:#fff;text-align:center;
    font-size:12px;padding:10px 0px;-o-transition:bottom 0.5s 0.1s;
    -webkit-transition:bottom 0.5s 0.1s;-moz-transition:bottom 0.5s 0.1s;
    -ms-transition:bottom 0.5s 0.1s;transition:bottom 0.5s 0.1s;line-height:1;}
.nyaboutcul ul li:hover .nyaboutculpic img {transform: scale(1.1);}


/* comment-form */
.divcomment {margin:15px 0 0 0;}
.comment-form {border:1px solid #CCCCCC;width:758px;padding:10px 20px;margin-bottom:0px;}
.comment-form h5 {height:22px;padding-bottom:5px;border-bottom:1px solid #C3D4E7;}
.comment-form strong {float:left;background:url('../images/icon/user_comment.png') no-repeat;padding-left:21px;}
.comment-form textarea {width:95%;color:#666666;padding:3px;border:1px solid #DCDDDD;font-size:12px;margin-bottom:3px;}
.yzm {display:none;position:absolute;background:url('../images/admin_img/login_ts140x89.gif') no-repeat;width:140px;height:89px;text-align:center;font-size:12px;}
.yzm a:link,.yzm a:visited {color:#036;text-decoration:none;}
.yzm a:hover{color:#C30;}
.yzm img {cursor:pointer;margin:0px auto;width:130px;height:50px;margin-top:4px;border:1px solid #ffffff;margin-bottom:1px;}
.comment-form .posn {padding:10px 0;}
.comment-title {text-align:center;padding:5px 0 10px 0;}
.comment-title a:hover {text-decoration:none;color:#F60;}
.comment {border:1px solid #CCCCCC;width:766px;zoom:1;padding:10px 15px;}
.comment h4 {border-bottom:1px solid #C3D4E7;padding-bottom:6px;margin-bottom:15px;}
.comment .title {margin-bottom:5px;}
.comment .title span {position:relative;top:-5px;}
.comment .content {font-size:14px;background:#f6f9fb;border:1px solid #c4d5df;zoom:1;padding:8px 10px;margin:5px 0 10px 0;}
.comment .content span {display:block;}
.comment_button {padding:10px 0 0 0;margin:20px 0 15px 0px;}
.comment_button a {padding:5px 15px;border:solid 1px #C3D4E7;}
.comment_button a.on {background:#4C7FB6;color:#ffffff;border:solid 1px #3E73A9;}
.input-text,input.date,input.endDate,.input-focus {border:1px solid #DCDDDD;height:22px;padding:0 0 0 3px;}
.btn {padding-left:0px;}
.btn input {background:url('../images/web_img/button.png') no-repeat center 0;height:24px;line-height:24px;_height:25px;cursor:pointer;width:auto;_width:0;overflow:visible;border:0 none;color:#fff;padding:0 6px;}

#Article h3 {color:#666666;font:800 18px/30px Arial,Verdana,Helvetica,sans-serif;margin-bottom:6px;text-align:center;padding:8px 0 8px 0;border-bottom:1px solid #e5e5e5;}
#Article h3 span {font-size:12px;font-weight:normal;line-height:20px;color:#999999;}
#Article .content {font-size:14px;}
#Article .content p {font-size:14px;line-height:23px;text-align:justify;word-wrap:break-word;padding:8px 0;}
#Article .content img {max-width:99%;height:auto !important;}
#Article .content table {width:99% !important;word-break:break-all;}

/* Tag */
.tags_list {}
.tags_list dd {padding:4px 12px;line-height:220%;}
.tags_list dd a {margin:0 5px 0 3px;white-space:nowrap;}
.pleft {width:730px;float:left;overflow:hidden;}
.pleft .place {width:730px;height:24px;line-height:24px;background:transparent url('../images/green_skin.png') repeat-x scroll 0 -188px;border-top:1px solid #BADAA1;border-bottom:1px solid #BADAA1;text-indent:12px;color:#428C5B;overflow:hidden;}
.pleft .place strong {color:#428c5b;font-weight:normal;letter-spacing:1px;}
.pleft .place a:link {color:#428c5b;margin:0px 2px;}
.pleft .place a:hover {color:#ff3333;text-decoration:none;}
.pleft .place small {display:inline-block;vertical-align:middle;width:8px;height:20px;*height:24px;overflow:hidden;background:url('../images/ico-3.gif') 2px 8px no-repeat;font-size:12px;}
.place {height:24px;line-height:24px;text-indent:18px;color:#999999;background:transparent url('../images/green_skin.png') repeat-x scroll 0 -188px;border-top:1px solid #BADAA1;border-bottom:1px solid #BADAA1;overflow:hidden;margin-bottom:6px;text-align:left;}
.place strong {color:#397CBE;font-weight:normal;letter-spacing:1px;}
.place a {color:#428c5b;margin:0px 2px;}
.place a:hover {color:#FF3366;margin:0px 2px;text-decoration:underline;}
.pright {width:240px;float:right;overflow:hidden;}
.listbox {width:730px;float:left;overflow:hidden;clear:both;}
.listbox ul {}
.listbox ul li {color:#666666;width:100%;overflow:hidden;clear:both;padding:12px 0px;border-bottom:1px solid #EEEEEE;}
.listbox ul li b a {color:#555555;}
.listbox ul li a.preview {width:84px;float:left;margin-right:7px;margin-bottom:3px;margin-left:10px;display:inline;}
.listbox ul li a.preview img {width:80px;display:block;padding:1px;border:1px solid #EEEEEE;}
.listbox ul li a.preview:hover img {border:1px solid #AAAAAA;}
.listbox ul li a.title {overflow:hidden;line-height:25px;font-weight:bold;font-size:14px;margin-left:2px;}
.listbox ul span.info {display:block;line-height:23px;color:#555;padding-left:12px;}
.listbox ul span.info small {color:#AAAAAA;font-size:12px;margin-left:3px;}
.listbox ul span.info a {color:#669900;}
.listbox ul p.intro {color:#776955;line-height:20px;margin-left:5px;padding-left:10px;padding-right:10px;}
.commend,.hotcontent {}
.tbox {margin:0 0 8px 0;border-bottom:1px solid #DADADA;overflow:hidden;background:url('../images/green_skin.png') 0 -294px repeat-x;}
.tbox dt {height:24px;border:1px solid #DADADA;overflow:hidden;clear:both;}
.tbox dd {border-left:1px solid #DADADA;border-right:1px solid #DADADA;overflow:hidden;}
.tbox dt strong {float:left;display:block;height:24px;line-height:24px !important;padding-left:8px;padding-right:4px;color:#316301;letter-spacing:1px;}
.tbox dt strong a {color:#316301;}
.tbox dt strong a:hover{color:#596F37;text-decoration:none;}
.d4 {padding:5px 5px;}
.d4 li {padding-left:16px;background:url('../images/ico-3.gif') 4px center no-repeat;line-height:24px;}
.d4 li p {color:#888888;line-height:17px;height:34px;overflow:hidden;}
.ico2 {padding:5px 5px;}
.ico2 li {padding-left:16px;background:url('../images/ico-2.gif') 6px center no-repeat;line-height:24px;}
.tagspoint {padding:10px 0;}
.tagslist {}
.tagslist li {border-bottom:1px dashed #CCCCCC;margin-top:8px;padding:0 0 8px 0;color:#666666;}

.sp-title {color:#888;padding:0px 12px;border-top:1px solid #EAEAEA;border-bottom:1px solid #EAEAEA;background:#f3fbea;margin-bottom:8px;}
.sp-title h2 {font-size:14px;line-height:27px;}
.sp-title h2 a {margin-left:6px;color:#03541F;}
.sp-title .more {float:right;margin:-27px 0px;line-height:27px;}
.linkbox {padding:10px 8px;border-bottom:1px solid #EEEEEE;}
.linkbox h3,.linkbox h3 a {font-size:14px;color:#693;}
.f5 {width:100%;overflow:hidden;clear:both;padding-bottom:10px;}
.f5 li {float:left;line-height:14px;padding:8px 10px 0px;white-space:nowrap;}
.f5 li a {color:#666666;float:left;}
.f6 {width:100%;overflow:hidden;clear:both;padding-bottom:10px;}
.f6 li {float:left;line-height:14px;padding:8px 10px 0px;white-space:nowrap;}
.f6 li a {color:#666666;float:left;}

.header {width:1200px;margin:auto;overflow:hidden;}
.header a:link  {color:#777777;}
.header a:hover {color:#ff3333;text-decoration:none;}
.header .top {clear:both;overflow:hidden;margin-top:10px;}
.header .title {float:left;padding:10px 0 15px 0;}
.header .title h1 a {display:block;overflow:hidden;}
.header .banner {width:468px;height:60px;float:right;margin-left:10px;overflow:hidden;}
.header .banner img {width:468px;height:60px;display:block;}
.header .welcome {float:right;margin-top:20px;padding-right:10px;color:#999999;}
.header .welcome a {margin:0px 3px;}
.header .nav {}
.footer {margin:auto;color:#999999;text-align:center;margin-top:8px;padding:10px 0;border-top:1px solid #E5EFD6;}
.footer .link {text-align:center;padding:5px 0px;}
.footer .link a {margin:0px 5px;color:#666666;}
.footer .footer_body {width:100%;}
.footer .powered {font-size:12px;line-height:25px;}
.footer .powered strong {color:#669900;}
.footer .powered strong span {color:#FF9933;}
.footer .copyright {color:#666666;line-height:23px;}

/*首页*/
.ab_tit{ text-align:center;}
.ab_tit span{ font-size:44px;line-height: 72px; color: #eeeeee;font-weight:bold;text-transform : uppercase}
.ab_tit p{color: #000; font-size:40px;letter-spacing:0px;font-weight:bold; margin-top:-43px;}
.ab_tit font{ margin:10px auto 0; display:block; line-height:25px; font-size:20px;color:#999;}

.ab_tit2{ text-align:left;}
.ab_tit2 span{ font-size:44px;line-height: 72px; color: #eeeeee;font-weight:bold;text-transform : uppercase}
.ab_tit2 p{color:var(--colormain1); font-size:40px;letter-spacing:0px;font-weight:bold; margin-top:-43px;}
.ab_tit2 font{ margin:10px auto 0; display:block; line-height:25px; font-size:14px;color:#999;}

.indproTJ{padding:55px 0 0;}
.indproTJ_PRO{margin:50px auto; width: 100%;display: flex;justify-content: space-between;}
.indproTJ_PRO li{width:23.5%;padding:10px; border: 1px solid #ececec;text-align: center;transition:all 0.6s ease-in-out;}
.indproTJ_PRO li .TJpic{width: 100%;overflow: hidden;}
.indproTJ_PRO li .TJpic img{max-width: 100%;max-height: 100%;transition:all 0.4s ease-in-out;}
.indproTJ_PRO li p{display: block; background:#f9f9f9;height: 60px;line-height: 60px;font-size: 16px;}
.indproTJ_PRO li:hover{border-color: var(--colormain1);}
.indproTJ_PRO li:hover .TJpic img{transform: scale(1.1);}
.indproTJ_PRO li:hover p{background:var(--colormain1);color:#fff}

.indintrobg{background:#f9f9f9;padding:70px 0 0;}
.indintro{padding:0px 0 70px; width: 100%;display: flex;justify-content: space-between;}
.indintro .intro_le{position: relative; height: 703px; width:290px;background:#ececec url(../images/indyuan.png) no-repeat 0 0; }
.indintro .intro_le a{display: block;width: 100%;height: 100%; color:#999999;font-size: 14px;}
.indintro .intro_le .imgg{position: absolute;bottom:0;left:0;height: 360px;}
.indintro .intro_le .txt{position: relative; height: 40%;margin:30px 30px;line-height:30px;}
.indintro .intro_le .txt span{display: block; padding:20px 0; font-size: 30px;text-transform : uppercase; font-family:'Impact';color:rgba(153,153,153,.1);}
.indintro .intro_le .txt h5{font-size: 30px;padding:5px 0 15px;color:var(--colormain1);}
.indintro .intro_le .txt font{position: absolute;bottom:0;left:0;width: 100%;transition: 0.5s;
     height: 30px;color:#bbbbbb; border-bottom:1px #c8c8c8 solid;padding-left:70%;}
.indintro .intro_le .txt:after{position:absolute;content:' ';right: 0;bottom:0;
background:var(--colormain1);width:0;height: 1px;transition: 0.5s ease-in-out;}
.indintro .intro_le .txt p{}
.indintro .intro_le:hover .txt font{padding-left:0;color:var(--colormain1);}
.indintro .intro_le:hover .txt:after{width: 100%;}
.indintro .intro_re{width: calc(100% - 300px);}
.intro_re ul{margin:50px auto; width: 100%;}
.intro_re li{float:left; width:31.3%;background:#fff; padding:10px 10px; margin:0 1% 2%; border: 1px solid #ececec;text-align: center;transition:all 0.6s ease-in-out;}
.intro_re li .picc{width: 100%;overflow: hidden;}
.intro_re li .picc img{max-width: 100%;max-height: 100%;aspect-ratio: 1; transition:all 0.4s ease-in-out;}
.intro_re li p{display: block; background:#f3fbf6;height: 60px;line-height: 60px;font-size: 16px;}
.intro_re li:hover{border-color: var(--colormain1);}
.intro_re li:hover .picc img{transform: scale(1.1);}
.intro_re li:hover p{background:var(--colormain1);color:#fff;}

.plistbg{width: 100%;background:url(../images/plistbg.png) no-repeat center top;padding:70px 0 50px;}
.plistBox{position:relative;text-align:center;margin-top: 30px;}
.plistBox .hd{}
.plistBox .hd ul{display: flex;justify-content: space-between;}
.plistBox .hd ul li{float:left; padding:0 15px; cursor:pointer;  }
.plistBox .hd ul li span{display: flex;justify-content: center;align-items: center; width:100px;height:100px;background: #c2dfcf;margin: 0 auto;
     border-radius: 50%;overflow: hidden;}
.plistBox .hd ul li span img{filter:grayscale(1) brightness(100);width: 58px;height: 58px;
    transition:all 0.5s linear; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear;}
.plistBox .hd ul li p{font-size: 16px;line-height:45px;}
.plistBox .hd ul li.on span{ background:#6cce97;}
.plistBox .hd ul li.on p{color:#0cb655;font-weight:700;}
.plistBox .bd ul{margin:50px auto; width: 100%;display: flex;justify-content: space-between;}
.plistBox .bd ul li{width:23.5%;padding:10px;background:#fff; border: 1px solid #ececec;text-align: center;transition:all 0.6s ease-in-out;}
.plistBox .bd ul li .picc{width: 100%;overflow: hidden;}
.plistBox .bd ul li .picc img{max-width: 100%;max-height: 100%;transition:all 0.4s ease-in-out;}
.plistBox .bd ul li p{display: block; background:#f9f9f9;height: 60px;line-height: 60px;font-size: 16px;}
.plistBox .bd ul li:hover{border-color: var(--colormain1);}
.plistBox .bd ul li:hover .picc img{transform: scale(1.1);}
.plistBox .bd ul li:hover p{background:var(--colormain1);color:#fff;}
.plistBox a.next,.plistBox a.prev{position:absolute;top:56%;width:57px; height:51px;cursor: pointer;}
.plistBox a.next{right:-65px; background:url("../images/plnext.png") 0 0 no-repeat;}
.plistBox a.prev{left:-65px; background:url("../images/plprev.png") 0 0 no-repeat;}


.indadv{padding:70px 0;background:url("../images/bg.jpg") center bottom no-repeat;}
.picFocus .hd {width:100%;margin:40px auto 30px;height:auto;}
.picFocus .hd ul {width:100%;height:150px;display: flex;justify-content: space-between;}
.picFocus .hd ul li {position:relative;overflow: hidden; float:left;box-sizing: border-box; width:285px;height:150px;
    font-size:16px;border:1px #cdcdcd solid; background:#fff;cursor: pointer;
    transition:all 0.5s;padding:25px 25px 0px;}
.picFocus .hd ul li:after {position: absolute;content: ' ';width:100%;height:100%;transition:all 0.5s;z-index: 0;
    background:url(../images/ysl.png) no-repeat bottom right;top:0;right:-100%;}
.advbout{position: relative;z-index: 3;}
.advb_d {color:var(--colormain1);font-size:24px;font-weight:bold;line-height:26px;}
.advb_d span {color:#999; font-size:12px;font-weight:normal;}
.advb_img {position: relative;width: 100%;height:40px;line-height:40px; margin-top:15px;
    transition:all 0.5s;color:#cdcdcd;font-size: 24px;}
.advb_img img{width: 36px;height: 36px;}
.advb_img:after{position:absolute;content:' ';left:20%;top:50%;
    background:#ececec;width:60%;height: 1px;transition: 0.5s ease-in-out;}
.picFocus .hd ul li.on {background:#36d27a; color:#fff;border: 0;}
.picFocus .hd ul li.on:after{right:0%;}
.picFocus .hd ul li.on img{filter:grayscale(1) brightness(100);}
.picFocus .hd ul li.on .advb_d,.picFocus .hd ul li.on .advb_d span,
.picFocus .hd ul li.on .advb_img{color:#fff;}
.picFocus .bd{position: relative; width: 100%;height: 500px;background:url(../images/ysbg.jpg) no-repeat bottom right;} 
.picFocus .bd:after{position:absolute;content:' ';left:0;top:136px;border-top-right-radius:55px;
    background:rgba(255,255,255,.7);width:56%;height:300px;transition: 0.5s ease-in-out;}
.picFocus .bd ul{width: 100%;height: 100%;}
/*.picFocus .bd ul li.adv_bj {width:56%;height:300px;border-top-right-radius:55px;
    padding-left:60px;box-sizing: border-box;margin-top:135px;}
    */
.picFocus .bd ul li{position: relative;z-index: 2;padding-top:136px;padding-left: 50px; width:56%;height:300px;}
.adv_ny{animation:fadeInUp 0.5s linear;}
.adv_sz {width:100%;overflow:hidden;}
.adv_szb {position: relative;width:80px;height:120px;
    color:var(--colormain1);text-align:center;padding-top:0px;}
.adv_szb b {position:absolute;left:0; top:0px;font-size:80px;}
.adv_szb span {position:absolute;right:0; bottom:0px; font-size:60px;line-height:40px;}
.adv_szb:after {position:absolute;content:' ';width: 1px;height:65px;background:var(--colormain1);transform: rotate(20deg);
  right:45%; bottom:0px;}
.adv_dh {width:calc(100% - 110px);padding-top:35px;}
.adv_dh b {font-size:36px; line-height:60px;color:var(--colormain1);font-weight: 600;}
.adv_dh span {font-size:16px;}
.adv_w {width:90%; font-size:16px;color:#000;line-height:32px;
    padding-top:30px;margin-top:30px;overflow:hidden;}
.adv_w p {}

.ind_vid{padding:70px 0 0px;}
.ind_vid .ind_vidlist{width: 100%;padding:50px 0 0px;overflow: hidden;position: relative;}
.ind_vid .ind_vidlist dl{width: 100%;}
.ind_vid .ind_vidlist dt{width: 100%;height: 250px;position:relative;overflow: hidden;}
.ind_vid .ind_vidlist dt .IMG img{position: absolute;overflow: hidden;transition: .5s; z-index: 1; width: 100%;height: 100%;}
.ind_vid .ind_vidlist dt .Mask {position:absolute;content:' '; z-index:2;left:0;top:0;
    width:100%;height:100%; color:#fff;font-size:40px; background:rgba(0,0,0,.4);opacity: 0;
   transition:0.5s;display: flex; justify-content: center;align-items: center;}
.ind_vid .ind_vidlist dl:hover .IMG img {transform:scale(1.1,1.1);}
.ind_vid .ind_vidlist dl:hover dt .Mask {opacity:1;transition: all .8s ease;opacity: 1;}
.ind_vid .ind_vidlist dd{position: relative;width: 100%; height: 55px;line-height: 55px;background:#e3e3e3;text-align: center;
    font-size: 16px;}
/*.ind_vid .ind_vidlist dd:after{content:'';position:absolute; width:0; height:100%; 
bottom:0px; left:0; background:var(--colormain1); transition:all 0.5s ease;}
.ind_vid .ind_vidlist dl:hover dd:after{width: 100%;z-index:1;}*/
.ind_vid .ind_vidlist dd p{position:relative;z-index: 3;width: 100%; font-size:16px;padding:0px 2%;transition:all 0s ease;}
.ind_vid .ind_vidlist dl:hover a{color:#ffffff;}
.ind_vid .ind_vidlist dl:hover dd{background:var(--colormain1);}

.indexAb{padding:70px 0;background:url(../images/indab.jpg) no-repeat center bottom;background-size: cover; }
.indabout {}
.indabout .Imgg {float:right;width:630px;margin-top: 50px; margin-right:-68px; text-align:right;}
.indabout .Imgg img {float: right; text-align: right;}
.indabout .cotemw {float:left;width:530px;font-size:16px;}
.indabout .contw {display:block;line-height:30px;color:#666666;padding:30px 0 30px;text-align:left;}
.indabout .more {position:relative;overflow:hidden;float:right;display:block;text-align:center;width:125px;transition:.5s;height:40px;line-height:40px;border:1px #78c30a solid;margin-right:8px;}
.indabout .more p {position:absolute;background:#78c30a;width:100%;left:-100%;top:0;height:100%;transition:0.5s;z-index:1;}
.indabout .more:hover p {left:0;}
.indabout .more a {display:block;width:100%;text-align:center;position:absolute;z-index:2;transition:0.5s;}
.indabout .more:hover a {color:#fff;}
.indabout .conul{width: 100%;display: flex;justify-content:space-between;margin-top:15px;}
.indabout .conul a{position: relative; width:33.3%;height: 50px;line-height: 50px;text-align: center; margin-right:1px;background:#ececec;}
.indabout .conul a:after {position:absolute;content:' '; background:var(--colormain1);width:0;
    left:0;top:0;height:100%;transition:0.5s;z-index:1;}
.indabout .conul a:hover:after,.indabout .conul a.on:after {width:100%;}
.indabout .conul a span{display:block;font-size: 16px; width:100%;text-align:center;position:absolute;z-index:2;transition:0.5s;}
.indabout .conul a img{padding-right:10px;}
.indabout .conul a:hover,.indabout .conul a.on{color:#fff;}
.indabout .conul a:hover img{filter:grayscale(0.8) brightness(80);}

.indlc{padding:70px 0 10px;background:url(../images/lcbg.jpg) no-repeat center top;}
.indlc_fl{float:left;width: 600px;}
.indlc_fl .ab_tit2 font{color:#000;}
.indlc_lc{width: 100%; height:156px;margin-top:60px;color:#fff;display: flex;align-items: center;
    background:url(../images/lcfl.png) no-repeat right bottom;}
.indlc_lc ul{width:80%;margin:0 auto;padding-top:15px;}
.indlc_lc ul li{float: left;text-align: center;width:25%;font-size: 16px;}
.lcdian { position: relative;width:14px; height:14px;margin:20px auto;
    background: #ffffff;border-radius:50%; z-index: 2;}
.lcdian:before {content: "";position: absolute;width:40px;height:40px;
    left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: -1;
    border-radius: 50%;background: #ffffff;opacity: .4;transform-origin: 0 0;
    animation: warn 2s ease-out both;animation-iteration-count: infinite;}
@keyframes warn{
    0% {
        transform: scale(0) translate(-50%, -50%);
        opacity: 1;
    }
    100% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 0;
    }
}
.indlc_fr{float:right;width:600px;margin-top:30px; background:#fff;}
.lianx{background:#fff;margin: 20px;padding:20px; border:1px #eee dashed;}
.lianx input,.lianx .code input{width: 100%;height:70px;border:0px #eee solid;
    text-indent: 1rem;font-size: 16px;margin-bottom:25px;background:#ececec;color:#999999;}
.lianx .xcode{float:left; width:60%;height:70px;background:#ececec;}
.lianx .xcode input{display: inline-block; width: 60% !important;margin-bottom:0px;}
.lianx .xbutton{float: right;width:35%;}
.lianx .xbutton input{width: 100%;background:var(--colormain1);color:#fff;border:0;
    font-size: 20px;display: block;height: 70px;margin-bottom:0; text-indent:0;}
.lianx .xbutton input:hover{background:#089402;}
.lianx textarea{width: 100%;height:70px;border:0px #eee solid;
    text-indent: 1rem;font-size: 16px;margin-bottom:25px;background:#ececec;color:#999999;}
.lianx input::placeholder,.lianx textarea::placeholder{color:#999999;}

.indexNews {padding:0px 0 60px;}
.indexNews .ab_tit2 p{color:#333;}
.indexNews_fl {width:49%;margin-top:30px;}
.indexNews .nwitem {float:left; margin-right:4%; padding:10px; width:48%; border: 1px solid #ececec; transition: 0.5s; }
.indexNews .nwitem:nth-of-type(2n) {margin-right: 0;}
.indexNews .nwitem a {display: block;width: 100%;}
.indexNews .nwitem .xw-img { width: 100%; height:200px;/* display: flex; align-items: center; justify-content: center; */overflow: hidden; }
.indexNews .nwitem .xw-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.indexNews .nwitem .xw-txt { padding: 10px 5px; width: 100%; }
.indexNews .nwitem .xw-txt .tit {font-weight: 700; line-height:35px; font-size: 16px; color: #333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.indexNews .nwitem .xw-txt .date {text-align: right; padding:30px 0 10px; font-size: 14px;
    color: #999; font-family: Bahnschrift; }
.indexNews .nwitem .xw-txt .date span{font-size: 30px;padding-left:10px;}
.indexNews .nwitem .xw-txt .des {padding-top: 5px; width: 100%; line-height: 20px; 
    font-size: 14px; color: #999999; display: -webkit-box;
    -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; }
.indexNews .nwitem:hover { border-color:var(--colormain1); }
.indexNews .nwitem:hover .xw-img img {transform: scale(1.1,1.1);}
.indexNews .nwitem:hover .xw-txt .tit {color:var(--colormain1);}

.indexNews .nwitem2 {float:left;padding:10px; margin-bottom: 10px;
    width:100%; border: 1px solid #ececec; transition: 0.5s; }
.indexNews .nwitem2 a {display: block;width: 100%;}
.indexNews .nwitem2 .xw-txt { padding: 0px 10px; width: 100%; }
.indexNews .nwitem2 .xw-txt .tit {font-weight: 600; line-height:30px; font-size: 16px; color: #000; 
    text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.indexNews .nwitem2 .xw-txt .date {position: relative; text-align: right; padding:0px 0 0px; 
    font-size: 14px; color: #999; font-family: Bahnschrift; }
.indexNews .nwitem2 .xw-txt .date span{font-size: 30px;padding-left:10px;}
.indexNews .nwitem2 .xw-txt .date:after {position:absolute;content:' '; background:var(--colormain1);width:0;
    right:19%;top:60%;height:1px;transition:0.5s;z-index:1;}
.indexNews .nwitem2:hover .xw-txt .date:after  {width:40%;}
.indexNews .nwitem:hover,.indexNews .nwitem2:hover{box-shadow: 10px 20px 35px #ddd;}


.indexNews .nwitem2 .xw-txt .des {padding-top:4px; width: 100%; line-height: 20px; 
    font-size: 14px; color: #999999; display: -webkit-box;
    -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; }
.indexNews .nwitem2:hover { border-color:var(--colormain1); }
.indexNews .nwitem2:hover .xw-txt .tit {color:var(--colormain1);}






