ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.m20 {
    margin: 15px;
}
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.pt10 {
    padding: 10px 0;
}
.pt20 {
    padding: 20px 0;
}
.clear {
    clear: both;
}
.dis {
    display: none;
}
.text-center {
    text-align: center;
}
.text-hide {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fl {
    float: left;
}
.fl img {
    width: 80%;
}
body {
    background: #fff;
}
i, em {
    font-style: normal;
}
::-webkit-input-placeholder {
color:#999;
font-family:microsoft yahei;
font-size:14px;
}
:-moz-placeholder {
color:#999;
font-family:microsoft yahei;
font-size:14px;
}
::-moz-placeholder {
color:#999;
font-family:microsoft yahei;
font-size:14px;
}
:-ms-input-placeholder {
color:#999;
font-family:microsoft yahei;
font-size:14px;
}
.advert {
    width: 100%;
    background: url(../img/beijing-2.jpg) no-repeat fixed center;
    background-size: cover;
}
.adcert_container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 30px 20px;
}
.adcert_container h1 {
    color: #fcb900;
    margin-top: 0;
    font-size: 2.5em;
}
.adcert_container b {
    height: 10px;
    width: 39px;
    background: #fcb900;
    display: inline-block;
}
.adcert_container p {
    font-size: 24px;
    color: #d0d0d0;
    text-transform: uppercase;
    margin: 0;
}
.science-cont {
    font-size: 20px;
    color: #fff;
    margin: 5px 0 0 0;
}
.adcert_container span {
    position: absolute;
    right: 0;
    top: 0;
    /*width: 92px;*/
    /*height: 115px;*/
}
.notsupport {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    clear: both;
    color: #fff;
    background: #0072C6;
}
.notsupport h1 {
    font-size: 100px;
    margin-top: 200px;
    margin-bottom: 30px;
}
.notsupport h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.top {
    height: 30px;
    background-color: #f8f8f8;
    width: 100%;
}
.top .user {
    float: right;
}
.top .user a {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin: 0 8px
}
.bg_header {
    background: #030408;
    height: 70px;
}
.bg_gray {
    background: #f6f6f6;
    padding: 20px 0 40px 0;
    width: 100%;
}
.width {
    max-width: 1400px;
    margin: 0 auto;
}
.header {
    display: none;
}
.pc_header {
    width: 100%;
    background: #fafafa30;
}
.pc_header .pc_top {
    max-width: 1400px;
    margin: 0 auto;
}
.pc_header .fr {
    float: left;
    padding-left: 25px;
}
.pc_header .fr span {
    margin: 0;
    padding: 0 0 0 40px;
    float: left;
}
.pc_header .fr span a {
    font-size: 18px;
    color: #ef9337;
    display: block;
    float: none;
    margin: 0;
}
.pc_header .fr li {
    display: inline-block;
    padding-right: 20px;
    margin-right: 15px;
    border-right: 1px solid #eee;
}
.pc_header .fr li:last-child {
    border-right: none;
}
.pc_header .fr .tel a, .language a {
    line-height: 36px;
}
.pc_header .fr li a {
    background: rgb(255 255 255 / 9%);
    color: #2c2c2c;
}
.pc_header .fr li a:before {
    content: "\f095";
    margin-right: 10px;
  	 font-family: FontAwesome;
}
.pc_header .fr .tel a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 65px;
    top: -2px;
    right: 0;
    bottom: 0;
    left: -2px;
    background: #ef9337;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transition: all .5s ease;
}
.pc_header .fr .email a:before {
    content: "\f003";
    margin-right: 10px;
}
.pc_header .fr .email a:after {
}
.pc_header .fr .add a:before {
    content: "\f041";
    margin-right: 10px;
}
.pc_header .fr .add a:after {
}
.language, .pc_header form {
    float: right;
    padding-right: 25px;
}
.pc_header form {
    padding-top: 4px;
}
.bg_nav {
    width: 100%;
    background: #fafafa30;
    z-index: 99;
    border-top: 1px solid #eee;
}
.pc_nav {
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pc_nav li {
    display: inline-block;
    padding: 0;
    position: relative;
}
.pc_nav li a {
    display: block;
    padding: 15px 25px;
    color: #333;
    font-size: 15px;
    line-height: 36px;
}
.pc_nav li a:hover {
    color: #fff;
    background: #ef9337;
}
.pc_nav .hover a {
    color: #fff;
    background: #ef9337;
}
.pc_nav li .subnav {
    position: absolute;
    background: #fff;
    padding: 10px 0 0 0;
    border: 1px solid #f3f3f3;
    border-top: 2px solid #ef9337;
    border-bottom: 0;/*border-radius:10px 10px 0 0;*/
    left: -45px;
    z-index: 9999;
    opacity: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
}
.pc_nav li .subnav:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ef9337;
    position: absolute;
    top: -12px;
    right: 45%;
}
.pc_nav li .subnav li {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    min-width: 200px;
}
.pc_nav li .subnav li a {
    color: #333;
    white-space: nowrap;
    border-radius: 0;
    padding: 10px 30px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
}
.pc_nav li .subnav li a:hover {
    color: #fff;
}
.pc_nav li:hover a {
    background: #ef9337;
}
.pc_nav li:hover .subnav {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.pc_nav li:hover .subnav a {
    background: #fff;
    color: #333;
    font-size: 14px;
}
.pc_nav li:hover .subnav a:hover {
    background: #ef9337;
    color: #fff;
}
.pc_nav li .subnav li .subnav2 {
    position: absolute;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    right: -202px;
    top: -17px;
    z-index: 9999;
    opacity: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
}
/* 英文语言环境下的样式 */
.pc_nav li .subnav.subnav-en li .subnav2 {
    right: -200px;
}
.pc_nav li .subnav li:hover .subnav2 {
    opacity: 1;
    visibility: visible;
}
.banner {
    position: relative;
}
.banner .box_skitter {
    width: 100%;
    z-index: 2;
}
.bg_inner {
    height: 600px;
    padding: 0;
    position: relative;
}
.banner_inner {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    line-height: 24px;
}
.banner_inner .con {
    position: absolute;
    min-height: 44px;
    max-height: 60px;
    left: 50%;
    margin-left: -600px;
    top: 45%;
    margin-top: 50px;
    line-height: 43px;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    border-left: 10px solid #fff;
    padding-left: 18px;
    text-shadow: 3px 3px 3px #3c3c3c;
    
}
.banner_inner .con span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 40px;
}
/*.arctype_id_1 {*/
/*    background: url(../img/cate_bg_about.jpg) center center no-repeat;*/
/*}*/
/*.arctype_id_2 {*/
/*    background: url(../img/cate_bg_news.jpg) center center no-repeat;*/
/*}*/
/*.arctype_id_3 {*/
/*    background: url(../img/cate_bg_product.jpg) center center no-repeat;*/
/*}*/
/*.arctype_id_4 {*/
/*    background: url(../img/cate_bg_case.jpg) center center no-repeat;*/
/*}*/
/*.arctype_id_5 {*/
/*    background: url(../img/cate_bg_down.jpg) center center no-repeat;*/
/*}*/
/*.arctype_id_23 {*/
/*    background: url(../img/cate_bg_talent.jpg) center center no-repeat;*/
/*}*/
/*.arctype_id_54 {*/
/*    background: url(../img/cate_bg_contact.jpg) center center no-repeat;*/
/*}*/
.arctype_id_search,.arctype_id_tag {
    background: url(/uploads/allimg/20250613/1-250613094215E2.jpg) center center no-repeat;
    background-size: cover;
}

