@font-face {
  font-family: 'iconfont';  /* project id 446909 */
  src: url('http://at.alicdn.com/t/font_446909_amv1sa0enm81714i.eot');
  src: url('http://at.alicdn.com/t/font_446909_amv1sa0enm81714i.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_446909_amv1sa0enm81714i.woff') format('woff'),
  url('http://at.alicdn.com/t/font_446909_amv1sa0enm81714i.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_446909_amv1sa0enm81714i.svg#iconfont') format('svg');
}
// @font-face {
//   font-family: 'iconfont';  /* project id 428822 */
//   src: url('../fonts/iconfont.eot');
//   src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
//   url('../fonts/iconfont.woff') format('woff'),
//   url('../fonts/iconfont.ttf') format('truetype'),
//   url('../fonts/iconfont.svg#iconfont') format('svg');
// }
.iconfont{
  font-family: "iconfont";
  font-size: 16px;
}
body {
  font-family: "Microsoft YaHei","微软雅黑","Hiragino Sans GB","Arial","Verdana";
  background-color: #f5f5f5;
}
body .container {
  width: 1200px;
  margin: 0 auto;
  line-height: 160%;
}
p{
  text-align: justify;
  text-justify:inter-word;
}
a{cursor: pointer;}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td,
img {
  margin: 0;
  padding: 0;
}
.wrap{
  width: 100%;
  height: auto;
}
.wrap-1200{
   width: 1200px;
   height: auto;
   padding-left: 15px !important;
   padding-right: 15px !important;
   margin-left: auto;
   margin-right: auto;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none!important;
}
a:hover {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pos-r{
  position: relative;
}
img {
  border: 0;
  vertical-align: middle;
}
input {
  outline: none;
}
input[type=text]{
  text-indent: 10px;
}
ol,
ul,
li {
  list-style: none;
}
em,
i,
u {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
}
.hover-a:hover{
  opacity: 0.8;
  filter:Alpha(opacity=80);
}
div{box-sizing: border-box;}
.over-h{overflow: hidden;}
.clear{
  clear: both;
}
.clear-fix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  zoom:1;
}
.white-bg{
  background: #fff;
}
.plr-15{
  padding-left: 15px;
  padding-right: 15px;
}
.pb-20{padding-bottom: 20px !important;}
.mt-50{margin-top: 50px;}
.mb-10{margin-bottom: 10px;}
.mb-50{margin-bottom: 50px !important;}
.green-bg{
  background: #227E16;
}
.pic-box{text-align: center;}
/*header*/
.com-header{
  padding: 20px 0;
  background:url("../images/header-bg.png") 70% bottom no-repeat;
}
.header-log{
  margin-top: 70px;
}
.header-log a{
  display: inline-block;
  line-height: 34px;
  padding: 0 23px;
  border:1px solid #245B1D;
  border-radius: 30px;
  font-size: 14px;
}
.log-a{
  background: #fff;
}
.reg-a{
  background: #245B1D;
  color: #fff;
}
.header-nav{
  background: url(../images/nav-bg.png) repeat-x;
}
.header-nav-con{
  height: 46px;
}
.header-nav-con li{
  height: 100%;
  width: 145px;
  float: left;
  line-height: 46px;
  line-height: 46px;
}
.header-nav-con li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.header-nav-con li a:hover{
  background: #A2D79B;
  color: #245B1D;
}
.header-nav-con li a.now{
  background: #A2D79B;
  color: #245B1D;
}
.text-r{
  text-align: right;
}
/*header end*/


/*common colum*/

.app-3 .li-3{
  width: 33.333%;
  float: left;
}
/*common colum end*/

/*inter banner*/

.inter-banner img{
  width: 100%;
}
.bread-nav{
  line-height: 45px;
}
.bread-nav span,
.bread-nav a{
  font-size: 12px;
}
.bread-nav a:hover{
  color: #245b1d;
}
.bread-nav i{
  display: inline-block;
  margin-right: 5px;
}
/*inter banner end*/

