@font-face {font-family: 'iconfont';
    src: url('../icon/iconfont.eot'); /* IE9*/
    src: url('../icon/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../icon/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../icon/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../icon/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:19px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color:#008000;    
}

.iconfont_mobile{
    font-family:"iconfont" !important;
    font-size:29px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color:#008000;    
}

.iconfont_about{
    font-family:"iconfont" !important;
    font-size:24px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color:#fff;
    background-color: #3ab03a;
    border-radius: 8px;
    padding:6px;
}

.iconfont_totop{
    font-family:"iconfont" !important;
    font-size:25px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color:#aaa;
}

.iconfont_about:hover{
    background-color: #008000;
}

.clear{
    clear: both;
}


.banner{
    display: block;   
    border: 1px solid #ccc; 
    margin-bottom: 10px;
    background-color: #fff;
}

.banner:hover h2{
    color:#008000;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
}

.banner:hover .tag{
    color:#008000;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
}

.banner h2{
    font-size: 22px;
    font-family: '΢���ź�';
    font-weight: 600;
    padding:0px 10px 0px 20px;
}
      .banner .abstract{
        font-size: 15px;
        padding:0px 10px 10px 20px;
        font-family: '΢���ź�';
        color:#555;
      }
      .banner img{
        width: 100%;  
        max-height:300px;      
        overflow: hidden;     
      }

      .banner .inputdate{
        font-size: 12px;
        color:#333;
        padding:10px 10px 10px 20px;
      }

      .banner .source{
        font-size:13px;
        font-family: '΢���ź�';
        padding-right:10px;
      }
      .banner .date{
        color:#6a6a69;
        font-size:11px;
        font-family: '΢���ź�';
        padding-right:10px;
      }
      .banner .tag{
        color:#000;
        font-weight: 800;
        font-size:13px;
        font-family: ΢���ź�';
      }
      .list h2{
        padding-top: 0px;
      }

      .article{
        width:100%;
        display: block;   
        margin-bottom: 20px;
      }
      .article .list{       
        box-shadow:1px 1px 1px #CCC; 
        margin-bottom: 10px;
        background-color: #fff;
      }
      
      .article .list:hover{
        border-left:3px solid #008000;
      }

      .article img{
        width:238px;
        height:160px;
        overflow: hidden;
        float: left;
        display: inline;
        padding:20px 20px 20px 20px;
      }

      @media (max-width:520px){
        .article img{
          width:130px;
          height:130px;
          overflow: hidden;
          float: left;
          padding:20px 20px 20px 20px;
        }
        .catelog{
          
          background-color: #008000;
          filter:alpha(opacity=80);
          opacity: 0.8;
          color:#fff;
          padding:6px;
          border-radius: 3px;
          display: none;
        }
      }

      .harticle{
        padding:20px 20px 20px 20px;
        position: relative;
      }
.harticle h2{
    font-size: 18px;
    font-weight: 600;
    padding-top: 0px;
    margin-top:0px;
    line-height: 26px;
}

      .harticle h2 a{
        -webkit-transition: all .2s ease .2s;
        -moz-transition: all .2s ease .2s;
        -ms-transition: all .2s ease .2s;
        -o-transition: all .2s ease .2s;
        transition: all .2s ease .2s;
      }

.harticle h2 a:hover{
    -webkit-transition: all .2s ease .2s;
    -moz-transition: all .2s ease .2s;
    -ms-transition: all .2s ease .2s;
    -o-transition: all .2s ease .2s;
    transition: all .2s ease .2s;
}
      .harticle .inputdate{
        padding:5px 0;
        font-size: 13px;
        color:#636363;
        
      }
      .harticle .abstract{
        font-size:15px;
        height:52px;
        line-height: 26px;
        overflow: hidden;
      }
      .harticle .catelog{
        position:absolute;
        background-color: #008000;
        filter:alpha(opacity=100);
        opacity: 1;
        color:#fff;
        padding:6px;
        border-radius: 3px;
        top:100px;
        left:30px;
      }

      .harticle .catelog:hover{
        filter:alpha(opacity=100);
        opacity: 1;
        color:#fff;
        padding:6px;
        border-radius: 0px;        
      }

      .right-container{
        border: 1px solid #ccc;      
        margin-bottom:15px;
        background-color: #F9F9F9;
      }

      .right-container:hover{
        background-color: #FFF;
      }

.paddingbottom_20{
    padding-bottom: 10px;
}
.right_about{
      width:100%;
      height:50px;
      z-index: 2;
      
}
.right_about li{
      position: relative;
      float: left;
      width:25%;
      list-style: none;
      line-height: 50px;
      text-align: center;
}

    .right_about a{
      text-decoration: none;
    }

    .right_about .qrcode img{
      position: absolute;
      float: left;
      opacity:0;
      filter:opacity(alpha = 0);
      z-index: 20;
      left:0px;
      top:52px;
      
      
      -webkit-transform: scale(0.01);
      -moz-transform: scale(0.01);
      -ms-transform: scale(0.01);
      -o-transform: scale(0.01);
      transform: scale(0.01);
      
      -webkit-transform-origin:50% 0%;
      -moz-transform-origin:50% 0%;
      -ms-transform-origin:50% 0%;
      -o-transform-origin:50% 0%;
      transform-origin:50% 0%; 

      -webkit-transition:0.5s all; 
      -moz-transition:0.5s all; 
      -ms-transition:0.5s all; 
      -o-transition:0.5s all; 
      -moz-transition:0.5s all;     
    }

    .piaofuitem:hover .qrcode img{
      filter:opacity(alpha = 1);      
      opacity:1;

      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);

      -webkit-transition:0.5s all;
      -moz-transition:0.5s all;
      -ms-transition:0.5s all;
      -o-transition:0.5s all;
      transition:0.5s all;
    }

   
    .htopic{
      padding: 15px 20px 5px 20px;
      font-size: 16px;
      font-family: Arial,'΢���ź�';
      font-weight:700;	
      border-bottom:1px solid #cccccc;
      box-shadow:2px 2px 12px #ffffff;
      background-color:#dddddd;
    }

    .htopicn{
      color:#008000;
    }

    .htopicm{
      float: right;
      font-size: 16px;
      color: #aaa;
      font-family: '΢���ź�';
      font-size: 14px;

    }
    .ltopic{
      margin-top:10px;
    }
    .ltopic li{
      
      font-size: 15px;
      line-height: 30px;
      height:30px;     
      margin: 0px 10px 0px 20px;
      list-style: none;
      overflow: hidden;
    }
    .ltopic li:last-child{
      border-bottom: 0px dotted #bbb;
    }

    .iconc{
      float: right;
      margin-top:18px;
    }