.subject {
    border-bottom: 1px solid #eaeaea;
}
.subject b {
    border-bottom: 1px solid #156EB8;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: normal;
    color: #3b3b3b;
    font-size: 18px;
}
.subject .more {
    float: right;
}
.more a {
    font-size: 14px;
    color: #999;
}
.more a:hover {
    color: #f99f2e;
}
.home_title {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}
.home_title .border {
    padding: 20px 0;
    margin: -25px auto -14px auto;
    color: #999999
}
.home_title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #37474f;
    display: inline-block;
    padding: 0 30px;
}
.home_title p {
    font-size: 14px;
    color: #999;
    background: #fafafa;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    font-weight: 400;
}
.home_more {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}
span.more {
    display: inline-block;
    width: auto;
    position: relative;
    margin-bottom: 10px;
}
span.more a {
    display: block;
    padding: 5px 18px;
    color: #f4c100;
    margin: 0 2px;
    border-radius: 2px;
    border: 1px solid #f4c100;
    line-height: 26px;
}
span.more a:hover {
    background: #f4c100;
    color: #fff;
    border: 1px solid #f4c100;
}
span.more a .fa {
    padding-left: 10px;
}
.bg_white .border {
    border-color: #f3f3f3;
}
.bg_white .home_title h2, .bg_white .home_title p {
    background: #fff;
}
.home_about {
    clear: both;
    overflow: hidden;
}
.home_about .left {
    float: left;
    width: 45%;
    margin-right: 30px;
}
.home_about .left video {
    background: #000;
}
.home_about .right {
    float: right;
    width: 50%;
    line-height: 30px;
    font-size: 14px;
}
.home_about .right h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.home_about .right p {
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 10px 0;
    color: #777
}
.home_about .right a.btn-about {
    padding: 10px 20px;
}
.home_nav {
    text-align: center;
}
.home_nav ul {
    margin: 25px auto;
}
.home_nav ul li {
    display: inline-block;
    width: auto;
    position: relative;
    margin-bottom: 10px;
}
.home_nav ul li a {
    display: block;
    padding: 6px 30px;
    color: #333;
    font-size: 14px;
    background: #fff;
    margin: 0 2px;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
}
.home_nav ul .hover a, .home_nav ul li a:hover {
    display: block;
    color: #fff;
    font-size: 14px;
    background: #f4c100;
    margin: 0 2px;
}
.home_nav ul li dl {
    display: none;
    background: #f4c100;
    padding: 2px 0;
    margin: 16px 0 0 0;
    z-index: 999;
}
.home_nav ul .hover dl {
    display: none;
    text-align: left;
    position: absolute;
    top: 20px;
    left: 3px;
}
.home_nav ul .hover dl dt a {
    display: block;
    font-weight: normal;
    color: #fff;
    background: #f4c100;
    min-width: 200px;
    border: 0;
}
.home_nav ul .hover dl dt a:hover {
    background: #fff;
    color: #333;
    border: 0;
}
.home_pro {
    margin: 30px 0 0px 0;
    width: 100%;
    clear: both;
}
.home_pro ul li {
    width: 24%;
    margin: 0 1% 1% 0;
    float: left;
}
.home_pro ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
}
.home_pro ul li a div {
    overflow: hidden;
    text-align: center;
}
.home_pro ul li a div img {
    display: block;
    margin: 0 auto;
    border: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
	width: 100%;
    height: 100%;
}
.home_pro ul li:hover {
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.home_pro ul li a:hover div img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.home_pro ul li a p {
    text-align: left;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 10px;
}
.home_pro ul li a:hover p {
    color: #f30;
}
.home_pro ul li a .title {
    text-align: center;
}
.home_pro ul li a .price {
    min-height: 40px;
    color: #f60;
    font-weight: 400;
    padding: 0 10px 10px 10px;
}
.home_pro ul li a .price span {
    float: right;
    font-weight: normal;
    color: #999;
}
.home_news {
    margin-bottom: 20px;
    background: #fff;
}
.home_news_list {
    padding: 15px;
}
.home_news_list li {
    overflow: hidden;
    padding: 12px 0;
    float: left;
    width: calc((100% - 2%) / 2);
    margin-right: 1%;
    min-height: 90px;
}
.home_news_list li .date {
    float: left;
    width: 86px;
    height: 80px;
}
.home_news_list li .date .dateline {
    width: 70px;
    height: 54px;
    display: block;
    background-color: #f4c100;
    text-align: center;
    line-height: 54px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.home_news_list li .date em {
    display: block;
    text-align: center;
    font-style: normal;
    width: 70px;
    background: #eee;
    color: #888;
}
.home_news_list li .txt {
    color: #999;
    font-size: 12px;
    margin-left: 88px;
    line-height: 22px;
}
.home_news_list li .txt a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.cont{
		display: flex;
		justify-content: space-around;
	}
	
.page_show {
    padding: 15px;
}
.page_show img {
    margin: 0 auto;
    display: block;
}
.news_list {
    padding: 15px;
}
.news_list li {
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    padding: 12px 0 12px 0;
}
.news_list li .date {
    background: #f4c100;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    float: left;
    text-align: center;
    font-size: 30px;
    width: 70px;
    font-weight: bold
}
.news_list li .date em {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #eee;
    margin-top: 5px;
    color: #888
}
.news_list li div {
    color: #999;
    font-size: 12px;
    margin-left: 95px;
    line-height: 22px;
}
.news_list li div a {
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}
.news_list li div a:hover {
    color: #f30;
}
.dow_list {
}
.dow_list li {
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    padding: 12px 0 12px 0;
}
.dow_list li .img {
    float: left;
    width: 124px;
    height: 88px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    background: url(../img/noImges.png)
}
.dow_list li .img img {
    width: 127px;
    height: 88px;
}
.dow_list li .txt {
    color: #999;
    font-size: 12px;
    margin-left: 140px;
    line-height: 22px;
}
.dow_list li .txt a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 5px;
}
.dow_list li .txt a:hover {
    color: #f30;
}
.dow_list li .txt .property {
    font-size: 14px;
    line-height: 26px;
}
.dow_list li .txt .property span {
    margin-right: 20px;
}
.home_logo {
    margin-bottom: 20px;
}
.home_logo ul {
}
.home_logo ul li {
    float: left;
    width: 10%;
    margin-bottom: 1%;
}
.home_logo ul li img {
    border: 1px solid #eee;
    width: 104px;
    height: 40px;
}
.bg_link {
    background: #f4c100;
}
.link {
    padding: 10px 0;
    color: #fff;
}
.link a {
    color: #BBDFFA;
    margin-right: 15px;
}
.link a:hover {
    color: #fff;
}
.foot_logo img {
    width: 60%;
}
/*.bg_footer {*/
/*    background: url("../images/footer-bg.png");*/
/*}*/
.footer {
    padding: 30px 0 0 0;
}
.footer .fl {
    width: 28%;
    float: left;
    padding: 20px 0;
}
.footer .fl h1 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.footer .fl h5 {
    font-size: 12px;
    color: #A8CFF0;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.footer .fl form {
    margin-top: 25px;
}
.footer .fl form input[type=text] {
    border: 1px solid #f4c100;
    padding: 6px 10px;
    width: 200px;
}
.footer .fl form input[type=submit] {
    border: 1px solid #f4c100;
    background: #f4c100;
    color: #fff;
    padding: 6px 15px;
}
.footer .fr {
    width: 40%;
    float: left;
    padding: 20px 0;
}
.footer .lxfs {
    width: 20%;
    float: left;
    padding: 20px 0;
}
.footer .lxfs li {
    vertical-align: middle;
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}
.footer .lxfs li i {
    font-size: 14px;
}
.footer .lxfs .foot_tel:before {
    content: "\f095";
}
.footer .lxfs .foot_tel:before, .footer .lxfs .foot_email:before, .footer .lxfs .foot_add:before {
    color: #fcb900;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: table;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.footer .lxfs .foot_email:before {
    content: "\f0e0";
}
.footer .lxfs .foot_add:before {
    content: "\f041";
}
.footer .lxfs .foot_tel:before,.footer .lxfs .foot_email:before,.footer .lxfs .foot_add:before
{
	font-family: FontAwesome;
}
.footer .gzh {
    width: 12%;
    float: left;
}
.footer .gzh img {
    width: 100%;
}
.footer .gzh p {
    text-align: center;
  font-size: 14px;
}
.footer .fr .left {
    float: left;
    width: 33%;
    min-height: 110px;
}
.footer .fr h6 {
    color: #333;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
}
.footer .fr .left ul {
    margin: 0;
    padding: 0 10px;
}
.footer .fr .left ul li {
    text-align: left;
    line-height: 24px;
    font-weight: normal;
    padding: 3px 0;
}
.footer .fr .left ul li a {
    color: #333;
    font-size: 14px;
}
.footer .lxfs h6{
	font-size:18px;
}
.footer .fr .left ul li a:hover {
    color: #ef9337;
}
.copyright {
    border-top: 1px solid #f4c100;
    text-align: center;
    padding: 15px 0;
    color: #333;
    font-size: 14px;
}
.copyright img{
	width: 24px;
  padding-right: 5px
}
.copyright a{
	padding: 0 15px;
}

.copyright a:nth-child(3){
	padding-left: 0 ;
}
.copyright a:hover {
    color: #ef9337;
}
.pr_bg{
     background-position: center;
    background-size: cover;
}
.inner_container {
    min-height: 600px;
    padding: 20px 0;
}
.inner_container h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
.page_show a {
    color: #06C;
}
.page_show a:hover {
    color: #f30;
}
/*标签相关*/
.tags {
}
.tags li {
    display: inline;
    width: auto;
}
.tags li a {
    display: inline-block;
    padding: 10px 30px;
    color: #333;
    font-size: 14px;
    background: #fff;
    margin: 0 2px 5px 0;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
}
.tags li a:hover {
    background: #f4c100;
    color: #fff;
    border: 1px solid #f4c100;
}
.tags .hover a {
    display: inline;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    background: #f4c100;
    color: #fff;
    border: 1px solid #f4c100;
    margin: 0 2px;
    border-radius: 2px;
    border-radius: 0;
}
/*筛选相关*/
.filter {
    border: 1px solid #fff;
    padding: 6px 20px;
    margin-top: 30px;
    padding: 15px;
}
.filter dl {
    margin: 0;
}
.filter dl dd {
    float: left;
    width: 70px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
}
.filter dl dt {
    margin: 0 0 0 80px;
}
.filter dl dt a {
    font-weight: normal;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    color: #666;
    font-size: 14px;
    display: inline-block;
}
.filter dl dt a:hover {
    background: #3BB4F2;
    color: #fff;
    cursor: pointer;
}
.filter dl dt .hover {
    background: #3BB4F2;
    color: #fff;
}
/*瀑布流布局*/
.piclist {
    width: 1190px;
    margin-top: 40px;
}
.piclist ul {
    width: 1220px;
}
.piclist li {
    float: left;
    width: 275px;
    margin-right: 25px;
}
.piclist li a {
    display: block;
    padding: 4px;
    margin-bottom: 25px;
    border: 1px solid #eee;
}
.piclist li a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.17);
}
.piclist li a img {
    width: 100%;
}
.piclist li a p {
    font-size: 14px;
    padding: 0 10px;
}
/*新闻——图片*/
.list_pic {
    margin: 30px 0 0px 0;
    width: 100%;
    clear: both;
}
.list_pic ul li {
    width: 24%;
    margin: 0 1% 1% 0;
    float: left;
}
.list_pic ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
}
.list_pic ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.list_pic ul li a div img {
    border: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.list_pic ul li:hover {
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.list_pic ul li a:hover div img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.list_pic ul li a p {
    text-align: left;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 10px;
}
.list_pic ul li a:hover p {
    color: #f30;
}
.list_pic ul li a .title {
    min-height: 30px;
    text-align: center;
}
/*新闻相关*/
.news_show h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.news_show .info {
    border-left: 3px solid #f4c100;
    background: #f3f3f3;
    margin: 15px 0;
    padding: 10px 5px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.news_show .intro a {
    color: #06C;
}
.news_show .intro a:hover {
    color: #f30;
}
.news_show .intro img {
    max-width: 50%;
    height: auto;
}
.news_show .prenext{
	padding: 0 15px; 
}
 .prenext, .news_show .prenext {
    margin: 50px 15px;
    text-align: center;
    overflow: hidden;
}
 .prenext p, .news_show .prenext p {
    font-weight: bold;
}
 .prenext a, .news_show .prenext a {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 10px;
    min-width: 100px;
}

.prenext a em, .news_show .prenext a em {
    font-style: normal;
    font-size: 18px;
}
.prenext a:hover, .news_show .prenext a:hover {
    background: #f4c100;
    border-color: #f4c100;
    color: #fff;
}
 .prenext a:hover span, .news_show .prenext a:hover span {
    color: #fff;
}
 .prenext .pre, .news_show .prenext .pre {
    float: left;
   font-size: 14px;
}
 .prenext .next, .news_show .prenext .next {
    float: right;
    font-size: 14px;
}
.news_show .tags {
    font-weight: 500;
}
.news_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}
.news_show .tags a:hover {
    background: #f4c100;
    color: #fff;
    border-color: #f4c100;
}
.news_show_list {
	padding: 0 15px;
    overflow: hidden;
}
.bg_link{
	padding: 0 15px;
}
.news_show_list li {
    width: calc((100% - 2%) / 2);
    overflow: hidden;
    padding: 12px 0 12px 0;
    float: left;
    margin-right: 1%;
    min-height: 90px;
}
.news_show_list li .date {
    float: left;
    width: 86px;
    height: 80px;
}
.news_show_list li .date .dateline {
    width: 70px;
    height: 54px;
    display: block;
    background-color: #f4c100;
    text-align: center;
    line-height: 54px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.news_show_list li .date em {
    display: block;
    text-align: center;
    font-style: normal;
    width: 70px;
    background: #eee;
    color: #888;
}
.news_show_list li .txt {
    color: #999;
    font-size: 12px;
    margin-left: 88px;
    line-height: 22px;
}
.news_show_list li .txt a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
/*下载相关*/

.dow_show .infobox {
    background-color: #f8f8f8;
    padding: 30px;
    overflow: hidden;
}
.dow_show .infobox .img {
    float: left;
    width: 124px;
    height: 88px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    background: url(../img/noImges.png)
}
.dow_show .infobox .img img {
    width: 127px;
    height: 88px;
}
.dow_show .infobox .txt {
    color: #999;
    font-size: 12px;
    margin-left: 140px;
    line-height: 22px;
}
.dow_show .infobox .txt h2 {
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 50px;
    margin-bottom: 5px;
    font-weight: normal;
}
.dow_show .infobox .txt .property {
    font-size: 14px;
    line-height: 26px;
}
.dow_show .infobox .txt .property span {
    margin-right: 20px;
}
.dow_show .xia {
    margin-top: 20px;
    color: #999;
    background-color: #fff;
    padding: 10px 14px;
}
.dow_show .xia .xiazai a {
    background: url(../img/down.png) left center no-repeat;
    color: #333;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0 5px 20px;
}
.dow_show .intro a {
    color: #06C;
}
.dow_show .intro a:hover {
    color: #f30;
}
.dow_show .intro img {
    max-width: 100%;
    height: auto;
}
.dow_show .prenext {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}
.dow_show .prenext p {
    font-weight: bold;
}
.dow_show .prenext a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}
.dow_show .prenext a span {
    font-size: 18px;
    margin-right: 10px;
}
.dow_show .prenext a em {
    font-style: normal;
    font-size: 18px;
}
.dow_show .prenext a:hover {
    background: #f4c100;
    border-color: #f4c100;
    color: #fff;
}
.dow_show .prenext a:hover span {
    color: #fff;
}
.dow_show .prenext .pre {
    float: left;
}
.dow_show .prenext .next {
    float: right;
}
.dow_show .tags {
    font-weight: 500;
}
.dow_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}
.dow_show .tags a:hover {
    background: #f4c100;
    color: #fff;
    border-color: #f4c100;
}
/*招聘相关*/
.job_show {
    padding: 15px;
}
.job_show h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #06C;
}
.job_show h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
    color: #06C;
}
.job_show .info {
    margin: 15px 0;
    padding: 0px;
    font-size: 14px;
}
.job_show .info ul {
    overflow: hidden;
}
.job_show .info ul li {
    float: left;
    width: 23.5%;
    border-left: 1px solid #dadada;
    padding-left: 1.5%;
    line-height: 30px;
}
.job_show .info ul li span {
    color: #999;
}
.job_show .intro a {
    color: #06C;
}
.job_show .intro a:hover {
    color: #f30;
}
.job_show .prenext {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}
.job_show .prenext p {
    font-weight: bold;
}
.job_show .prenext a {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}
.job_show .prenext a span {
    font-size: 18px;
    margin-right: 10px;
}
.job_show .prenext a em {
    font-style: normal;
    font-size: 18px;
}
.job_show .prenext a:hover {
    background: #f4c100;
    border-color: #f4c100;
    color: #fff;
}
.job_show .prenext a:hover span {
    color: #fff;
}
.job_show .prenext .pre {
    float: left;
}
.job_show .prenext .next {
    float: right;
}
.job_show .tags {
    font-weight: 500;
}
.job_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}
.job_show .tags a:hover {
    background: #f4c100;
    color: #fff;
    border-color: #f4c100;
}
.job_show .action {
    text-align: center;
}
.job_show .action a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #f4c100;
    padding: 6px 20px;
    min-width: 100px;
    background: #f4c100;
    color: #fff;
}
.job_show .action a:hover {
    color: #fff;
    border-color: #f60;
    background: #f60;
}
/*招聘弹出框*/
.job-popup {
    width: 580px;
    padding: 20px;
    font: 14px "microsoft yahei", arial, sans-serif;
    color: #555;
    overflow: hidden;
    position: relative;
}
.job-popup dl {
    float: left;
    margin: 4px 0;
    position: relative;
    width: 100%;
    min-height: 40px;
    overflow: hidden;
}
.job-popup dl dt, .job-popup dl dd {
    float: left;
}
.job-popup dl dt {
    width: 80px;
    margin-top: 8px;
    text-align: right;
    line-height: 36px;
}
.job-popup dl dd {
    width: 400px;
    margin-left: 10px;
    line-height: 36px;
}
.job-popup dl dd input {
    padding: 0 4px;
    height: 36px;
    width: 400px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s
}
.job-popup dl dd select {
    padding: 0 4px;
    border: 1px solid #d9d9d9;
    height: 36px;
    width: 400px;
    border-radius: 4px;
}
.job-popup dl dd textarea {
    padding: 4px;
    border: 1px solid #d9d9d9;
    line-height: 20px;
    width: 400px;
    height: 100px;
    border-radius: 4px;
}
::-webkit-input-placeholder {
color:#bbb
}
.job-popup dl dd input:focus {
    border: 1px solid #97cdf5;
    outline: 0;
    -webkit-box-shadow: 0 0 2px rgba(191,189,189,1);
    box-shadow: 0 0 2px rgba(191,189,189,1)
}
.job-popup dl dd .bt {
    border: 0;
    padding: 8px 20px;
    background-color: #0e90d2;
    border-radius: 4px;
    color: #fff;
}
.job-popup dl dd .bt:focus {
    border: 1px solid #97cdf5;
    outline: 0;
    -webkit-box-shadow: 0 0 2px rgba(191,189,189,1);
    box-shadow: 0 0 2px rgba(191,189,189,1)
}
.job-popup .tit {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 40px
}
#bg {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70)
}
#show {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -280px;
    width: 560px;
    height: auto;
    background: #fff;
    z-index: 1002;
    overflow: hidden;
}
#show #btnclose {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 20px;
    position: absolute;
    right: 35px;
    top: 10px;
    font-size: 24px;
    border: 0px;
    background: #fff;
}
/*商品相关*/
.pro_show {
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
    border: 1px solid #f3f3f3;
}
.pro_show .left {
    float: left;
    width: 45%;
    text-align: center;
    padding: 40px;
}
.pro_show .left .zoom {
    text-align: center;
}
.pro_show .left .zoom img {
    width: 100%;
}
.pro_show .left .thumb_pic {
    /*    margin: 40px 0 0 0;*/
    text-align: center;
}
.pro_show .left .thumb_pic ul {
    margin: 0 auto;
}
.pro_show .left .thumb_pic ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 3px;
    cursor: pointer;
    position: relative;
}
.pro_show .left .thumb_pic ul li.hover {
    border: 1px solid #f90;
    background: #fff;
}
.pro_show .left .thumb_pic ul li.hover:after {
    content: " ";
    position: absolute;
    right: 27px;
    top: -6px;
    width: 11px;
    height: 11px;
    border: #f90 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f90;
    z-index: -1;
}
.pro_show .right {
    padding: 40px;
    width: 55%;
    float: left;
    display: grid;
    border-left:  1px solid #f3f3f3;
}
.pro_show .right h1 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: left;
}
.pro_show .right h5 {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: normal;
}
.pro_show .right .intro, .pro_show .right .formula {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: left;
}
.pro_show .right .right_tel p {
    float: left;
    line-height: 1;
    margin: 36px 0;
    font-size: 18px;
}
.pro_show .right .right_tel strong {
    color: #F4C100;
    font-size: 24px;
    line-height: 1;
}
.pro_show .right .attribute li {
    font-size: 14px;
    line-height: 30px;
}
.pro_show .right .attribute li em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}
.pro_show .right .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}
.pro_show .right .price span {
    font-size: 36px;
    color: #f60;
}
.pro_show .right .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}
.pro_show .right .tags {
    margin: 20px 0;
}
.pro_show .right .tags a {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 14px;
}
.pro_show .right .tags a:hover {
    background: #f4c100;
    color: #fff;
    border-color: #f4c100;
}
.pro_show .right .action {
    margin: 30px 0 50px 0;
}
.pro_intro {
    margin: 20px 0;
    overflow: hidden;
}
.pro_intro .push{
    width: 100%;
    border: 1px solid #f3f3f3;
}
.pro_intro .push .plist ul li {
    float: left;
    width: calc((100% - 40px) / 4);
    margin: 5px;
}
.pro_intro .left {
    width: 28%;
    margin-right: 28px;
    float: left;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
}
.pro_intro .plist {
    margin: 15px;
}
.pro_intro .plist ul {
    width: 100%;
}
.pro_intro .plist ul li {
    float: left;
    width: calc((100% - 20px) / 2);
    margin: 5px;
}
.pro_intro .plist ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
    border-radius: 4px;
}
.pro_intro .plist ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.pro_intro .plist ul li a div img {
    width: 100%;
    display: block;
    border: 0;
}
.pro_intro .plist ul li a p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 5px 0;
}
.pro_intro .plist ul li a:hover p {
    color: #f30;
}
.pro_intro .right {
    float: right;
    width: 70%;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
}
.pro_intro .tabs {
    width: 100%;
    background: #f7f7f7;
}
.pro_intro .tabs ul {
    width: 100%;
    background: #f7f7f7;
}
.pro_intro .tabs ul li {
    float: left;
}
.pro_intro .tabs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 24px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #999;
    border-top: 2px solid #fff;
}
.pro_intro .tabs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #f4c100;
}
.pro_intro .intro {
    padding: 30px;
}
.pro_intro .intro p {
    margin: 0;
    padding: 0;
}
.pro_intro .intro img {
    max-width: 100%;
}
.pro_intro .intro a {
    color: #06C;
}
.pro_intro .intro a:hover {
    color: #f30;
}
.pro_intro .intro .extend {
}
.pro_intro .intro .extend li {
    font-size: 14px;
    line-height: 30px;
}
.pro_intro .intro .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}
.ordershow {
    margin: 10px 0 0 0;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
    border: 1px solid #f3f3f3;
}
.ordershow .tips {
    margin: 20px 40px 30px 40px;
    position: relative;
}
.ordershow .tips h3 {
    font-size: 24px;
    font-family: microsoft yahei;
    font-weight: 400;
    margin: 0;
}
.ordershow .tips p {
    font-size: 15px;
    padding-left: 68px;
}
.ordershow .tips div {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.ordershow .tips div em {
    color: #f30;
    font-style: normal;
}
.ordershow .tips p em {
    color: #f30;
    font-style: normal;
}
.ordershow h5 {
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: 400;
    padding-left: 30px;
    background: #fafafa;
    border: 1px solid #f3f3f3;
    border-left: 0;
    border-right: 0;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
}
.ordershow .info {
    margin: 0;
    list-style: none;
}
.ordershow .info li {
    padding: 0 0 10px 0;
    font-size: 14px;
}
.ordershow .info li span {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 10px;
    color: #999;
}
.ordershow .info li em {
    color: #f30;
    font-style: normal;
}
.ordershow .pay {
    margin: 0 20px 5px 20px;
    list-style: none;
    overflow: hidden;
}
.ordershow .pay li {
    float: left;
    width: 19%;
    margin: 5px 1% 1% 0;
    cursor: pointer;
}
.ordershow .pay li div {
    border: 1px solid #efefef;
    text-align: center;
    margin-left: 10px;
    position: relative;
}
.ordershow .pay li div em {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url(../img/selected.gif) no-repeat bottom;
}
.ordershow .pay .active div {
    border-color: #90BAFF;
}
.ordershow .pay .active div em {
    display: block;
}
.ordershow .bottom {
    height: 70px;
    line-height: 70px;
    bottom: 0;
    background: #fafafa;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 0 20px;
}
.ordershow .bottom button {
    margin-left: 15px;
    border: 0;
    background: #0075DC;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
}
/*自定义表单*/
.form-add input[type=number], .form-add input[type=search], .form-add input[type=text], .form-add input[type=password], .form-add input[type=datetime], .form-add input[type=datetime-local], .form-add input[type=date], .form-add input[type=month], .form-add input[type=time], .form-add input[type=week], .form-add input[type=email], .form-add input[type=url], .form-add input[type=tel], .form-add input[type=color], .form-add select, .form-add textarea, .am-form-field {
    max-width: 500px;
    display: inline;
    border-color: #ddd;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.form-add .w420 {
    width: 480px;
}
.form-add .w400 {
    width: 400px;
}
.form-add input {
    border: 1px solid #ddd;
    width: 60px;
    padding: 5px 10px
}
.form-add em {
    color: #999;
    font-style: normal;
}
/*表单内容*/
.formshow {
}
.formshow .item {
    font-size: 14px;
    line-height: 30px;
    clear: both;
}
.formshow .item .lefter {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
    float: left;
}
.formshow .item .righter {
    margin-left: 120px;
    line-height: 30px;
}
.formshow .item .righter .pic {
    max-width: 400px;
    margin: 10px 0;
}
.formshow .item .righter video {
    width: 450px;
    height: 300px;
}
.imagelist {
    overflow: hidden;
}
.imagelist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.imagelist ul li {
    float: left;
    width: 19%;
    margin-right: 1%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
}
.imagelist ul li .preview {
    height: 140px;
    background: #fafafa;
    overflow: hidden;
    text-align: center;
}
.imagelist ul li .preview img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 140px;
}
.imagelist ul li .preview:after {
    content: ' ';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.imagelist ul li .intro textarea {
    width: 100%;
    margin: 5px 0;
    padding: 8px 10px;
    font-size: 14px;
    height: 50px;
    color: #999;
}
.imagelist ul li .action {
    text-align: center;
    overflow: hidden;
}
.imagelist ul li .action a {
    text-align: center;
    color: #999;
    outline: none;
    width: 33.3333%;
    float: left;
}
.imagelist ul li .action a:hover {
    color: #f30;
}
.imagelist ul .hover {
    border: 1px solid #6b0;
}
.imagelist ul .hover:after {
    width: 0;
    height: 0;
    border-top: 40px solid #66bb00;
    border-left: 40px solid transparent;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    top: 0;
    z-index: 1001;
}
.imagelist ul .hover:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "f00c";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1002;
    color: #fff;
}
/*分页相关*/
.pagelist ul {
    text-align: center;
    margin: 20px 0;
}
.pagelist li {
    display: inline-block;
    margin: 5px;
}
.pagelist li a {
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
}
.pagelist li a:hover {
    border-color: #f4c100;
    background: #f4c100;
    color: #fff;
}
.pagelist li.active a {
    border-color: #f4c100;
    background: #f4c100;
    color: #fff;
}
/*网站地图*/
.map_one {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}
.map_one a {
    font-size: 20px;
}
.map_two {
    margin: 15px 0;
}
.map_two a {
    display: inline-block;
    margin-right: 15px;
}
/*右侧浮动相关*/
.plug_service {
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 999;
}
.plug_service li {
    margin-bottom: -1px;
    position: relative;
}
.plug_service li a {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #505050;
    outline: none;
}
.plug_service li a span {
    display: block;
    font-size: 24px;
    color: #888;
}
.plug_service li a:hover {
    background: #f4c100;
    color: #fff;
    border-color: #f4c100;
}
.plug_service li a:hover span {
    color: #fff;
}
.plug_service .hover a {
    display: block;
    text-align: center;
    background: #f4c100;
    border: 1px solid #f4c100;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #fff;
    outline: none;
}
.plug_service .hover a span {
    color: #fff;
}
.plug_service .hotline {
    position: absolute;
    display: none;
    background: #fff;
    padding: 10px 15px 0 15px;
    left: -200px;
    bottom: 0px;
    width: 210px;
    border: 1px solid #ddd;
    width: 180px;
    height: 68px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    border-radius: 4px;
}
.plug_service .hotline b {
    display: block;
    font-size: 16px;
    color: #333;
}
.plug_service .hotline:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 25px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.plug_service .weixin_pic {
    position: absolute;
    display: none;
    background: #fff;
    padding: 5px;
    left: -230px;
    bottom: -70px;
    width: 210px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.plug_service .weixin_pic p {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.plug_service .weixin_pic p span {
    color: #f30;
}
.plug_service .weixin_pic:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 130px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.plug_service li:hover div {
    display: block;
}
.plug_service li:last-child {
    margin-top: 5px;
}
/*无缝滚动*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    white-space: nowrap;
}
.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}
.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}
.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}
.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}
.str_vertical .str_move, .str_down .str_move {
    white-space: normal;
    width: 100%;
}
.str_static .str_move, .no_drag .str_move, .noStop .str_move {
    cursor: inherit;
}
.str_wrap img {
    max-width: none !important;
}
/*焦点图*/

/*本站通用*/
.clearborderright {
    border-right: none !important;
}
.none {
    display: none;
}
.margintop20 {
    margin-top: 20px;
}
.color1 {
    color: White;
}
.color2 {
    color: #333333;
}
img:hover {
    background: white;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
/*图片特效*/
.piccontext {
    max-width: 998px;
    border: 1px solid #e4e4e4;
    margin: 12px auto 0px;
    background: white;
    overflow: hidden;
}
.piccontext h2 {
    font-size: 20px;
    color: #2c2c2c;
    margin-top: 18px;
    margin-left: 25px;
    font-weight: normal;
}
.source {
    max-width: 950px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-left: 25px;
}
.source_left {
    float: left;
    height: 20px;
    font-family: "helvetica_neue_lt_pro35_thin", Helvetica, Verdana;
    font-size: 14px;
    color: #ababab;
}
.source_left a {
    color: #666666;
}
.source_left a:hover {
    color: #ff5d11;
    text-decoration: underline;
}
.source_left span {
    color: #ababab;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.source_right {
    float: right;
    height: 20px;
    color: #666666;
}
.source_right a {
    color: #666666;
}
.source_right span {
    padding: 0px 10px;
}
.source_right1 {
    float: right;
    height: 20px;
    color: #666666;
    display: none;
}
.support {
    float: left;
    height: 20px;
    overflow: hidden;
    font-family: "helvetica_neue_lt_pro35_thin", Helvetica, Verdana;
    font-size: 14px;
}
.support img {
    padding: 0px 5px;
}
.spell {
    background: url("../img/spel.jpg") 0px -1px no-repeat;
    padding-left: 23px;
}
a.spell:hover {
    background: url("../img/spel_1.jpg") 1px -1px no-repeat;
}
.list {
    background: url("../img/list.jpg") 1px 1px no-repeat;
    padding-left: 23px;
    font-family: "helvetica_neue_lt_pro35_thin", Helvetica, Verdana;
    font-size: 14px;
}
a.list:hover {
    background: url("../img/list_1.jpg") 0px 0px no-repeat;
}
/*大图展示*/
.picshow {
    max-width: 950px;
    margin-top: 20px;
    margin-left: 25px;
    overflow: hidden;
}
.picshowtop {
    width: 950px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#pic1 {
    max-width: 950px;
}
#preArrow {
    left: 0px;
}
#nextArrow {
    right: 0px;
}
.contextDiv {
    cursor: pointer;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    z-index: 5;
    background: url("blank") repeat;
}
.contextDiv span {
    position: absolute;
    top: 50%;
    margin-top: -10%;
    width: 46px;
    height: 80px;
}
#preArrow_A {
    left: 0px;
    background: url('../img/left.png') 0px 0px no-repeat;
    display: none;
}
#nextArrow_A {
    right: 0px;
    background: url('../img/right.png') 0px 0px no-repeat;
    display: none;
}
.picshowtxt {
    width: 950px;
    min-height: 40px;
    margin-top: 20px;
}
.picshowtxt_left {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 30px;
}
.picshowtxt_left span {
    color: #e55656;
    font-size: 30px;
}
.picshowtxt_left i {
    color: #666666;
    font-size: 20px;
}
.picshowtxt_right {
    float: left;
    display: inline;
    line-height: 23px;
    color: #666666;
    width: 880px;
    font: 15px/32px ;
}
.picshowlist {
    width: 950px;
    margin-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.picshowlist_left {
    float: left;
    width: 120px;
    overflow: hidden;
    overflow: hidden;
}
.picleftimg {
    width: 120px;
    height: 80px;
    background: url('../img/photo.jpg') no-repeat;
    padding-top: 9px;
    padding-left: 5px;
    overflow: hidden;
}
.picleftimg img {
    width: 106px;
    height: 66px;
}
.piclefttxt {
    width: 120px;
    line-height: 20px;
}
.piclefttxt a {
    color: #444444;
    display: block;
    width: 106px;
    text-align: center;
    font: 12px ;
}
.piclefttxt a:hover {
    color: #ff5d11;
    text-decoration: underline;
}
.picshowlist_mid {
    float: left;
    max-width: 680px;
    margin-left: 15px;
    display: inline;
    overflow: hidden;
    height: 76px;
}
.picmidleft {
    float: left;
    width: 24px;
    height: 76px;
    overflow: hidden;
}
.picmidleft a {
    display: block;
    width: 24px;
    height: 76px;
}
.picmidmid {
    float: left;
    width: 630px;
    overflow: hidden;
    height: 76px;
    padding-left: 2px;
}
.picmidmid ul {
    width: 630px;
    overflow: hidden;
    position: relative;
    height: 76px;
}
.picmidmid ul li {
    float: left;
    margin-left: 8px;
    display: inline;
    width: 116px;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 76px;
}
.picmidmid ul li img {
    max-width: 106px;
    height: 76px;
}
.selectpic {
    border: 5px solid #cacaca;
    height: 100% !important;
}
.picmidright {
    float: left;
    width: 24px;
    height: 76px;
    overflow: hidden;
}
.picmidright a {
    display: block;
    width: 24px;
    height: 76px;
}
.picshowlist_right {
    float: left;
    width: 120px;
    float: right;
    overflow: hidden;
}
/*列表展示*/
.piclistshow {
    width: 998px;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
    display: none;
}
.piclistshow ul li {
    width: 248px;
    height: 274px;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    border-right: 1px solid #e4e4e4;
    cursor: pointer;
    padding-top: 40px;
}
.piclistshow .picimg {
    width: 228px;
    height: 160px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 10px;
}
.picimg img {
    max-width: 228px;
    max-height: 160px;
}
.pictxt {
    padding: 15px 20px 0;
    line-height: 25px;
    text-align: center;
    height: 80px;
    overflow: hidden;
}
.pictxt h3 {
    font-size: 14px;
    font-weight: normal;
}
.gaoqing {
    background: url("../img/gaoqing.jpg") 1px 1px no-repeat;
    padding-left: 26px;
}
a.gaoqing:hover {
    background: url("../img/gaoqing_1.jpg") 1px 1px no-repeat;
    color: #FF702D;
    text-decoration: underline;
}
/*弹出层*/
.bodymodal {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1100;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}
.firsttop_left {
    width: 250px;
    height: 250px;
    margin-right: 30px;
    overflow: hidden;
    float: left;
}
.firsttop_right {
    float: left;
    width: 270px;
    overflow: hidden;
}
.close2 {
    height: 17px;
}
.close2 a {
    background: url('../img/close.jpg') 0px 0px no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    float: right;
}
.replay {
    height: 24px;
    margin-top: 20px;
    overflow: hidden;
}
.replay h2 {
    float: left;
    font-size: 16px;
}
.replay p {
    float: left;
    margin-left: 15px;
    display: inline;
    line-height: 24px;
    padding-right: 25px;
    background: url('../img/replay.png') right no-repeat;
}
.replay p a {
    color: white;
    font-size: 14px;
}
.replay p a:hover {
    color: #FF702D;
    text-decoration: underline;
}
.pictwo {
    width: 270px;
    height: 88px;
    overflow: hidden;
    margin-top: 20px;
}
.pictwo ul li {
    width: 120px;
    height: 88px;
    float: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}
.pictwo ul li img {
    width: 120px;
    height: 88px;
}
.imgdivtext {
    position: absolute;
    bottom: 0px;
    height: 25px;
    width: 120px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 25px;
    text-align: center;
    left: 0px;
    z-index: 4;
*background:#000;
*filter:alpha(opacity=50);
}
.imgdivtext a {
    color: White;
    font-size: 14px;
    font-weight: bold;
}
.imgdivtext a:hover {
    color: #FF702D;
    text-decoration: underline;
}
.returnbtn {
    margin-top: 35px;
    margin-left: 75px;
}
.returnbtn a {
    width: 115px;
    height: 32px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    line-height: 22px;
    text-align: center;
    color: White;
    font-size: 16px;
    display: block;
}
.returnbtn a:hover {
    color: #FF702D;
    text-decoration: underline;
    border: 1px solid #8d5a00;
}
.firsttop {
    width: 300px;
    padding: 20px;
    background: #1C1C1C;
    position: fixed;
    top: 170px;
    left: 0px;
    z-index: 1200;
    color: White;
    display: none;
}
.endtop {
    width: 300px;
    padding: 20px;
    background: #1C1C1C;
    position: fixed;
    top: 170px;
    left: 0px;
    z-index: 1200;
    color: White;
    display: none;
}
/*人才招聘*/
.am-table thead, .am-table td {
    font-size: 16px;
}
.am-table th, .am-table td {
    text-align: center;
}
.news_show p {
	padding: 0 15px;
   margin:0;
}
.swiper-slide  img{
			width: 100%;
		}
footer, .footnav {
    display: none;
}
.picshow{
	display: block;
}
.swiper-container{
	display: none;
	
}
@media only screen and (max-width:750px){
    	.cont{
		display: block;}
  .job_show .info ul li{
  	width: 50%;
   margin: 5px 0 ;
  }
  .job_show .info{
  	font-size: 12px;
  }
	 .news_show .intro img {
  	max-width:100%;
  }
}
@media only screen and (max-width: 840px) {
	.swiper-prev, .swiper-next,.swiper-prev::after, .swiper-next::after{
	    display: none!important;
	}
	.form-add input[type=number], .form-add input[type=search], .form-add input[type=text], .form-add input[type=password], .form-add input[type=datetime], .form-add input[type=datetime-local], .form-add input[type=date], .form-add input[type=month], .form-add input[type=time], .form-add input[type=week], .form-add input[type=email], .form-add input[type=url], .form-add input[type=tel], .form-add input[type=color], .form-add select, .form-add textarea, .am-form-field,.news_show img{
		width:100%;
	}
  .p10{
  display: none;
  }
  .home_title h2{
  	font-size: 24px;
  }
  .am-breadcrumb{
  	padding: 0 15px;
    margin-bottom: 10px;
  }

	.bg_inner{
		height: 300px;
	}
	.banner_inner .con{
		margin-left: -150px;
		font-size: 24px;
		top: 30%;
	}
	iframe{
		width:100%;
		height: 344px;
	}
  .w-imgText{
  	padding: 0 15px;
  }
  .page_show img{
  		width: 100%!important;
    height: 100%!important;
  }
	.news_show h1{
		padding: 0 15px;
	}
	.picshow,.source_right,.pc_header, .bg_nav {
	display: none;
}
	
.swiper-container,.header{
	display: block;
	
}
.swiper-container,.piccontext h2,.source{
	margin: 10px 15px!important;
}
.header {
    background: #f4c100;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
}
.header a {
    color: #fff;
}
.header a:hover {
    color: #ff0;
}
.header .logo {
    text-align: center;
}
.header .logo img {
    max-height: 25px;
    width: auto;
}
.nav ul {
    margin-top: 10px;
}
.nav ul li {
    padding-left: 20px;
    line-height: 45px;
    border-bottom: 1px solid #474747;
}
.nav ul li a {
    color: #ddd;
    display: block;
    margin-right: 5%;
}
.nav ul li a:hover {
    color: #ff0;
}
.nav ul li span {
    margin-right: 15px;
    font-size: 20px;
    color: #fff;
    width: 10%;
    float: right;
    text-align: center;
}
.nav .am-panel {
    background: none;
    margin: 0;
}
.home_pro ul li, .list_pic ul li {
    width: 49%;
}
.home_about .left {
    float: none;
    width: 100%;
  padding: 0 15px;
}
.home_about .right {
    float: none;
    width: 100%;
    padding: 15px;
}
.pro_show .left, .pro_show .right, .pro_intro .left, .pro_intro .right {
    float: none;
    width: 100%;
    padding: 15px;
    overflow: hidden;
}
.pro_intro .intro {
    padding: 0;
  /*display: none;*/
}
 /*
.pro_show .right .intro {
    display: none;
}
  */
.pro_show .right .right_tel p {
    margin: 0 0 15px 0;
}
.pro_intro .tabs ul li a {
    padding: 10px 10px 0 0;
}
.pro_intro .tabs {
    margin-bottom: 25px;
  display: none;
}
.pro_intro .plist {
    margin: 0;
}
.pro_intro .prenext a, .news_show .prenext aP {
    margin: 0;
}
.home_news_list li,.news_show_list li {
    width: 100%;
}
.home_nav ul li {
    width: 32%;
}
.home_nav ul li a {
    padding: 6px;
}
.bg_footer {
    display: none;
}
  .prenext, .news_show .prenext{
  	margin: 50px 0 0 0;
  }
  
  .pro_intro .push .plist ul li {
    float: left;
    width: calc((100% - 20px) / 2);
    margin: 5px;
}
.right{
    display: block!important;
}
  
footer {
    display: block;
    margin: 0 auto 25px auto;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    font-size: 12px;
    color: #444;
}
footer p {
    background: #eee;
    line-height: 25px;
    padding: 15px 10px;
}
  footer p a:nth-child(1){
  	padding-left:10px;
  }
  	footer p img{
	width: 24px;
  padding-right: 5px
}
.footnav {
    display: block;
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 9999;
}
.footnav ul {
    background: #494949;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.footnav li {
    float: left;
    width: 25%;
    border-right: 1px solid #575757;
    padding: 0;
}
.footnav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footnav li a span {
    display: block;
    font-size: 18px;
    margin: 2px 0 0 0;
}
.footnav li a:hover span {
    color: #ff0;
}
.search {
    width: 100%;
    bottom: 54px;
    background: #494949;
    margin: 0 auto;
    border-bottom: 1px solid #575757;
    display: none;
}
.search form {
    padding: 0 15px 15px;
}
.search form span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}
.search form span a.am-close {
    float: right;
    color: #fff;
    padding-top: 5px;
}
.search form input {
    width: 36%;
    border: 1px solid #666;
    padding: 6px 10px;
    border: 0;
}
.search form button {
    width: 30%;
    float: right;
    padding: 6px 10px;
    color: #fff;
    background: #666;
    border: 0;
}
}
.main {
    max-width: 1400px;
    margin: 40px auto;
}
.w-imgText {
    position: relative;
    overflow: visible;
}
.w-imgText ul, .w-imgText li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.w-imgText .item {
    position: relative;
}
.w-imgText .item > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.w-imgText .swiperBox {
    overflow: hidden;
    padding-right: 4%;
}
.w-imgText .imTB {
    overflow: hidden;
}
.w-imgText .img {
    width: 50%;
    float: left;
}
.w-imgText .img img {
    width: 100%;
}
.w-imgText .textB {
    float: left;
    width: 50%;
    padding: 0 4%;
    line-height: 1.7;
}
.w-imgText .textB .bg_x {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.w-imgText .textB .text_x {
    position: relative;
    z-index: 1;
    max-height: 100%;
    overflow: hidden;
}
.w-imgText .textB .text_x .tt_h {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    margin: 0.2em 0;
}
.w-imgText .textB .text_x p {
    color: #808080;
    margin: 0;
}
.w-imgText .textB .text_x .btn {
    margin-top: 2em;
    line-height: 2.5;
    padding: 0 3em;
    display: inline-block;
    border: 1px solid #bbb;
    color: #333;
}
.w-imgText .igt_page {
    position: absolute;
    z-index: 10;
    left: auto;
    width: auto;
    right: 0;
    top: -65px;
    font-size: 20px;
    color: #999;
}
.w-imgText .igt_page span.on {
    color: #222;
    font-size: 200%;
}
.igt_page_text {
    margin-top: 25px;
}
.igt_page_text ul {
    overflow: hidden;
}
.igt_page_text ul, .igt_page_text li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.igt_page_text li {
    float: left;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
}
.igt_page_text li:hover, .igt_page_text li.on {
    opacity: 1;
}
.igt_page_text li .item_span {
    display: inline-block;
*display:inline;
*zoom:1;
    padding: 0 1em 0 0;
    position: relative;
}
.igt_page_text li .item_span:before, .igt_page_text li .item_span:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 600px;
    top: 50%;
    background: #e3e7ed;
}
.igt_page_text li .item_span:before {
    right: 100%;
}
.igt_page_text li .item_span:after {
    left: 100%;
}
.igt_page_text li .item_span > div {
    display: inline-block;
*display:inline;
*zoom:1;
    vertical-align: middle;
}
.igt_page_text li .item_span .num {
    color: #f4f6f9;
    visibility: hidden;
    font-size: 100px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.igt_page_text li .item_span .tit {
    margin-left: 0.5em;
    font-size: 16px;
}
.igt_page_text li:hover .item_span .num, .igt_page_text li.on .item_span .num {
    visibility: visible;
}
.igt_page_text li .item_span .adore {
    display: block;
    width: 1em;
    height: 1em;
    background: #e0e0e0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    left: 77px;
}
.igt_page_text li.on .item_span .adore {
    background: #f60;
}
#top {
    display: none;
    width: 42px;
    height: 42px;
    line-height: 35px;
    position: fixed;
    bottom: 15%;
    right: 5%;
    font-size: 40px;
    background: #f4c100;
    text-align: center;
    text-decoration: none;
    transform: rotate(-90deg);/*旋转*/
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    opacity: 0.85; /*透明*/
    filter: alpha(opacity=85);
    font-family: "Helvetica Neue", "Helvetica", "Arial";
    z-index: 99;
}
#top a {
    color: #eee;
}
.scrollup:hover, .scrollup:focus {
    color: #eee;
    text-decoration: none;
    background: #5b5b5b;
}

