.pagerightopg {
    width: 900px;
    float: right;
}
.containerpg {
    background: whitesmoke;
    height: 65px;
}
.xnav-onepage-container {
}
.xnav-onepage {
    color: #777;
    line-height: 30px;
    margin-top: 20px;
    border-bottom: 10px solid #f2f2f2;
    font-size: 15px;
}
.xnav-onepage a {
    color: #777;
    text-decoration: none;
}

.page-fluid {
    /*padding-top: 50px;
	border-bottom: solid 1px #f5f5f5;*/
    text-align: center;
}
.onepage {
    /*margin-top: 35px;*/
	/*min-height: 1067px;*/
}
.optitle {
    text-align: center;
}
.pagemenu {
    display: inline-block;
    margin: auto;
    zoom: 1;
    margin-top: 25px;
    margin-bottom: -13px;
}

.pagemenu a {
    color: #696969;
    font-size: 16px;
    text-decoration: none;
	line-height: 35px;
    display: block;
}


.pageleft {
    width: 230x;
    float: left;
}

.onepage .leftmenu {
    width: 230px;
	background-color: #198647;;
}
.onepage .leftmenu .title {
    margin-bottom: 20px;
}

.onepage .item {
    margin-bottom: 25px;
}
.onepage .item a {
	display: block;
	font-size: 24px;
	color: #737373;
    text-align: center;
    line-height: 60px;
    height: 60px;
	text-decoration: none;
}
.onepage .item.curr a,
.onepage .item a:hover {
	font-size: 30px;
	color: #fff;
	background-color: #46769E;
}


.onepage .pageright {
    float: right;
    width: 920px;
    /*min-height: 1300px;*/
}

