/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  font-family:'microsoft yahei',simsun,tahoma,arial;
  font-size:13px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; color:#666666; font-size:13px; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration:none;outline:none;
  transition:all 0.7s linear;
  -webkit-transition:all 0.7s linear;
  -moz-transition:all 0.7s linear;
  -ms-transition:all 0.7s linear;
}
a{
  color: #888;
  text-decoration: none;
  border: none;
  transition: 0.4s;
  font-size:13px;
}
a:hover{ color: #00549D; }

a.blue{
  color: #00549D;
  text-decoration: none;
  border: none;
  transition: 0.4s;
  
}
a.blue:hover{ color: #333333; }


img{vertical-align:middle;}
input:text{outline:none;outline-style:none;-webkit-appearance: none;}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
s{text-decoration:none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:5px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:#0752a4;}
::-webkit-scrollbar-thumb:hover{background:#0752a4}

::selection {
background:#0752a4;
color: #fff;
}
.clear{clear:both;}
@font-face {
    font-family: 'futura_bk_btbook';
    src: url('../fonts/futura-webfont.eot');
    src: url('../fonts/futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-webfont.woff2') format('woff2'),
         url('../fonts/futura-webfont.woff') format('woff'),
         url('../fonts/futura-webfont.ttf') format('truetype'),
         url('../fonts/futura-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body{
 background-color:#f9f9f9; 
}
.clearfix:before,.clearfix:after{
  display:table;
  content: "";
}
.header{
  position:fixed;
  background:#fff;
  top:0;left:0;width:100%;
  height:80px;min-width:1170px;
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow:0 5px 10px rgba(0,0,0,.2);
  box-shadow:0 5px 10px rgba(0,0,0,.2);
  z-index:99999;
}
.header .header-bg{
  position:absolute;
  top:75px;left:0;width:100%;height:0px;
  background:url(../img/header_bg.jpg) no-repeat;
  opacity:0.8;
  filter:alpha(opacity-80);
  -moz-opacity:0.8;
  background-size:100% 100%;
}
.header .header-container{
  position:relative;
  width:1170px;
  margin:0 auto;
  padding:0;
}
.header .header-container .logo{
  position:absolute;
  top:8px;
  left:0;
}
.header .header-container .logo a{
  display:block;
  width:190px;
  height:67px;
  background:url(../img/logo.jpg);
  overflow:hidden;
  text-indent:-1000px;
}
.header .header-container .nav{
  margin-left:310px;
  height:80px;
}
.header .header-container .nav>ul>li{
  float:left;
  position:relative;
  width:120px;
  line-height:80px;
  text-align:center;
}
.header .header-container .nav>ul>li>a{
  color:#013051;
  font-size:15px;
}
.header .header-container .nav>ul>li>a>span{
  display:block;
  line-height:20px;
  margin-top:-30px;
  text-transform:uppercase;
  filter:alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
  font-size:12px;
  transition:all 0.3s linear;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  -ms-transition:all 0.3s linear;
}
.header .header-container .nav>ul>li>a:hover span{
  opacity:1;
  transition:all 0.3s linear;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  -ms-transition:all 0.3s linear;
}
.header .header-container .nav .sub-nav{
  position:absolute;
  top:67px;
  left:0;
  z-index:99999;
  background:none;
  margin-top:8px;
  border:1px solid #ccc;
  width:100%;
  height:0;
  display:none;
}
.header .header-container .nav>ul>li:hover .sub-nav{
  background:#0e75e6;
}
.header .header-container .nav .sub-nav li{
  line-height:25px;opacity:0;
}
.header .header-container .nav .sub-nav li.top{
  padding-top:30px;
}
.header .header-container .nav .sub-nav li>a{
  font-size:12px;
  color:#fff;
}
.header .header-container .nav .gupiao{
  display:block;
  width:100px;
  background:url(../img/gupiao.png) no-repeat left center;
  background-size:20px 20px;
  font-size:15px;
  text-align:center;
}
.header .header-container .language{
  position:absolute;
  top:25px;right:15px;
  width:112px;
  height:32px;
  zoom:1;overflow:hidden;
}
.header .header-container .language ul li{
  float:left;
}
.header .header-container .language .lnk-en{
  display:block;
  width:30px;height:26px;
  background:url(../img/lnk-en.jpg) no-repeat;
  overflow:hidden;text-indent:-1000px;
  transition:none;
}
.header .header-container .language .lnk-en:hover{
  background:url(../img/lnk-en1.jpg) no-repeat;
}
.header .header-container .language .lnk-cn{
  display:block;
  width:30px;height:26px;
  background:url(../img/lnk-cn.jpg) no-repeat;
  overflow:hidden;text-indent:-1000px;
  transition:none;
}
.header .header-container .language .lnk-cn:hover{
  background:url(../img/lnk-cn1.jpg) no-repeat;
}

.container{
width:100%;
  margin:0 auto;
}
.container .section{
  position:relative;
  padding:20px 0;
}
.container .section .section-container{
  width:1170px;margin:0 auto;
}
.section-header .section-title{
  color:#0982f4;text-transform:uppercase;
  font-family:'futura_bk_btbook';
  font-size:36px;letter-spacing: .25px;
  text-align:center;padding:1px 0; padding-top:30px;
}
.section-header .section-subtitle{
  position:relative;
  font-size:16px;margin-top:10px;padding-bottom:10px;
  text-align:center;
}
.section-header .section-subtitle:after{
  content:'';background:#0982f4;
  position:absolute;width:50px;height:2px;
  left:50%;margin-left:-25px;bottom:0;
}
.section-content{
  position:relative;
  padding:0 15px;
}
.banner{
  padding-top:80px;
  height:300px;
  text-align:center;
  overflow:hidden;
}




/*-------------------- -------------------- -------------------- about -------------------- -------------------- -------------------- */
#sy_about{ width:1200px;margin:20px auto;  }
#sy_about .bai_bg{ width:100%; float:left; margin:15px; padding-bottom:15px;}
#sy_about .tu_bg{ width:1200px;  float:left; background:url(../img/about_bg.png) right 30px no-repeat;}

#sy_about .tex{ width:522px; margin-top:10px;float:left}
#sy_about .flv{ width:482px; margin-top:90px;float:left}
#sy_about .tex2{ width:1200px; margin-top:-20px;float:left}

#sy_about p{ line-height:27px; float:left; font-size:15px; margin:22px 0;}

#sy_about .bt_white a{ width:141px; height:44px; line-height:44px;background:#dc2602; color:#fff; float:left; margin-top:20px; margin-bottom:27px;border-radius:4px;-moz-border-radius:4px; font-size:15px; text-align:center}
#sy_about .bt_white a:hover{ background:#0982f4; font-size:17px;}
#sy_about .bt_white a img{ margin:-3px 6px 0 0;}
.title_zong{ width:100%; float:left; text-align:center; font-size:36px; color:#0982f4; font-weight:bold; margin-bottom:15px;}
.title_zong span{ width:100%; float:left; margin-top:12px; text-align:left; font-size:18px; color:#555555; font-weight:lighter;}
.line001{ width:77px; height:2px; background:#0982f4; float:left; margin-top:1px;}

/* about */
.about-content{padding:30px 0;zoom:1;overflow:hidden;}
.about-content .movie{
  float:left;width:50%;
  height:400px;
}
.about-content .about{
  float:left;width:50%;
  margin:0 auto;
}
.about-content .about p{
  font-size:14px;line-height:24px;color:#666;
  margin-bottom:20px;
}
.about-content .about .more a{
  display:block;
  width:130px;height:45px;line-height:45px;
  background:#0752a4;color:#fff;
  text-transform:capitalize;margin:0 auto;
  text-align:center;
}
.about-content .about .more a:hover{
  box-shadow:0 -100px 0 0 #000 inset;
  color:#fff;
}

.concept-section{
  padding-bottom:0px !important;
}
.concept-section .concept-items{
  zoom:1;overflow:hidden;
}
.concept-section .concept-items .concept-item{
  position:relative;
  float:left;
  width:50%;padding-right:10px;
  height:450px;
}
.concept-section .concept-items .concept-item .img{
  position:absolute;top:0;left:5px;right:5px;bottom:0;
  overflow:hidden;text-align:center;line-height:440px;
}
.concept-section .concept-items .concept-item .img img{
  width:100%;height:100%;
}
.concept-section .concept-items .concept-item .item-content{
  position:absolute;top:0;left:5px;right:5px;bottom:0;
  background:rgba(0,0,0,.3);
  transition:all 0.7s linear;
  -webkit-transition:all 0.7s linear;
  -moz-transition:all 0.7s linear;
  -ms-transition:all 0.7s linear;
}
.concept-section .concept-items .concept-item:hover .item-content{
  background:url(0,0,0,0);
  transition:all 0.7s linear;
  -webkit-transition:all 0.7s linear;
  -moz-transition:all 0.7s linear;
  -ms-transition:all 0.7s linear;
}
.concept-section .concept-items .concept-item .item-content .item-title{
  position:relative;
  padding-top:18%;
  text-align:center;font-size:28px;color:#fff;
  letter-spacing:3px;padding-bottom:20px;
}
.concept-section .concept-items .concept-item .item-content .item-title:after{
  position:absolute;left:50%;width:50px;margin-left:-25px;
  height:5px;background:#0752a4;bottom:0;content:'';
}
.concept-section .concept-items .concept-item .item-summary{
  font-size:15px;color:#fff;
  width:70%;margin:0 auto;line-height:22px;letter-spacing:2px;
  margin-top:20px;
}

.speech-section{
  padding-top:0 !important;
  background:url(../img/bg_team.jpg) no-repeat;
  background-size:cover;
}
.speech-section .section-header{
  padding-top:30px;
}
.speech-section .speech-items{
  zoom:1;overflow:hidden;
}
.speech-section .speech-items .speech-item{
  float:left;width:50%;
}
.speech-section .speech-items .speech-item .gy-img{
  width:230px;height:230px;
  border-radius:50%;overflow:hidden;
  margin-left:10%;
}
.speech-section .speech-items .speech-item .gy-text{
  margin-top:10px;
}
.speech-section .speech-items .speech-item .gy-text .gy-text-title{
  position:relative;
  font-size:20px;line-height:35px;color:#333;
  margin:0 0 8px 0;font-weight:normal;
}
.speech-section .speech-items .speech-item .gy-text .gy-text-title:after{
  position:absolute;width:75px;height:1px;
  background:#666;left:0;bottom:-15px;
  content:'';
}
.speech-section .speech-items .speech-item .gy-text .gy-content{
  margin-top:30px;font-size:14px;line-height:25px;color:#666;
  width:90%;
}
.speech-section .speech-items .speech-item .gy-text .gy-qm{
  margin-top:10px;
}
.speech-section .speech-items .speech-item.right .img{
  width:90%;
  padding-top:200px;
}

.honor-section .btns{
  margin-top:40px;text-align:center;
}
.honor-section .btns .btn{
  display:inline-block;
  width:150px;height:45px;line-height:45px;
  text-align:center;background:#e5e5e5;color:#333;
}
.honor-section .btns .btn.on{
  background:#0752a4;
  color:#fff;
}
.honor-section .honor-items{
  position:relative;margin-top:20px;
  zoom:1;overflow:hidden;
}
.honor-section .honor-items .honor-item{
  float:left;position:relative;
  width:360px;height:280px;
  margin:10px;
}
.honor-section .honor-items .honor-item .img{
  height:210px;
  text-align:center;
}
.honor-section .honor-items .honor-item .img img{
  box-shadow:0 5px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.2);
  -moz-box-shadow:0 5px 5px rgba(0,0,0,0.2);
}
.honor-section .honor-items .honor-item .item-title{
  text-align:center;margin-top:10px;
  padding:0 37px;
}

.history-section{
  background:url(../img/h01.jpg) no-repeat;
  background-size:cover;
  height:800px;
}
.history-section .section-title{
  color:#fff !important;
}
.history-section .section-subtitle{
  color:#fff !important;
}
.brand-section{
  padding-top:100px !important;padding-bottom:20px !important;
}
.brand-section .section-container{
  position:relative;
  zoom:1;overflow:hidden;
}
.brand-section .section-container .brand-left{
  width:50%;float:left;
}
.brand-section .section-container .brand-left .img{
  border:5px solid transparent;
  transition:all 0.7s linear;
  -webkit-transition:all 0.7s linear;
  -moz-transition:all 0.7s linear;
  -ms-transition:all 0.7s linear;
}
.brand-section .section-container .brand-left .img:hover{
  border-color:#0752a4;
  transition:all 0.7s linear;
  -webkit-transition:all 0.7s linear;
  -moz-transition:all 0.7s linear;
  -ms-transition:all 0.7s linear;
}
.brand-section .section-container .brand-right{
  width:50%;float:left;
  padding-left:30px;
}
.brand-section .section-container .brand-right .section-header .section-title,
.brand-section .section-container .brand-right .section-header .section-subtitle{
  text-align:left !important;
}
.brand-section .section-container .brand-right .section-header .section-subtitle:after{

  left:0 !important;
  margin-left:0;
}
.brand-section .section-container .brand-right .brand-content{
  margin-top:20px;
}
.brand-section .section-container .brand-right .brand-content p{
  font-size:14px;line-height:26px;
}

/**contact*/
.section-contact1 .map-row{
  margin-bottom:80px;
  height:auto;
  zoom:1;overflow:hidden;
}
.section-contact1 .map-row .map1{
  float:left;
  width:41.6667%;
  position:relative;margin-top:40px;height:auto;
  /*opacity:0;-moz-opacity:0;-khtml-opacity:0;
  filter:alpha(opacity=0);*/
}
.section-contact1 .map-row .map1 .map-title{
  width:65%;height:auto;padding:10px 0;
  background:url(../img/mapmd_nm1.png) right center no-repeat;
  color:#fff;font-size:15px;padding-left:20px;
  letter-spacing:2px;margin-left:0;margin-top:20px;
}
.section-contact1 .map-row .map1 .map-content .company-main{
  height:30px;line-height:30px;
  background:#e5e5e5;color:#333;text-align:center;
  margin-top:5px;border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  transition:all 0.4s linear;
  -webkit-transition:all 0.4s linear;
  -moz-transition:all 0.4s linear;
  -ms-transition:all 0.4s linear;
}
.section-contact1 .map-row .map1 .map-content .company-feng{
  height:auto;
}
.section-contact1 .map-row .map1 .map-content .company-feng .feng-item{
  float:left;width:48%;height:30px;line-height:30px;
  background:#e5e5e5;color:#333;text-align:center;
  margin-top:5px;border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  transition:all 0.4s linear;
  -webkit-transition:all 0.4s linear;
  -moz-transition:all 0.4s linear;
  -ms-transition:all 0.4s linear;
}
.section-contact1 .map-row .map1 .map-content .company-feng .feng-item.odd{
  margin-right:4%;
}
.section-contact1 .map-row .map2{
  float:left;
  position:relative;
  height:auto;width:58.33333%;
  /*opacity:0;-moz-opacity:0;-khtml-opacity:0;
  filter:alpha(opacity=0);*/
}
.section-contact1 .map-row .map2 .maps{
  position:relative;
  height:530px;
}
.section-contact1 .map-row .map2 .maps .map-dian{
  position:absolute;width:20px;height:20px;
}
.section-contact2 .content1{
  margin-top:30px;margin-bottom:20px;
  font-size:12px;color:#666;line-height:24px;
  background:#f2f2f2;padding:30px;
}
.section-contact2 .content1 p{
  letter-spacing:2px;
}
.section-contact2 .content2{
  position:relative;
  margin-top:30px;
  zoom:1;overflow:hidden;
}
.section-contact2 .content2 .contact-item-wrapper{
  float:left;width:25%;
  padding:0 15px;
}
.section-contact2 .content2 .contact-item-wrapper.first{
  padding-left:0;
  padding-right:10px;
}
.section-contact2 .content2 .contact-item-wrapper.last{
  position:absolute;right:0;
  padding-right:0;
}
.section-contact2 .content2 .contact-item-wrapper .contact-item{
  position:relative;
  background:#f3f3f3;
  padding:20px 20px;
  text-align:center;
  height:238px;
}
.section-contact2 .content2 .contact-item-wrapper .contact-item .contact-img{
  font-size:18px;color:#666;
  border-bottom:1px solid #bbb;
  padding-bottom:20px;margin-bottom:30px;
  text-transform:uppercase;
}
.section-contact2 .content2 .contact-item-wrapper .contact-item .contact-img span{
  width:30px;display:block;margin:0 auto;
}
.section-contact2 .content2 .contact-item-wrapper .contact-item .contact-title{
  font-size:18px;font-weight:600;
  color:#0752a4;margin-bottom:10px;line-height:24px;
  text-overflow:ellipsis;overflow:hidden;white-space:nowrap;
}
.section-contact2 .content2 .contact-item-wrapper .contact-item .contact-attr{
  font-size:12px;color:#666;line-height:24px;
}
.section-contact2 .content3{
  position:relative;
  margin-top:30px;
  margin-bottom:30px;
  overflow:hidden;zoom:1;
  background:#f3f3f3;
  height:440px;
  padding:10px 0;
}
.section-contact2 .content3 .form{
  position:absolute;
  left:0;width:50%;
}
.section-contact2 .content3 .form .title{
    font-size: 16px;
    line-height: 22px;
    color: #333;
    padding-left:15px;
    font-weight:300;
}
.section-contact2 .content3 .form .form-item{
  margin:0 15px;
  margin-bottom:8px;
  height:30px;line-height:30px;
  zoom:1;overflow:hidden;
  font-size:14px;color:#333;
}
.section-contact2 .content3 .form .form-item dt{
  float:left;width:100px;
}
.section-contact2 .content3 .form .form-item dd{
  padding-left:100px;
}
.section-contact2 .content3 .form .form-item .input{
  border:1px solid #ccc;
  width:80%;height:28px;line-height:28px;
}
.section-contact2 .content3 .form .form-item .select{
  border:1px solid #ccc;
  height:28px;line-height:28px;
}
.section-contact2 .content3 .form .form-item button{
  border:none;outline:none;
  background:#4d4d4d;
  color:#fff;padding:8px 25px;
}
.section-job1{
  background:#f4f4f4;
}
.section-job1 .job-wrapper{
  position:relative;
  zoom:1;overflow:hidden;
  margin-top:50px;
}
.section-job1 .job-wrapper .job-item{
  float:left;width:50%;
  padding:0 15px;
}
.section-job1 .job-wrapper .job-item .text p{
    line-height:25px;letter-spacing:1px;
}
.section-job1 .job-wrapper .job-item .text .conceptline{
  border-left:2px solid #e5e5e5;
  height:80px;
}
.section-job1 .job-wrapper .job-item .text .conceptline .line{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;font-size:20px;
  color:#333;margin-top:50px;margin-bottom:0px;margin-left:50px;
}
.section-job1 .job-wrapper .job-item .text .conceptline .line2{
  font-size:16px;color:#808080;
  margin-top:10px;margin-left:50px;
}

.section-job2 .job-lists{
  position:relative;zoom:1;overflow:hidden;
}
.section-job2 .job-lists .job-item{
  position:relative;float:left;
  width:360px;margin:30px 10px 0 10px;
  height:400px;
}
.section-job2 .job-lists .job-item .img{
  width:60px;
  margin:0 auto;
}
.section-job2 .job-lists .job-item .img img{
  width:100%;height:100%;
}
.section-job2 .job-lists .job-item .item-content{
  margin-top:20px;
}
.section-job2 .job-lists .job-item .item-content .item-title{
  position:relative;
  font-size:16px;text-align:center;text-transform:uppercase;
  padding-bottom:15px;
}
.section-job2 .job-lists .job-item .item-content .item-title:after{
  position:absolute;bottom:0;left:50%;width:50px;height:2px;
  background:#0752a4;margin-left:-25px;content:'';
}
.section-job2 .job-lists .job-item .item-content .item-attr{
  text-align:center;margin-top:20px;
  color:#666;line-height:22px;
}
.section-job2 .job-lists .job-item .item-content .more{
  margin-top:20px;text-align:center;
}
.section-job2 .job-lists .job-item .item-content .more a{
  color:#0752a4;text-transform:capitalize;
}

.section-service1 .service-content{
  position:relative;zoom:1;overflow:hidden;
}
.section-service1 .service-content-wrapper{
  float:left;width:25%;padding:0 15px;
}
.section-service1 .service-content-wrapper .service-item{
  position:relative;margin-bottom:30px;
}
.section-service1 .service-content-wrapper .service-item .img{
  width:50%;
  text-align:center;
  display:block;margin:0 auto;
}
.section-service1 .service-content-wrapper .service-item .img img{
  width:100%;
}
.section-service1 .service-content-wrapper .service-item .item-title{
  font-size:22px;line-height:36px;
  padding-top:20px;margin-bottom:20px;text-align:center;
}
.section-service1 .service-content-wrapper .service-item .item-text{
  font-size:12px;color:#666;line-height:22px;
  height:65px;overflow:hidden;
}
.section-service2{
  background:url(../img/ser04_bg.png) no-repeat;
  background-size:cover;padding-bottom:80px;
}
.section-service2 .service-content{
  position:relative;
  zoom:1;overflow:hidden;
  padding-top:30px;
}
.section-service2 .service-content .design-item{
  position:relative;float:left;
  width:50%;height:230px;overflow:hidden;
  background:#fff;
}
.section-service2 .service-content .design-item .item-title{
  font-size:16px;line-height:32px;
  width:50%;margin-left:50px;
  white-space:nowrap;overflow:hidden;
  text-overflow:ellipsis;padding-top:25px;
  color:#0752a4;font-weight:600;
}
.section-service2 .service-content .design-item .summary{
  font-size:13px;line-height:32px;width:75%;white-space:nowrap;
  text-overflow:ellipsis;padding-bottom:10px;margin-left:50px;
}
.section-service2 .service-content .design-item .item-content{
  width:90%;line-height:20px;color:#666;
  overflow:hidden;margin-left:50px;
}
.section-service3 .service-content{
  position:relative;zoom:1;overflow:hidden;
  padding-top:30px;
}
.section-service3 .service-content .price-item{
  float:left;width:50%;
}
.section-service3 .service-content .price-item p{
  line-height:25px;margin-top:25px;
  padding:0 10px;
}
.section-service4{
  background:#fafafa;
}
.section-service4 .service-content{
  position:relative;zoom:1;overflow:hidden;
  padding-top:30px;
}
.section-service4 .service-content .wz-item{
  float:left;width:50%;height:250px;
  overflow:hidden;
}
.section-service4 .service-content .wz-item p{
  padding:0 15px;color:#333;
  line-height:24px;margin-bottom:10px;
}
.section-service5{
  background:#f2f2f2;
  border-bottom:1px solid #fff;
  padding-top:80px !important;padding-bottom:20px !important;
}
.section-service5 .service-content{
  position:relative;zoom:1;overflow:hidden;
  padding-top:30px;
}
.section-service5 .service-content .left-content{
  float:left;width:58%;padding:0 15px;
}
.section-service5 .service-content .left-content .service-item{
  width:90%;margin:0 auto;
}
.section-service5 .service-content .left-content .service-item .item-title{
  position:relative;
  font-size:16px;font-weight:600;
}
.section-service5 .service-content .left-content .service-item .item-title:after{
  position:absolute;width:30px;height:2px;
  background:#0752a4;bottom:-20px;left:0;content:'';
}
.section-service5 .service-content .left-content .service-item .item-content{
  line-height:22px;color:#666;
  margin-top:40px;margin-bottom:10px;
}
.section-service5 .service-content .right-content{
  float:left;width:42%;padding:0 15px;
}
.section-service5 .service-content .right-content .service-form{
  margin-top:10px;
}
.section-service5 .service-content .right-content .service-form .form-title{
  font-size:18px;line-height:22px;color:#333;
}
.section-service5 .service-content .right-content .service-form .form-item{
  margin-top:10px;
}
.section-service5 .service-content .right-content .service-form .form-item .input{
  border:1px solid transparent;background:#ccc;padding:2px;
  box-shadow:none;outline:none;width:370px;height:50px;padding-left:15px;
  letter-spacing:1px;
}
.section-service5 .service-content .right-content .service-form .form-item .input:focus{
  background:#4d4d4d;border-bottom:2px solid #0752a4;
  color:rgb(153,153,153);
}
.section-service5 .service-content .right-content .service-form .form-item .textarea{
  height:100px !important;line-height:20px;padding-top:10px;
}
.section-service5 .service-content .right-content .service-form .form-item button{
  width:150px;height:50px;line-height:50px;
  background:#4d4d4d;border:1px solid transparent;
  color:#fff;letter-spacing:1px;outline:none;
  border-bottom:2px solid #0752a4;
  transition:color .6s,border-color .6s, background-color .6s,padding .6s;
}

.section-news .news-list{
  position:relative;zoom:1;overflow:hidden;
  padding:30px 0;
}
.section-news .news-list .news-item{
  position:relative;float:left;
  width:360px;height:344px;
  padding-left:15px;margin-left:15px;margin-bottom:50px;
  background: url(../img/border-vertical.gif) repeat-y left top transparent;
}
.section-news .news-list .news-item .img{
  position:relative;
  width:345px;height:181px;
}
.section-news .news-list .news-item .img img{
  width:100%;height:100%;
}
.section-news .news-list .news-item .item-title{
  margin-top:20px;
  font-size:15px;
}
.section-news .news-list .news-item .summary{
  color:#666;margin-top:15px;line-height:22px;
  height:40px;overflow:hidden;
}
.section-news .news-list .news-item .more{
  margin-top:20px;
}
.section-news .news-list .news-item .more a{
  color:#666;padding-left:15px;line-height:20px;
  display:block;background:url(../img/icon01.png) no-repeat left center;
}

.section-case{
   width:1200px; margin:20px auto;
}
.section-case .case-navs{
  margin:20px auto;
}
.section-case .case-navs .case-nav-items{
  text-align:center;
}
.section-case .case-navs .case-nav-items .case-nav-item{
  display:inline-block;
  position:relative;margin-right:30px;
}
.section-case .case-navs .case-nav-items .case-nav-item a{
  color:#333;padding-left:60px;text-transform:uppercase;
  font-size:18px;
}
.section-case .case-navs .case-nav-items .case-nav-item a:after{
  position:absolute;left:15px;top:12px;height:1px;background:#000;
  display:block;width:40px;
  content:'';zoom:1;
  transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;
  -moz-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  transition-property:transform,background;
  -webkit-transition-property:-webkit-transform,background;
  -moz-transition-property:-moz-transform,background;
  -ms-transition-property:-ms-transform,background;
  transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
  -moz-transition-duration:0.5s;
  -ms-transition-duration:0.5s;
  transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);
}
.section-case .case-navs .case-nav-items .case-nav-item a:hover:after{
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  filter:progid:DXImageTransform.Microsoft.Matrix( M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
  zoom:1;
  background:#0752a4;
}
.section-case .case-navs .case-nav-items .case-nav-item.on a{
  color:#0752a4;
}
.section-case .case-navs .case-nav-items .case-nav-item.on a:after{
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  filter:progid:DXImageTransform.Microsoft.Matrix( M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
  zoom:1;
  background:#0752a4;
}
.section-case .content-more{
  text-align:center;
}
.section-case .content-more a{
  display:block;width:150px;height:40px;line-height:40px;
  background:#0752a4;color:#fff;text-align:center;
  margin:0 auto;
}
.section-case .case-slider{
  padding:20px 0;
  height:300px;overflow:hidden;
}
.section-case .case-slider .slider .case-item{
  width:460px;height:280px;
}
.section-case .case-slider .slider .case-item .img{
  position:relative;
  width:380px;height:210px;
  margin:0 auto;
  overflow:hidden;
}
.section-case .case-slider .slider .case-item .img img{
  width:100%;height:100%;
}
.section-case .case-slider .slider .case-item:hover .img img{
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transition:all 0.4s linear;
  -webkit-transition:all 0.4s linear;
  -moz-transition:all 0.4s linear;
  -ms-transition:all 0.4s linear;
}
.section-case .case-slider .slider .case-item .img .item-desc{
  position:absolute;top:0;left:0;right:0;bottom:0;
  background:rgba(0,0,0,.5);
  opacity:0;
  -moz-opacity:0;-khtml-opacity:0;filter:alpha(opacity=0);
  transition:all 0.4s linear;
  -webkit-transition:all 0.4s linear;
  -moz-transition:all 0.4s linear;
  -ms-transition:all 0.4s linear;
}
.section-case .case-slider .slider .case-item:hover .img .item-desc{
  transition:all 0.4 linear;
  -webkit-transition:all 0.4 linear;
  -moz-transition:all 0.4 linear;
  -ms-transition:all 0.4 linear;
  opacity:1;
}
.section-case .case-slider .slider .case-item .img .item-desc p{
  color:#fff;
  padding:20px;letter-spacing:1px;line-height:20px;
}
.section-case .case-slider .slider .case-item .item-title{
  padding:10px 0;background:#fff;
  color:#0752a4;font-size:16px;
  letter-spacing:1px;text-align:center;
}
.section-case .case-wrapper{
  position:relative;
  zoom:1;overflow:hidden;
}
.section-case .case-wrapper .case-submenu{
  float:left;
  width:195px;padding:0 15px;
}
.section-case .case-wrapper .case-submenu .sub-item a{
  color:#337ab7;line-height:25px;height:25px;
}
.section-case .case-wrapper .case-submenu .sub-item a.on{
  color:#000;font-size:16px;
}
.section-case .case-list{
  float:left;width:945px;padding:0 10px;
  position:relative;zoom:1;overflow:hidden;
}
.section-case .case-list .case-item-wrapper{
  float:left;width:33%;padding:15px;
}
.section-case .case-list .case-item-wrapper .case-item{
  text-align:center;height:40px;line-height:40px;font-size:12px;
  display:table;width:100%;margin-bottom:30px;
  /*position:relative;top:100px;
  opacity:0;-moz-opacity:0;-khtml-opacity:0;*/
}
.section-case .case-list .case-item-wrapper .case-item a{
  display:table-cell;width:100%;height:40px;
  background-color:#ccc;line-height:15px;
  vertical-align:middle;text-align:center;
  color:#666;border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  transition:all .4s linear;
  -webkit-transition:all .4s linear;
  -moz-transition:all .4s linear;
  -ms-transition:all .4s linear;
}
.section-case .case-list .case-item-wrapper .case-item a:hover{
  background:#0752a4;color:#fff;
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
}

.section-news .section-content .news-title{
  font-size:22px;line-height:30px;color:#000;
  letter-spacing:1px;text-align:center;margin-top:20px;
}
.section-news .section-content .news-attr{
  line-height:30px;text-align:center;padding-top:10px;font-size:12px;
  color:#4c4c4c;margin:0 auto;
}
.section-news .section-content .news-content{
  padding-top:25px;font-size:12px;color:#4c4c4c;
  margin-bottom:40px;zoom:1;overflow:hidden;
  line-height:30px;
}
.section-news .section-content .news-content p{
  text-align:justify;
}
.section-news .section-content .news-content img{
  max-width:100%;
}
.section-news .section-content .back{
  margin-top:40px;
}
.section-news .section-content .back a{
  display:block;width:130px;height:40px;line-height:40px;
  background:#0752a4;color:#fff;text-align:center;
  margin:0 auto;text-transform:uppercase;
}

.job-detail{
  padding-top:80px !important;
}
.job-detail .section-content{
  padding:50px 0;
}
.job-detail .section-content .job-title{
  height:35px;line-height:35px;color:#333;font-size:14px;font-weight:bold;
  text-align:left;border-bottom:1px dashed #ddd;
}

.designcase-detail .case-list{
  position:relative;zoom:1;overflow:hidden;
  padding:25px 10px;margin-bottom:120px;
}
.designcase-detail .case-list .case-item{
  float:left;width:19.9%;margin-left:0.05%;margin-right:0.05%;
}
.designcase-detail .case-list .case-item .img img{
  width:100%;height:100%;
}
.designcase-detail .case-list .case-item .item-title{
  font-size:17px;color:#727171;height:30px;line-height:30px;
  text-align:center;margin:15px 0;
}
.designcase-detail .case-list .case-item .summary{
  color:rgb(7, 82, 164);font-size:13px;font-weight:600;
  padding-right:8px;overflow:hidden;
  padding-left:10%;height:25px;line-height:25px;
}
.designcase-detail .case-list .case-item .item-content{
  font-size:13px;color:rgb(148, 149, 149);
  line-height:25px;padding-left:10%;width:80%;
  display:none;
}

.news-detail{
  padding-top:120px !important;
}
.news-detail .news-title{
    text-align: center;
    font-size: 22px;
    color: #333;
    line-height: 35px;
    margin-bottom: 20px;
}
.news-detail .news-content{
  line-height:22px;
}
.news-detail .news-content p{
  margin:15px auto;
}

.zpxxnrbody{ width:auto;border-bottom:1px #ddd dashed; padding-top:20px; padding-bottom:20px; padding-left:12px; padding-right:10px;}
.zpxxnrbodynr{ width:200px; height:50px; float:left; margin-right:30px;}
.zpxxnrbodynrs{ width:auto; height:auto;}
.zpxxnrbodynrsz{ width:100px; height:25px; line-height:25px;font-size:12px; float:left;color:#666; text-transform:capitalize;}
.zpxxnrbodynrsy{ width:100px; float:right; height:25px; line-height:25px;font-size:12px;text-transform:capitalize;}
.zxzpnr{ line-height:25px;padding-top:30px;}


#timeline{width:1120px;height:400px;overflow:hidden;margin:40px auto 0 auto;position:relative;background:url(../img/licbg.png) left 340px repeat-x;}
#dates{width:1120px;overflow:hidden;margin-top:20px;}
#dates li{float:left;width:94px;height:90px;font-size:16px;text-align:center;}
#dates a{color:#fff;width:94px;height:90px;line-height:130px;display:block;}
#dates .selected{font-size:18px;font-weight:bold;background:url(../img/licbgt.png) no-repeat center top;}
#issues{width:1120px;height:218px;overflow:hidden;}
#issues li{width:1120px;height:218px;list-style:none;float:left;}
#issues li img{text-align:center;display:block;margin:0 auto;}
#next,#prev{position:absolute;font-size:100px;font-family:"宋体";top:90px;width:100px;height:100px;text-align:center;line-height:100px;overflow:hidden;color:#fff;}
#next{right:0;}
#prev{left:0;}
#next.disabled,#prev.disabled{opacity:0.2;}
.lishi_div{
    width:1000px;
    height:218px;
    margin:auto;
    }
.ls_xian{
    width:90px;
    height:218px;
    float:left;
    background:url(../img/ls_xian.png) top center no-repeat;
    }
.ls_nr{
    width:900px;
    height:218px;
    float:right;
    }
.ls_name{
    height:30px;
    line-height:30px;
    font-size:22px;
    color:#fff;
    font-weight:bold;
    margin-top:20px;
    text-align:center;
    }
.ls_dx{
    width:40px;
    height:2px;
    background:#fff;
    margin-left:0;
    margin:0 auto;
    margin-top:10px;
    }
.ls_wzjs{
    height:auto;
    margin-top:10px;
    }
.ls_wzjs p{
    line-height:25px;
    font-size:12px;
    color:#fff;
    }
.ls_nr1{
    width:610px;
    height:218px;
    float:left;
    padding-left:20px;
    }
.ls_nr2{
    width:270px;
    height:218px;
    float:right;
    }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.page{
  margin-top: 40px;
  text-align:center;
}
.page a{
  display:inline-block;
  padding:8px;
  background:#ddd;
  color:#fff;
}
.page a:hover{
  background:#333;
  color:#fff;
}
.page a.selected{
  background-color: #000;
}

.fixednav{ position:fixed; width:121px;top:20%; right:5px; z-index:9999;}
.fixednav .service-top{position:relative;width:121px;height:154px;background:url(../img/service_top.png) no-repeat;}
.fixednav .service-top .phone{position:absolute;left:0;right:0;bottom:5px;text-align:center;color:#fff;font-size:14px;line-height:22px;}
.fixednav .content{padding:8px;background:#0b70b8;}
.fixednav .content a{font:13px/30px 'microsoft yahei',simsun; display:block;margin:0 auto;margin-bottom:8px;border-radius:5px;width:95px;height:30px;line-height:30px;padding-left:25px; font-weight:bold; color:#ffffff;background:#91bfdf url(../img/qq_service_ico.png) no-repeat 5px center;}
.fixednav .service-bottom{width:121px;height:61px;background:url(../img/service_bottom.png) no-repeat;}




/*-------------------- -------------------- -------------------- footer -------------------- -------------------- -------------------- */
#footer{ width:100%; background:#202020;float:left; color:#fff;  padding:40px 0; }

#footer .footer-container{
  margin:0 auto;
  width:1200px;

}
#footer .font_d16{ width:100%;float:left; color:#fff; font-size:16px; margin-bottom:16px; }

#footer .col_1{ width:310px;float:left;  margin-right:70px; margin-left:20px; background:url(../images/footer_gray_line.jpg) center right no-repeat}
#footer .col_1 p{ width:310px;float:left; margin:20px 0; line-height:20px; font-size:13px;}
#footer .col_1 .bt_gray_more{ width:90px; height:30px; float:left;text-align:center;}
#footer .col_1 .bt_gray_more a{ width:88px; height:28px; line-height:28px; color:#797979; float:left; border:1px solid #797979;border-radius:5px;-moz-border-radius:5px; font-size:13px; text-decoration:none }
#footer .col_1 .bt_gray_more a:hover{ background:#f81504;border:1px solid #FF6600; color:#fff;}

#footer .col_2{ width:310px;float:left; padding-right:70px; margin-right:70px; background:url(../images/footer_gray_line.jpg) center right no-repeat}

#footer .col_3{ width:290px;float:left;}
#footer .col_3 a{ width:auto;float:left; line-height:36px; margin-right:42px; font-size:13px; color:#fff;}
#footer .col_3 a:hover{ color:#f81504}

#copy{ width:100%;float:left; background:#111111;line-height:48px; color:#888888; text-align:center; font-size:13px;}
#copy a{color:#888888; font-size:13px;}
#copy a:hover{ color:#f81504;}
#footer .col_4{ width:800px;float:left;}

.item-summary ul{ padding:0; float:left;  }
.item-summary ul li{ width:100%; line-height:26px; float:left;  }
.item-summary ul li a{  }
.item-summary ul li a:hover{ color:#FF0000; }
.item-summary ul li i{ width:15px; height:15px; background:url(../img/news_icon.png); float:left; margin:4px 10px 0px 0;}




/*-------------------- -------------------- -------------------- xuanchuan -------------------- -------------------- -------------------- */
#xuanchuan{ width:100%; margin:10px auto; height:157px; background:url(../img/xuanchuan_bg.png) center no-repeat; }
#xuanchuan img{ margin-top:31px;}
#xuanchuan img:hover{opacity:0.7;filter(alpha=70) }
.left{float: left;}
.right{float: right;}
.container_ny002{ width:1200px;  margin:0 auto;}
.container_ny003{ width:100%; background-color:#FFFFFF; border-bottom:#CCCCCC 1px solid; margin:0 auto;}
/*-------------------- -------------------- -------------------- xuanchuan -------------------- -------------------- -------------------- */
#index_about{ width:100%; margin:0px auto; margin-top:-20px; padding-top:20px;   }
#index_qtny{ width:100%; margin:0px auto;   }
#index_qtny .top01{ width:100%; margin:0px auto; background-color:#FFFFFF; padding:10px auto; height:50px; line-height:50px; border-bottom:#f1f1f1 1px solid;  }
#index_qtny .title{ height:20px; padding:10px auto; background-color:#FFFFFF; border-bottom:#CCCCCC 1px solid;   }

/*-------------------- -------------------- -------------------- xuanchuan -------------------- -------------------- -------------------- */
#news_001{ width:100%; margin:20px auto; height:424px; background:url(../img/list_bg.jpg) center no-repeat; }
#news_001_left{ width:547px; margin:-30px 0px 30px 30px; height:324px; float:left;background:url(../img/news.png) center no-repeat;}
#news_001_right{ width:600px; height:263px; margin:30px 23px 30px 0px; float:right; background:#FFFFFF;opacity:0.7;filter(alpha=70) }



#news_001_right ul{ padding:0;width:580px;padding:10px; float:left;  }
#news_001_right ul li{ width:100%; line-height:40px; float:left; border-bottom:#c0e5f7 1px dotted;  }
#news_001_right ul li a{ font-size:15px; color:#333333; }
#news_001_right ul li a:hover{ color:#FF0000; }
#news_001_right ul li i{ width:15px; height:15px; background:url(../img/news_icon.png); float:left; margin:4px 10px 0px 0;}


#news_001_right .bt_white a{ width:141px; height:44px; line-height:44px;background:#dc2602; color:#fff; float:right; margin-top:20px;  margin-right:10px;margin-bottom:10px;border-radius:4px;-moz-border-radius:4px; font-size:15px; text-align:center}
#news_001_right .bt_white a:hover{ background:#0982f4; font-size:17px;}
#news_001_right .bt_white a img{ margin:-3px 6px 0 0;}



/*-------------------- -------------------- -------------------- about -------------------- -------------------- -------------------- */
#sy_about_ny{ width:1200px; ; float:left;   background:#FFf url(../img/contactbg.png) bottom center no-repeat; }
#sy_about_ny .bai_bg{ width:1100px; float:left; margin:50px; padding-bottom:15px;}
#sy_about_ny .tu_bg{ width:1100px;  float:left;}

#sy_about_ny .tex{ width:582px; margin-top:10px;float:left}
#sy_about_ny .flv{ width:482px; height:370px; margin-top:90px;float:right; background:url(../img/aa.jpg) bottom no-repeat;}
#sy_about_ny .tex2{ width:1100px; margin-top:-20px;float:left}

#sy_about_ny p{ line-height:27px; float:left; font-size:15px; margin:22px 0;}


/*-------------------- -------------------- --------------------service -------------------- -------------------- -------------------- */
#sy_service_ny{ width:1200px; ; float:left;   background-color:#FFf; }
#sy_service_ny .bai_bg{ width:1100px; float:left; margin:50px; padding-bottom:15px;}
#sy_service_ny .tu_bg{ width:1100px;  float:left;}
#sy_service_ny .tex2{  width:1100px; margin-top:-20px;float:left}
#sy_service_ny p{ line-height:27px; float:left; font-size:15px; margin:22px 0;}


/*-------------------- -------------------- -------------------- contact -------------------- -------------------- -------------------- */
.add001{ width:400px; margin:0px auto; padding:5px; font-size:15px; text-align:center; }


/*-------------------- -------------------- --------------------news -------------------- -------------------- -------------------- */
.newny_left{ width:850px;  float:left; margin-top:30px;margin-bottom:50px;      background-color:#FFf; }
.newny_right{ width:310px;  float:right;margin-top:30px;margin-bottom:50px;     background-color:#FFf; }
.newny_nr001{ width:820px; float:left; margin:15px;}
.newny_nr002{ width:280px; float:left; margin:15px;}
.newny_nr002 p{ width:100px; float:left; font-size:16px; font-weight:bold; padding-bottom:10px;  border-bottom:#0369db 2px solid;}
.newny_nr002 ul{ padding:0;width:280px;padding:10px 0px; float:left; }
.newny_nr002 ul li{ width:100%; line-height:28px; float:left; border-bottom:#c0e5f7 1px dotted;  }
.newny_nr002 ul li a{ font-size:15px; color:#888; }
.newny_nr002 ul li a:hover{ color:#FF0000; }
.newny_nr002 ul li i{ width:15px; height:30px; background:url(../img/news_icon.png) no-repeat; float:left; margin:10px 10px 0px 0;}




.news4 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 80px;
    box-sizing: border-box; }
  .news4 ul {
      overflow: hidden; }
     .news4 ul li {
        width: 385px;
        margin: 7px;
        float: left; }
    .news4 ul li .top:hover img {
          transform: scale(1.4);
          transition: all 1s;
          -moz-transition: all 1s;
          -webkit-transition: all 1s;
          -o-transition: all 1s; }
    .news4 ul li .top {
          height: 240px;
          width: 385px;
          background: #ffffff;
          overflow: hidden; }
        .news4 ul li .top img {
            width: 100%;
            height: 100%;
            transition: all 1s;
            -moz-transition: all 1s;
            -webkit-transition: all 1s;
            -o-transition: all 1s; }
      .news4 ul li .bot {
          height: 138px;
          width: 385px;
          padding: 25px 15px;
          background:#fff;
          box-sizing: border-box; }
         .news4 ul li .bot h4 {
            font-weight: normal;
            color: #333333;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 1.5;
            height:50px;
            overflow: hidden;
            font-size: 17px; margin:10px auto; }
         .news4 ul li .bot .p {
            color: #999999;
            font-size: 14px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden; }

.time {
  font-size: 12px;
  color: #545454; }
  .time span {
    margin-right: 10px; }
	
.container_ny002 .page{ width:1100px; margin:20px auto; height:30px;}	
.container_ny002 .page a{
  background:#fff;
  display:inline-block;
  width:30px;
  text-align: center;
  line-height: 30px;
  height:30px;
  color:#7e7e7e;
  font-size: 14px; 
}
.container_ny002 .page a:hover,.tit_news .page a.cur{
  color:#fff;
  background:#00a1f3;
}






/*-------------------- -------------------- --------------------news -------------------- -------------------- -------------------- */

 .honor .honortop ul {height: 70px;width: 1098px;box-shadow: 0 5px 5px #e8e8e8; }
.honor .honortop ul li:after {position: absolute;left: 150px;top: 21px;content: "";height: 28px;width: 28px;transition: all 1.5s;-moz-transition: all 1.5s;-webkit-transition: all 1.5s;-o-transition: all 1.5s; }
 .honor .honortop ul li {
      width: 366px;
      height: 70px;
      line-height: 70px;
      float: left;
	  text-align:center; font-size:18px; text-indent:30px;
      position: relative;
      border-right: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5;
	   border-top: 1px solid #e5e5e5;
      cursor: pointer;
      transition: all 1s;
      -moz-transition: all 1s;
      -webkit-transition: all 1s;
      -o-transition: all 1s; }
 .honor .honortop ul li .yin {
        height: 30px;
        width: 30px;
        position: absolute;
        bottom: -18px;
        right: 0;
        left: 0;
        margin: auto;
        opacity: 0;
        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s; }
  .honor .honortop ul li .yin .yin_1 {
          transform: rotate(45deg);
          height: 25px;
          width: 25px;
          background: #00a1f3; }
.honor .honortop ul li:nth-child(1):after {
      background: url(../img/honor1_1.png) no-repeat center; }
.honor .honortop ul li:nth-child(1):hover:after {
      background: url(../img/honor1.png) no-repeat center;
      transition: all 1.5s;
      -moz-transition: all 1.5s;
      -webkit-transition: all 1.5s;
      -o-transition: all 1.5s; }
.honor .honortop ul li:nth-child(2):after {
      background: url(../img/honor2_1.png) no-repeat center; }
.honor .honortop ul li:nth-child(2):hover:after {
      background: url(../img/honor2.png) no-repeat center;
      transition: all 1.5s;
      -moz-transition: all 1.5s;
      -webkit-transition: all 1.5s;
      -o-transition: all 1.5s; }
.honor .honortop ul li:nth-child(3):after {
      background: url(../img/honor3_1.png) no-repeat center; }
.honor .honortop ul li:nth-child(3):hover:after {
      background: url(../img/honor3.png) no-repeat center;
      transition: all 1.5s;
      -moz-transition: all 1.5s;
      -webkit-transition: all 1.5s;
      -o-transition: all 1.5s; }
.honor .honortop ul li:nth-child(4):after {
      background: url(../img/honor4_1.png) no-repeat center; }
.honor .honortop ul li:nth-child(4):hover:after {
      background: url(../img/honor4.png) no-repeat center;
      transition: all 1.5s;
      -moz-transition: all 1.5s;
      -webkit-transition: all 1.5s;
      -o-transition: all 1.5s; }
.honor .honortop ul li:hover {
      color: #ffffff;
      background: #00a1f3;
      transition: all 1s;
      -moz-transition: all 1s;
      -webkit-transition: all 1s;
      -o-transition: all 1s; }
.honor .honortop ul li:hover .yin {
        opacity: 1;
        transition: all 1.5s;
        -moz-transition: all 1.5s;
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s; }
.honor .honorbottom {
    padding-bottom: 80px;
    box-sizing: border-box; }
.honor .honorbottom ul {
      overflow: hidden;
      margin-top: 40px; }
.honor .honorbottom ul li {
        width: 320px;
      height: 440px;
        float: left;
        margin: 17px;
        background: #ffffff; }
.honor .honorbottom ul li .top {
          width: 300px;
          max-height: 408px;
          margin: 10px auto; }

.honor .honorbottom ul li:hover{
    
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);  }			  
			  
			  
.honor .honorbottom ul li .bot {
          line-height:30px; text-align:center;
          box-sizing:border-box;
            /*height: 62px;*/
            border-top: 2px solid #0982f4; padding:10px;
            line-height:1.5;
            color: #0982f4;

            font-size: 15px;
           }
.honor .honorbottom ul li .bot .wen{
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
  }
  
  
 ---anli-- 
  
  #anli_pic001{ width:1100px; margin:20px auto; }

#anli_pic001 ul{ width:100%; float:left; margin-bottom:30px;}
#anli_pic001 ul li{   width: 227px; float:left; margin:20px; border:#f1f1f1 1px solid;  }

div.polaroid2 {
  width: 225px; 
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}

div.polaroid2:hover{ 
  width: 225px; 
  background-color: white;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19); 
  margin-bottom: 25px;
}



	#table_b1{ width:1100px; margin:0px auto; margin-bottom:30px;}
#table_b1 table2{border-collapse:collapse;} 
#table_b1 table2,th,td{border:1px solid #ccc;padding:10px 10px;} 
	/*设置表头背景为灰色*/
#table_b1 th{background:#0982f4}
	/*鼠标移上来，行背景变为灰色*/
#table_b1 tr:hover td{background:#fbf8e9}
	/*隔行变色*/
#table_b1 tr:nth-child(2n){background:#f1f1f1}
#table_b1 tr:nth-child(2n-1){background:#fff}








.all_32 {
      width: 1100px;
      margin: 0 auto;
      padding-bottom: 45px;
      box-sizing: border-box; }
    .all_32 ul {
        width: 1088px; }
      .all_32 ul li {
          width: 1088px;
          overflow: hidden;
          margin-top: 20px;
		  }
         .all_32 ul li .span:hover img {
            transform: scale(1.4);
            transition: all 1s;
            -moz-transition: all 1s;
            -webkit-transition: all 1s;
            -o-transition: all 1s; }
         .all_32 ul li .span {
            width: 544px;
            height: 340px;
            overflow: hidden; }
           .all_32 ul li .span img {
              max-width: 100%;
              height: 100%;
              transition: all 1s;
              -moz-transition: all 1s;
              -webkit-transition: all 1s;
              -o-transition: all 1s; }
           .all_32 ul li .span .wen {
              padding: 15px 48px;
              height: 100%;
              box-sizing: border-box;
               background-color:#f1f1f1;}
             .all_32 ul li .span .wen h3 {
                font-size: 24px;
                color: #333333;
                height: 35px;
                line-height: 35px; }
             .all_32 ul li .span .wen h5 {
                color: #999999;
                font-size: 16px; }
              .all_32 ul li .span .wen .hr {
                background: #0982f4;
                height: 2px;
                width: 20px;
                margin: 20px 0; }
             .all_32 ul li .span .wen .p {
                color: #666666;
                font-size: 14px;
                margin-top: 30px; }
               .all_32 ul li .span .wen .p p{
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 3;
                  overflow: hidden;
                }
             .all_32 ul li .span .wen .wen_1 {
                margin-top: 30px; }
           .all_32 ul li .span .wen .wen_1 a {
                  display: block;
                  text-align: center;
                  height: 38px;
                  line-height: 38px;
                  width: 126px;
                  background: #00a1f3;
                  color: #ffffff;
                  font-size: 16px; }
         .all_32 ul li .all_32_left {
            float: left;
            overflow: hidden; }
     .all_32 ul li .all_32_right {
            float: right; }
