@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:14px/1.75 "Microsoft YaHei";COLOR: #333;  background:#fff;width:100%; overflow-x: hidden;}
A {COLOR: #333; TEXT-DECORATION: none}
P{COLOR: #666;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container{max-width:1400px;margin:0 auto}
.container-s{max-width:90%;margin:0 auto}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
video{
    width:100%;
    height:100%;
    object-fit:fill;  
}

/*PC端公共头部*/
.header{height:90px; position: fixed; top: 0; width: 100%; background: #fff; z-index: 222;box-shadow:1px 1px 10px rgba(0,0,0,0.2) ;}
.header .logo img{display: block; margin-top:30px;  }
.header .nav{ margin-right:50px;}
.header .nav ul li{float: left; position: relative;}
.header .nav ul li:last-child{margin-right: 0}
.header .nav ul li>a{display: block; font-size: 16px; line-height: 90px; color: #333; padding: 0 30px; position: relative;}
.header .nav ul li>a:after{position: absolute; content: ''; width: 0; height: 3px; background: #f60444; top: 0; left: 0}
.header .nav ul li.on>a,.header .nav ul li:hover>a{background: #eeeeee; color: #f60444;transition:0.6s;}
.header .nav ul li.on>a:after,.header .nav ul li:hover>a:after{width: 100%;}
.header .nav li dl{position: absolute;top:90px;z-index:100; background:rgba(246,4,68,0.8);width:100%;line-height:35px;display: none; z-index:9999;}
.header .nav li dl em{display:block;text-align: center;}
.header .nav li dl a{display: block; color:#fff;font-size:15px;}
.header .nav li dl a:hover{text-decoration: underline;}

.ver{display: block; margin-top:33px; margin-right: 16px;}
.search{display: block; margin-top:36px; margin-right: 76px;}
.search-div{position: absolute;top:0;width:100%;left:-100%;transition: all .6s;z-index:223;height:90px; background:#fff;}
.search-div .sear-logo img{margin-top: 14px;  }
.search-close img{margin-top:33px;cursor: pointer;}
.search-close:hover img{transform:rotate(180deg); transition:0.6s;}
.search-addclass{position: fixed;left:0%;}
.header-taddclass{opacity: 0.1;}
.search-form{width:50%;margin:0 auto;border-top:1px solid #999;border-bottom:1px solid #999;margin-top:20px;margin-left:13%; }
.search-form .text{height:50px;width:88%;float:left;border:none; background:none;text-align: center;outline: none;}
.search-form .submit{height:50px;width:12%;float:right;border:none; background:url(../img/search1.png) no-repeat center center;}
.header-zw{height: 90px;}
.wap-header{display: none;}


/*首页banner*/
.banner{height: 788px; position: relative; overflow: hidden; transition:0.6s;}
#banner-num {top: 50%;z-index: 1; right: 3%; left: auto; width: auto;}
#banner-num .swiper-pagination-bullet{width: 10px; height: 10px; opacity: 1; background: #fff; display: block; margin: 10px 0}
#banner-num .swiper-pagination-bullet-active{background: #e77918;}
.scroll{position: absolute; bottom: 50px; z-index: 2; left: 0; right: 0; margin: auto}
.scroll img{display: block; width:20px;margin:0 auto;position:relative;animation:mymove 5s infinite;-moz-animation:mymove 5s infinite; /* Firefox */-webkit-animation:mymove 5s infinite; /* Safari and Chrome */-o-animation:mymove 5s infinite; /* Opera */}
.scroll span{display: block; color: #fff; text-align: center; font-family: arial;}
@keyframes mymove
{
0%   {bottom:0px;}
25%  {bottom:15px;}
50%  {bottom:0px;}
75%  {bottom:15px;}
100% {bottom:0px;}
}

/**新增推荐产品**/
.recom-pro{padding:50px 0 50px;}
.recom-protitle{text-align: center; margin-bottom:30px;}
.recom-protitle strong{display: block; font-size: 30px; line-height: 30px; color: #333; margin-bottom: 2px;}
.recom-protitle span{display: block; font-size: 16px; color: #888888; margin-bottom: 5px; margin-top:10px;}
.recom-content{ width:100%; margin:0 auto;}
.recom-content ul li{ width:21%; float:left; background:url(../img/index_g_5.jpg) no-repeat 0px 0px; padding:0 2%; overflow:hidden;}
.recom-content ul li a{ display:block; width:100%;}
.recom-content ul li a:hover{ display:block; width:100%;}
.recom-content ul li h3{ color:#333333; font-size:18px; font-weight:bold;}
.recom-content ul li span{ color:#999999; font-size:16px; display:block;}
.recom-content ul li .img{ width:100%; height:260px; margin-top:15px; position:relative; overflow:hidden;}
.recom-content ul li .img img{ width:100%; height:260px;}
.recom-content ul li .img em{ position:absolute; top:260px; display:block; width:100%; height:260px; line-height:260px; text-align:center; font-size:16px; background:url(../img/index_g_6.png); color:#fff;}
.recom-content ul li a:hover em{ top:0;}
/*关于晶瑞*/
.about{background: #f5f5f5; padding:50px 0 90px;}
.about .title{ text-align:center; margin-bottom:40px;}
.about .title strong{ color:#333333; font-size:28px;}
.about .title em{ display:block; color:#666666; font-size:16px;}
.about .video{width:50%; position:relative;}
.about .video img{display: block; max-width:100%}
.about .video .video_info{ position:absolute; width:70%; background:url(../img/index_aboutbg.png); top:35%; left:6%; padding:5%;}
.about .video .video_info ul li{float: left; margin-right:25%}
.about .video .video_info ul li:nth-child(3){ margin-right:0;}
.about .video .video_info ul li span{display: block; font-size: 18px; color: #fff;}
.about .video .video_info ul li abbr{display: inline-block; font-size:24px; line-height: 36px; color: #fff; font-family: arial;}
.about .video .video_info ul li h2{display: block; font-size: 20px; color: #fff; text-align: center;}
.about .info{ width:50%}
.about .info p{width:100%; line-height: 30px; color: #666666;text-align: justify; margin-bottom:15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-indent:2em;}
.about .info a {display: block;width: 192px; background:#d91f1f; border-radius: 26px; font-size: 16px; line-height: 52px; color: #fff; text-indent: 46px; transition:0.6s; position: relative; overflow: hidden;}
.about .info a:after{position: absolute; content: '';  background: url(../img/about-more.png) no-repeat right top; width: 8px; height: 13px; top: 20px; right: 43px; transition:0.6s;}
.about .info a:hover{text-indent: 65px;  }
.about .info a:hover:after{right: -43px;}

/*应用领域 */
.field{padding: 63px 0 45px;}
.field-title{text-align: center; margin-bottom:30px;}
.field-title strong{display: block; font-size: 30px; line-height: 30px; color: #333; margin-bottom: 2px;}
.field-title span{display: block; font-size: 16px; color: #888888; margin-bottom: 5px; margin-top:10px;}
.field-title img{display: block; margin: 0 auto;}
.field-content{position: relative; margin-bottom:30px;}
.field-content ul li{position: relative; text-align: center; width:33.3%; float:left;}
.field-content ul li img{display: block; width: 100%;transition: all .5s;}

/*新闻资讯*/
.news{padding: 51px 0 42px; background-color:#f4f4f4;}
.news-title{text-align: center; margin-bottom: 48px;}
.news-title strong{display: block; font-size: 30px; line-height: 30px; color: #333; margin-bottom:5px;}
.news-title span{display: block;  color: #888888; font-family: arial; text-transform: uppercase;}
.latest-news{ width:48%; overflow:hidden;position: relative;}
.latest-news ul li .pic img{display: block; width:100%;height:538px;}
.latest-news ul li .info{position: absolute; width: 50%; background:rgba(173,8,8,0.6); top: 0; left: 0; height: 100%; padding-left: 4%; }
.latest-news ul li em{display: block; font-size: 18px; padding-top: 26%; margin-bottom: 8%; color: #fff; font-weight:bold;}
.latest-news ul li p{ line-height: 25px; color: #eeeeee; width: 86%; text-align: justify; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; margin-bottom: 7%}
.latest-news ul li span{display: block; font-family: arial;color: #fff;}
#news-prev,#news-next{position: absolute; bottom: 9%; width: 31px; height: 31px; border: solid 1px #fff; border-radius: 50%; z-index: 2; top: auto; float: left; right: auto; outline: none;}
#news-prev{background: url(../img/news-prev.png) no-repeat center; left: 4%}
#news-next{background: url(../img/news-next.png) no-repeat center; left: 10%}
#news-prev:hover{background: url(../img/news-prev.png) no-repeat center #ad0808; border-color: #ad0808;}
#news-next:hover{background: url(../img/news-next.png) no-repeat center #ad0808; border-color: #ad0808;}
.news-list{ width:48%;}
.news-list ul li{float: left; margin-bottom: 16px; padding: 1.5% 0; background-color:#fff; width:100%;}
.news-list ul li .pic{width: 22%}
.news-list ul li .pic img{display: block; width:100%;}
.news-list ul li .date{text-align: center; width:20%; font-family: arial;}
.news-list ul li .date em{display: block; font-size: 56px; line-height: 50px; color: #666666; margin-top: 24px;}
.news-list ul li .date span{display: block; font-size: 16px; color: #666666;}
.news-list ul li .info {width:75%}
.news-list ul li .info em{display: block; font-size: 16px; color: #333333;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-top: 18px; margin-bottom: 6px;}
.news-list ul li .info span{display: none;}
.news-list ul li .info p{display: block; line-height: 21px; color: #777777; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news-list ul li:hover{background: #fcf9f9;}
.news-list ul li:hover .pic{padding-left: 1.5%; transition:0.6s;}
.news-list ul li:hover .date em,.news-list ul li:hover .date span,.news-list ul li:hover .info em{color: #f40b4c}

/*建站资讯新增*/
.i_service_t{ overflow:hidden; color:#000; line-height:1.2; margin-top:5%; text-align:center;}
.i_service_t .h2{ font-weight:normal; margin-bottom:1%; font-size:30px; font-weight:bold;}
.i_service_t .p{ color:#666666; font-size:16px;}
.f36{ font-size:36px;}
.f18{ font-size:18px;}
.i_news_bg{ background:#f4f4f4; overflow:hidden;padding-bottom:4%;}
.i_news{margin-top:3%;}
.i_news .int-left{display: block;width: 480px;background: white;float: left; height:560px;}
.i_news .int-left .txts{ margin:0 auto; width:94%; max-width:444px; overflow:hidden; margin-top:30px;}
.i_news .int-left .date{ color:#999999; border-bottom:1px solid #e8e8e8; /*overflow:hidden;*/ padding-bottom:11px; line-height:20px; position:relative;}
.i_news .int-left .date:before{position: absolute;content: ''; width: 0%; height: 1px;background: #e60012; transition: all 1s; bottom: -1px;}
.i_news .int-left:hover .date:before{ width:100%;}
.i_news .int-left .date:after{ position:absolute; content:""; height:8px; width:22px; background:url(../img/i_news_pic1.png) center top no-repeat; right:0; top:50%; margin-top:-4px;transition:all 0.3s;}
.i_news .int-left:hover .date:after{ height:15px; margin-top:-7px;}
.i_news .int-left .date .day{ font-size:45px; display:block; font-style:normal; line-height:40px; height:40px; overflow:hidden;}
.i_news .int-left .h3{font-size: 18px; font-weight:normal;color: #000000;line-height: 30px; height:30px;margin-bottom: 12px; margin-top:31px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;transition:all 0.3s;}
.i_news .int-left .p{font-size: 14px;color: #777777; height:48px; line-height:24px; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.i_news .int-left .ine-pic{width: 100%;overflow: hidden;}
.i_news .int-left .ine-pic img{width: 100%; display: block;transition: all 1s;}
.i_news .int-left:hover{box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.i_news .int-left:hover img{transform: scale(1.1);}
.i_news .int-left:hover .h3{color:#e60012;}
.i_news .int-mid{width: 30%;float: left;margin-left:12px; margin-right:12px;}
.i_news .intm{background: white;  margin-bottom:12px; height:274px; overflow:hidden;}
.i_news .intm:last-child{ margin-bottom:0;}
.i_news .int-mid .txts{ margin:0 auto; width:94%; max-width:444px; overflow:hidden; margin-top:30px;}
.i_news .int-mid .date{ color:#999999; border-bottom:1px solid #e8e8e8; /*overflow:hidden;*/ padding-bottom:11px; line-height:20px; position:relative;}
.i_news .int-mid .date:before{position: absolute;content: ''; width: 0%; height: 1px;background: #e60012; transition: all 1s; bottom: -1px;}
.i_news .int-mid .intm:hover .date:before{ width:100%;}
.i_news .int-mid .date:after{ position:absolute; content:""; height:8px; width:22px; background:url(../img/i_news_pic1.png) center top no-repeat; right:0; top:50%; margin-top:-4px;transition:all 0.3s;}
.i_news .int-mid:hover .date:after{ height:15px; margin-top:-7px;}
.i_news .int-mid .date .day{ font-size:45px; display:block; font-style:normal; line-height:40px; height:40px; overflow:hidden;}
.i_news .intm .h3{font-size: 18px; font-weight:normal;color: #000000;line-height: 30px; height:30px;margin-bottom: 12px; margin-top:31px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;transition:all 0.3s;}
.i_news .intm:hover{box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.i_news .intm:hover .h3{ color:#e60012;}
.i_news .intm .p{font-size: 14px;color: #777777; height:48px; line-height:24px; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.i_news .int-right{ overflow:hidden;}
.i_news .int-right .inr-list{height: 131px;display: block; background:#fff;margin-bottom: 12px;}
.i_news .int-right .inr-list:hover{box-shadow: 0 5px 15px rgba(0,0,0,0.06);}
.i_news .int-right .inr-list:last-child{ margin-bottom:0;}
.i_news .int-right .inr-list .boxs{ margin:0 auto; width:94%; max-width:548px; overflow:hidden;position:relative;}
.i_news .int-right .inr-list .boxs:after{position:absolute; content:""; height:8px; width:22px; background:url(../img/i_news_pic1.png) center top no-repeat; right:0; top:50%; margin-top:-4px;transition:all 0.3s;}
.i_news .int-right .inr-list:hover .boxs:after{ height:15px; margin-top:-7px;}
.i_news .int-right .inr-list .inr-l{ ;width: 85px; margin-top:39px;float: left;color:#999999; overflow:hidden;line-height:20px;  }
.i_news .int-right .inr-list .inr-l .day{font-size:45px; display:block; font-style:normal; line-height:40px; height:40px; overflow:hidden;}
.i_news .int-right .inr-list .inr-l .h5{font-size: 14px;color: #777;font-family: 'Open sans';padding-left: 2px;}
.i_news .int-right .inr-list .inr-r{ padding-right:25px;overflow:hidden;}
.i_news .int-right .inr-list .inr-r .h3{ font-size: 18px; font-weight:normal;color: #000000;line-height: 34px; height:34px; margin-top:40px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;transition:all 0.3s;}
.i_news .int-right .inr-list:hover .inr-r .h3{ color:#e60012;}

/*我们的客户*/
.hezuo{ width:100%; height:334px; background:url(../img/index_hzbg.jpg) no-repeat center;}
.hezuo .field{padding: 63px 0 45px;}
.hezuo .field-title{text-align: center; margin-bottom:50px;}
.hezuo .field-title strong{display: block; font-size: 30px; color: #fff;}
.hezuo .field-title span{display:block;font-size:16px;color:#fff;margin-bottom:5px;margin-top:10px;}
.hezuo .field-content{position: relative; margin-bottom:30px;}
.hezuo .field-list{overflow: hidden; }
.hezuo .field-list ul li{position: relative; text-align: center;}
.hezuo .field-list ul li .pic{width:100%;overflow: hidden;}
.hezuo .field-list ul li .pic img{display: block; width: 100%;transition: all .5s;}
.hezuo .field-more{display: block; width: 218px; line-height: 48px; border: solid 1px #cfcfcf; font-size: 15px; color: #666; text-align: center; margin: 0 auto; border-radius: 25px;}
.hezuo .field-more:hover{background: #3287cf; border-color: #3287cf; color: #fff; transition:0.6s; }
#index-num{display: none;}
#index-prev,#index-next{position: absolute; width: 31px; height: 48px;}
#index-prev{background: url(../img/index_hzL.png) no-repeat center; left: -56px;}
#index-next{background: url(../img/index_hzR.png) no-repeat center; right: -56px;}
#index-prev:hover{background: url(../img/index-prev2.png) no-repeat center #3287cf; border-color: #3287cf}
#index-next:hover{background: url(../img/index-next2.png) no-repeat center #3287cf; border-color: #3287cf}

/**新增**/
.wrap{clear:both; width:90%;max-width:1400px;margin:0 auto;text-align:left;zoom:1; overflow:hidden;}
.case_a{overflow:hidden; padding-top:2%; padding-bottom:2%; border-bottom:1px solid #e0e0e0; font-size:18px;}
.case_a ul li{ float:left;height:30px; line-height:30px;overflow:hidden; margin-right:3%;}
.case_a ul li:last-child{ margin-right:0;}
.case_a ul li a{ display:block; position:relative; padding-left:40px; color:#666666;}
.case_a ul li a:before{ content:""; position:absolute; left:0; top:50%; margin-top:-1px; height:2px; width:0px; background:#000000;transition:all 0.3s;}
.case_a ul li a:hover{ color:#000;}
.case_a ul li a:hover:before{ width:20px;}
.case_a ul li.osel a{color:#000;}
.case_a ul li.osel a:before{ width:20px;}
.news_ul{  margin-top:4%;}
.news_ul ul li{ float:left; margin-right:3%; width:31.33%; overflow:hidden; margin-bottom:3%;display:block; background:#f5f5f5;transition:all 0.3s;}
.news_ul ul li:nth-child(3n+0){ margin-right:0;}
.news_ul ul li .txts{ overflow:hidden; padding:5%; color:#666666; font-size:16px;}
.news_ul ul li .txts .date{ overflow:hidden; height:24px; line-height:24px; margin-top:1%; margin-bottom:1%;}
.news_ul ul li .txts .h2{height:30px; line-height:30px; overflow:hidden; font-size:18px; font-weight:normal; margin-bottom:2%;margin-top:5%; transition:all 0.3s; color:#000;}
.news_ul ul li .txts .p{  overflow:hidden; transition:all 0.3s; height:48px; line-height:24px; display:block; position:relative;}
.news_ul ul li .mores{ font-size:16px; display:inline-block; line-height:30px; height:30px; padding-right:24px;overflow:hidden;background:url(../img/i_bg3.png) right center no-repeat;  transition:all 0.3s;margin-top:6%;clear:both; overflow:hidden;}
.news_ul ul li .mores label{ display:block; overflow:hidden; width:0;color:#fff;transition:all 0.3s;}
.news_ul ul li:hover{/*-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.1); box-shadow: 0 5px 25px rgba(0,0,0,0.1);*/-webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); background:#e60012;}
.news_ul ul li:hover .txts .date{ color:#fff;}
.news_ul ul li:hover .txts .h2{ color:#fff;}
.news_ul ul li:hover .txts .p{ color:#fff;}
.news_ul ul li:hover .mores{ padding-right:46px; width:auto; background-image:url(../img/i_bg2.png);}
.news_ul ul li:hover .mores label{ width:auto; color:#fff; }
.news_ul ul li .mores:hover{ margin-left:5px;}

/*新闻有图列表*/
.news_ul2{  margin-top:4%; overflow:hidden;}
.news_ul2 ul li{ float:left; margin-right:3%; width:31.33%; overflow:hidden; margin-bottom:3%;display:block; padding-bottom:1.5%; position:relative;}
.news_ul2 ul li:before{ content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#e5e5e5;}
.news_ul2 ul li:after{ content:""; position:absolute; bottom:0; left:0; width:0%; height:1px; background:#e60012;transition:all 0.3s;}
.news_ul2 ul li:nth-child(3n+0){ margin-right:0;}
.news_ul2 ul li .imgs{ overflow:hidden;}
.news_ul2 ul li .imgs img{display: block;width:100%; max-height:460px; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;/* -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/}
.news_ul2 ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);/*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/}
.news_ul2 ul li .txts{ overflow:hidden;font-size:16px;}
.news_ul2 ul li .txts .date{ overflow:hidden; height:24px; line-height:24px; margin-top:6%;  color:#666666;}
.news_ul2 ul li .txts .h2{height:30px; line-height:30px; overflow:hidden; font-size:18px; font-weight:normal;margin-top:2%; transition:all 0.3s; color:#000000;}
.news_ul2 ul li .mores{  display:inline-block; line-height:30px; height:30px; padding-right:24px;overflow:hidden;background:url(../img/i_bg3.png) right center no-repeat;  color:#000;transition:all 0.3s;margin-top:5%;clear:both; overflow:hidden;}
.news_ul2 ul li .mores label{ display:block; overflow:hidden; width:0;}
.news_ul2 ul li:hover:after{ width:100%;}
.news_ul2 ul li:hover .mores{ padding-right:46px; width:auto; background-image:url(../img/i_bg3_on.png); color:#e60012;}
.news_ul2 ul li:hover .mores label{ width:auto; }
.news_ul2 ul li .mores:hover{ margin-left:5px;}
.news_ul2 ul li:hover .txts .h2{ color:#e60012;}

/**新闻详情**/
.news_con{line-height:36px;font-size:16px; overflow:hidden; padding-top:4.5%; padding-bottom:4.5%; max-width:1200px; margin:0 auto;}
.news_con .title{ text-align:center;}
.news_con .tit{ margin-bottom:10px; text-align:center;}
.news_con img{ max-width:100%;}
/*分享3*/
.news_share{ text-align:center; margin-bottom:4%;}
.news_share ul li{ display:inline-block;width:58px; height:58px; margin-left:17px; margin-right:17px; }
.news_share ul li a{ display:block; width:100%; height:100%;margin:0; position:relative;transition:all 0.3s;}
.news_share ul li a:hover{/*filter: Alpha(Opacity=60);opacity: 0.6;*/}
.news_share ul li a:after{content: ""; position:absolute; width:100%; height:100%;left:0%; top:0;transition:all 0.3s;background-size:0% 0%; background-repeat:no-repeat; background-position:center center; border-radius:50%;}
.news_share ul li a:hover:after{ background-size:100% 100%; background-color:#000;}
.news_share ul li.weixin a{ background:url(../img/news_pic2.png) center center no-repeat;background-size:100% 100%;}
.news_share ul li.weixin a:hover{filter: Alpha(Opacity=100);opacity: 1.0;}
.news_share ul li.weixin a:after{ background-image:url(../img/news_pic2_on.png);}
.news_share ul li.weixin .wem1{width: 203px; display: none;text-align: center; padding-top: 20px; padding-bottom:20px; position: absolute; margin-left:-72px;margin-top: -203px; background-image: url(../img/ewm.png);background-repeat: no-repeat;}
.news_share ul li.weixin .wem1 img{ width:155px; height:155px; margin-right:5px;}
.news_share ul li.weixin a:hover .wem1{ display:block;}
.news_share ul li.tqq a{ background:url(../img/news_pic4.png) no-repeat;background-size:100% 100%;}
.news_share ul li.tqq a:after{ background-image:url(../img/news_pic4_on.png);}
.news_share ul li.tqq a.bds_sqq{ width:58px; padding:0;}
.news_share ul li.qq a{ background:url(../img/news_pic1.png) no-repeat;background-size:100% 100%;}
.news_share ul li.qq a:after{ background-image:url(../img/news_pic1_on.png);}
.news_share ul li.qq a.bds_sqq{ width:58px; padding:0;}
.news_share .bdshare-button-style0-24{ height:100%;}
.news_share ul li.sinna a.bds_tsina{ background:url(../img/news_pic3.png) left top no-repeat; width:58px; padding:0;background-size:100% 100%;}
.news_share ul li.sinna a.bds_tsina:after{ background-image:url(../img/news_pic3_on.png);}
/**新增**/
.case_page{ overflow:hidden;  background:#fff; padding-bottom:2%;}
.case_page .wrap{position:relative;}
.case_page .goback{ display:block; max-width:178px; margin:0 auto; height:54px; line-height:54px; margin-top:13px; margin-bottom:13px; overflow:hidden; text-align:center; font-size:16px; border:1px solid #aaaaaa;transition:all 0.3s;}
.case_page .goback:hover{ border-color:#e60012;}
.case_page .goback span{ display:inline-block; padding-left:28px; background:url(../img/case_bg3.png) left center no-repeat;transition:all 0.3s; color:#000;}
.case_page .goback:hover span{ background-image:url(../img/case_bg3_on.png);color: #e60012;}
.case_page .cpage{ position:absolute; line-height:80px; height:80px; overflow:hidden; color:#000; font-size:16px; background-repeat:no-repeat; top:0;  max-width:30%;text-overflow: ellipsis;white-space: nowrap;}
.case_page .cpage:hover{color: #e60012}
.case_page .cpage.cprev{ left:0; background-position:left center; background-image:url(../img/case_bg2.png); padding-left:33px;transition:all 0.3s;}
.case_page .cpage.cprev:hover{ background-image:url(../img/case_bg2_on.png);}
.case_page .cpage.cnext{ right:0; background-position:right center; background-image:url(../img/i_bg3.png); padding-right:33px;}
.case_page .cpage.cnext:hover{ background-image:url(../img/i_bg3_on.png);}
/*项目报价*/
.wrap2{clear:both; width:96%;max-width:1600px;margin:0 auto;text-align:left;zoom:1;}
.i_t{ color:#000; overflow:hidden; padding-top:2%; padding-bottom:1.5%; font-weight:normal;}
.i_bj{padding-top:2%; padding-bottom:4%; font-size:14px; color:#555555; background:#fff;}
.i_bj .i_form{ margin-top:1%; overflow:hidden; margin-bottom:2.5%;}
.i_bj .i_zx_input{ float:left; display:inline-block;margin-right:1.25%; width:22.5%; overflow:hidden; height:62px; line-height:62px; overflow:hidden; border:1px solid #ececec;  text-indent:19px; color:#333333; font-size:16px; outline:none; background:#fff;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;font-family:"微软雅黑";}
.i_bj .i_zx_input.bgs2{width:36.25%;}
.i_bj select::-ms-expand { display: none; } 
.i_bj .i_zx_btns{ float:right; appearance:none; outline:none;  -moz-appearance:none;  -webkit-appearance:none;display:inline-block; width:15%; height:62px; line-height:62px; overflow:hidden; text-align:center; color:#fff; background:#e60012; font-family:"微软雅黑";cursor:pointer; border:0; font-size:18px;}
.i_bj .i_zx_btns:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80); background:#b9a978;}

.i_bj{background: url(../img/i_bg4.jpg) center center no-repeat; background-size: cover;}


/*公共底部*/
/*尾部公司信息*/
.f_bg2{ background:#383637; overflow:hidden; color:#999999; font-size:14px; padding-top:2.5%; padding-bottom:3.3%;}
.f_bg2 a{color:#999999; text-decoration:none;transition:all 0.3s;}
.f_bg2 a:hover{ color:#fff;}
.f_bg2 .h3{font-size:18px; color:#fff; font-weight:normal; line-height:66px; height:66px; border-bottom:1px solid #414141;margin-bottom:25px;}
.f_bg2 .links{ width:31%; float:left;  margin-right:3.5%; overflow:hidden; }
.f_bg2 .links.w2{ margin-right:0;}
.f_bg2 .links ul li{ float:left; line-height:30px;overflow:hidden; width:50%; height:30px;text-overflow: ellipsis;white-space: nowrap;}
.f_bg2 .links ul li a{ padding-right:5px; color:#999999;font-size:14px;}
.f_bg2 .links ul li a:hover{ margin-left:5px; padding-right:0; color:#fff;}
.f_bg2 .links.w1 ul li{ float:none; width:100%; margin-bottom:15px;}
.f_bg2 .f_div2_r{ float:right; width:31%;  overflow:hidden; line-height:30px;}
.f_bg2 .f_div2_r .p{ overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.f_bg2 .f_div2_r .mores{ display:block; width:94px; height:30px; line-height:30px; border-radius:20px; text-align:center;border:1px solid #484848; font-size:14px; transition:all 0.3s; color:#5e5e5e;font-family:"宋体"; margin-top:5%;}
.f_bg2 .f_div2_r .mores:hover{ border-color:#fff; color:#fff;}
.f_bg2 .f_div2_r .mores span{ padding-right:20px; text-transform:uppercase; font-size:13px;color:#5f5f5f; display:inline-block; vertical-align:unset;transition:all 0.3s; }
.f_bg2 .f_div2_r .mores:hover span{ color:#fff; padding-right:23px;}

.mfoot{ display:none;}
.foot{background: #27292b}
.foot-top{border-bottom: solid 1px #3f4042; height: 121px;}
.foot-top .logo img{display: block; margin-top: 35px;}
.foot-nav{padding-top: 42px;}
.foot-nav ul li{float: left;}
.foot-nav ul li a{display: block; font-size: 16px; color: #fff; padding: 0 26px; background: url(../img/foot-nav.png) no-repeat center right;}
.foot-nav ul li:last-child a{background: transparent;}
.foot-contact{border-bottom: solid 1px #3f4042; height: 161px;color: #fff;}
.foot-contact .info{margin-top: 41px;}
.foot-contact .info ul li{float: left; margin-right: 27px;}
.foot-contact .info ul li .icon{float: left; margin-right:15px; width:50px; padding-top:10px;}
.foot-contact .info ul li .icon img{ width:100%;}
.foot-contact .info ul li .text{float: left;}
.foot-contact .info ul li .text span,.foot-contact .info ul li .text em{display: block; font-size: 15px;}
.foot-contact .info ul li .text span{margin-top: 5px;}
.foot-contact .info ul li .text strong{display: block; font-size: 22px; font-family: arial; line-height: 18px; margin-top: 6px;}
.foot-contact .wechat{margin-top: 21px; width:auto;}
.foot-contact .wechat img{display: inline-block;margin-right: 8px;}
.foot-contact .wechat em{display: block; font-size: 16px;}
.foot-copy{padding: 10px 0}
.foot-copy p{color: #c0c1c1; margin-top:20px;}
.foot-copy p a{display: inline-block; color: #c0c1c1}
.foot-copy p a:hover{color: #fff;}
.foot-copy p:first-child a{margin-left: 20px;}
.beian{margin-left: 30px;}
.beian img{ width:50px;}






/*右侧在线咨询*/
/* side */
.side{position:fixed;width:60px;right:0;top:355px;z-index:100; text-align:left;filter: Alpha(Opacity=95);opacity: 0.95; display:none;}
.side ul li{width:60px;height:60px; line-height:60px;float:left;position:relative; margin-bottom:1px;background:#191919;}
.side ul li:last-child{ background:#191919;}
.side ul li img{opacity:0.8;filter:Alpha(opacity=80);}
.side ul li:hover img{opacity:1;filter:Alpha(opacity=100);}
.side ul li .sidebox{border-radius:5px 0 0 0px;background:#191919;position:absolute;width:60px;height:60px;top:0;right:0;transition:all 0.3s;/*opacity:0.9;filter:Alpha(opacity=90);*/color:#fff;font:14px/60px "寰蒋闆呴粦";overflow:hidden;}
.side ul li .sidebox:hover{ border-radius:5px 0 0 5px;}
.side ul li .sidetop{width:60px;height:60px;line-height:60px;display:inline-block; background:#ff8500;border-radius:0 0 0 5px;/*background:#e98318;opacity:0.9;filter:Alpha(opacity=90);*/transition:all 0.3s;}
.side ul li .sideewm{width:60px;height:60px;line-height:60px;display:inline-block;/*background:#191919;opacity:0.9;filter:Alpha(opacity=90);*/transition:all 0.3s;}
.side ul li .sideewm .ewBox {
  width: 207px;
  display: none; 
  color: #363636;
  text-align: center;
  position: absolute;
  left: -203px;
  top: -86px;
  background-image: url('../img/leftewm.png');
  background-repeat: no-repeat;
  background-position: center 0px; height:226px
}
.side ul li .sideewm .ewBox img{ width:150px; height:150px;  margin-top:30px; margin-left:25px;}
.side ul li .sideetel{width:60px;height:60px;line-height:60px;display:inline-block;/*background:#000;opacity:0.9;filter:Alpha(opacity=90);*/transition:all 0.3s; text-align:left;}
/*.side ul li .sideetel:hover{background:#f3782a;opacity:1;filter:Alpha(opacity=100);}*/
.side ul li .sideetel .telBox {
  width: 185px;
  height:72px;

  padding-top:135px;
  display: none; 
  color: #363636;
  text-align: center;
  position: absolute;
  left: -185px;
  top: -155px;
  background-repeat: no-repeat;
  background-position: center top;
}
.side ul li .sideetel .telinput{ width:135px; text-align:center; height:25px; line-height:25px; background-color:#fff; color:#7d7d7d; font-size:14px; margin-left:25px; border:0; z-index:9999999; float:left;}
.side ul li .sideetel .telbnt{ width:135px; height:26px; line-height:26px; background-color:#735012; font-size:14px; border:0;margin-left:25px; margin-top:5px; color:#fff; cursor:pointer;border-radius:4px; float:left;}
.side ul li img{float:left;}




/*内页banner*/
.ny-banner{height: 415px; position: relative; transition:0.6s;}
.pro-banner{background: url(../img/pro-banner.jpg) no-repeat center;}

.ny-banner .info{position: absolute; width:60%; color: #fff; text-align: center; left: 0; right: 0; margin: auto;top: 50%; transform: translateY(-50%);}
.ny-banner .info strong{display: block; font-size:34px; line-height: 40px;}

.gkj-banner{background: url(../img/gkj.jpg) no-repeat center;  }
.gkj-banner .info strong{ margin-bottom: 26px;}
.gkj-banner .info span{display: block; font-size:20px; letter-spacing:2px; }

.ccsj-banner{background: url(../img/ccsj.jpg) no-repeat center;  }
.ccsj-banner .info strong{ margin-bottom: 26px;}
.ccsj-banner .info span{display: block; font-size: 18px; }

.field-banner{background: url(../img/field-banner.jpg) no-repeat center;  }
.field-banner .info strong{ margin-bottom: 26px;}
.field-banner .info span{display: block; font-size: 18px; }

.news-banner{background: url(../img/news-banner.jpg) no-repeat center;  }
.news-banner .info strong{ margin-bottom: 4px;}
.news-banner .info span{display: block; font-size: 15px; opacity: 0.51; }

.lx-banner{background: url(../img/lxbanner.jpg) no-repeat center;  }
.lx-banner .info strong{ margin-bottom: 4px;}
.lx-banner .info span{display: block; font-size: 15px; opacity: 0.51; }

.zp-banner{background: url(../img/zpbanner.jpg) no-repeat center;  }
.zp-banner .info strong{ margin-bottom: 4px;}
.zp-banner .info span{display: block; font-size: 15px; opacity: 0.51; }

.about-banner{background: url(../img/about-banner.jpg) no-repeat center;}
.about-banner .info strong{margin-bottom: 4px;}
.about-banner .info span{display: block; font-size: 15px; opacity: 0.51;}

.parameter-banner{background: url(../img/parameter-banner.jpg) no-repeat center;}
.process-banner{background: url(../img/process-banner.jpg) no-repeat center;}
.contact-banner{background: url(../img/contact-banner.jpg) no-repeat center;}

.yypt-banner{background: url(../img/pt-banner.jpg) no-repeat center;}
.yypt-banner .info strong{margin-bottom: 4px;}
.yypt-banner .info span{display: block; font-size: 24px; letter-spacing:2px; }


/*内页产品列表页*/
.nyclass .ctitle1{text-align: center; padding: 31px 0 49px;}
.nyclass .ctitle1 li{display: inline-block; margin: 0 22.5px; margin-bottom:22.5px;}
.nyclass .ctitle1 li a{display: block; width: 210px;  background: #eeeeee; font-size: 16px; line-height: 55px; color: #333; border-radius: 28px;}
.nyclass .ctitle1 li.on a,.nyclass .ctitle1 li:hover a{background: #3287cf;; color: #fff; font-weight: bold; transition:0.6s;}


/*内页产品列表页*/
.ny-prolist{overflow: hidden; padding-bottom: 71px; margin-top:30px;}
.ny-prolist ul{width: calc(100% + 15px)}
.ny-prolist ul li{float: left; background: #f4f4f4; margin-right: 15px; margin-bottom: 20px; width: calc(100% / 4 - 15px)}
.ny-prolist ul li .pic{width:100%;overflow: hidden;}
.ny-prolist ul li .pic img{display: block; width: 100%;transition: all .5s;}
.ny-prolist ul li h3{display: block; font-size: 16px; line-height: 75px; color: #333333; text-align: center; width: 80%; margin: 0 auto; border-top: solid 1px #e3e3e3;}
.ny-prolist ul li:hover .pic img{transform: scale(1.1);}

/*内页面包屑*/
.position{padding:30px 0 30px}
.position span{background: url(../img/position-home.png) no-repeat left center; padding-left: 27px; color: #666666}
.position a{color: #666;}
.position a:hover{color: #3287cf}

/*内页产品详情页*/
.proxq{padding-bottom: 74px;}
.propic-list{width: 48%; overflow: hidden; position: relative;}
.propic-list ul li{float: left; }
.propic-list ul li img{display: block; width: 100%}
#proxq-num{display: none;}
#proxq-prev,#proxq-next{width: 39px; height: 105px; position: absolute; z-index: 2;}
#proxq-prev{background: url(../img/pro-prev.png) no-repeat center #dddddd; left: 0}
#proxq-next{background: url(../img/pro-next.png) no-repeat center #dddddd; right: 0}
#proxq-prev:hover{background: url(../img/pro-prev2.png) no-repeat center #3287cf;}
#proxq-next:hover{background: url(../img/pro-next2.png) no-repeat center #3287cf;}

.pro-info{width: 47%; margin-top: 38px;}
.pro-info h3{display: block; font-size: 32px; color: #3287cf; font-weight: bold;}
.pro-info span{display: block; font-size: 16px; color: #333333; margin-bottom: 19px;}
.pro-info em{display: block; font-size: 15px; line-height: 33px; color: #666666;width: 96%; text-align: justify; margin-bottom: 45px;}
.pro-info a{display: block; width: 33%; font-size: 20px; line-height: 79px; color: #fff; text-align: center; font-weight: bold; background: #3287cf; margin-right: 1.5%;}
.pro-info a:hover{background: #e77918; transition:0.6s;}
.pro-info .tel{background: #eeeeee; width: 61%; line-height: 79px; text-align: center; height: 79px; overflow: hidden;}
.pro-info .tel p{font-size: 16px; color: #333333; }
.pro-info .tel img{display: inline-block; margin-right: 22px; vertical-align: middle;}
.pro-info .tel strong{display: inline-block; font-size: 22px; color: #333333}
.pro-info .tel i{font-style: normal;}
.pro-icon{overflow: hidden; margin-top: 73px;}

.pro-icon ul li{float: left; margin-right: 12%}
.pro-icon ul li .icon{display: block; width: 94px; height: 81px; border: solid 1px #cfcfcf; border-radius: 10px; position: relative; margin: 0 auto;}
.pro-icon ul li .icon img{display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}
.pro-icon ul li h2{display: block; font-size: 16px; color: #777777; text-align: center;}
.pro-icon ul li:last-child{margin-right: 0}

.proxq-details{background: #f5f5f5; padding-bottom: 48px;}
.details-title{padding: 42px 0 15px; border-bottom: solid 1px #ddd; margin-bottom: 33px;}
.details-title em{display: block; font-size: 28px; color: #3287cf}
.details-title span{display: inline-block; font-size: 18px; color: #666666; text-transform: uppercase; font-family: arial; margin-left: 17px;}


/*领域分类*/
.field-class{background: #f5f5f5}
.field-class .ctitle1{text-align: center; }
.field-class .ctitle1 li{display: inline-block;}
.field-class .ctitle1 li a{display: block;font-size: 16px; line-height: 70px; color: #555555;    padding: 0 20px;margin:0 10px;}
.field-class .ctitle1 li.on a,.field-class .ctitle1 li:hover a{background: #e77918;; color: #fff; font-weight: bold; transition:0.6s;}
.proxq-details img{ max-width:100%;}

/*内页领域分类列表页*/
.fieldclass-list ul li{float: left; width: 100%; margin-bottom: 19px; padding: 35px 0;}
.fieldclass-list ul li:last-child{margin-bottom: 0}
.fieldclass-list ul li:nth-of-type(even){background: #f5f5f5}
.fieldclass-list ul li .pic{width: 47%; float: left;}
.fieldclass-list ul li .pic img{display: block; width: 100%}
.fieldclass-list ul li .info{width: 44%; float: right; margin-right: 4.5%}
.fieldclass-list ul li .info em{display: block; font-size: 28px; color: #333333; margin-top: 34px; margin-bottom: 24px;}
.fieldclass-list ul li .info p{display: block; font-size: 17px; line-height: 35px; color: #666; text-align: justify; margin-bottom: 47px;}
.fieldclass-list ul li .info span{display: block; width: 180px; background: #eeeeee; line-height: 50px; font-size: 15px; color: #444444; border-radius: 25px; text-align: center;}
.fieldclass-list ul li:nth-of-type(even) .pic{float: right;}
.fieldclass-list ul li:nth-of-type(even) .info{float: left; margin-left: 2%; margin-right: 0}
.fieldclass-list ul li:first-child .info em{margin-top: 54px;}
.fieldclass-list ul li:hover .info span{background: #3287cf; color: #fff; transition:0.6s;}


/*内页领域列表页*/
.nyfield{padding-bottom: 53px; margin-top:50px;}
.nyfield-title{text-align: center; padding: 46px 0 40px;}
.nyfield-title em{display: block; font-size: 32px; color: #333333;}
.nyfield-title span{display: block; font-size: 16px; line-height: 30px; color: #666666; width: 45%; margin: 0 auto;} 
.nyfield-list{overflow: hidden;}
.nyfield-list ul{width: calc(100% + 26px)}
.nyfield-list ul li{float: left; width: calc(100% / 4 - 46px); margin-right: 26px; margin-bottom: 26px; cursor:pointer; border:10px solid #ddd;}
.nyfield-list ul li .pic img{display: block; width: 100%}
.nyfield-list ul li em{display: block; font-size: 18px; line-height:50px; color: #444444; text-align: center; border-top: none; box-sizing: border-box; background-color:#f5f5f5;}
.nyfield-list ul li:hover em{background: #f60444; color: #fff; transition:0.6s;}


/*内页新闻列表页*/
.nynews-list{padding: 43px 0 70px;}
.nynews-list ul li{float: left; margin-bottom: 18px; background: #f5f5f5}
.nynews-list ul li .pic{float: left; width: 30%}
.nynews-list ul li .pic img{display: block; width: 100%}
.nynews-list ul li .info{float: left; padding: 0 3%; width: 64%}
.nynews-list ul li .info strong{display: block; font-size: 18px; color: #222222; font-weight: normal; margin-top: 40px; margin-bottom: 12px;}
.nynews-list ul li .info p{ font-size: 15px; line-height: 33px; color: #777777; text-align: justify; margin-bottom: 34px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.nynews-list ul li .info em,.nynews-list ul li .info span{display: inline-block; line-height: 29px;}
.nynews-list ul li .info em{ width: 102px; background: #ebebeb; font-size: 16px;  color: #777777; text-align: center; float: left;}
.nynews-list ul li .info span{font-size: 16px; color: #555555; float: right;}
.nynews-list ul li:hover .info strong{color: #3287cf}


/*公司简介*/
.nyabout{padding: 47px 0 38px;}
.about-title{text-align: center;}
.nyabout .about-title{ margin-bottom: 34px;}
.about-title em{display: block; font-size: 30px; line-height: 30px; color: #333; margin-bottom:5px;}
.about-title span{display: block; font-size: 16px; color: #888}
.nyabout .info{width:100%;  margin: 0 auto;border-bottom:1px solid #e9e9e9;}
.nyabout .info .img{ width:100%;}
.nyabout .info p{font-size: 15px; line-height: 30px; color: #666666; text-indent: 2rem;  margin-bottom: 35px;}
.development{padding: 52px 0 47px}
.development .about-title{margin-bottom: 24px;}
.development .about-list{ position:relative; height:100%;}
.development .about-list dl{ margin-bottom:30px; position:relative; z-index:9;}
.development .about-list dl dt{ width:7%; color:#666666; font-size:20px; background:url(../img/bd.png) no-repeat center right;}
.development .about-list dl dd{ width:90%; font-size:16px; color:#333333; padding:1%;}
.development .about-list i{border-left:1px solid #d4d4d4; width:1px; height:89%; display:block; position:absolute; top:24px; left:6.49%;}
.development .about-list dl:hover dt{ background:url(../img/hd.png) no-repeat center right;}
.development .about-list dl:hover dd{background-color:#fff; box-shadow: 0px 3px 15px rgba(110, 152,204, .3);}

.editbox{padding:  30px 0;}
.pagelist {padding: 10px 0;margin-top:15px;overflow: hidden;border-top:0px solid #eee;text-align:center;}
.pagelist a,
.pagelist span {border: 1px solid #ccc; display: inline-block;padding: 2px 8px;margin-right:5px;}
.pagelist span.current {color: #f30;border: 1px solid #ddd;}
.editbox img{ max-width:100%;}

.process-table{margin-top: 45px;}
.newsxq{max-width:64%;margin:30px auto; background: #f5f5f5;border-radius: 10px;padding:2%;}
.newsxq .nr-title{font-size: 24px;font-weight: bold;color:#333}

/*平台*/
.development{padding: 52px 0 47px}
.development .about-title{margin-bottom: 24px;}
.develop-list ul { background: url(../img/development-li.png) repeat-y center;}
.develop-list ul li{padding: 30px 0; display: none;}
.develop-list ul li:nth-child(2n){padding: 0;}
.develop-list ul li .develop-bg{ width: 100%; background: #fff; position: relative; z-index: -1;}
.develop-list ul li:nth-child(2n) .develop-bg{background: #f5f5f5; }
.develop-list ul li .develop-width{max-width: 1400px; margin: 0 auto; padding:30px 0; position:relative;}
.develop-list ul li .info,.develop-list ul li .pic{width: 43%; }
.develop-list ul li .info{float: right; margin-top: 40px;}
.develop-list ul li .info em{display: block; font-size: 24px; color: #3287cf;}
/*.develop-list ul li .info em:after{position: absolute; content: ''; width: 24px; height: 6px; background: #e77918; left: 0; bottom: 0;}*/
.develop-list ul li .info p{line-height: 26px; color: #666666; text-align: justify;margin-top:25px; font-size:16px;}
.develop-list ul li .pic{float:left;height:350px;}
.develop-list ul li .pic b{display: block; font-size:34px; color:#e1e1e1; font-weight: bold; text-align:right;  margin-right:-82px; margin-top:25%;}
.develop-list ul li:nth-child(2n) .info{float:left;}
.develop-list ul li:nth-child(2n) .pic{float:right;}
.develop-list ul li:nth-child(2n) .pic b{ margin-left:-82px; text-align:left;}
.develop-list i{display: block; width: 12px; height: 12px; background: #d91f1f; border-radius:50%;  position:absolute; left:50%; top:50%; margin-left:-6px; z-index:999;}
.ysmore a{display: block; width: 205px; font-size: 16px; line-height: 56px; color: #fff; text-align: center; margin: 0 auto; background: #e77918; border-radius: 28px;}
/*产线产能*/
.cnfz{ margin-top:50px; margin-bottom:50px;}
.cnfz .title{ text-align:center;}
.cnfz .title h3{ font-size:28px; color:#333333; text-align:center; font-weight:bold;}
.cnfz .title span{ display:block; color:#666666; font-size:16px;}
.cnfz .fzlist{ margin-top:30px;}
.cnfz .fzlist ul li{ width:400px; height:150px; margin-right:40px; background-color:#f5f5f5; float:left; padding:30px 20px; overflow:hidden;}
.cnfz .fzlist ul li:nth-child(3n){ margin-right:0;}
.cnfz .fzlist ul li p{ font-size:18px; color:#333333; width:100%; height:47px; line-height:47px; text-indent:54px;}
.cnfz .fzlist ul li p.ico1{ background:url(../img/cn1.png) no-repeat center left;}
.cnfz .fzlist ul li p.ico2{ background:url(../img/cn2.png) no-repeat center left;}
.cnfz .fzlist ul li p.ico3{ background:url(../img/cn3.png) no-repeat center left;}
.cnfz .fzlist ul li span{ display:block; font-size:14px; color:#666666; margin-top:15px;}
.gksys{ margin-top:30px;}
.gksys .title{ font-size:22px; color:#333333; width:100%; height:27px; line-height:27px; border-left:4px solid #2e75d6; padding-left:15px;}
.gksys .syslist{ margin-top:30px;}
.gksys .syslist ul{}
.gksys .syslist ul li{ width:23%; float:left; margin-right:2%; margin-bottom:2%;}
.gksys .syslist ul li:nth-child(4n){ margin-right:0;}
.gksys .syslist ul li img{ width:100%;}
/*辅助产品*/
.fuzhu{ margin-top:30px; margin-bottom:80px;}
.fuzhu .title{text-align:center; }
.fuzhu .title i{ display:block; text-align:center; width:100%; height:45px; background:url(../img/pt1.png) no-repeat center;}
.fuzhu .title strong{ color:#333333; font-size:28px;display:block; margin-top:10px;}
.fuzhu .title span{ color:#666666; font-size:16px; display:block;}
.fuzhu .fuzhulist{ margin-top:50px;}
.fuzhu .fuzhulist .fzitem{ width:25%; float:left;}
.fuzhu .fuzhulist .fzitem img{ width:100%; height:240px; display:inherit;}
.fuzhu .fuzhulist .fzitem .fzinfo{ width:84%; height:240px; background-color:#f5f5f5; padding:0 8%; overflow:hidden;}
.fuzhu .fuzhulist .fzitem .fzinfo h3{ color:#2e75d6; font-size:20px; padding-top:30px;}
.fuzhu .fuzhulist .fzitem .fzinfo p{ color:#666666; font-size:14px; margin-top:10px;}
.fuzhu .fuzhulist .fzitem2{ width:50%; height:240px; float:left;}
.fuzhu .fuzhulist .fzitem2 img{ width:50%; height:240px; float:left; display:inherit;}
.fuzhu .fuzhulist .fzitem2 .fzinfo{ width:42%; height:240px; background-color:#f5f5f5; float:left;padding:0 4%; overflow:hidden;}
.fuzhu .fuzhulist .fzitem2 .fzinfo h3{ color:#2e75d6; font-size:20px; padding-top:30px;}
.fuzhu .fuzhulist .fzitem2 .fzinfo p{ color:#666666; font-size:14px; margin-top:10px;}
/*薪资*/
.xinzi{ width:1240px; margin:0 auto;}
.xinzi h2{ font-size:28px; color:#333333; text-align:center; margin-top:40px; margin-bottom:20px;}
.xinzi img{ max-width:1240px;}
.xinzi p{ color:#666666; font-size:18px; line-height:46px; margin-top:20px; text-indent:2em;}
.fuli{ width:1240px; margin:0 auto;}
.fuli h2{font-size:28px; color:#333333; text-align:center; margin-top:40px; margin-bottom:40px;}
.fuli ul li{ width:32%; float:left; margin-right:2%; margin-bottom:4%; border-bottom:1px solid #eaeaea; padding-bottom:20px;}
.fuli ul li:nth-child(3n){ margin-right:0;}
.fuli ul li .img{ width:100%; margin-bottom:10px;}
.fuli ul li .img img{ width:100%;}
.fuli ul li .desc h3{ color:#333333; font-size:20px;}
.fuli ul li .desc p{ color:#666666; font-size:16px; min-height:56px; line-height:24px;margin-top:10px;}
/**招聘**/
.zp-main{ padding-bottom:20px; margin-top:30px;}
.zp-main .sec01_con {width:100%;}
.zp-main .sec01_con table {width:100%;}
.zp-main .sec01_con table td {padding:14px 1%; font-size:16px; color:#333333; border-bottom:1px solid #c7c7c7; }
.zp-main .sec01_con table .tt{ background-color:#eff4f8; border-bottom:none; padding:20px 1%; font-size:18px; font-weight:bold;}
.zp-main .sec01_con table .td01 {width:10%;}
.zp-main .sec01_con table .td02.tt{ padding:20px 1%;}
.zp-main .sec01_con table .td02 {width:10%; padding-left:1.6%;}
.zp-main .sec01_con table .td03 {width:15%;}
.zp-main .sec01_con table .td04 {width:45%;}
.zp-main .sec01_con table .td05 {width:10%;}
.zp-main .sec01_con table .td06 {width:10%;}
.zp-main .sec01_con table .td05 a{ color:#3287cf;}

.zp-main .memo{ width:100%;}
.zp-main .memo dl{ margin-top:50px;}
.zp-main .memo dl dt{ font-size:26px; color:#333333; text-align:center; font-weight:bold; margin-bottom:30px;}
.zp-main .memo dl dd{ width:19%; margin-right:1%; float:left;}
.zp-main .memo dl dd img{ width:100%;}
.zp-main .memo .lxfs{ width:100%; height:280px; background:url(../img/ypbg.jpg) no-repeat center; margin-top:40px;}
.zp-main .memo .lxfs h3{ color:#fff; text-align:center; font-size:26px; padding-top:60px; font-weight:bold;}
.zp-main .memo .lxfs ul{ width:92%; height:80px;border-radius:10px; line-height:80px; background:url(../img/ypbg.png); margin:30px auto 0;}
.zp-main .memo .lxfs ul li{ float:left; color:#fff; font-size:18px; padding-left:40px; margin:0 2%;}
.zp-main .memo .lxfs ul li.dd1{ background:url(../img/yp1.png) no-repeat center left;}
.zp-main .memo .lxfs ul li.dd2{ background:url(../img/yp2.png) no-repeat center left;}
.zp-main .memo .lxfs ul li.dd3{ background:url(../img/yp3.png) no-repeat center left;}
.zp-main .memo .lxfs ul li.dd4{ background:url(../img/yp4.png) no-repeat center left;}


.resume_table{ margin-top:30px; width:100%; padding-bottom:30px;}
.resume_table tr{ padding:5px 0; }
.resume_table th{ font-size:14px; text-align:right; padding-right:5px;  line-height:50px; width:24%;}
.resume_table td .form_text{ width:80%; height:36px; line-height:36px; text-indent:10px;}
.resume_table td .form_text_verifycode{height:36px; line-height:36px; margin-right:5px;text-indent:10px;}
.resume_table td .form_textarea{ width:80%; height:200px; text-indent:10px; padding:10px 0;}
.resume_table td .code_image{ height:36px;}
.resume_table .operation{ text-align:center;}
.resume_table .form_button{ width:300px; height:46px; line-height:46px; text-align:center; background-color:#0088CF; color:#fff; font-size:14px; border:none;border-radius:5px; margin-top:20px; cursor:pointer;}



/**联系我们表单**/
.biaodan{ width:100%; height:auto; background-color:#f5f5f5; padding:40px 0 40px 0;}
.biaodan .title {
    line-height: 40px;
    font-size: 36px;
    color: #000000;
}
.biaodan .left {
    float: left;
    width: 48%;
    margin-top: 28px;
}
.biaodan .inpu {
    box-sizing: border-box;
    margin-bottom: 20px;
}
.biaodan .inpu input {
    width: 100%;
    height:58px;
    line-height:58px;
    font-size: 18px;
    color: #333;
    border: solid 1px #e6e6e6;
    outline: none;
    background: none;
	 background: #fff;
	 text-indent:15px;
}
.biaodan .right {
    float: right;
	width: 48%;
    margin-top: 28px;
}
.biaodan .inpu textarea {
    height:138px;
    resize: none;
    line-height: 24px;
	border: solid 1px #e6e6e6;
	width:100%;
	background: #fff;
	padding-top:15px;
	text-indent:15px;
}
.biaodan .inpus{box-sizing:border-box; margin-bottom: 20px;}
.biaodan .inpus .form_text_verifycode{
    height:30px;
    line-height:30px;
    font-size:14px;
    color: #333;
    border: solid 1px #e6e6e6;
    outline: none;
    background: none;
	background: #fff;
	text-indent:15px;
	 margin-right:10px;
	 float:left;
}
.biaodan .inpus .code_image{
    height:30px;
	float:left;
	margin-top:1px;
}


.biaodan .btn {
    margin: 0;
    padding: 0;
    height: 70px;
    text-align: center;
}
.biaodan .btn input {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    border: none;
    border-radius: 0;
    background: #f67524;
    -webkit-appearance: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

/*光刻胶*/
.gkjbox .gkj1{ text-align:center; margin-top:40px;}
.gkjbox .gkj1 h2{ font-size:32px; color:#333333; font-weight:bold;}
.gkjbox .gkj1 span{ color:#999999; font-size:20px;}
.gkjbox .gkj1 p{ color:#333333; font-size:18px; margin-top:30px; line-height:36px; padding:0 200px;}
.gkjbox .gkj1 img{ max-width:100%; margin-top:60px;}
.gkj2{width:100%; height:auto; margin-top:40px; padding-bottom:30px;background:url(../img/gkj_2.jpg) no-repeat center;background-size:100% 100%;padding:2% 0;}
.gkj2 .desc{ margin-top:40px; width:90%; height:auto;background: url(../img/gkj_3.png);padding:5%;}
.gkj2 .desc .sec01_con table {width:100%;}
.gkj2 .desc .sec01_con table td{padding:14px 0; font-size:16px; line-height:24px; color:#d3d2d0;}
.gkj2 .desc .sec01_con table td a{ color:#d3d2d0;}
.gkj2 .desc .sec01_con table td a:hover{ color:#d91f1f;}
.gkj2 .desc .sec01_con table .tit{ font-size:18px; font-weight:bold; padding:0 0 10px 0; border-bottom:2px solid #d3d2d0;}
.gkj2 .desc .sec01_con table .td01 {width:20%;}
.gkj2 .desc .sec01_con table .td02 {width:60%;}
.gkj2 .desc .sec01_con table .td03 {width:20%;}
.gkj3{ width:100%; height:auto;background:url(../img/yyly.jpg) no-repeat center; margin-top:40px;}


/*超净高纯试剂*/
.ccsj1{ margin-top:80px;}
.ccsj1 .ccsj1L{ width:50%; float:left; background:url(../img/ccsj1.png) no-repeat 0 0;}
.ccsj1 .ccsj1L .title{ color:#3287cf;}
.ccsj1 .ccsj1L .title h3{ font-size:32px;}
.ccsj1 .ccsj1L .title span{ font-size:20px; padding-left:26px;letter-spacing:1px; }
.ccsj1 .ccsj1L .ccsj1L1{ margin-top:50px;}
.ccsj1 .ccsj1L .ccsj1L1 span{ background-color:#3287cf; color:#fff; font-size:18px; padding:6px 15px;border-radius:5px; margin-right:15px; margin-bottom:15px; display:inline-block;}
.ccsj1 .ccsj1L .ccsj1L2{ margin-top:30px;}
.ccsj1 .ccsj1L .ccsj1L2 ul li{ color:#999999; font-size:16px; margin-bottom:10px;}
.ccsj1 .ccsj1R2{ width:36%; float:left; margin-left:-160px;}
.ccsj1 .ccsj1R2 .ccsj3_1{ text-align:center;}
.ccsj1 .ccsj1R2 .ccsj3_1 img{ max-width:100%;}
.ccsj1 .ccsj1R2 .title{text-align:center;}
.ccsj1 .ccsj1R2 .title h3{font-size:20px; color:#333333;}
.ccsj1 .ccsj1R2 .title span{ color:#999999;font-size:18px;}
.ccsj1 .ccsj1R2 .title p{ font-size:14px; color:#999999;}
.ccsj1 .ccsj1R{width:30%; float:right;}
.ccsj1 .ccsj1R img{max-width:100%;}


.ccsj2{ width:100%; padding-bottom:100px; background:url(../img/ccsj3.jpg) no-repeat center; margin-top:40px;}
.ccsj2 .title{ color:#fff; text-align:center; padding-top:80px;}
.ccsj2 .title h3{ font-size:32px;}
.ccsj2 .title span{ font-size:20px;}
.ccsj2 .sec01_con {width:80%;background:url(../img/ccsj4.png); padding:3%; margin:0 auto; margin-top:60px;}
.ccsj2 .sec01_con table {width:100%;}
.ccsj2 .sec01_con table td {padding:18px 0; font-size:18px; line-height:24px; color:#d3d2d0;}
.ccsj2 .sec01_con table .td01 {width:20%;border-bottom:1px solid #afc1cd; }
.ccsj2 .sec01_con table .td02 {width:80%;border-bottom:1px solid #afc1cd; }
.ccsj2 .sec01_con table .tit{ border-bottom:2px solid #afc1cd; font-size:20px; font-weight:bold; padding:0 0 10px 0;}

.ccsj4{ width:100%; padding-bottom:100px; background-color:#224362; margin-top:30px; margin-bottom:30px;}
.ccsj4 .title{ color:#fff; text-align:center; padding-top:80px;}
.ccsj4 .title h3{ font-size:32px;}
.ccsj4 .title span{ font-size:20px;}
.ccsj4 .sec01_con {width:80%;background:url(../img/ccsj4.png); padding:3%; margin:0 auto; margin-top:60px;}
.ccsj4 .sec01_con table {width:100%;}
.ccsj4 .sec01_con table td {padding:10px 0; font-size:16px; line-height:24px; color:#d3d2d0;border-bottom:1px solid #afc1cd;}
.ccsj4 .sec01_con table .td01 {width:15%;}
.ccsj4 .sec01_con table .td02 {width:10%;}
.ccsj4 .sec01_con table .td03 {width:15%;}
.ccsj4 .sec01_con table .td04 {width:15%;}
.ccsj4 .sec01_con table .td05 {width:15%;}
.ccsj4 .sec01_con table .td06 {width:15%;}
.ccsj4 .sec01_con table .td07 {width:15%;}
.ccsj4 .sec01_con table .tit{ border-bottom:2px solid #afc1cd; font-size:18px; font-weight:bold; padding:0 0 10px 0;}
/*功能性材料*/
.gnxcl1{ border-top:1px solid #efefef; margin-top:60px;}
.gnxcl1 .title{ color:#333333; text-align:center; padding-top:40px;}
.gnxcl1 .title h3{ font-size:32px;}
.gnxcl1 .title span{ font-size:20px; color:#999999;}
.gnxcl1 ul{ width:1300px; margin:0 auto;margin-top:40px;}
.gnxcl1 ul li{ float:left; text-align:center; background-color:#fff;box-shadow:0 0 8px rgba(229,230,230, 1);border-radius:10px; padding:30px 20px; margin-right:60px;}
.gnxcl1 ul li:nth-child(4){ margin-right:0;}
.gnxcl1 ul li .gnx1{ width:240px; height:359px; margin:0 auto; background:url(../img/gnxcl2.png) no-repeat center;}
.gnxcl1 ul li .gnx2{ width:240px; height:359px; margin:0 auto; background:url(../img/gnxcl3.png) no-repeat center;}
.gnxcl1 ul li .gnx3{ width:240px; height:359px; margin:0 auto; background:url(../img/gnxcl4.png) no-repeat center;}
.gnxcl1 ul li .gnx4{ width:240px; height:359px; margin:0 auto; background:url(../img/gnxcl5.png) no-repeat center;}
.gnxcl1 ul li h4{ color:#fff; font-size:20px; display:inline-block; margin-top:165px; font-weight:bold;}
.gnxcl1 ul li p{color:#fff; font-size:14px;}
.gnxcl2{ width:100%; height:200px; background:url(../img/gnxcl6.jpg) no-repeat center; margin-top:60px;}
/*锂电池材料*/
.ldc_1{ width:100%; height:776px; background:url(../img/ldc2.jpg) no-repeat center; margin-top:40px;}
.ldc_1 .title{ color:#fff; text-align:center; padding-top:40px;}
.ldc_1 .title h3{ font-size:32px;}
.ldc_1 .title span{ font-size:20px;}
.ldc_1 .sec01_con {width:80%;background:url(../img/ccsj4.png); padding:2%; margin:0 auto; margin-top:30px;}
.ldc_1 .sec01_con table {width:100%;}
.ldc_1 .sec01_con table td {padding:14px 0; font-size:18px; line-height:24px; color:#d3d2d0;}
.ldc_1 .sec01_con table .td01 {width:20%;border-bottom:1px solid #afc1cd; }
.ldc_1 .sec01_con table .td02 {width:70%;border-bottom:1px solid #afc1cd; }
.ldc_1 .sec01_con table .td03 {width:10%;border-bottom:1px solid #afc1cd; }
.ldc_1 .sec01_con table .tit{ border-bottom:2px solid #afc1cd; font-size:20px; font-weight:bold; padding:0 0 10px 0;}
.ldc_2{ width:100%;}
.ldc_2 .title{ color:#3287cf; text-align:center; padding-top:40px;}
.ldc_2 .title h3{ font-size:32px;}
.ldc_2 .title span{ font-size:20px;}
.ldc_2 .sec02_con {width:80%; margin:0 auto; margin-top:30px;}
.ldc_2 .sec02_con table {width:100%;}
.ldc_2 .sec02_con table th{width:25%;padding:14px 0; font-size:18px; line-height:24px; color:#fff; text-align:center; background-color:#315c83;}
.ldc_2 .sec02_con table td { width:25%;padding:14px 0; font-size:18px; line-height:24px; color:#fff; text-align:center; background-color:#315c83; border:10px solid #fff;}
.ldc_2 .sec02_con table .td01 {border-left:10px solid #fff;}
.ldc_2 .sec02_con table .td04 { border-right:10px solid #fff;}
.ldc_2 .youshi{ width:76.2%; margin:0 auto; padding:20px;  background-color:#315c83;}
.ldc_2 .youshi h4{ font-size:18px; color:#fff; font-weight:bold;}
.ldc_2 .youshi span{ font-size:16px; color:#fff; border-bottom:1px solid #fff; display:block; margin-bottom:10px; padding-bottom:5px;}
.ldc_2 .youshi p{font-size:16px; color:#fff; margin-bottom:3px;}
.ldc_3{ width:100%; margin-bottom:60px;}
.ldc_3 .title{ color:#3287cf; text-align:center; padding-top:40px;}
.ldc_3 .title h3{ font-size:32px;}
.ldc_3 .title span{ font-size:20px;}
.ldc_3 ul{ margin-top:30px;}
.ldc_3 ul li{ width:24.25%; float:left; margin-right:1%;}
.ldc_3 ul li:nth-child(4){ margin-right:0;}
.ldc_3 ul li .img{ width:100%;}
.ldc_3 ul li .img img{ width:100%; display:block;}
.ldc_3 ul li .info{ width:94%; background-color:#f4f4f4; height:160px; padding:3%;}
.ldc_3 ul li .info p{ color:#3287cf; font-size:20px; margin-bottom:5px;}
.ldc_3 ul li .info span{ font-size:16px; color:#666666; display:block; line-height:24px;}

/*硫酸*/
.ls_1{ width:100%; height:517px; background:url(../img/qtbg.jpg) no-repeat center 0; padding-top:70px; margin-top:30px;}
.ls_1 .sec01_con {width:50%;background:url(../img/ccsj4.png); padding:2%; margin:0 auto;}
.ls_1 .sec01_con table {width:100%;}
.ls_1 .sec01_con table td {padding:14px 0; font-size:18px; line-height:24px; color:#d3d2d0;}
.ls_1 .sec01_con table .td01 {width:20%;border-bottom:1px solid #afc1cd; }
.ls_1 .sec01_con table .td02 {width:70%;border-bottom:1px solid #afc1cd; }
.ls_1 .sec01_con table .td03 {width:10%;border-bottom:1px solid #afc1cd; }
.ls_1 .sec01_con table .tit{ border-bottom:2px solid #afc1cd; font-size:20px; font-weight:bold; padding:0 0 10px 0;}


/**投资者关系**/
.tzbox{ padding:30px 0;}
.tzbox .sec_title p {
    font-size: 40px;
    line-height: 56px;
    color: #000000;
}
.tzbox .sec01_con {
    padding-top: 24px;
}
.tzbox .sec01_con table {
    width: 100%;
    border-top: 1px solid #dedede;
}
.tzbox .sec01_con table td {
    border-bottom: 1px solid #dedede;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
}
.tzbox .sec01_con table .td01 {
    color: #10357e;
    width: 20%;
    border-right: 1px solid #dedede;
}
.tzbox .sec01_con table .td02 {
    width: 80%;
    color: #333333;
}