.onepageid141 .opcontent {
    background-image: url(/images/w25/fback.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.content.opcontent:after {
    display: block;
    content: "";
    clear: both;
}

.viewsright {
	margin-bottom: 50px;
}


.page-nav-menu {
    margin-bottom: 0;
}

.page-block-tit {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 50px;
}
.page-tit-zh {
    font-size: 30px;
    font-family: 微软雅黑;
    line-height: 1.5em;
}
.page-tit-en {
    color: #a1a1a1;
    font-size: 18px;
    line-height: 1.5em;
}
/*.page-tit-en:after {
    content: "";
    display: block;
    clear: both;
    border-bottom: solid 3px #2d52a0;
    width: 135px;
    margin: auto;
    border-radius: 10px;
}
*/
.pagerightpannel.contactpanner-cont {
    padding-top: 50px;
}

/* liuyan 141 */
.liuyanleft {
    width: 465px;
    float: left;
}
.liuyanright {
    width: 350px;
    float: right;
    padding-top: 50px;
    padding-right: 20px;
}
.orange-text {
    color: #ff8c00; /* Orange color */
    margin-bottom: 25px;
}
.liuyanright p {
    line-height: 1.8em;
    background: #ffffff8c;
    padding-right: 10px;
}

.zxly25_form-control {
    width: 465px;
    height: 42px;
    margin-bottom: 10px;
    border: 1px solid #ccc; /* 浅灰色边框，更贴近原图 */
    box-shadow: none; /* 移除阴影，更贴近原图 */
    padding-left: 12px; /* 增加内边距，让文字和边框之间有间隙 */
    font-size: 14px;  /*设定文本框的字体大小*/
  }
  textarea {
    height: 126px;  /* 内容框高度 126px */
    width: 465px;
     padding-left: 12px; /* 增加内边距，让文字和边框之间有间隙 */
     font-size: 14px;  /*设定文本框的字体大小*/
  }
  .zxly25_btn-submit {
    border: 1px solid #36c8ff;
    background-color: #6cc;
    color: white;
    width: 495px;  /* 提交按钮宽度 495px */
    height: 42px;
    border-radius: 0; /*去除圆角*/
    font-size: 16px; /*设置button字体大小*/
  }
  .zxly25_radio-inline {
    margin-right: 20px;
  }

  .radio input[type="radio"] {
    margin-left: 0; /* 去除默认的内边距 */
  }

  .zxly25_radio-inline input[type="radio"] {
    /* 隐藏单选按钮 */
    position: absolute;
    opacity: 0;
  }

  .zxly25_radio-inline label {
    /* 自定义单选按钮样式 */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #777;
     font-size: 14px; /*设置radio字体大小*/
  }

  .zxly25_radio-inline input[type="radio"]:checked + label {
      background-color: #6cc;
      color: white;
      border-color: #36c8ff;
  }
   /* 单选按钮与内容框之间的间距 */
  .zxly25_radio-group {
      margin-bottom: 10px; /* 根据图片调整间距 */
  }
  .form-group label {
      font-weight: normal; /* 让label的字体不加粗 */
  }

  /* Glyphicon 图标样式 */
  .zxly25_radio-inline label:before {
    font-family: 'Glyphicons Halflings';
    content: "\e084"; /* glyphicon-star-empty 的 unicode */
    margin-right: 5px;
  }

  /* 选中状态的图标 */
  .zxly25_radio-inline input[type="radio"]:checked + label:before {
    content: "\e084"; /* glyphicon-star 的 unicode */
  }

  .zxly25_liuyan:after {
    display: block;
    content: "";
    clear: both;
  }

/* liuyan 141 end */



/** news  list **/
.newslisttitle {
	color: #fff;
	margin-bottom: 35px;
	min-height: 85px;
	line-height: 80px;
    font-size: 36px;
    text-align: right;
    padding-right: 25px;
	background-image: url(/template/0ab3a334f0daed21d3b4fdabe881ad8b/img/xwbg.jpg);
}

.newslisttop {
	height: 185px;
	margin-bottom: 35px;
}

.nlt_50 {
    float: left;
    width: 50%;
}
a.nltrtitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 15px;
    min-height: 30px;
}
.nltrcont {
    padding-left: 15px;
    margin-top: 15px;
    line-height: 2em;
	color: #767676;
	min-height: 84px;
}

a.nltrmore {
    display: block;
    margin-left: 15px;
    margin-top: 20px;
    border: solid 1px;
    width: 110px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #46769E;
}

.newslistitems {
	min-height: 1196px;
}
.newslistitems:after {
    display: block;
    content: "";
    clear: both;
}

.newsitem {
    line-height: 60px;
    border-bottom: solid 1px #eaeaea;
    font-size: 15px;
}
.newsitem:nth-child(1) {
	border-top: solid 1px #eaeaea;
}
.newsitem a {
	color: #757575;
	padding-left: 25px;

    border: solid 1px #eaeaea;    
}
.newsitem .nldate {
	float: right;
	padding-right: 15px;
}
.newspage .pagin {
	margin-top: 35px;
}

.pageright.productright.newsright {
    border: none;
}
/** news  list **/

/** news detail **/
.newspageright {
    
}
.newsdetailtit {
    font-size: 28px;
    text-align: center;
    color: #444444;
	line-height: 3em;
}
.datefrom {
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #747474;
	margin-bottom: 35px;
}
.newsdetailcont {
    line-height: 2.8em;
    margin-bottom: 25px;
	color: #747474;
    text-align: justify;
}
.newspagin {
    padding: 15px 10px;
	margin-bottom: 30px;
    text-align: center;
}

/* propagin begin 25 */
.propagin {
    display: flex; /* 启用flex布局 */
    justify-content: center; /* 水平方向居中对齐 */
    align-items: center; /* 垂直方向居中对齐 */
    padding: 10px; /* 可选：增加一些内边距 */
}

.propagin p {
    margin: 0 10px; /* 移除段落默认的外边距，并添加左右外边距来控制间距 */
    padding: 5px 10px; /* 可选：添加一些内边距，使内容不紧贴边框 */
    box-sizing: border-box; /* 确保 padding 和 border 不会增加元素的总宽度 */
    color: #999; /* 设置文字颜色为 #999 */
}

/* 可选：为链接和span添加一些样式，使其更美观 */
.propagin a {
    color: #999; /* 设置链接颜色为 #999 */
    text-decoration: none;
}

.propagin a:hover {
    text-decoration: underline;
    color: #6cc;
}

.propagin span {
    color: #999;
}
/* propagin end 25 */

.pagebtn {
    color: #6b6b6b;
    border: solid 1px #d1d1d1;
    border-radius: 3px;
    padding: 13px 23px;
    margin-right: 40px;
}
.pagebtn:last-child {
    margin-right: 0;
}
a.pagebtn:hover {
    background: #eaeaea;
}
.newspagin a {
	color: #6b6b6b;
    text-decoration: none;
}
/** news detail **/

/** prodoct list **/
.productright .newslisttitle {
    background-image: url(/template/0ab3a334f0daed21d3b4fdabe881ad8b/img/cpbg.jpg);
}

.onepage .itemlev {
	border-bottom: dashed 1px #3f68ad;
	width: 231px;
    margin: auto;
}

.onepage .itemlev.curr a.lev1, .onepage .itemlev a.lev1:hover {
    color: #345698;;
}

.onepage .itemlev a.lev1 {
    display: block;
    font-size: 18px;
    color: #737373;
    line-height: 50px;
    height: 50px;
    text-decoration: none;
	padding-left: 10px;
}
a.plistleft.lev2 {
    display: block;
    background: #fff;
    width: 231px;
    margin: auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 2.5em;
    color: #757575;
	text-decoration: none;
	border-top: dashed 1px #8694ad;
}

a.plistleft.lev2:hover ,
a.plistleft.lev2.curr
{
	color: #345698;
}

.onepage .pageright.productright {
}

.productlistitems {
    min-height: 1185px;
}

a.productitem {
    display: block;
    color: #707070;
	background-color: #f6f6f6;
    text-align: center;
    float: left;
    border: solid 1px #ccc;
    text-decoration: none;
    line-height: 1.5em;
}

/*
a.productitem:nth-child(3),
a.productitem:nth-child(6),
a.productitem:nth-child(9),
a.productitem:nth-child(12),
a.productitem:nth-child(15),
a.productitem:nth-child(18)
{
	margin-right: 0;
}
*/

a.productitem img {
	/*margin-bottom: 5px;*/
    width: 100%;
    height: 100%;
}
a.productitem span {
	display: block;
}

a.productitem:hover {
    background-color: #fff;
}

.productpage .pagin {
    margin-top: 35px;
}
/** prodoct list **/


/** product detail **/
.producttitle {
    font-size: 30px;
    font-family: 微软雅黑;
    padding: 40px 0;
    text-align: center;
}
.productnum {
    background-color: #f6f6f6;
    text-align: center;
    line-height: 2em;
	margin-bottom: 30px;
}
.productimgs {
    margin-bottom: 25px;
}

.productcontent {
    margin-bottom: 30px;
	min-height: 330px;
	padding: 0 20px;
	line-height: 1.8em;
    text-align: justify;
}
.productcontent:after {
    display: block;
    content: "";
    clear: both;
}
.promid99 {
    float: left;
}
.pro_cont_right {
    width: 450px;
    float: left;
    margin-left: 50px;
}

.prodpagin {
    padding-left: 30px;
}
.prodpagin a {
    color: #0056a2;
}

.tjitem:nth-child(1) {
    margin-left: 20px;
}
.tjitem {
    float: left;
    margin-right: 20px;
    padding: 10px;
}
.tjitem:hover {
	background-color: #fff;
}
.leituijian:after {
    display: block;
    clear: both;
    content: "";
}

.tjitemname a {
    text-align: center;
    color: #757575;
    line-height: 2.5em;
    display: block;
}

.leituijian {
    background: #f6f6f6;
    padding: 25px 0;
    margin-bottom: 60px;
}

.tjtitle {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
/** product detail **/


/** case list **/
.caseright .newslisttitle {
    background-image: url(/template/0ab3a334f0daed21d3b4fdabe881ad8b/img/albg.jpg);
}

.caseitems {
    min-height: 1090px;
}
/** case list **/


/** one page1 **/
.onepage.onepage2 .pageright {
    float: right;
    width: 1200px;
    min-height: 700px;
}
.content.opcontent {
    /*margin-top: 25px;*/
    margin-bottom: 30px;
    line-height: 2.2em;
    min-height: 400px;
}
/** one page1 **/


/** jobs **/
.jobtitle {
    font-size: 30px;
    line-height: 1.5em;
}
.jobcont {
    font-size: 14px;
    color: #737373;
    padding: 20px 0 35px 0;
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
}
.jobitem:nth-last-child(1) .jobcont {
    border-bottom: none;
}

.content.opcontent.jobs {
    min-height: 780px;
}
.jobemail {
    margin-bottom: 60px;
    background-color: #fafafa;
    padding: 15px;
}
.emailtitle {
    font-size: 24px;
    line-height: 2em;
}
.emaildesc {
    font-size: 16px;
}
/** jobs **/

/** liuyan **/
.liuyan {
    border: solid 1px #ededed;
}
.liuyan:after {
    display: block;
    content: "";
    clear: both;
}
#lyleft {
    float: left;
}
#lyright {
    float: left;
    width: 638px;
    padding: 25px;
}
.line1.line4 {
    padding-left: 100px;
}
button#resetbtn {
    width: 100px;
    height: 37px;
    font-size: 14px;
    background-color: #fff;
    margin-left: 15px;
    border: solid 1px #ededed;
    border-radius: 5px;
}
button#submitbtn {
    width: 100px;
    height: 37px;
    font-size: 14px;
    color: #fff;
    background-color: #6cc;
    border: none;
    border-radius: 5px;
}