.left_more{
    width:100%;
    height:30px;
    display: block;
    background-color: #8ce58c;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;

    -webkit-transition:1s background-color; 
    -moz-transition:1s background-color; 
    -ms-transition:1s background-color; 
    -o-transition:1s background-color; 
    -moz-transition:1s background-color; 
}
.left_more span{
    font-family: '΢���ź�';
    font-size:15px;
    line-height:30px;
    color:#fff;
}

.left_more:hover{
    background-color: #008000;
    -webkit-transition:1s background-color; 
    -moz-transition:1s background-color; 
    -ms-transition:1s background-color; 
    -o-transition:1s background-color; 
    -moz-transition:1s background-color; 
}

#totop{
    position: fixed;
    bottom: 40px;
    display: none;
    
}
#totop:hover .iconfont_totop{
    cursor: pointer;
    color:#008000;
    -webkit-transition:all,1s;
    -moz-transition:all,1s;
    -ms-transition:all,1s;
    -o-transition:all,1s;
    transition:all,1s;
}

@media (min-width:1200px){
    #leftcc{
	padding-right:2px;
    }
}










@media (max-width:768px){
	.iconc, .totop{
		display: none;
	}
    .iconc1{
        color:red;
        position: absolute;
        top:13px;
        right:70px;
    }
}

