﻿@charset "utf-8";
body {color:#000000;font-size:14px;min-width:1400px;}
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;}
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 {-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:#333;text-decoration:none;}
a:hover,a:active {color:#f08300;text-decoration:none;}
a.sethome:link,a.sethome:visited {color:#273843;font-size:14px;text-decoration:none;}
a.sethome:hover,a.sethome:active {color:#FF0000;font-size:14px;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:12px;text-decoration:none;}
a.black:hover,a.black:active   {color:#FF0000;font-size:12px;text-decoration:none;}
a.detail:link,a.detail:visited {color:#000000;font-size:12px;text-decoration:none;}
a.detail:hover,a.detail:active {color:#FF0000;font-size:12px;text-decoration:none;}
a.newslist:link,a.newslist:visited {color:#666666;font-size:13px;text-decoration:none;}
a.newslist:hover,a.newslist:active {color:#FF0000;font-size:13px;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;}

.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;}
.red  {color:#FF0000;}
.blue {color:#0000FF;}
.blank{font-family:Times New Roman;font-size:12px;}
.overhid{overflow: hidden;}
.hidden {display:none;}
*{box-sizing: border-box;margin: 0;padding: 0}
.bgf1{background:#f1f1f1;}
:root{
	--colorfff: #fff;
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorbg1: #f1f1f1;
    --colorbg2: #F2F5F6;
    --colormain1: #f08300;
}

@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-upfade-bottom {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-cloud {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes o-range {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.bridgeCode {width:1400px;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:1400px;margin:0 auto;}
.topCon100 {width:100%;margin:0 auto;line-height:20px;}
.indexTop  {width:100%;margin:0 auto;line-height:20px;}
.nyRight {float:right;width:300px;line-height:20px;margin-top:30px;}
.nyLeft {float:left;width:1050px;padding:20px 30px; line-height:20px;background:#ffffff;margin:30px auto;}

.indexLeft {float:left;width:320px;line-height:20px;}
.indexLeft1 {float:left;width:320px;line-height:20px;}
.indexBottom {width:100%;margin:0 auto;line-height:20px;padding:0px 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:1050px;}
.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_1 {float:left;width:100%;height:45px;background:#f4f4f4;}
.wraptop_1_1 {float:left;width:690px;text-align:left;line-height:45px;}
.wraptop_1_1 span {font-size:12px;color:#333333;}
.wraptop_1_2 {float:right;width:480px;line-height:45px;color:#666666;text-align:right;padding-right:10px;}
.wraptop_1_2 a {margin:0px 6px 0px 5px;}

.wraptop_2 {float:left;width:100%;padding:0px 0;height:120px;}
.wraptop_2_1 {float:left;text-align:left;}
.wraptop_2_1 h1{float: left;width:150px; position:relative; height: 120px;
	display:flex;align-items: center;background:url(../images/33.png) no-repeat right center;}
/*.wraptop_2_1 h1:after{position: absolute;content:' '; right:0;top:50%;transform: translateY(-50%);width: 1px; height: 60px;background:#e7e7e7;}
*/
.wraptop_2_1 .wrtext {float: left; height:120px;padding:0px 0 0 30px; line-height:36px;}
.wraptop_2_1 .wrtext h2{font-size:30px;color: #333; line-height:26px;padding-top: 30px;
	letter-spacing:4px;}
.wraptop_2_1 .wrtext h2 em{color:var(--colormain1);}
.wraptop_2_1 .wrtext p {font-size:16px; color: #333; font-weight: normal; 
	margin-top: 10px;padding-left:0px;}

.wraptop_2_2 {float:right;padding:25px 20px 0 5px;height:120px;}
.wraptop_2_2 i{font-size: 20px;}
.wraptop_2_2 p {margin-top:10px;font-size:18px;color:#191919;line-height:32px;}
.wraptop_2_2 strong {font-size:22px;color:var(--colormain1);line-height:32px;}

.wraptop_2_3{float: right;margin-top:20px;margin-right: 5%;}
.wraptop_2_3 li{float:left;width: 80px;margin-right:50px;color:#878787;font-size: 16px;
	height:80px;display: flex;flex-direction: column;justify-content:center;align-items: center; }
.wraptop_2_3 li .Imgg{position:relative;width: 100%; height:50px;display: flex;justify-content:space-around;align-items: center;}
.wraptop_2_3 li .Imgg i{position: absolute;font-size:36px;}
.wraptop_2_3 li .Imgg i:nth-child(1){z-index:1;opacity:1;visibility:visible;
	-webkit-transform: scale(1);transform: scale(1);
	-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.wraptop_2_3 li .Imgg i:nth-child(2){z-index:2;opacity:0;visibility:hidden;
	color:var(--colormain1);-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;}
.wraptop_2_3 li:hover .Imgg i:nth-child(1){opacity: 0;visibility:hidden;-webkit-transform: translateX(50%) rotate(45deg);transform: translateX(50%) rotate(45deg);}
.wraptop_2_3 li:hover .Imgg i:nth-child(2){visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.wraptop_2_3 li span{line-height:26px;}
.wraptop_2_3 li:hover span{color:var(--colormain1);}

.wraptop_search {width:100%;margin:0 auto;height:75px;overflow:hidden;background:#ffffff;
	border-bottom: 1px #f1f1f1 solid;}
.wraptop_4 {margin:0 auto;width:1400px;height:75px;text-align:left;}
.wraptop_4_1 {float:left;width:70%;line-height:75px;}
.wraptop_4_1 span {float:left;width:150px;color:#666666;font-size:16px;font-weight:bold;
	padding:0 0 0 0px;}
.wraptop_4_1 span em{color:var(--colormain1);padding-right: 10px;}

.wraptop_4_1 div {float:left;width:calc(100% - 150px);height:75px;overflow:hidden;font-size:16px;}
.wraptop_4_1 div a:link,.wraptop_4_1 div a:visited {color:#999999;margin:0 5px 0 4px;}
.wraptop_4_1 div a:hover,.wraptop_4_1 div a:active {color:var(--colormain1);}
.wraptop_4_2 {float:right;width:26%;border-bottom: 1px #eee solid; line-height:55px;padding:0px 0px 0px 10px;}
.wraptop_4_2_1 {float:left;width:80%}
.wraptop_4_2_1 .searchinput {width:100%;border:0px solid #CCCCCC;height:45px;line-height:45px;
	color:#666;font-size:14px;padding:0 5px;vertical-align:middle;}
.wraptop_4_2_1 .searchinput::placeholder{color:#bdbdbd;}
.wraptop_4_2_2 {float:right;width:15%}
.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:23px;}

/* navigation */
.nav {clear:both;margin:0 auto;width:100%;height:65px;background:#434343;}
.linav {margin:0 auto;width:1400px;line-height:65px;}
.linav_ul {float:left;width:100%;}
.linav_ul li {float:left;width:calc((100% / 7) - 20px); margin:0 10px;
	height:65px;color:#FFFFFF;font-size:20px;text-align:center;position: relative;overflow:hidden;}
.linav_ul li a:link,.linav_ul li a:visited {display:block; color:#FFFFFF;font-size:18px;position: relative;z-index: 3;}
.linav_ul li a:hover {}
.linav_ul li::after,.linav_ul li:after,.linav_ul li:after,.linav_ul li::after{background:var(--colormain1);content:' ';position: absolute;
  width:100%;height:0;left: 0;top: 0;transition:0.2s all ease-in-out; color: #fff;}
.linav_ul li.select::after,.linav_ul li.select:after,.linav_ul li:hover:after,.linav_ul li:hover::after{height:100%; color: #fff;}

/*ban*/
.swiper_ban {}
.swiper_ban .swiper-slide{width: 100%;overflow:hidden;}
.swiper_ban .swiper-slide img{width:100%;height:100%;transition:.5s linear 1s;
	transform:scale(1.1,1.1);}
.swiper_ban .swiper-slide-active img,.swiper_ban .swiper-slide-duplicate-active img{transition:3s linear;
		transform:scale(1,1);}	
.swiper_ban .swiper-pagination-bullet{width:12px; height:12px; background:#eee;opacity:1;}
.swiper_ban .swiper-pagination-bullet-active{width:30px; border-radius:23px; background:var(--colormain1);}


.banslide{position: relative;display: block;}
.banslide_full{ position: absolute;background: rgba(0,0,0,.4);
    right: 0; bottom: 0;left: 0; top: 0;z-index:2;}
.slideshow_caption{display: flex;height: 100%;align-items: center;justify-content: center;
 color:#fff;font-size: 40px; animation:mymove6 0.6s linear;}
.banslide img {border: none;padding: 0;margin: 0; display: inline-block;
    max-width: 100%;height: auto; image-rendering: optimizeQuality;}


/* bottom */
.divBottom {width:100%;margin-top:0px;background:#333333;}
.divBottom_1 {clear:both;margin:0px auto;}
.divBot_1 {float:left;width:260px;height: 250px; display: flex;justify-content:flex-start;align-items: center;}
.divBot_1 img{max-width: 260px;}
.divBot_2{float:left; width:60%; position: relative; padding:20px 0; }
/*.divBot_2::after { content: ""; width: 2px; height:70px; background: #ffffff; position: absolute; left: 0; top: 15px; }
*/
.divBot_2 ul { padding: 15px 0px; width: 100%; border-bottom: 1px solid #565656; position: relative;}
.divBot_2 ul li { float: left; width: calc(100% / 5); position: relative; }
.divBot_2 ul li a { display: block; width: 100%; line-height:45px; text-align: left; font-size: 16px; color: #b7b7b7; }
.divBot_2 ul li a:hover { color: #FFFFFF; }
.divBot_2 .info { padding-top: 20px; width: 100%; }
.divBot_2 .info p {float: left; padding: 0 0px 0 30px; width: 50%; line-height: 40px; font-size: 14px; color: #B7B7B7; 
    background-position: left 0 top 10px; background-repeat: no-repeat;}
.divBot_2 .info p:nth-child(2n){float: right;}
.divBot_2 .info p:nth-of-type(1) { background-image: url(../images/ico1.png); }
.divBot_2 .info p:nth-of-type(2) { background-image: url(../images/ico2.png); }
.divBot_2 .info p:nth-of-type(3) { background-image: url(../images/ico3.png); }
.divBot_2 .info p:nth-of-type(4) { background-image: url(../images/ico4.png); }

.divBot_03 {float:right;height:160px;padding:40px 0 20px 0;}
.divBot_03>a {display:inline-block;width:160px;border:0px solid #ffffff;text-align:center;line-height:30px; text-decoration:none;}
.divBot_03>a:last-child {margin-left:15px;}
.divBot_03 span {display: flex;justify-content:center;margin-top:10px; height: 30px; align-items: center; color:#b7b7b7;font-size: 14px;text-align:center;}
.divBot_03 span img{width:30px;height: auto;margin-right: 10px;}
.divBot_03 img {width:150px;height:150px;padding:5px 0px;}

.divBottom_2 {clear:both;color:#b7b7b7;font-size:16px; padding:30px 0;border-top:1px solid #565656;}
.divBottom_2 a,.divBottom_2 a:link,.divBottom_2 a:visited {color:#b7b7b7 !important;}
.divBottom_3 {float:left;width:988px;background-color:#E1E8ED;border:1px solid #A7A6A6;padding:10px 0px 10px 0px;}


/* 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;}
.in {height:23px;line-height:23px;border:1px solid #999999;padding:0 5px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.incode {height:21px;line-height:21px;border:1px solid #999999;padding:0 5px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.lanyuds {height:30px;font-size:12px;}
.lanyuds2 {height:30px;font-size:13px;color:#00000F;font-weight:bold;}
.txtinput {width:140px;border:1px solid #999999;height:19px;color:#666666;line-height:19px;font-size:12px;padding-left:3px;}
.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;}
.text  {border:1px solid #8A8484;height:20px;line-height:20px;width:130px;padding-left:3px;}
.text01 {font-size:12px;line-height:20px;}
.text01 strong,.text01 span {color:#D50404;}
.text02 {font-size:12px;line-height:30px;padding:0px 0px 0px 8px;}
.textcode {border:1px solid #27B3FE;width:50px;height:18px;line-height:18px;vertical-align:middle;padding-left:3px;}
.imgcode {width:60px;height:22px;vertical-align:middle;cursor:pointer;}
.isLogin {color:#0B8202;font-size:12px;}
.Company {clear:both;padding:10px 10px 10px 10px;line-height:24px;color:#666666;font-size:12px;}
.Company p {line-height:24px;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 0px 10px 0px;line-height:30px;color:#333333;font-size:14px;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:97%;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:25px;padding:20px 0px 20px 0px;}
.pagination {text-align:center;}
#pages {padding:14px 0 50px 0;text-align:right;}
#pages a {display:inline-block;height:32px;line-height:32px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 10px;}
#pages a.a1 {padding:0 10px;}
#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}
#pages span {display:inline-block;height:32px;padding:0 10px;line-height:32px;background:#FB9007;border:1px solid #E61636;color:#ffffff;text-align:center;}
#pages .noPage {display:inline-block;height:32px;line-height:32px;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:320px;height:330px;margin:10px 15px;overflow:hidden;}
.divHonorShow_1 {width:100%;height:260px;background: #fff; text-align:center;
	overflow:hidden;border-radius:10px;display: flex;justify-content: center;align-items: center;}
.divHonorShow_1 img {padding:5px;transition:0.5s;}
.divHonorShow:hover  img{transform:scale(1.1,1.1);}
.divHonorShow_2 {text-align:center;height:55px;line-height:55px;}
.divHonorShow_2 a:link,.divHonorShow_2 a:visited {color:#666666;font-size:16px;}
.divHonorShow_2 a:hover,.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;}

/* Products */

.proContent {clear:both;padding:50px 0px 0px 0px;}
.proList {padding-left:0px;}
.proList li {float:left;width:322px;text-align:center;margin:0px 20px 20px 0;}
.proList li .div1{overflow:hidden; position:relative;background:#ffffff;width: 100%;height:250px;
    display: flex;justify-content: center;align-items: center;border:1px #eee solid;box-sizing: border-box;}
.proList li .div1 img{ width:100%;transition: all 0.3s linear;}
.proList li .div1 a:after{ content:''; display: block; position: absolute; top: 0;left:0; width: 100%; height: 100%;
    background:#000 url(../images/pro_ico.png) no-repeat center; background-size: 200px; z-index: 2; 
    filter: Alpha(opacity=0);  opacity: 0; transition: all 0.3s linear;}
.proList li .div2{position:relative;text-align:left;background:#eee;}
.proList li .div2 a{ display:block; position:relative; font-size:16px; padding:0px 5%;transition:all 0.3s ease;}
.proList li .div2 a:after,.proList li .div2:before{content:''; display:block; position:absolute;}
.proList li .div2 a:after{right:10px; top:50%;transform: translateY(-50%); transition:all 0.3s ease;
    content:'\e758';font-family: 'iconfont'; font-size:18px; }
.proList li .div2:before{ width:0; height:100%; bottom:0px; left:0px; background:#f18200; transition:all 0.3s ease;}
.proList li:hover .div1 img{transform: scale(1.1); }
.proList li:hover .div1 a:after{transition: all 0.3s linear; background-size:70px; filter:Alpha(opacity=50); opacity:0.5;}
.proList li:hover .div2:before{width: 100%;transition: 0.6s;}
.proList li:hover .div2 a:after{right:15px;color:#ffffff;}
.proList li:hover .div2 a{padding:0 5%; color:#fff;}

.pro_beizhu_a_zdy{padding-top:10px;display: block;overflow: hidden;
	line-height:30px;height: 150px; }
.pro_beizhu_a_zdy strong{ font-size:17px; display: block;line-height: 40px;
 font-weight: normal;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pro_beizhu_a_zdy span{color:#797979; height:44px;font-size:16px; 
	text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; 
	display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}

.pro_beizhu_a_zdy p { width:101px; margin-top:5px;font-size: 14px; height:31px; background:var(--colormain1);
	text-align: center;line-height: 31px;color:#fff;}
.proList li:hover .pro_beizhu_a_zdy span{color:#fff;}
.proList li:hover .pro_beizhu_a_zdy p{background: #fff;color:var(--colormain1);}


.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 */

.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:0 0 0 0px;}
.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_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;}

.probgf1{background:#ffffff;position: relative;margin:0px auto 50px;padding-bottom: 30px;}
.modelLeft {float:left;width:100%;padding:0px 0 10px 0;}
.modelLeft2 {float:left;width:100%;padding:20px 20px;border:1px #eee solid;}
.mLeft1 h3.title {position: relative;font-size:18px;color: #444;height: 40px;font-weight: bold;border-bottom: 1px solid #efefef;}
.mLeft1 h3.title::before {content: '';position: absolute;left:0; bottom:-1px; width: 50px; 
	height: 2px; background:var(--colormain1);}

.module_container {margin:30px auto 20px; position: relative; min-height: 1000px;}
.module_box {width: 300px;min-width: 200px;position: absolute;left: 0;padding-left: 20px;margin-top: -15px; }
.module_box .module_info {padding: 20px 30px;background:var(--colormain1);color: #FFF;line-height:30px;}
.module_box .module_info::after {content: "";width: 15px;height: 15px;background: url(../images/title-bg.png) center no-repeat;position: absolute;top: 0;right: -15px;}
.module_box .module_info .title {font-size:26px;}
.module_box .module_info .subtitle {font-size:16px;margin-top: 5px;margin-right: 5px;text-transform: uppercase;}

#masterdiv {float:left;margin-top:0px;width: 100%;}
.menudiv   {float:left;width: 100%; margin-top:10px;background:#F5F5F5;}
.menutitle {position: relative; width:100%;text-align:left;height:50px;line-height:50px;color:#333;padding-left:30px;
	cursor:pointer;font-size:18px;display:block;overflow:hidden;background: #EFEFEF;}
.menutitle::after {content: "";position: absolute;bottom:15px;transition: all .4s;
background:var(--colormain1);left: 0;width: 3px;margin: 0 auto;top:15px;}

.menutitle:hover {}
.menutitle:hover a:link,.menutitle:hover a:visited {display: block; color:var(--colormain1);}
.menutitle a:link,.menutitle a:visited {color:#333;font-size:20px;text-decoration:none;font-weight:bold;}      
.menutitle a:hover,.menutitle a:active {color:var(--colormain1);font-weight:bold;}

.menutitleSub {position: relative; width:100%;text-align:left;height:50px;line-height:50px;color:var(--colormain1);padding-left:30px;
	cursor:pointer;font-size:18px;display:block;overflow:hidden;background: #EFEFEF;}
.menutitleSub a,.menutitleSub a:visited {color:var(--colormain1)text-decoration:none;font-size:20px;font-weight:bold;}
.menutitleSub a:hover {color:var(--colormain1);text-decoration:none;font-size:20px;font-weight:bold;}
.menutitleSub::after {content: "";position: absolute;bottom:15px;transition: all .4s;
background:var(--colormain1);left: 0;width: 3px;margin: 0 auto;top:15px;}

.submenu {width:100%;color:#135294;display:block;font-size:16px;
	padding:5px 0 10px 0;overflow:hidden;margin:0px 0;}
.submenu li.checkstyle {padding:0 0 0 45px;line-height:45px;height:45px;overflow:hidden;}
.submenu li.checkstyle a,.submenu li.checkstyle a:visited {display: block;background:url('../images/jianw.png') no-repeat 90% center;
 color:#333;text-decoration:none;font-size:16px;font-weight:normal;}
.submenu li.checkstyle a:hover {display: block; color:var(--colormain1);font-weight:normal;
	background:url('../images/jianw2.png') no-repeat 90% center;}
.submenu li.checkstyleSel {padding-left:45px;line-height:45px;height:45px;overflow:hidden;
	background:url('../images/jianw2.png') no-repeat 90% center;}
.submenu li.checkstyleSel a,.submenu li.checkstyleSel a:visited {color:var(--colormain1);text-decoration:none;font-size:16px;
	font-weight:normal;}
.submenu li.checkstyleSel a:hover {color:var(--colormain1);text-decoration:none;font-size:16px;
	font-weight:normal;}
.submenu li.checkThird {padding-left:32px;line-height:45px;height:45px;border-bottom:0px solid #857156;overflow:hidden;
	background:url('../images/jianw2.png') no-repeat 80% 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;}
 
 /*left2_right*/
.left_4 {float:left;width:100%;border:0px solid #C2C2C2;padding:5px 0px 5px 0px;}
.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:34px;}

.s-index-star{height:15px;font-size:14px;line-height: 20px;}
.s-index-side{width:300px;border:1px solid #d8d8d8;margin:0px auto 30px;background:#ffffff;box-sizing: border-box;}
.s-index-side .title{height:41px;line-height: 41px; background:#f5f5f5;position:relative;text-indent: 20px;}
.s-index-side .app-show-block{padding:2px 0px 0px 65px;margin:0px 0px 0px 12px;height:60px;text-align:left;position:relative;}
.s-index-side .app-show-block .s-index-down{margin:0px;margin-top:7px;font-weight:normal;background-color:#FF4E00;display:none}
.s-index-side .app-show-block a{height:25px;}
.s-index-side .app-show-block .pic{position:absolute;top:0px;left:0px;cursor:pointer;}
.s-index-side .app-show-block img{display:block;height:52px;width:52px;}
.s-index-side .weekly-list{padding:0px 10px 2px 10px;margin-top:-1px;position: relative;}
.s-index-side .weekly-list li{height:39px;line-height:39px;border-top:1px dotted #d8d8d8;overflow:hidden;*position:relative;zoom:1;}
.s-index-side .weekly-list li .app-show-title{padding-left:10px;font-size:12px;}
.s-index-side .weekly-list li .num{font-size:12px;height:40px;line-height:40px;padding:0 5px;font-weight:bold;background:#bdbdbd;color: #fff;}
.s-index-side .weekly-list li:first-child .num{background:var(--colormain1);}
.s-index-side .weekly-list li:nth-child(2) .num{background:#f7a94e;}
.s-index-side .weekly-list li:nth-child(3) .num{background:#f6be7b;}
.s-index-side .weekly-list li.current a{font-weight:bold;}
.s-index-side .weekly-list li.current .app-show-title a:hover{color:#ff4e00;}
.s-index-down{display:block;text-align:center;font-size:12px;margin:0px auto;text-indent:0px;width:60px;height:25px;line-height:25px;color:#fff;text-decoration:none;background-position:-228px -47px;background-color:#FF4E00;}
.s-index-down:hover{background-position:-228px -74px;text-decoration:none;}
.s-index-side .weekly-list li.current{height: 100px;}

.neiye_line,.neiye_line2,.neiye_line3,.neiye_line2Video {float:right;width:800px;border:1px solid #DEDEDE;padding:10px 25px 10px 25px;background:url('../images/bg_xa.png') repeat-x 0 0 #FFFFFF;overflow:hidden;}
.right_1 {margin:0px 0px 0px 0px;}
.right_2 {float:left;width:100%;height:35px;margin-bottom:10px;border-bottom:5px solid #5D7CBA;}
.right_3 {float:left;padding-left:25px;height:30px;line-height:30px;background:url('../images/ico8-1.png') no-repeat 5px center;overflow:hidden;}
.right_3 a:link,.right_3 a:visited {color:#666666;}


/* 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:790px;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:780px;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 .textte{font-size: 16px;color:#666666;line-height: 36px;padding:30px 0;}
.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:100%;padding:15px 0px;}
.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%;margin-top: 30px;}
.news_con dl {float: left; padding:20px;height:200px;border:1px solid #EAEAEA;background:rgba(255,255,255,.5);
	transition: all .6s ease; position: relative;width:49%;margin-right:2%;margin-bottom:30px;}
.news_con dl:nth-child(2n){margin-right: 0}
.news_con dt {float:left;width:30%;height:200px;overflow:hidden;}
.news_con dt img{max-width:100%;}
.news_con dd {float:right; width:65%;height:200px;}
.news_con dd .dtext{float:left;width:80%;margin-top:30px;}
.news_con dd .dtext strong {display: block; width:100%;height:40px;line-height:30px;font-size:16px;color:#333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_con dd .dtext span {display:block; height:40px;line-height:40px;font-size:12px;color:#999999;}
.news_con dd .dtext 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 .dtext em {display:block; height:25px;line-height:25px;font-size:14px;color:#999999;}

.news_con dd .details {position:absolute;width:13%;text-align: center; top:50%;transform: translateY(-50%); right:0%;height:46px;border-left:1px solid #e5e5e5;}
.details:before,.details:after {font-family:'iconfont';content:"\e65e";speak:none;font-style:normal;font-weight:400;font-variant:normal;
text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;transition:all .36s ease;
position:absolute;top:50%;color:#999;font-size:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.details:before {left:25px;}
.details:after {left:-20px;opacity:0;}
.news_con dl:hover .details:before{left:0;opacity: 0}
.news_con dl:hover .details:after{left:25px; opacity: 1;color:#f18200;}
.news_con dl:hover {transition:0.3s;box-shadow:0 0 15px rgba(0,0,0,0.2);background:#fff;}
.news_con dl:hover dd strong {transition:0.3s;color:#f18200;}
.news_con dl:hover dd em {transition:0.3s;color:#f18200;}
.zx_top {clear:both;text-align:center;border-bottom:1px dashed #D4D4D1;padding:50px 0px 5px 0px;}
.zx_top h2 {font-size:20px;font-weight:bold;padding:0px 10px 0px 10px;line-height:40px;}
.zx_top p {margin:10px auto;color:#333333;}
.zx_top p span {margin-right:20px;}
.zx_txt {color:#666666;padding:20px 10px 10px 10px;line-height:28px;font-size:14px;}
.zx_txt img {max-width:99%;height:auto !important;}

.divcaseTd {width:100%; padding:40px 0;text-align: center;}
.divcaseTd img {max-width:99%;height:auto !important;}
.divcaseTd table {width:99% !important;word-break:break-all;}

.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:800px;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:780px;padding:20px 0px 20px 20px;line-height:22px;border-top:1px solid #EAEAE8;margin-top:1px;}
.xgxz2 ul li {float:left;width:380px;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_1p{margin: 0px auto 50px;padding:0px 50px 30px 0;box-sizing: border-box;}
.details_1p .prenex{float: right;padding-top:30px;}
.details_1p .prenex p{display: inline-block;}
.details_1_4 {float:left;width:100%;background: #EfEfEf;font-size:16px;font-weight: bold;position: relative;
	color: #333;height: 50px;line-height: 50px;padding-left: 30px;}
.details_1_4::after {position: absolute;content: "";width: 3px;left: 0;bottom: 0;
	background: var(--colormain1);top: 0;}
.details_1_5 {float:left;width:100%;border-top:0px solid #ccc;padding:15px 2% 60px;background-color:#FFFFFF; line-height:30px; font-size: 14px;
	/*overflow-x: scroll!important;*/}
.details_1_5 table {width:99%;table-layout: fixed;}
.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:780px;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:302px;margin:10px 15px 10px 0px;}
.details_1_8 dt {float:left;width:300px;height:240px;text-align:center;
	border:1px solid #CCCCCC;display: flex;justify-content: center;align-items: center; }
.details_1_8 dt img {max-width:100%;border:0;}
.details_1_8 dd {float:left;width:100%;text-align:center;height:40px;line-height:40px;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display:inline-block;}
.details_2 {padding:10px 0px 10px 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:5px;}
.details_3_1 {float:left;width:100%;line-height:25px;color:#062851;}


/*共用详情 上一页下一页*/
.details_revn {width:98%;padding:0px 1%;overflow:hidden;line-height:52px;font-size:15px;color:#666666;background:#f1f1f1;margin:20px auto;}
.details_revn p {color:#666666;float:left; width:50%;}
.details_revn p:nth-child(2){float:right;text-align: right;}
.details_revn p strong { color:#f18200;}
.details_revn a:link,.details_revn a:visited {color:#666666;}


/* 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;}


/*lx*/
.title_box2{margin:0px 0 20px;text-align: center;}
.title_box2 h3{ position:relative; font-size:30px; font-weight:bold; color:#000; padding-bottom:19px; margin-bottom:15px; line-height:1em;}
.title_box2 h3:after{content:''; position:absolute; left:50%; transform: translateX(-50%); bottom:0; width:40px; height:4px; background:#ef7220;}
.title_box2 p{ font-size:18px; color:#999;text-transform: uppercase;line-height:1em;}

.kccon{padding:50px 0;overflow-x:hidden;}
.ccon {width:100%;display:flex;justify-content:flex-end;position:relative;margin-top: 50px;}
.mappic {width:50%;height:500px;position:relative;left:20%;opacity:1;transition:all 1s;}
.texttagger {width:550px;height:400px;background:white;top:50px;left:0;
	position:absolute;box-shadow:0px 6px 27px 9px rgba(0,0,0,0.04);opacity:1;transition:all 1s;}
.ctitle {text-align:center;margin-top:25px;font-size:28px;font-weight:500;color:#36404B;
	margin-bottom:30px;line-height: 60px;}
.texttagger ul {margin:0 30px;}
.texttagger ul li {display:flex;align-items:center;margin-bottom:20px;}
.texttagger ul li p {margin-left:20px;font-size:18px;line-height:30px;}
.texttagger ul li p b a {color:#333333;}
.texttagger ul li img {width:48px;height:48px;}
#mapContainer {width:100%;height:500px;}
#tip {height:30px;background-color:#fff;padding-left:10px;padding-right:10px;position:absolute;font-size:12px;right:10px;bottom:20px;border-radius:3px;line-height:30px;border:1px solid #ccc;}
div.info-top {position:relative;background:none repeat scroll 0 0 #F9F9F9;border-bottom:1px solid #CCC;border-radius:5px 5px 0 0;}
div.info-top div {display:inline-block;color:#333333;font-size:16px;font-weight:bold;line-height:41px;padding:0 20px;text-align:left;}
div.info-top img {position:absolute;top:10px;right:10px;transition-duration:0.25s;}
div.info-top img:hover {box-shadow:0px 0px 5px #000;}
div.info-middle {font-size:14px;padding:10px 20px;line-height:21px;text-align:left}
div.info-bottom {height:0px;width:100%;clear:both;text-align:center;}
div.info-bottom img {position:relative;z-index:104;}
.amap-icon img{width: 25px; height: 34px;}

.lianx{background:#ffffff;padding:4% 0;margin-top: 20px;}
.lianx ul{display: -webkit-flex;display: flex;}
.lianx ul li{float: left;flex:1;}
.lianx ul li input,.lianx .code input{width: 100%;height: 50px;border-radius: 5px;border:1px #eee solid;
    text-indent: 1rem;font-size: 16px;}
.lianx ul li:nth-child(2){margin: 0 2%;}
.lianx .xbutton{float: right;width:30%;}
.lianx .xbutton input{width: 100%;background: #ef7220;border:0;height: 50px;border-radius: 5px;
    color: #fff;font-size: 16px;display: block;}
.lianx .xbutton input:hover{background:#333;}
.lianx .zongl{margin:30px auto;}
.lianx .code{float:left; width:40%;}
.lianx .code input{display: inline-block; width: 60% !important;}
.lianx textarea{width: 100%;height:150px;border-radius: 5px;border:1px #eee solid;
    text-indent: 1rem;font-size: 16px;line-height: 30px;background:#ffffff;}

.sobtitle {line-height:55px; padding:20px 0;position:relative;color: #808080;}
.sobtitle .pcbiao,.sobtitle a{font-size: 18px; }
.sobtitle a{color:#808080;}
.sobtitle a:hover{color:#f08300;}
.sobtitle .pcbiao:before{ padding-right:10px; content:'\e600'; font-family:'iconfont'; font-size:16px;}

.sobnav {float:right;height:55px;}
.nav-links {display: flex; justify-content:flex-end;align-items:center;text-transform:uppercase;}
.nav-links li a { text-decoration:none;margin:0 15px;}
.nav-links li a:hover, .nav-links li a.curt{color:#f08300;}
.nav-links li {position:relative;}
.nav-links li a::before {content:"";display:block;bottom:0px; height:1px;left:0; width:80%;transform: scaleX(0);background-color:#f08300;position:absolute;
transition:all ease-in-out 250ms; margin:0 0 0 10%;}
.nav-links li a:hover::before,.nav-links li a.curt::before { transform: scaleX(1);}


/*about*/
.cz-title {position: relative;}
.cz-title .title-1{font-size: 20px;line-height: 20px; color: #26334c;padding-left:30px;position: relative;text-transform: uppercase;}
.cz-title .title-1 i{display: block;width: 25px;height: 17px;position: absolute;left: 0;top:0px; background: url('../images/it1.png') no-repeat;}
.cz-title .title-2 {font-size: 40px;color: #26334c;padding:25px 0 0 25px;font-weight: bold;}

.cz-about {position: relative;}
.cz-about-us {padding:60px 0;overflow: hidden;}
.cz-about-us .cz-content {width:90%;}
.cz-about-us-left {float: right;width:40%;margin-left: 0px;}
/*.cz-about-us-left .img{display: flex;justify-content: center;overflow: hidden;}*/
.cz-about-us-right {float: left;width:56%;margin:0 0px 0 0;}
.cz-about-us-te{float: right; width:700px;}
.cz-about-us-right .introduction-1{font-size: 16px;line-height:34px;color: #666e80;
	margin: 30px 0px 30px 0px;padding: 3% 0;overflow: hidden;
	border-top: 2px solid #e6e8ed;text-align: justify;}
.cz-about-us-right .introduction-1 p{text-indent: 2em;padding-top: 20px;}
.cz-abquan_list{width: 100%; padding-bottom: 50px;}
.cz-abquan_list li{float:left;width:calc(100% / 6);width: -webkit-calc(100% / 6);border-right:1px #dfdfdf solid; 
	color:#9b9b9b;font-size: 16px;height:88px;display: flex;
	flex-direction: column;justify-content:center;align-items: center; }
.cz-abquan_list li:last-child{border-right:0;}
.cz-abquan_list li .Imgg{position:relative;width: 100%; height:50px;display: flex;justify-content:space-around;align-items: center;}
.cz-abquan_list li .Imgg i{position: absolute;font-size:44px;}
.cz-abquan_list li .Imgg i:nth-child(1){z-index:1;opacity:1;visibility:visible;
	-webkit-transform: scale(1);transform: scale(1);
	-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.cz-abquan_list li .Imgg i:nth-child(2){z-index:2;opacity:0;visibility:hidden;
	color:var(--colormain1);-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;}
.cz-abquan_list li:hover .Imgg i:nth-child(1){opacity: 0;visibility:hidden;-webkit-transform: translateX(50%) rotate(45deg);transform: translateX(50%) rotate(45deg);}
.cz-abquan_list li:hover .Imgg i:nth-child(2){visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.cz-abquan_list li span{line-height:30px;}
.cz-abquan_list li:hover span{color:var(--colormain1);}


.gsgk_main6 .title_h3 { font-size: 32px; line-height: 40px; text-align: center; padding: 60px 0 50px 0; color: #333; background: url(../images/yingh.png) no-repeat center 60px; font-weight: normal;}
.gsgk_main6 .swiper-container { width: 100%; padding-bottom: 55px;}
/*.gsgk_main6 .swiper-container:before{content: '';display: block;clear: both;width: 33.3334%;background: rgba(239,239,239,0.75);height: 100%;position: absolute;top: 0;left: 0;z-index: 33;}
.gsgk_main6 .swiper-container:after{content: '';display: block;clear: both;width: 33.3334%;background: rgba(239,239,239,0.75);height: 100%;position: absolute;top: 0;right: 0;z-index: 33;}
*/
.gsgk_main6 .swiper-container .swiper-slide { text-align: center; position: relative; font-size: 18px; /* Center slide text vertically */
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; 
-ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; 
-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; 
align-items: center;opacity:1;border:1px #eee solid;}
.gsgk_main6 .swiper-container .swiper-slide img { width: 96%; height: auto; display: block; margin: 0 auto; }
.gsgk_main6 .swiper-container .swiper-slide-active{opacity: 1}
.gsgk_main6 .swiper-button-prev, .gsgk_main6 .swiper-button-next { display: block; z-index: 36; position: absolute;opacity: 0.6; filter: grayscale(1); margin-top:-35px;}
.gsgk_main6 .swiper-button-prev{left: 26%;background-image: url(../images/jleft.png);}
.gsgk_main6 .swiper-button-next{right: 26%;background-image: url(../images/jright.png);}
.gsgk_main6 .swiper-button-prev:hover, .gsgk_main6 .swiper-button-next:hover{opacity: 1;
filter:grayscale(0); }
.gsgk_main6 > .gspage{ width:90%;margin:0 auto;overflow: hidden; }
.gsgk_main6 { background: #ffffff; width: 100%; overflow: hidden; padding: 0 0 60px; margin-top:80px; margin-top:50px;}
.gsgk_main6 .swiper-pagination-bullet { border-radius: 100px; opacity: 1 !important; background-color: #999; width:12px; height: 12px; cursor: pointer; }
.gsgk_main6 .swiper-pagination-bullet-active { opacity: 1 !important; background-color:var(--colormain1); }