.fgitem {
    border: solid 1px #ededed;
    float: left;
    padding: 3px 11px 3px 13px;
    margin-right: 15px;
    color: #999;
}
.nrmargin {
    margin-right: 0;
}
label.label1 {
    float: left;
    line-height: unset;
    font-size: 14px;
    font-weight: 400;
    width: 70px;
    margin-bottom: 0;
}
input.input1 {
    width: 190px;
    background: unset;
    height: unset;
    float: left;
    border: none;
    outline: none;
}
textarea#liuyan {
    width: 100%;
    height: 170px;
    float: left;
    border-radius: 0;
    border: solid 1px #EBEBEB;
    background: unset;
}
.line2 {
    height: 180px;
}
.line1.line3 {
    height: 40px;
}
label.label2 {
    font-weight: 400;
    font-size: 14px;
}

input#yzm {
    width: 150px;
}
img.yzmcode {
    height: 37px;
}
#flushyzm {
    padding-top: 12px;
    color: #999;
}
#lyright .form-group {
    margin-bottom: 30px;
}
/** liuyan **/

/** so **/
a.sp_item {
    width: 260px;
    display: block;
    float: left;
    margin-right: 35px;
	margin-bottom: 45px;
    border: solid 1px #ccc;
    padding: 15px;
	background-color: #eaeaea;
	text-decoration: none;
}
a.sp_item:hover {
	background-color: #fff;
}
a.sp_item img {
	width: 228px;
	height: 239px;
	margin-bottom:	15px;
}