@media (min-width:768px){
    .iconc1{
        display: none;
    }
}

.iconc{
	padding:4px 15px 11px 15px;
	color:#008000;
	position: relative;
}

.iconc:hover{
	text-decoration: none;
}


.tabbox {margin-bottom:20px; z-index:10;}
.tabmenu {width:100%;height:40px;background-color: ##F4F4F4;}
.tabmenu ul {margin:0;padding:0;list-style-type: none;}
.tabmenu li { 
    text-align:center; 
    float:left; 
    display:block; 
    width:33.33%; 
    height:40px; 
    overflow:hidden; 
    background-color: #F4F4F4; 
    line-height:40px; 
    border:1px solid  #CCC;
    display:inline; 
    font-size:15px;
    color:#333;
}

.newcar{
    width:100%;
}

.newcar_pic{
    width:40%;
    float:left;
    margin-right:10px;
    overflow: hidden;
}

.tabmenu .cli {text-align:center;
    float:left;
    display:block;
    width:33.33%;
    height:40px;
    overflow:hidden;
    background-color: #fff;
    line-height:40px;
    border-right:#ccc 1px solid;
    border-bottom:#fff 1px solid;
    display:inline;
    font-size:15px; 
    cursor:pointer;
    color:#008000;
}
#tabcontent {
    width:100%;
    background-color:#fff;
    border-bottom:1px solid  #CCC;
    border-left:1px solid  #CCC;
    border-right:1px solid  #CCC;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position:relative;
}
#tabcontent ul {
    margin:0;
    padding:0px;
    list-style-type: none;
    
}
#tabcontent li {
    padding:15px;
    font-size: 14px;
    border-bottom:1px dotted #bbb;
}

#tabcontent li .title{
    font-size: 15px;
    color:#333;
    height:60px;
    line-height:20px;
    overflow: hidden;
    padding:0px;
    margin:0px;
}

#tabcontent li .inputdate{
    font-size: 13px;
    color:#9d9d9d;
    margin-top:2px;
    padding:0px;
    margin:0px;
}

#tabcontent li:hover {
    background-color: #eee;
}

#tabcontent .title:hover{
    color:#000;
}

#tabcontent li img{
    width:100%;
    
}
#tabcontent .hidden {
    display:none;
}

#tabcontent li:last-child{
    border-bottom:0px dotted #bbb;
}
.solve{
    position: relative;
}
.solve_title{
    height:28px;
    line-height: 20px;
    background-color:#008000;
    color:#fff;
    width:100%;
    position: absolute;
    bottom:0;
    overflow: hidden;
    padding-left: 10px;
    padding-right:10px;
    padding-top:5px;
    opacity: 1;
    filter:opacity(alpha=1);
    -webkit-transition:all,1s;
    -moz-transition:all,1s;
    -ms-transition:all,1s;
    -o-transition:all,1s;
    transition:all,1s;
}

.solve:hover .solve_title{    
    height: 100%;
    opacity: 0.9;
    filter:opacity(alpha=90);
    bottom:0;
    padding: 10px;
    -webkit-transition:all,1s;
    -moz-transition:all,1s;
    -ms-transition:all,1s;
    -o-transition:all,1s;
    transition:all,1s;
    line-height: 20px;
}

.solve:hover .titlesolve{
    font-size: 15px;
    font-weight: 600;
    -webkit-transition:all,1s;
    -moz-transition:all,1s;
    -ms-transition:all,1s;
    -o-transition:all,1s;
    transition:all,1s;
}
.titlesolve a{
  color:#ffffff;
}
.titlesolve a:hover{
  color:#ffffff;
}