/*inter left nav*/
.w-210{
  width: 210px;
}
.inter-sub li{
  line-height: 48px;
  padding:0 20px;
}
.inter-sub li:last-child a{
  border:none;
}
.inter-sub li a{
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
}
.inter-sub li a.now{
  color: #245b1d;
}
.inter-sub li a:hover{
  color: #245b1d;
}
.inter-nav-title{
  line-height: 48px;
  padding: 0 20px;
  background: #245b1d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}


/*inter left nav end*/
.inter-main{
  line-height: 56px;
  font-size: 20px;
  font-weight: bold;
  color: #245b1d;
  margin-bottom: 10px;
}
.inter-r{
  width: 920px;
  padding: 0 15px;
}
.plr-15{
  padding: 0 15px;
}

/*inter list1*/
.pb-110{
  padding-bottom: 110px;
}
.inter-list1 li{
  line-height: 50px;
  border-bottom: 1px dotted #eee;
}
.inter-list1 li p{
  font-size: 16px;
  width: 780px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  color: #666;
}
.inter-list1 li span{
  font-size: 12px;
  color: #999;
}
.inter-list1 li a{
  display: block;
}
.inter-list1 li a:hover p{
  color: #245b1d;
}
/*inter list1 end*/

/*com pager*/
.com-pager{
  text-align: center;
  margin-top: 60px;
}
.com-pager a{
  line-height: 50px;
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  border:1px solid #ddd;
}
.com-pager a.now{
  background: #bfbfbf;
  color: #fff;
}
.com-pager a:hover{
  opacity: 0.6;
  filter:Alpha(opacity=60);
}
/*com pager end*/

/*com detail*/
.ptb-20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.inter-d-title h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.inter-d-title label{
  font-size: 12px;
  color: #999;

}
.inter-d-title{
  text-align: center;
}
.mt-20{
  margin-top: 20px;
}
.inter-d-con h4{
  font-size: 16px;
  margin-bottom: 10px;
}
.inter-d-con p{
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 180%;

}
.leader-l{
  margin: 0 30px 15px 0;
}
.leader-r{
  margin: 0 0 15px 30px;
}
.leader-des{
  font-size: 14px;
  color: #666;
  line-height: 180%;
  padding: 30px 0;
  border-bottom: 1px dotted #eee;
}
.about-con{
  padding-bottom: 30px;
}
.about-con p{
  line-height: 170%;
  margin-bottom: 10px;
}
.about-con img{
  margin-bottom: 10px;
  width: 100%;
}
.asso-des p{
  margin-bottom: 20px;
  text-indent:  2em;
  font-size: 14px;
  line-height: 160%;
  color: #666;
}
.cont-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cont-item em,
.cont-item span{
  font-size: 16px;
  color: #666;
}
.asso-r-title{
  display: block;
  line-height: 60px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
.asso-r-item{
  line-height: 60px;
  font-size: 14px;
  display: block;
}
.asso-r-item em{
  display: inline-block;
  margin-right: 15px;
  color: #666;
  font-size: 16px;
}
.asso-r-item span{
  font-size: 16px;
}
.asso-des-title{
  text-align: center;
  line-height: 80px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.asso-des-title em,
.asso-des-title span{
  display: inline-block;
  margin: 0 26px;
  font-size: 20px;
}
.asso-des-title em{
  color: #666;
}
.asso-des-con p{
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  line-height: 180%;
}
.asso-des-con{
  padding: 0 65px;
}
.inter-sub-title{
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
.inter-sub-con{
  font-size: 18px;
  font-weight: bold;
}
.inter-sub-more span,
.inter-sub-more i{
  font-size: 12px;
}
.mb-30{margin-bottom: 30px;}
.b-dot{
  border-bottom: 1px dotted #ddd;
}
.pd-20{padding-bottom: 20px;}
.mb-20{margin-bottom: 20px;}
.tec-center p{
  font-size: 14px;
  line-height: 200%;
  color: #666;
  margin-bottom: 25px;
  text-indent: 2em;
}
/*com detail end*/

/*detail-nav*/
.detail-nav-item{
  width: 385px;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.detail-nav-item:hover{
   opacity: 0.8;
   filter:Alpha(opacity=80);
}
.detail-back{
  margin:0 10px;
  width: 100px;
  background: #fff;
  text-align: center;
  padding: 27px 0;
  font-size: 40px;
}
.detail-back:hover{
  opacity: 0.8;
  filter:Alpha(opacity=80);
}
.d-nav-top{
  margin-bottom: 10px;
  overflow: hidden;
}
.d-nav-top span,
.d-nav-top label{
    font-size: 14px;
    color: #666;
    float: left;
}
.d-nav-top label{
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.detail-nav-item p{
  font-size: 12px;
  color: #999;
  line-height: 160%;
  height: 38px;
  overflow: hidden;
}
.mt-30{margin-top: 30px;}
.inter-list2 li p{
  width: 760px;
}
.inter-list2 li i{
  margin-right: 5px;
  color:#245b1d; 
}
.comp-con{
  padding: 25px 0;
}
.comp-con h3{
  margin-bottom: 15px;
  font-size: 18px;
  color: #245b1d;
}
.comp-con  p{
  margin-bottom: 15px;
  font-size: 14px;
  text-indent: 2em;
}
.comp-a{
  display: inline-block;
  margin: 20px 0;
  line-height: 36px;
  padding: 0 36px;
  border:1px solid #245b1d;
  color: #245b1d;
  font-size: 14px;
}
.comp-a:hover{
  opacity: 0.8;
  filter:Alpha(opacity=80);
}
.apply-con p{
  font-size: 16px;
  margin-bottom: 20px;
}
.down{
  margin: 20px 0 20px;
}
.down span,
.down a{
  font-size: 14px;
}
.down a{
  color: #245b1d;
}
/*detail-nav end*/


/*per nav*/
.per-nav{
  width: 160px;
}
.per-nav h3{
  font-size: 18px;
  margin-bottom: 15px;
}
.per-nav li a{
  font-size: 14px;
  display: block;
  line-height: 36px;
}
.per-nav li a:now{
  color: #245b1d;
}
.mtb-45{
  margin: 45px 0;
}
.per-con{
  width: 985px;
}
.per-con-title{
  line-height: 36px;
  background: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 0 20px;
}
.per-detail{
  background: #fff;
  padding: 60px;
}
.pd-60{
  padding: 60px;
}
/*per nav end*/
/*com-form*/
.com-form-item{
   line-height: 34px;
   margin-bottom: 20px;
   position: relative;
}
.form-item-title{
  width: 110px;
  text-align: right;
  font-size: 12px;
 height: 34px;
 color: #666;
}
.input-item input{
  line-height: 34px;
  width:245px;
  height: 34px;
  border:1px solid #eee;
  text-indent: 10px;
}
.form-item-con{
  font-size: 12px;
  color: #666;
}
.sub-btn{
  width: 245px;
  border:none;
  background: #245b1d;
  color: #fff;
  line-height: 34px;
  cursor: pointer;
}
.sub-btn:hover{
  opacity: 0.8;
  filter:Alpha(opacity=80);
}
.create-brand ul li p{
  width: 860px;
}
.summer-camp p{
  font-size: 14px;
  margin-bottom: 15px;
  padding: 0 30px;
  color: #666;
}
.summer-camp h5,
.summer-camp h4{
  margin-bottom: 15px;
}
.summer-camp h5{
  font-size: 16px;
}
.tech-item{
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  padding: 20px;
  margin-bottom: 30px;
}
.tech-item h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.tech-item p{
  font-size: 14px;
  line-height: 180%;
  color: #666;
  margin-bottom: 20px;
  height: 75px;
  overflow: hidden;
}
.t-item-title{
  font-size: 12px;
  color: #999;
}
.tech-more span,
.tech-more i{
  font-size: 12px;
  color: #fff;
  color: #245b1d;
}
.tech-more{
  line-height: 30px;
  padding: 0 14px;
  background: #fff;
  border:1px solid #245b1d;
  border-radius: 30px;
}
.tech-more:hover{
  background:#245b1d; 
}
.tech-more:hover span{
  color: #fff;  
}
.tech-more:hover i{

  color: #fff;  
}
.tech-detail{
  padding: 25px 0;
}
.tech-detail-con p{
  font-size: 14px;
  color: #666;
  line-height: 160%;
  margin-bottom: 20px;
}
.tech-detail-con img{
  max-width: 100%;
  margin-bottom: 20px;
}
.d-nav-box{
  width: 1200px;
  margin: 0 auto;
}
.tech-nav .detail-nav-item{
  width: 480px;
}
.tech-nav .detail-back{
  width: 220px;
}
.video-list li{
  width: 398px;
  float: left;
  margin:0 15px;
  margin-bottom: 25px;
}
.video-list li:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.video-list li img{
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.video-con-box:after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.5);
  z-index: 15;
}
.mb-15{
  margin-bottom: 15px;
}
.video-list li p{
  margin-bottom: 10px;
  font-size: 18px;
  text-overflow:ellipsis;
  white-space: nowrap;
  line-height: 24px;
  overflow: hidden;
}
.video-con-box{
  position: relative;
  overflow: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.video-btn{

  position: absolute;
  text-align: center;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 20;
}
.video-btn i{
  font-size: 45px;
  color: #fff;
}
.v-date span{
  color: #999;
  font-size: 12px;
}
.play-box{
  width: 100%;
  height: 380px;
  padding:0 110px;
  position: relative;
  margin-bottom: 25px;
}
.play-box #a1{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.v-des-title i{
  font-size: 30px;
}
.v-des-title{
  line-height: 35px;
  margin-bottom: 20px;
}
.v-des-title span{
  font-size: 18px;
}
.v-des-title i,
.v-des-title span{
  float: left;
}
.video-des{
  font-size: 14px;
  color: #666;
}
.pb-25{
  padding-bottom: 25px !important;
}
/*com-form end*/
/*浮动窗口*/
.flow-box {
  width: 40px;
  position: fixed;
  bottom: 200px;
  right: 200px;
  z-index: 100;
}
.flow-box li {
  width: 40px;
  height: 40px;
  position: relative;
  background: #f00;
  margin-bottom: 5px;
}
.flow-box li i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  color: #666;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ddd;
}
.flow-item {
  display: inline-block;
  position: absolute;
  right: 41px;
  top: 0;
  text-align: center;
  background: #fff;
  overflow: hidden;
  width: auto;
  height: auto;
  min-width: 202px;
  display: none;
  border: 1px solid #ccc;
}
.phone-con {
  padding: 20px 0;
}
.phone-con h2 {
  color: #999999;
  font-size: 16px;
}
.phone-num {
  font-size: 20px;
  font-weight: bold;
}
.code-item {
  text-align: center;
  margin: 10px;
}
.code-item span {
  font-size: 14px;
  font-weight: bold;
}
.code-item img {
  width: 80px;
  height: 80px;
}
.flow-box li:hover .flow-item {
  display: block;
}
.qq-link a{
  color: #333;
  font-size: 20px;
}
/*浮动窗口 end*/

.picMarquee-left{ width:100%;  overflow:hidden; position:relative;  }
.picMarquee-left .tempWrap{margin: 0 auto;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}

    .picMarquee-left .hd .prev,.picMarquee-left .hd .next{position: absolute;  display:block;  width:40px; height:40px;line-height: 40px;text-align: center;font-size: 30px; top: 30px;  overflow:hidden;
       cursor:pointer;}
    .picMarquee-left .hd .next{right: 0px; }
    .picMarquee-left .hd .prev{left: 0px; }


    .picMarquee-left .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;width:226px;height:100px;border:1px solid #ccc;  }
    .picMarquee-left .bd ul li .pic{ text-align:center; }
    .picMarquee-left .bd ul li .pic img{  display:block; padding:2px;  }
    .picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
    .picMarquee-left .bd ul li .title{ line-height:24px;   }

.slim-list-nav .d-nav-top label{
  width: 298px;
}
.wide-list-nav .d-nav-top label{
  width: 360px;
}
/*reg protoco*/
.reg-protoco{
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #ddd;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 50px;
}
.reg-protoco h2{
  font-size: 30px;
  text-align: center;
  color: #245b1d;
  margin-bottom: 25px;
}
.reg-protoco p{
  line-height: 180%;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
}
/*reg protoco end*/
.com-detail{
  padding-top: 15px;
}
.com-detail img{
  max-width: 100%;
}
.com-detail p,
.com-detail div{
  line-height: 180%;
  color: #666;
  margin-bottom: 10px;
  font-size: 14px;
}