@charset "utf-8";
/* by Sean Lu 20190103 */
/* 移动端全局控制reset */
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video { margin:0; padding:0; }
article,aside,footer,header,hgroup,nav,section,audio,canvas,video { display: block; }
body { font-size: 100%;  font-family:arial,Helvetica,STHeiti,Droid Sans Fallback; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color:rgba(0,0,0,0); background-color: #fff; }
textarea { resize: none; }
iframe,img { border:0; }
ul,ol { list-style:none; }
input, select, textarea { outline: 0; -webkit-user-modify: read-write-plaintext-only; }
/* input { -webkit-appearance: none; } */
a { text-decoration: none; color: #666; }
a:hover { text-decoration: none;}

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* 全局浮动 */
.fl { float: left; }
.fr { float: right; }

/* 圆细滚动条样式 20180601 */
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#FFF}
::-webkit-scrollbar-thumb:vertical{background-color:#c2c2c2;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#A0A0A0}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

/* 拖选文字样式 20160628 */
::selection { background: #e50213; color: #fff; }
::-moz-selection { background: #e50213; color: #fff; }

.wrapper { margin: 0 auto; width: 1140px; }

.fl { float: left; }
.fr { float: right; }
.b_n{ width:100%; line-height:6em; font-size:50px; color:#fff; font-weight:bold; text-transform:uppercase; background:url(../images/banner_n.jpg) no-repeat center center; text-align:center; text-shadow:#666 5px 5px 5px;}

.n{ padding:50px 0; border-bottom:1px solid #eee;}

/*top n*/
.top_n{ background:rgba(0,0,0,0.5); padding:5px 0; margin-top:-45px;}
.top_n ul li{ float:left; padding:10px 20px; margin:0 5px; background:rgba(0,0,0,0.2); transition:0.2s; -webkit-transition:0.2s;}
.top_n ul li:hover{ background:rgba(0,0,0,0.5);}
.top_n ul li a{ color:#fff; font-size:12px;}




/* The history */
.cbp_tmtimeline { margin: 30px 0 0 0; padding: 0; list-style: none; position: relative; } 
.cbp_tmtimeline:before { content: ''; position: absolute; top: 0; bottom: 0; width: 10px; background: #afdcf8; left: 20%; margin-left: -10px; }

.cbp_tmtimeline > li { position: relative; }

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime { display: block; width: 25%; padding-right: 150px; position: absolute; }

.cbp_tmtimeline > li .cbp_tmtime span { display: block; text-align: right; }

.cbp_tmtimeline > li .cbp_tmtime span:first-child { font-size:20px; color: #3594cb;}

.cbp_tmtimeline > li .cbp_tmtime span:last-child { font-size: 2em; color: #3594cb; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child { color: #3594cb; }

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel { margin: 0 0 15px 25%; background:#3594cb; color: #fff; padding: 1.5em; font-size: 1.2em; font-weight: 300; line-height: 1.4; position: relative; border-radius: 5px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel { background:#6cbfee}

.cbp_tmtimeline > li .cbp_tmlabel h2 { margin-top: 0px; padding: 0 0 10px 0; border-bottom: 1px solid rgba(255,255,255,0.4); }

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-right-color: #3594CB; border-width: 10px; top: 10px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after { border-right-color: #6CBFEE; }

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon { width: 40px; height: 40px; font-family: 'ecoico'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 1.4em; line-height: 40px; -webkit-font-smoothing: antialiased; position: absolute; color: #fff; background: #46a4da; border-radius: 50%; box-shadow: 0 0 0 8px #afdcf8; text-align: center; left: 20%; top: 0; margin: 0 0 0 -25px; }

/*service*/
.service img{ max-width:100%;}


/*---------------------*/
#feedbackForm{ padding:20px;}
.messagetit { font-size: 14px; font-weight: bold; line-height: 30px; height: 30px; }
.messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px;  color: #666; resize: none; width:96%; height: 160px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messagetarea:focus { color: #333; border: 1px solid #15b1ac; outline: none; background: #fff; }
.messageinput { width: 236px; padding: 10px; height: 40px; line-height: 40px; font-size: 14px; border: 1px solid #dedede; margin: 0 5px 0 0;  color: #666; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messageinput:focus { color: #333; border: 1px solid #15b1ac; outline: none;  background: #fff; }
.messagebtn { width: 200px; text-align: center; line-height: 50px; height: 50px; font-size: 16px; border: 0; background: #ccc; color: #2d3e50; border-radius: 4px;  cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.messagebtn.btnon { width: 500px; color: #fff; background:#068DD1; }
.messagebtn:hover { opacity: .8; filter: alpha(opacity=80); }

/*achievement*/
.achievement *{ line-height:2.2;}
.achievement{ font-size:14px; width:100%;}
.achievement table{ width:100%; border-collapse:inherit; border-spacing:2px;}
.achievement table p{ text-align:center;}
.achievement h2{ text-align:center; font-size:24px; font-weight:bold;}
.achievement table tr{ background:#fff;}
.achievement table tr:first-child{ font-size:18px;}
.achievement table tr:nth-child(odd) td{ background:#C2E9F2;}
.achievement table tr:first-child td{ background:#144CA1; color:#fff;}

/*在线客服，开始*/

#keftree_lq{ width:50px; height:220px; position:fixed; top:90%; right:5px; margin-top:-220px; z-index:99;  }

.keftree_a1{ background:url(../images/keftree_tel.png) no-repeat center;  }
.keftree_a3{ background:url(../images/keftree_er.png) no-repeat center ; }
.keftree_a4{ background:url(../images/keftree_top.png) no-repeat center ; }
.keftree_a1, .keftree_a2, .keftree_a3{ width:50px; height:50px; background-color:#555; margin-bottom:6px; border-radius:3px; cursor:pointer; position:relative; -webkit-transition: all .3s linear; transition: all .3s linear;  }

.keftree_a4{ width:50px; height:50px; background-color:#555; border-radius:3px; cursor:pointer; position:relative;  -webkit-transition: all .3s linear; transition: all .3s linear;  }

.keftree_b1, .keftree_b2, .keftree_b3 {  margin-bottom:8px; }
.keftree_b1_tite, .keftree_b2_tite, .keftree_b3_tite{ height:34px; line-height:34px; font-size:16px; padding-left:75px; color:#FFF;  }

.keftree_b1sx{ width:180px; background-color:#555; padding:10px 0 15px 0; border-radius:3px;  }

.keftree_b1{ width:185px; position:absolute; top:50px; right:50px; visibility: hidden; opacity:0; -webkit-transition: all .3s linear; transition: all .3s linear; }

.keftree_b1_tite{  background:url(../images/keftree_tel.png) 40px no-repeat;  }
.keftree_b1_tel{ font-size:21px; min-height:28px; line-height:34px; text-align:center; color:#fff; }

.keftree_a1:hover .keftree_b1{ top:0px; visibility: visible; opacity: 1; -webkit-transition: all .3s linear; transition: all .3s linear; }

.keftree_b3{ width:185px; position:absolute; bottom:0px; right:50px; visibility: hidden; opacity:0; -webkit-transition: all .4s linear; transition: all .4s linear;  }
.keftree_b3_tite{ background:url(../images/keftree_er.png) 40px no-repeat;  }
.keftree_b3_er{ text-align:center; margin-top:5px; }
.keftree_b3_er img{ width:120px; height:120px; padding:7px; background:#FFF;}
.keftree_b3_er h6{ font-size:14px; padding-top:6px; color:#FFF;}

.keftree_a3:hover .keftree_b3{ bottom:-64px; visibility: visible; opacity: 1; -webkit-transition: all .4s linear; transition: all .4s linear; }

.keftree_b4{ width:180px; height:50px; background-color:#555; border-radius:4px; position:absolute; left:0px; top:0px; visibility: hidden; opacity:0;  -webkit-transition: all .3s linear; transition: all .3s linear;   }
.keftree_b4 a{ display:block; line-height:50px; font-size:16px; padding-left:75px; color:#FFF; background:url(../images/keftree_top.png) 38px no-repeat #555; border-radius:4px; }

.keftree_a4:hover .keftree_b4{ left:-130px; visibility: visible; opacity: 1;  -webkit-transition: all .3s linear; transition: all .3s linear; }

.keftree_a1:hover, .keftree_a2:hover, .keftree_a3:hover { background-color:#015ec2;}

/*在线客服，结束*/

/*20201218*/


.bannerslide .swiper-slide { background-position: center; background-size: cover; position: relative; height: 620px; }
.paginationw { position: absolute; left: 0; text-align: center; bottom: 10px !important; width: 100%; z-index: 9; }
.swiper-pagination-bullet { background: #fff; }
.swiper-pagination-bullet-active { background: #34a1da; }

.footer { background: #fff; padding: 50px 0; }
.footer dl { width: 15%; float: left; color: #a4a4a4; }
.footer dl:nth-child(4){ width:25%;}
.footer dl:last-child{ width:30%;}
.footer dl dt { color: #333;  font-size: 16px;font-weight: bold;font-size: 17px; margin-bottom: 10px; }
.footer dl dt a { color: rgba(51,51,51,1); }
.footer dl dd { font-size: 14px; line-height: 26px; }
.footer dl dd a { color: #a4a4a4;}

.foot { border-top: 1px solid #e8e8e8; margin-top: 50px; padding-top: 30px; }
.foot .bei { text-align: center; margin-bottom: 30px; }
.foot .bei a { display: inline-block; line-height: 30px; padding: 0 20px 0 46px; background: url(../images/fdh.png) no-repeat 20px center; background-size: auto 20px; border: 1px solid #e8e8e8; font-size: 14px; border-radius: 4px; color: #a4a4a4; text-decoration: none; }
.foot .copy { color: #a4a4a4; line-height: 22px; font-size: 14px; text-align: center; }

.footer .footeraaa{color:#c0c0c0; font-size:14px; text-decoration:none; text-align:left;}
.footer .txtaa{margin-top:8px; border:solid 1px #e8e8e8; width:100%; height:80px; color:#888888; font-size:12px; line-height:18px; text-decoration:none; padding-top:8px; padding-left:8px; box-sizing:border-box;}
.footer .btnaa{background-color:#013c96; width:145px; text-align:center; height:45px; line-height:45px; color:#fff; font-size:14px; border:0px none; margin-top:20px; cursor:pointer;}
.footer .footeraaa img{display:inline-block; margin-right:5px; vertical-align:middle;}


.homebox05 {background-color: #fff;padding: 60px 0 100px; }
.homebox05 .wrapper { position: relative; }
.homebox05 .box { float: left; width: 66%; box-sizing: border-box; padding: 130px 40px 90px 80px; background: #fff; }
.homebox05 .box .kuang { width: 38%; }
.homebox05 .box .kuang .tit { font-size: 21px; padding-bottom: 20px; color: #666; border-bottom: 1px solid #ccc; margin-bottom: 20px; }
.homebox05 .box .kuang .tit em { font-size: 15px; color: #999; margin-left: 10px; font-style: normal; }
.homebox05 .box .kuang .txt { font-size: 13px; line-height: 22px; color: #666; margin-bottom: 15px; }
.homebox05 .box .kuang .mor { text-align: left; }
.homebox05 .box .kuang .mor a { display: inline-block; border: 1px solid #ccc; line-height: 40px; border-radius: 20px; padding: 0 20px; font-size: 14px; color: #666; text-decoration: none; -webkit-transition: all .7s; transition: all .7s; }
.homebox05 .box .kuang .mor a:hover { background-color: #fff; color: #e50213; border-color: #e50213; }
.homebox05 .img { position: absolute; right: 0; bottom: 0; width: 34%; }
.homebox05 .img img { display: block; max-width: 100%; }
.homebox05 .img02 { position: absolute; right: 30%; bottom: -40px; width: 34%; }

.homebox06 { background: #e8f1f9;  padding: 40px 0; }
.homebox06 .title { line-height: 50px; margin-bottom: 20px; }
.homebox06 .title .tit { float: left; font-size: 21px; color: #666; }
.homebox06 .title .tit em { font-size: 15px; color: #999; margin-left: 10px; font-style: normal; }
.homebox06 .title .lin { float: right; }
.homebox06 .title .lin a { font-size: 12px; margin-left: 20px; }
.homebox06 .title .lin a:before { content: '●'; display: inline-block; margin-right: 14px; }
.homebox06 .title .lin a:first-child:before { display: none; }
.homebox06 .title .lin a:first-child { color: #e50213; text-decoration: underline; }
.homebox06 .newstop { float: left; width: 500px; }
.homebox06 .newstop .img {  }
.homebox06 .newstop .img a { display: block; }
.homebox06 .newstop .img img { display: block; width: 100%; }
.homebox06 .newstop .info { padding: 40px 50px; border: 1px solid #eee; border-top: 0; color: #666; }
.homebox06 .newstop .info .tim { font-size: 12px; }
.homebox06 .newstop .info .tit { font-size: 21px; margin-bottom: 20px; line-height: 30px; height: 30px; overflow: hidden; }
.homebox06 .newstop .info .txt { font-size: 13px; line-height: 20px; height: 60px; overflow: hidden; }
.homebox06 .list { margin-left: 540px; }
.homebox06 .list .item { padding: 40px 50px; }
.homebox06 .list .item:nth-child(2n-1) { background: #f1f7fb; }
.homebox06 .list .item .day { font-size: 61px; float: left; margin-right: 30px; color: #ccc; line-height: 61px; }
.homebox06 .list .item .tit { color: #666; padding-top: 8px; margin-bottom: 16px; }
.homebox06 .list .item .tit .tim { font-size: 12px; }
.homebox06 .list .item .tit .cn { font-size: 21px; line-height: 30px; height: 30px; overflow: hidden; }
.homebox06 .list .item .txt { font-size: 13px; line-height: 20px; height: 40px; overflow: hidden; color: #666; }


.inbanner { height: 220px; background: url(../images/inbanner01.jpg) no-repeat center top; position: relative; color: #fff; display: table; width: 100%; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); z-index: 2; }
.inbanner:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/a.png) repeat center; content: ''; }
.inbanner .title { position: relative; text-align: center; display: table-cell;vertical-align: middle; }
.inbanner .title .cn { font-size: 38px; letter-spacing: 5px; font-weight: bold; margin-bottom: 5px; }
.inbanner .title .en { font-size: 20px; text-transform: uppercase; font-family: arial; }

.inpage { background: #f5f7f9; overflow: hidden; padding: 30px 0; }

.side { width: 300px; float: left; }

.main { width: calc(100% - 330px); float: right; }


.snav { background: #fff; padding: 4px; margin-bottom: 30px; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); border-top: 3px solid #103d99; box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.snav .hd { text-align: center; font-size: 20px; color: #103d99; font-weight: bold; line-height: 20px; padding: 20px 0 10px; }
.snav .hd .split { margin: 0 10px; font-family: simsun; }
.snav .bd { background: #fff; padding: 10px; }
.snav .bd .bul { padding: 0 10px; }
.snav .bd .bul .bli { line-height: 40px; height: 40px; overflow: hidden; border-bottom: 1px dashed #fff; position: relative; }
.snav .bd .bul .bli .ba { display: block; font-size: 16px; color: #39424b; position: relative; text-align: center; -webkit-transition: all .2s; transition: all .2s; text-decoration: none; padding: 0 20px; }
.snav .bd .bul .bli:before { content: ''; background: #103d99; display: block; border-radius: 30px 0 30px 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); height: 40px; width: 100%; position: absolute; left: 0; right: 0; top: 0; -webkit-transition: all .2s; transition: all .2s; text-decoration: none; }
.snav .bd .bul .bli:hover:before, .snav .bd .bul .bli.on:before { -webkit-transform: translateY(0); transform: translateY(0); }
.snav .bd .bul .bli:hover .ba, .snav .bd .bul .bli.on .ba { color: #fff; }
.snav .bd .bul .bli.on { border-color: transparent; }
.snav .bd .bul .bsub { background: #f3f3f3; margin: -20px 0 2px 0; padding-top: 25px; padding-bottom: 10px; text-align: center; border-radius: 0 0 20px 20px; }
.snav .bd .bul .bsub li { line-height: 36px; }
.snav .bd .bul .bsub li a { font-size: 14px; color: #666; }
.snav .bd .bul .bsub li a:hover, .snav .bd .bul .bsub li.on a { color: #d00c18; }

.sbox { background: #fff; padding: 4px; margin-bottom: 30px; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.sbox .hd { text-align: center; font-size: 18px; color: #103d99; font-weight: bold; line-height: 20px; padding: 20px 0 10px; }
.sbox .hd .split { margin: 0 10px; font-family: simsun; }
.sbox .bd { background: #fff; padding: 15px; }
.scon { font-size: 14px; color: #666; line-height: 24px; }


.mainbox { background: #fff; border: 0 solid #dedede; border-top: 3px solid #103d99; padding: 40px 64px; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.mainbox .hd { height: 20px; border-bottom: 1px solid #dedede; margin-bottom: 60px; }
.mainbox .hd h1 { float: left; background: #fff; line-height: 40px; font-weight: normal; color: #39424b; padding-right: 20px; font-size: 30px; }
.mainbox .now { float: right; background: #fff; line-height: 40px; color: #999; padding-left: 10px; font-size: 12px; }
.mainbox .now .split { margin: 0 4px; font-family: simsun; }
.mainbox .now a { color: #999; }
.mainbox .now a:hover { color: #103d99; }

.mainbox .bd { font-size: 16px; line-height: 30px; color: #333; word-wrap: break-word; overflow: hidden;}
.mainbox .bd img { max-width: 100%; }
.mainbox .bd p { margin-bottom: 20px; }
.mainbox .bd h3 { font-size: 18px; font-weight: normal; background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1)); color: #fff; line-height: 30px; padding: 5px 20px; border-radius: 20px 0 20px 0; margin-bottom: 20px; margin-top: 40px; }


.snav .sd { display: none; }


.mainbox .bd .honor { overflow: hidden; }
.mainbox .bd .honor li { float: left; width: 50%; margin: 0 0 20px; }
.mainbox .bd .honor li img { display: block; max-width: 90%; margin: 0 auto; }


.prolist { }
.prolist .item { width: 32.333333333%; float: left; margin: 0 1.5% 10px 0; box-sizing: border-box; border: 1px solid #dedede; -webkit-transition: all .4s; transition: all .4s; }
.prolist .item:nth-child(3n) { margin-right: 0; }
.prolist .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); z-index: 1; }
.prolist .item .img a { display: block; }
.prolist .item .img img { width: 100%; display: block; }
.prolist .item .box { padding: 20px 30px; position: relative; overflow: hidden; }
.prolist .item .box .nam { font-size: 14px; font-weight: bold; line-height: 30px; margin-bottom: 10px; overflow: hidden; height: 30px; }
.prolist .item:hover .box .nam {  }
.prolist .item .box .nam a { color: #333; }
.prolist .item:hover .box .nam a { color: #405ca3; }
.prolist .item .box .txt { font-size: 12px; color: #666; line-height: 20px; height: 40px; overflow: hidden; }
.prolist .item:hover .box .txt { }
.prolist .item .box .btn { position: absolute; left: 0; bottom: 0; right: 0; height: 58px; line-height: 58px; background: #405ca3; color: #fff; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all .4s; transition: all .4s; }
.prolist .item:hover .box .btn { -webkit-transform: translateY(0); transform: translateY(0); }
.prolist .item .box .btn a { color: #fff; font-size: 14px; display: block; text-decoration: none; padding-left: 30px; }


.newstitle { font-size: 26px; text-align: center; line-height: 30px;  margin-bottom: 5px; }
.newsinfo { font-size: 12px; text-align: center; line-height: 30px; color: #999;  }
.newsinfo .author, .newsinfo .time { margin: 0 5px; }
.newsmaincon { margin: 20px 0;  }
.newsmaincon img { max-width: 100%; }
.newsmaincon h3 { font-size: 18px; font-weight: normal; background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1)); color: #fff; line-height: 40px; height: 40px; padding: 0 20px; border-radius: 20px; margin-bottom: 20px; margin-top: 40px; }
.newsmaincon .dou { margin-bottom: 20px; }
.newsmaincon .dou02 { overflow: hidden; }
.newsmaincon .dou02 li { width: 50%; float: left; }
.newsmaincon .dou li:before { content: '·'; color: #ea0000; font-weight: bold; margin-right: 10px; }

.newsbackline { height: 30px; line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0 50px; }
.newsbackline ul { width: 100%; }
.newsbackline ul li { width: 33.333333%; float: left; text-align: center; display: block; height: 33px; }
.newsbackline ul li a { display: inline-block; width: 120px; border-width: 1px; border-style: solid; border-color: #dedede; text-decoration: none; color: #666; font-size: 12px; }
.newsbackline ul li a:hover { border-color: #323e4a; color: #323e4a; }
.newsbackline ul li.prev { text-align: left; }
.newsbackline ul li.prev a { text-align: center; }
.newsbackline ul li.next { text-align: right; }
.newsbackline ul li.next a { text-align: center; }

.newslist { }
.newslist .item { width: 100%; float: left; margin-bottom: 20px; box-sizing: border-box; border: 1px solid #dedede; -webkit-transition: all .4s; transition: all .4s; background: #fff; padding: 30px; }
.newslist .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
.newslist .item .time { font-size: 12px; line-height: 20px; margin-bottom: 10px; color: #999; }
.newslist .item .time .split { margin: 0 10px; color: #ccc; }
.newslist .item .name { font-size: 18px; line-height: 28px; margin-bottom: 25px; height: 28px; overflow: hidden; }
.newslist .item .name a { color: #111; }
.newslist .item .name a:hover { color: #ea0000; }
.newslist .item .text { color: #777; font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; margin-bottom: 16px; }
.newslist .item .link { overflow: hidden; margin-bottom: -12px; }
.newslist .item .link a { width: 24px; height: 24px; display: block; background: url(../images/hb01img01.png) no-repeat center; float: left; }
.newslist .item .link a.l02 { float: right; background-image: url(../images/hb01img02.png); }

.messagecon { font-size: 14px; line-height: 24px; margin-bottom: 20px;  }
.messagecon p { margin-bottom: 20px; }
.messagetit { font-size: 14px; font-weight: bold; line-height: 30px; height: 30px; }
.messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px;  color: #666; resize: none; width: 96%; height: 90px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messagetarea:focus { color: #333; outline: none; background: #fff; }
.messageinput { width: 27%; padding: 10px; height: 26px; line-height: 26px; font-size: 14px; border: 1px solid #dedede; margin: 0 5px 0 0;  color: #666; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messageinput:focus { color: #333; outline: none; background: #fff; }
.messagebtn { width: 30%; text-align: center; line-height: 50px; height: 50px; font-size: 16px; border: 0; background: #b8c5ce; color: #2d3e50; border-radius: 4px;  cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.messagebtn.btnon { width: 50%; color: #fff; }
.messagebtn:hover { opacity: .8; filter: alpha(opacity=80); }
.main .con .yanzhengma { display: inline; }

.messagebtn.btnon { background: #405ca3; }

.bd .honor_box li {
    width: 30%;
    float: left;
    margin-bottom: 20px;
    padding: 0 5px;
}
.bd .honor_box li img{
    width: 100%;
}
.bd .honor_box li p {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: solid 1px #000;
    text-align: left;
}

.homeHeader .topNav{position: relative;}
.homeHeader .topNav .btnmenu { float: right;width: 20px;height: 20px; display: none;background: url(../images/menu.jpg) no-repeat center; color: #ed0e00;position: absolute;top: 15px;right: 20px;padding: 10px;border: 1px solid #ccc;}
.homeHeader .topNav a.btnmenu {text-decoration: none;}
/*20201218-EDN*/
/**/
.culture_info .item{width: 100%;height: auto;overflow: hidden;position: relative;margin-top: 3px;}
.culture_info .item .culture_img{width: 60%;overflow: hidden;}
.culture_info .item .culture_msg{width: 40%}
.culture_info .item .culture_img img{width: 100%;transition: 1.5s;display: block;}
.culture_info .item .culture_msg .culture_tit{padding: 20px 30px;}
.culture_info .item .culture_msg .culture_tit .tit{display: block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #0084D5;
    margin-bottom: 10px;}
.culture_info .item .culture_msg .culture_tit p{font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: justify;}
.culture_info .item:hover .culture_img img{transform: scale(1.2);}


/**/
@media (max-width: 1120px) {
	.bannerslide .swiper-slide{height: 300px;}
	.wrapper { width: 100%; padding: 0 20px; box-sizing: border-box; }
.b_n{ font-size:25px;}
.bigtit{ font-size:24px;}
.bigtit span{ font-size:14px; line-height:30px;}
.bigtit:after{ top:38px;}
.about_m{ width:100%; padding:0; float:none;}
.comp02{ width:100%; float:none; margin-top:10px;}
.honor_ul li{ width:47%; margin-right:5%;}
.honor_ul li:nth-child(3n){ margin-right:5%;}
.honor_ul li:nth-child(2n){ margin-right:0;}
.product ul li{ width:47%; margin-left:5%;}
.product ul li:nth-child(2n+1){ margin-left:0;}
.news .news_ul li .list-left{ display:none;}
.list-info{ width:100%; float:none;}
.contact .contact_m{ width:100%; padding-left:0;}
.contact .contact_m img{ height:35px;}
.contact .contact_m .p1, .contact .contact_m .p2{ font-size:12px;}
.map{ display:none;}
#demo-b{ display:none;}
.messagebtn.btnon,.messageinput{ width:200px;}
.achievement h2{ font-size:18px;}
}

@media(max-width: 850px){
	
	.homebox05 { padding: 30px 0; }
	.homebox05 .box { width: 100%; float: none; padding: 20px; }
	.homebox05 .box .kuang { width: 100%; }
	.homebox05 .img { position: relative; width: 100%; }
	.homebox05 .img img { display: block; max-width: 100%; }
	.homebox05 .img02 { position: relative; width: 100%; bottom: auto; right: auto; }
	.homebox05 .img02 img { display: block; max-width: 100%; }
	
	.homebox06 .title { line-height: 30px; }
	.homebox06 .title .tit { float: none; text-align: center; }
	.homebox06 .title .lin { float: none; text-align: center; }
	.homebox06 .newstop { float: none; width: 100%; }
	.homebox06 .list { margin-left: 0; }
	.homebox06 .newstop .info { padding: 20px 20px; }
	.homebox06 .list .item { padding: 20px 20px; }
	
	.footer { padding: 30px 0; }
	.footer .wrapper { display: none; }
	.foot .bei { margin-bottom: 20px; }
	.footer .foot { margin-top: 0; padding-top: 0; border-top: 0; }
	.foot .copy { font-size: 12px; padding:0 20px; }
	
	
	.inbanner { height: 120px; background-size: cover; }
	.inbanner .title .cn { font-size: 22px; }
	.inbanner .title .en { font-size: 14px; }
	
	.side { width: 100%; float: none; }
	.main { width: 100%; float: none; }
	
	.sbox { display: none; }
	
	.snav { padding: 0; margin-bottom: 0; }
	.snav .sd { background: #666; line-height: 36px; font-size: 12px; color: #fff; text-align: center; display: block; }
	.snav .hd { display: none; }
	.snav .bd { display: none; }
	.snav .bd.sbon { display: block; }
	
	.snav .bd .bul .bli .ba { font-size: 14px; }
	.mainbox .now { display: none; }
	
	.mainbox { padding: 20px; }
	.mainbox .hd { border-color: transparent; margin: -20px -20px 40px; }
	.mainbox .hd h1 { float: none; text-align: center; background: #e50213; color: #fff; font-size: 16px; padding-right: 0; }
	
	
	.newsbackline ul li a { width: 100%; }
	
	
	.newslist .item { width: 100%; float: none; margin-right: 0; }
	.newslist .item .name { height: auto; }
	
	.messagecon p  { }
	.messagetarea { width: 90%; margin: 0 auto; display: block; }
	.messagetit { text-align: center; margin-top: 5px; font-size: .75rem; }
	.messageinput { width: 90%; margin: 0 auto; display: block; margin-bottom: 5px; }
	.main .con .yanzhengma { display: block; width: 20%; margin: 20px auto; }
	.messagebtn { margin: 5px auto 0; width: 80%; display: block; }
	.messagebtn.btnon { width: 80%; }
	
	.prolist .item { width: 100%; margin: 0 0 10px; }

	.culture_info .item .culture_msg{float: none;width: 100%;}
.culture_info .item .culture_img{display: none;}
/**/
}
@media(max-width: 768px){
	.homeHeader .topNav .btnmenu {display: block;}
	.bannerslide .swiper-slide{height: 160px;}
}

.mm-pagedim-black #mm-blocker { opacity: 0; }
.mm-pagedim-black.mm-opening #mm-blocker { background: #000; opacity: .3; transition: opacity .4s ease .4s; }
.sidefootlogo { font-size: 12px; }
.mm-listview > li > a { text-align: center; font-size: 14px; line-height: 40px; }