.solve:hover .solve_abstract{
    font-size: 13px;
    color:yellow;
    line-height: 16px;
    -webkit-transition:all,1s;
    -moz-transition:all,1s;
    -ms-transition:all,1s;
    -o-transition:all,1s;
    transition:all,1s;
}

.search{
    position:absolute;
    margin-top: 2px;
    width: 236px;
    padding:5px 10px;
    background-color:#008000;
    z-index: 30;
    
    margin-left: -196px;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition:all,1s;
    -moz-transition:all,1s;
    -ms-transition:all,1s;
    -o-transition:all,1s;
    transition:all,1s;

    -webkit-transition-delay: 3s;
    -moz-transition-delay:2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;

    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01);
      
    -webkit-transform-origin:100% 0%;
    -moz-transform-origin:100% 0%;
    -ms-transform-origin:100% 0%;
    -o-transform-origin:100% 0%;
    transform-origin:100% 0%;  
}

.search_f{
    margin-left: 6px;
    color:#fff;
}

.iconc:hover .search{
    opacity: 0.8;
    filter:alpha(opacity=80);
    -webkit-transition:all,1s;
    -moz-transition:all,1s;
    -ms-transition:all,1s;
    -o-transition:all,1s;
    transition:all,1s;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);    
}
img{max-width:100%;height:auto;}