@media (max-width:1200px) {
.title {
    padding-left: 15px;
}
}

@media (max-width:1050px) {
.igt_page_text li .item_span .num {
    font-size: 64px;
}
.igt_page_text li .item_span .adore {
    left: 47px;
}
}

@media (max-width:860px) {
 .intro {padding: 12px;}
.w-imgText .igt_page {
    display: none;
}
.w-imgText .swiperBox {
    padding-right: 0;
}
.w-imgText li {
    width: 100%;
}
.w-imgText .img {
    width: 100%;
}
.w-imgText .textB {
    position: relative;
    left: 0;
    padding: 1.2em 4%;
}
.w-imgText .textB .text_x {
    top: 0;
    transform: none;
    -webkit-transform: none;
}
:root .w-imgText .textB .text_x {
    top: 0;
}
.igt_page_text {
    margin-top: 0;
    line-height: 1.3;
}
.igt_page_text li .item_span .num {
    font-size: 50px;
}
.igt_page_text li .item_span .adore {
    left: 34px;
}
}

@media (max-width:767px) {
.igt_page_text li .item_span {
    padding: 0 1em;
}
.igt_page_text li .item_span .tit {
    display: none;
}
.igt_page_text li .item_span .adore {
    left: 50%;
    margin-left: -0.5em;
}
}