a.sp_item:nth-child(4),
a.sp_item:nth-child(8),
a.sp_item:nth-child(12),
a.sp_item:nth-child(16)
{
    margin-right: 0;
}

span.sp_txt {
    display: block;
    color: #757575;
    text-align: center;
    line-height: 1.5em;
}

.container.onepage.pageso {
	margin-bottom: 30px;
}
.sp_items:after {
    clear: both;
    display: block;
    content: "";
}
/** so **/




/* tjxx */
.tjpro {
    margin: 20px;
    border: solid 1px #eaeaea;
}
.tjprotit {
    border-top: solid #0056a3;
}
h4.diysr {
    margin: auto;
    line-height: 50px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: dashed 1px #eaeaea;
    font-size: 16px;
    font-weight: bold;
    color: #0056a3;
}
.diysr i {
    color: #ccc;
    font-style: normal;
    font-size: 14px;
}

.tjproitems {
    height: 210px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 5px;
}

.tjproitems ul {
	margin: 0;
	padding: 0;
}
.tjproitems ul li {
    display: inline-block;
    margin-right: 20px;
}
.tjproitems ul li img {
    width: 280px;
    display: block;
}
.tjproname {
    text-align: center;
    line-height: 25px;
    color: #0056a2;
}
/* tjxx */


/* 2021 left menu ++ */
.plmtitle {
    height: 120px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 120px;
    font-family: 微软雅黑;
}

.plmcont {
    background: #fff;
    border: 2px solid #198647;
    padding: 20px;
}

a.abtmenu {
    color: #333;
    text-align: center;
    text-decoration: none;
    line-height: 3em;
    margin-right: 55px;
}

/*
.plmcont:hover .curr {
    color: #333;
    background: #fff;
}
*/

a.abtmenu.curr,
a.abtmenu:hover
/*,.plmcont:hover a.abtmenu:hover.curr*/{
    color: #265dd1;
    border-bottom: solid 2px;
    padding-bottom: 9px;
}

    /* pro ++ */
li.lmv1 {
    border-bottom: dashed 1px #ddd;
}

li.lmv1.curr {
}

li.lmv1 a.a1 {
    color: #434343;
    font-size: 17px;
    line-height: 45px;
    background-image: url(/images/idx1/job-icon2.png);
    padding-left: 34px;
    display: block;
    background-repeat: no-repeat;
    background-position-y: 6px;
    text-decoration: none;
}

li.lmv1 a.a1:hover,
li.lmv1.curr a.a1 {
    color: #198647;
        font-weight: bold;
}
.lmv1 ol {
    /*display: none;*/
    padding-left: 0;
}
.lmv1.curr ol {
    display: block;
    margin-bottom: 0;
}

li.lmv2 {
    border-bottom: dashed 1px #eaeaea;
}
li.lmv2:last-child{
    border: none;
}

li.lmv2 a.a2 {
    font-size: 14px;
    line-height: 35px;
    color: #585555;
    text-decoration: none;
    padding-left: 35px;
}

li.lmv2:hover a.a2,
li.lmv2.curr a.a2 {
    color: #198647;
    font-weight: bold;
}


    /* pro == */

/* 2021 left menu == */

span.nav-cate {
    color: #7f7f7f;
}
.opcontent img {
    max-width: 100%;
}