.page-box{line-height:36px;text-align:center;margin-bottom: 20px;}.page-box a,.page-box span{height:36px;border:1px solid #ebefff;display:inline-block;padding:0 15px;margin:0;color:#9b9b9b;font-weight:bold;-webkit-transition-duration:0;-moz-transition-duration:0;-ms-transition-duration:0;-o-transition-duration:0;transition-duration:0}.page-box a:hover{background:#7f9db6;color:#fff}.page-box .current{display:inline-block;height:36px;padding:0 15px;background:#7f9db6;color:#fff}.page-box .dot{font-weight:bold;margin:0 3px;color:#565656}.page-box .disable{cursor:not-allowed}.page-box .paddleft{display:inline-block;margin:10px auto}.page-box .paddleft #jspage{width:40px;margin:0 5px;border:1px solid #ccc;line-height:24px}.page-box .paddleft .jspagebtn{width:40px;height:28px;line-height:28px;background:#7f9db6;border:none;border-radius:3px;color:#fff;margin:0 5px}.page-box.page-box-orange a,.page-box.page-box-orange span{border:1px solid #f5f5f5;color:#888}.page-box.page-box-orange a:hover{background:#f18d05;color:#fff}.page-box.page-box-orange .current{background:#f18d05;color:#fff}.page-box.page-box-orange .dot{color:#888}.page-box.page-box-orange .paddleft #jspage{border:1px solid #f18d05;line-height:24px}.page-box.page-box-orange .paddleft .jspagebtn{background:#f18d05}
.page-box a {background-color: #fff;}





.video{
  background-color: #FFFFFF;
  width: 32%;
  display: block;
  margin-right: 1%;
  margin-bottom:10px;
  float: left;
  border: 2px solid #FFFFFF;

  -webkit-transition:all, .2s;
  -moz-transition:all,.2s;
  -ms-transition:all,.2s;
  -o-transition:all,.2s;
  transition:all,.2s;

}
.video_1{
  background-color: #FFFFFF;
  position: relative;
  width: 65%;
  height:346px; 
  display: block;
  margin-right: 1%;
  margin-bottom:10px;
  float: left;
  border: 2px solid #FFFFFF;

  -webkit-transition:all, .2s;
  -moz-transition:all,.2s;
  -ms-transition:all,.2s;
  -o-transition:all,.2s;
  transition:all,.2s;
}
.video_1 img{
  width: 100%;
  border: 1px solid #FFFFFF;
  height:100%;
  overflow: hidden;
}
.video_title{
  position: absolute;
  border-top:0;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background:rgba(0,0,0,0.85);
  color: #ffffff;
  width: 100%;
  bottom:1px;
  padding:2px 10px;
  left:0px;
}
.video_title h2{font-size:20px;font-weight:600;font-family:arial;margin-top:10px}
.video_title p{font-size:12px}  
.video img{
  width: 100%;
  border: 1px solid #FFFFFF;
}
.video p{
  font-size: 13px;
  font-family: '΢���ź�';
  margin: 8px 10px;
  height:60px;overflow:hidden;
  line-height:20px; 
}
.video h2{
  font-size: 16px;
  font-family: '΢���ź�';
  margin: 14px 10px;
  font-weight: 600;
  line-height:20px;height:30px;overflow��hidden;
}
.video:hover img{
  opacity: 0.6;
  filter:alpha(opacity=60);
  -webkit-transition:all, .2s;
  -moz-transition:all,.2s;
  -ms-transition:all,.2s;
  -o-transition:all,.2s;
  transition:all,.2s;
}
.video:hover{
  border: 2px solid #DDDDDD;
  -webkit-transition:all, .2s;
  -moz-transition:all,.2s;
  -ms-transition:all,.2s;
  -o-transition:all,.2s;
  transition:all,.2s;
}
.video:hover h2{
  color:#008000;
  -webkit-transition:all, .2s;
  -moz-transition:all,.2s;
  -ms-transition:all,.2s;
  -o-transition:all,.2s;
  transition:all,.2s;
}
.video_1:hover{
  border: 2px solid #DDDDDD;
  box-shadow: 2px 2px 11px #CCCCCC;
  -webkit-transition:all, .2s;
  -moz-transition:all,.2s;
  -ms-transition:all,.2s;
  -o-transition:all,.2s;
  transition:all,.2s;
}
.video_1:hover img{
  opacity: 0.6;
  filter:alpha(opacity=60);
  -webkit-transition:all, .2s;
  -moz-transition:all,.2s;
  -ms-transition:all,.2s;
  -o-transition:all,.2s;
  transition:all,.2s;

}
.video_1:hover h2{
  color:#FFFFFF;
  font-weight: 600;
  -webkit-transition:all, .2s;
  -moz-transition:all,.2s;
  -ms-transition:all,.2s;
  -o-transition:all,.2s;
  transition:all,.2s;
}

@media (max-width:991px){
	.video_1{
		width:97%;
		height:auto;		
	}
}
@media (max-width:600px){
	.video{
		width:100%;
				
	}
	.video_1{
		width:100%;
		height:auto;		
	}
}
.piaofuitem{
	cursor:pointer;
}

.ajax_form{
    		width:280px;
    		font-size: 14px;
    		z-index:4000;
    	}
    	.ajax_form h2{
    		font-weight: 600;
    		padding:0px;
    		margin:0 auto;
    		font-size: 15px;
    		line-height:25px;
    	}
    	.ajax_form .form_content{
    		width:300px;
    		margin-top: 10px;
    	}
    	.form_content .form_title{
    		padding:0px 3px;
    		float: left;
    		line-height: 30px;
    		font-family: 600px;
    		width:80px;
    	}
    	.ajax_form input{
			padding:3px;
			float: left;
			width:180px;
			height:25px;
			line-height:20px;
    	}
    	.ajax_form input[type=button]{
    		width:60px;
    		height:30px;
		line-height:20px;
		padding:0px;
    	}
    	.tanchu{
    		width:320px;
    		background-color: #eeeeee;
    		padding:20px;
    		position: fixed;
		left:50%;
		margin-left:-160px;
		z-index:4000;
		top:50%;
		margin-top:-150px;
		box-shadow:2px 2px 6px #555555;
    	}
	#mask{
		background-color:#000000;
		position:fixed;
		opacity:0.9;
		filter:alpha(opacity=90);
		top:0;
		left:0;

	}
    	.close{
    		position: absolute;
    		top:10px;
    		right:10px;
            	cursor: pointer;
		
    	}
    	.clear{
    		clear: both;
    	}