@media (max-width:480px) {
body {
    font-size: 3.5vw;
}
.title {
    font-size: 6vw;
}
.w-imgText .textB .text_x .tt_h {
    font-size: 6vw;
}
.igt_page_text li .item_span .num {
    font-size: 14vw;
}
}
  /* 轮播左右箭头按钮样式 */
.swiper-prev, .swiper-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 99999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-prev {
  left: 20px;
}

.swiper-next {
  right: 20px;
}

/* 鼠标悬停效果 */
.swiper-prev:hover, .swiper-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

/* 自定义箭头图标（使用CSS绘制） */
.swiper-prev::after, .swiper-next::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.swiper-prev::after {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.swiper-next::after {
  transform: rotate(45deg);
  margin-right: 4px;
}
    /* 针对移动设备的响应式样式 */
    @media (max-width: 768px) {
        .right {
            padding: 15px;
        }
        
        /* 表格响应式处理 */
        .intro table {
            width: 100%;
            overflow-x: auto;
            display: block;
            border-collapse: collapse;
        }
        
        .intro table td {
            width: auto !important; /* 移除固定宽度 */
            min-width: 80px; /* 设置最小宽度，确保内容可读性 */
            padding: 8px;
            white-space: normal !important; /* 允许文本换行 */
            word-break: break-word; /* 长单词自动换行 */
        }
        
        /* 优化标题样式 */
        .intro p strong {
            font-size: 1.1em;
        }
        
        /* 调整间距 */
        .intro p {
            margin: 10px 0;
        }
        
        /* 调整产品标题 */
        .right h1 {
            font-size: 1.5em;
        }
        
        /* 上下篇导航按钮样式优化 */
        .prenext a {
            display: block;
            margin: 10px 0;
            padding: 8px 12px;
            background-color: #f5f5f5;
            border-radius: 4px;
            text-decoration: none;
        }
        
        .prenext a span {
            display: block;
        }
    }
        /* Swiper容器样式 */
    .swiper {
      width: 100%;
      height: 82vh; /* 默认全屏高度 */
      display: none!important;
    }
    
    .swiper-slide {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
    
    /* 响应式背景图片 */
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    
    /* 滑块内容样式 */
    .slider_txt {
      position: absolute;
      bottom: 50%;
      left: 40px;
      right: 0;
      text-align: center;
      color: white;
      z-index: 10;
      padding: 0 20px;
    }
    
    .slider_title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
    }
    
    .slider_img_pc {
      display: block;
      margin: 0 auto 20px;
      max-width: 80%;
    }
    
    .slider_img_wap {
      display: none;
      margin: 0 auto 20px;
      max-width: 80%;
    }
    
    .slider_button a {
      display: inline-block;
      background-color: #007aff;
      color: white;
      padding: 12px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s;
    }
    
    .slider_button a:hover {
      background-color: #0056b3;
    }
    
    /* 轮播指示器样式 */
    .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background-color: white;
      opacity: 0.7;
      transition: opacity 0.3s;
    }
    
    .swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #007aff;
    }

    
    /* 导航按钮样式 */
    .swiper-button-prev,
    .swiper-button-next {
      color: white;
      opacity: 0.7;
      transition: opacity 0.3s;
    }
    
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
      opacity: 1;
    }
    .slider_title {
    white-space: pre-wrap;
}
.page_show p{
          margin: 5px;
      }
    
    /* 响应式设计 */
    @media (max-width: 768px) {
      .slider_img_pc {
        display: none;
      }
      
      .slider_img_wap {
        display: block;
      }
      
      .slider_title {
        font-size: 1.8rem;
      }
      
      .slider_button a {
        padding: 10px 20px;
        font-size: 0.9rem;
      }
	
		.swiper-slide .slider_txt .slider_title {
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    color: #fff;
    text-shadow: 3px 3px 3px #3c3c3c;
    font-weight: bold;
}
    }