/*
 * bootstrap �Զ�����ʽ������
 * create by HuangDong
 * create Time 2017-08-16
 * update Time 2018-05-16
 */
 
/* CSS ����
---------------------------------------------------------------------------------------------------------------------------------- */
* {
  margin:0; padding:0; list-style:none; /* reset */
  font-family: Microsoft YaHei; /* ���� */
  -webkit-box-sizing: border-box; /* �߿�����Ԫ�ظ߿� */
     -moz-box-sizing: border-box; /* �߿�����Ԫ�ظ߿� */
          box-sizing: border-box; /* �߿�����Ԫ�ظ߿� */  
}
a{text-decoration: none; cursor: pointer;}/* ������ */   
a:link{text-decoration:none;}/* ������ */     
a:visited{text-decoration: none;}/* ������ */     
a:hover {text-decoration: none;}/* ������ */      
a:active{text-decoration:none;}/* ������ */  

@media (max-width: 767px) {
    /** С��768  ���� **/
}
@media (min-width: 768px) and (max-width: 991px) {
    /** ���ڵ���768  ���� **/ 
}
@media (min-width: 992px) and (max-width: 1199px) {
    /** ���ڵ���992  ���� **/
}
@media (min-width: 1200px){
    /** ���ڵ���1200 ���� **/
}

/* ȥ�� padding-left,padding-right
---------------------------------------------------------------------------------------------------------------------------------- */
.custom-padding-0 {
	padding-right: 0px;
	padding-left: 0px;
}

/* ȥ�� margin-left,margin-right
---------------------------------------------------------------------------------------------------------------------------------- */
.custom-margin-0 {
	margin-right: 0px;
	margin-left: 0px;
}

/* �ֻ���ȥ�� padding-left,padding-right,PC�˲�ȥ
---------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
	.custom-padding-0-mobile {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/* PC��ȥ�� padding-left,padding-right,�ֻ��˲�ȥ
---------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.custom-padding-0-pc {
		padding-right: 0px;
		padding-left: 0px;
	}
}



/* ��ҳ������
---------------------------------------------------------------------------------------------------------------------------------- */

/* ��������ʽ����(����������ɫ) */
@media (max-width: 767px) {
    .Custom-homecate-navbar{
	   background-color: #FFF;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .Custom-homecate-navbar{
	   height: 60px;
    }
}
@media (min-width: 992px) {
    .Custom-homecate-navbar{
	   height: 60px;
    }
}
@media (min-width: 1200px){
    .Custom-homecate-navbar{
	   height: 60px;
    }
}


/* ��������ʽ����() */
.custom-navbar-brand{ padding-top: 0px; }/** ����ԭ�� navbar-brand �� padding: 15px 15px; �� ����**/

@media (max-width: 767px) {
	.custom-navbar-toggle{ float: left; }
	.custom-icon-bar{ background-color: #070302; }
    .custom-navbar-brand{ float: left; width:43%; height: 20px; margin-top: 15px; margin-left: 13%; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-navbar-brand{ margin-left: 0px !important; margin-top: 6px; position: absolute; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .custom-navbar-brand{ margin-left: 0px !important; margin-top: 10px;  }
}
@media (min-width: 1200px){
    .custom-navbar-brand{ margin-left: 0px !important; margin-top: 8px; }
}

/* ��������ʽ����(LOGOͼƬ) */
@media (max-width: 767px) {
    .navbar-brand > img{ width: 100%; height: 20px; } 
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand > img{ width: 120px; display: none; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand > img{ width: 230px; }
}
@media (min-width: 1200px){
    .navbar-brand > img{ width: 260px; }
}
/* ��������ʽ����(LOGOͼƬ) ���滻Ϊ����ҵ����3������������ֻ���ƶ��������ͼҳ����ʾ */
@media (max-width: 767px){
    .vip-mobile-bussPoint-select{ height:20px; }
    
    .vip-mobile-bussPoint-select-text{ float: left; width: 80%; height:20px; line-height: 20px; font-size: 15px; font-weight: bold; color: #131313; text-align: center; border: 0px solid red;  }
    .vip-mobile-bussPoint-select-text > ul{ display: none; border-radius: 8px; background-color: #FFF;  }
    .vip-mobile-bussPoint-select-text > ul > li{ height: 40px; line-height: 40px; font-size: 16px; font-weight: 300; color: #131313; text-align: center; border: 0px solid blue; }
    
	.vip-mobile-bussPoint-select-arrow{ float: left; width: 20%; height:20px;line-height: 20px !important; border: 0px solid red;}
	.vip-mobile-bussPoint-select-arrow > img{ width: 80%; height:60%; margin-left: 0px; border: 0px solid red; margin-top: 20%; }
}
@media (min-width: 768px){
    .vip-mobile-bussPoint-select{ display: none; }
}


/* ��������ʽ����(��ĿHtml���) */
@media (max-width: 767px) {
    .custom-navbar-collapse{ border: 0px solid blue; height:auto; max-height: 500px !important; border-top: 1px solid #BAB6C7; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-navbar-collapse{  }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .custom-navbar-collapse{  }
}
@media (min-width: 1200px){
    .custom-navbar-collapse{  }
}

/* ���� */
@media (max-width: 1199px){
    .weather{ display: none; }
}
@media (min-width: 1200px){
    .weather{ float: left; margin-top: 5px; margin-left:15px; height: 50px; line-height: 50px;  font-size: 12px;  font-weight:bold; color: #FFF; z-index: 999; }
    .weather > iframe{ margin-top: 18px; }
}

/* �ֻ�����ʾ��Сͷ�� */
@media (max-width: 767px){
    .vip-mobile-headpng{ float: right; width:34px; height: 22px; margin-top: 14px; margin-right: 10px; }
    .vip-mobile-headpng > img { width: 100%; height: 100%; }
}
@media (min-width: 768px){
    .vip-mobile-headpng{ display: none; }
}

/** ���������� **/
@media (max-width: 767px) {
    .home_cate_container{}
}
@media (min-width: 768px) {
    .home_cate_container{ float: right; right: 0px; height: 100%; margin-top: 15px; }
}

/** ��¼ע�ᰴť **/
@media (max-width: 767px) {
    .home_login{ display: none; }
}
.home_login{ float: right; height: 30px; width: 140px; line-height: 30px; text-align:center; background-color: #0099CB; border-radius:50px; color: #FFF; margin-right: 5px; }
.home_login a{ color: #FFF; width: 100%;  }

/** ��ѯ��ť **/
@media (max-width: 767px) {
    .home_search{ display: none; }
}
.home_search{ position: relative; float: right; height: 30px; width: 30px; line-height: 30px; text-align:center; background-color: #0099CB; border-radius:50%; color: #FFF; }

@media (max-width: 767px) {
    .home_search2{ display: none; }
}
.home_search2{ display: none; position: absolute; bottom: 0px; right: 0px; height: 30px; width: 190px; border-radius:50px; background-color: #8B8F9A; }
.home_search2 > input{ width: 80%; height: 100%; background-color: #8B8F9A; border: 0px; }
.home_search2 > img{  }


/* �������Զ����� UL LI ***********begin*****************/
/* �ֻ� */
@media (max-width: 767px) {
    .home_cate{
        width: 100%;
		margin-top:15px;
	}
	/* [�ֻ�] ͷ����������һ����Ŀ ul */
	.home_cate > ul {     
		height: auto; 	
	}
	/* [�ֻ�] ͷ����������һ����Ŀ li */
	.home_cate > ul > li{ 
		min-height: 60px; 
		line-height: 60px; 		
	}	
	/* [�ֻ�] ͷ����������ÿһ��ul li */
	.home_cate ul li{
	    width: 100%;
		cursor: pointer;
		list-style:none;
	    font-size: 14px;
	}
	/* [�ֻ�] ͷ����������ÿһ����Ŀ li�е�div(��div��a) */
	.home_cate div{
			
	}
	/* [�ֻ�] ͷ����������ÿһ��a */
	.home_cate a{
		text-decoration: none;
		color: inherit;
	}
	/**���һ����Ŀ������ɫ**/
	.home_cate a{color: #070302;}   
    .home_cate a:visited{color: #070302;}   
	.home_cate a:hover {color: #070302;}    
	.home_cate a:active{color: #070302;}
	/* [�ֻ�] ͷ����������ÿһ��a�����sapn */
	.home_cate span{
		float: right;
		margin-right:10px;
	}
	/* [�ֻ�] ͷ�������������ض���������Ŀ */
	.home_cate > ul >li ul{
		display: none;
		margin-left: 0px;
	}
	/* [�ֻ�] ͷ����������ÿһ����Ŀ li */
	.home_cate li{
		width: 100%;
		height: auto;
		line-height: 30px;
		font-size: 15px;
		text-align: left;
		list-style-type:none;
		
	}
	/* [�ֻ�] ͷ����������һ����Ŀli ��ɫ */
	.home_cate > ul { 
	    
	 }
	.home_cate > ul > li > div{ text-indent:5px; color: #070302; border-bottom: 1px solid #F6F6F6; padding-left: 40px; font-size: 14px;  }
	/* [�ֻ�] ͷ����������������Ŀli ��ɫ */
	.home_cate > ul > li > ul > li > div{ text-indent:65px; background-color: #1CBAFF; color: white; }
	/* [�ֻ�] ͷ����������������Ŀli ��ɫ*/
	.home_cate > ul > li > ul > li > ul > li > div{ text-indent:75px; background-color: #1CCBFF; color: white; }
	/* [�ֻ�] ͷ�����������ļ���Ŀli ��ɫ*/
	.home_cate > ul > li > ul > li > ul > li > ul > li > div{ text-indent:85px; background-color: #1CE0FF; color: white; }
	/* [�ֻ�] ͷ�����������弶��Ŀli ��ɫ*/
	.home_cate > ul > li > ul > li > ul > li > ul > li > ul > li > div{ text-indent:95px; background-color: #1CF8FF; color: white; }
	/* [�ֻ�] ͷ�����������弶������Ŀli ��ɫ*/
	.home_cate > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li div{ text-indent:105px; background-color: #1CF8FF; color: white; }
	
}

/* ���ֻ� */
@media (min-width: 768px){   
    .home_cate{         
    	height: 30px; 
        float: right;
		right: 0px;	 
		margin-right: 20px;	
	}
	/* [PC] ͷ����������һ����Ŀ ul */
	.home_cate > ul {     
		height: 30px; 
	    float: right;    
	}
	/* [PC] ͷ����������һ����Ŀ li */
	.home_cate > ul > li{ 
		height: 30px; 
		width: 85px; 
		float: left;
		margin-left:0px;
		text-align: center;
		line-height: 30px; 
		font-size: 16px;	
	}	
	/* [PC] ͷ����������ÿһ��ul li */
	.home_cate ul li{
		list-style:none; 
	    color: #FFFFFF;
	}
	/* [PC] ͷ����������li��ÿһ��div */
	.home_cate div{
		
	}
	/* [PC] ͷ����������li��ÿһ��a */
	.home_cate a{
	    display: inline-block;
		height: 100%;
		width: 100%;
		color: inherit;
		cursor: pointer;
	}
	/**���һ����Ŀ������ɫ**/
	.home_cate > ul > li > div > a{color: #FFFFFF;}   
    .home_cate > ul > li > div > a:visited{color: #FFFFFF;}   
	.home_cate > ul > li > div > a:hover {color: #FFFFFF;}    
	.home_cate > ul > li > div > a:active{color: #FFFFFF;}
	/* [�ֻ�] ͷ����������ÿһ��a�����span(�ֻ�����) */
	.home_cate span{
		display: none;
	}
	/* [PC] ͷ�������������ض���������Ŀ����Ե����������position������ʱ�������Ų������ű�� */
	.home_cate > ul >li ul{
	    position: absolute;
		display: none;
		margin-left: 0px; 
	}
	/**����UL ����ƫ��һ����Ŀ�ľ���**/
	.home_cate > ul >li > ul {
		margin-left: -80px;
	}
	/**����LI �������� **/
	.home_cate > ul >li > ul > li{
		float: left;
	}
	/**��������UL���ƶ�+���ƶ�,��������ul�Ż���Ʈ**/
	.home_cate > ul >li > ul > li ul{
		margin-left: 100px;
		margin-top: -30px;
	}
	/* [PC] ͷ��������������������Ŀ li */
	.home_cate > ul >li li{ 
		width:80px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		list-style-type:none;	
		font-size: 16px;	
	}	
	/*��������*/
	.home_cate > ul >li div{
		padding-left: 5px;
	}
}
/* �������Զ����� UL LI ***********end*****************/


/* ע��ҳ��
---------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
	.regist-iframe1{ border: 0px; margin-bottom:-30px;margin-top:50px; }
}
@media (min-width: 768px)  {
    .regist-iframe1{ border: 0px; margin-bottom:-30px;margin-top:90px; }
}
/* ��¼ҳ��
---------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
	.login-iframe1{ border: 0px; margin-bottom:-30px;margin-top:50px; }
}
@media (min-width: 768px)  {
    .login-iframe1{ border: 0px; margin-bottom:-30px;margin-top:90px; }
}


/* ��ҳ�ֲ�ͼ
---------------------------------------------------------------------------------------------------------------------------------- */
/* ��ҳ�ֲ�ͼ�����DIV��Ϊ���ֻ��˹̶����������Ҹ����ֲ�ͼ ,bootstrap�����ĵ�������50px */
@media (max-width: 767px) {  .home-loop{ margin-top: 0px; }  }
.home-loop > div{ height : 100%;}
.home-loop > div > div{height : 100%;}
.home-loop > div > div > div{ height : 100%;  }
/** �ֲ��ؼ� **/
.home-loop-inner{ height : 100%; }
.home-loop-inner > div { height : 100%; }
.home-loop-inner > div > img{
	width: 100% !important;
	height: 100% !important;
	display:none !important;	
}
@media (max-width: 767px) {
    .home-loop-inner > div > img{
		display: block !important;	
	}
}
/** �����ֲ��� **/
.home-loop-indicators{ border:0px;  }
.home-loop-indicators > li{ height: 12px; width: 20px; background-color: #959597; border:0px;  }
.home-loop-indicators > .active{ height: 12px;  width: 80px; background-color: #0099CB; }


/** �ֲ�ͼ�����������ť(��׼ԭͼ��ťλ�ö�λ���ðٷֱ�) **/
@media (max-width: 767px) {
     /* .fixed-area{ display: none; } */
    .fixed-area{ width: 80%;; height: 120px; position: absolute;  top:70%; left: 8%;  border: 0px solid red; }
     /** ���� **/
    .fixed-area-title{ height: 32px; line-height: 32px; font-size: 24px; font-weight:bold; color:#313131; border: 0px solid #34DD7E; }
     /** ������ť **/
	.fixed-area-button{ height: 38px; cursor: pointer; border: 0px solid #34DD7E; }
	.fixed-area-button > div{ height: 32px; line-height: 32px;  margin-top: 3px; font-size: 8px; float: left; margin-right:3%; width: 30%; border-radius: 20px; background-color: #CCFF66; }
	.fixed-area-button > div > img {  height: 16px; margin-top: 8px; margin-left: 12px; margin-right: 4px; float: left; }
	 /** ���� **/
	.fixed-area-text{ height: 50px; border: 0px solid #8C8C8F; }	
	.fixed-area-text > div{ height: 30px;  margin-top: 10px; line-height: 15px; font-size:8px; color: #8C8C8F;  border: 0px solid blue; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .fixed-area{ width: 40%;; height: 120px; position: absolute;  top:35%; left: 13%;  border: 0px solid red; }
     /** ���� **/
    .fixed-area-title{ height: 32px; line-height: 32px; font-size: 18px; font-weight:bold; color:#CCFF66; border: 0px solid #34DD7E; }
     /** ������ť **/
	.fixed-area-button{ height: 38px; cursor: pointer; border: 0px solid #34DD7E; }
	.fixed-area-button > div{ height: 32px; line-height: 32px;  margin-top: 3px; font-size: 8px; float: left; margin-right:3%; width: 30%; border-radius: 20px; background-color: #CCFF66; }
	.fixed-area-button > div > img {  height: 20px; margin-top: 6px; margin-left: 8px; margin-right: 8px; float: left; }
	 /** ���� **/
	.fixed-area-text{ height: 50px; border: 0px solid #34DD7E; }	
	.fixed-area-text > div{ height: 30px;  margin-top: 10px; line-height: 15px; font-size:8px; color: #FFF;  border: 0px solid blue; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .fixed-area{ width: 40%;; height: 150px; position: absolute;  top:35%; left: 13%;  border: 0px solid red; }
     /** ���� **/
    .fixed-area-title{ height: 40px; line-height: 40px; font-size: 26px; font-weight:bold; color:#CCFF66; border: 0px solid yellow; }
     /** ������ť **/
	.fixed-area-button{ height: 46px; cursor: pointer; border: 0px solid yellow; }
	.fixed-area-button > div{ height: 40px; line-height: 40px;  margin-top: 3px; float: left; margin-right:3%; width: 30%; border-radius: 20px; background-color: #CCFF66; }
	.fixed-area-button > div > img { height: 24px; margin-top: 8px; margin-left: 15px; margin-right: 10px; float: left; }
	 /** ���� **/
	.fixed-area-text{ height: 64px; border: 0px solid yellow; }
	.fixed-area-text > div{ height: 44px;  margin-top: 10px; line-height: 22px; font-size:14px; color: #FFF;  border: 0px solid blue; }	
}
@media (min-width: 1200px){
    .fixed-area{ width: 500px; height: 200px; position: absolute;  top:35%; left: 13%;  border: 0px solid red; }
     /** ���� **/
    .fixed-area-title{ height: 54px; line-height: 54px; font-size: 34px; font-weight:bold; color:#CCFF66; border: 0px solid blue; }
     /** ������ť **/
	.fixed-area-button{ height: 62px; cursor: pointer; border: 0px solid blue; }
	.fixed-area-button > div{ height: 50px; line-height: 50px;  margin-top: 6px; font-size: 14px; float: left;  margin-right:3%; width: 30%; border-radius: 20px; background-color: #CCFF66; }
	.fixed-area-button > div > img { height: 30px; margin-top: 10px; margin-left: 20px; margin-right: 10px; float: left;  }
	 /** ���� **/
	.fixed-area-text{ height: 84px; border: 0px solid blue; }
	.fixed-area-text > div{ height: 50px;  margin-top: 17px; line-height: 25px; font-size:16px; color: #FFF;  border: 0px solid blue; }	
}



/* ��ҳ��������ͳ��ͼ
---------------------------------------------------------------------------------------------------------------------------------- */
.big-lan-back{
	width:100%;
	background-color: #0099CB;/* #0099CB */;
	overflow: hidden;/*��ֹ����Ԫ��marginӰ��*/
}
@media (max-width: 767px) {
	 /** ���涥�� **/
	.big-lan-margin{ height: 50px; background-color: #0099CB; }
	 /** ���� **/
    .big-lan-title{ padding: 20px 2% 0 2%; border: 0px solid yellow; }
    .big-lan-title-zh{ line-height: 30px; font-size: 14px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title-en{ line-height: 20px; font-size: 8px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title2-zh{ margin-top: 10px; height: 20px; line-height: 20px; font-size: 18px; text-align: center; color: #FFF; border: 0px solid red; }
     /** ͳ��ͼ **/    
    .big-lan-chart{ height: 60%;  margin-top: 0px; padding:0 2% 0 2%; border : 0px solid red;}
    .big-lan-chart > div{ height: 100%; }
	.big-lan-chart > div > div{ height: 100%; }
	.big-lan-chart > div > div > div{ height: 100%; }
	.big-lan-chart-inner{ height: 100%; cursor: pointer; }
	.big-lan-chart-inner > div { height : 100%;  border: 0px solid red;}
    .big-lan-chart-img{ height: 100%; text-align: center; border: 0px solid green; }
    .big-lan-chart-img > img{ width: 60%; height:60%; margin-top: 25%; }  
    /** �����ֲ��� **/
	.big-lan-chart-indicators{ border:0px;  }
	.big-lan-chart-indicators > li{ height: 12px; width: 20px; background-color: #80CCE6; border:0px;  }
	.big-lan-chart-indicators > .active{ height: 12px;  width: 40px; background-color: #FFFFFF; }
}
@media (min-width: 768px) and (max-width: 991px) {
	 /** ���涥�� **/
	.big-lan-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-lan-title{ margin-top: 30px; height: 110px; border: 0px solid yellow; }
    .big-lan-title-zh{ height: 30px; line-height: 30px; font-size: 25px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title-en{ height: 20px; line-height: 20px; font-size: 12px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title2-zh{ margin-top: 0px; height: 60px; line-height: 60px; font-size: 30px; text-align: center; color: #FFF; border: 0px solid red; }
     /** ͳ��ͼ **/
    .big-lan-chart{ height: 40%; }
    .big-lan-chart > div{ height: 100%;  }
    .big-lan-chart > div > div{ height: 100%; }
    .big-lan-chart-five{ float: left; width: 20%; height: 100%; border: 0px solid red; }
    .big-lan-chart-five > img{ width: 100%; max-height: 100%; margin-top: 0%;  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	 /** ���涥�� **/
	.big-lan-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-lan-title{ margin-top: 30px; height: 130px; border: 0px solid blue; }
    .big-lan-title-zh{ height: 40px; line-height: 40px; font-size: 30px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title-en{ height: 30px; line-height: 30px; font-size: 14px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title2-zh{ margin-top: 0px; height: 60px; line-height: 60px; font-size: 30px; text-align: center; color: #FFF; border: 0px solid red; }
     /** ͳ��ͼ **/
    .big-lan-chart{ height: 45%; }
    .big-lan-chart > div{ height: 100%;  }
    .big-lan-chart > div > div{ height: 100%; }
    .big-lan-chart-five{ float: left; width: 20%; height: 100%; border: 0px solid red; }
    .big-lan-chart-five > img{ width: 100%; max-height: 100%; margin-top: 5%;  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
	 /** ���涥�� **/
	.big-lan-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-lan-title{ margin-top: 30px; height: 150px; border: 0px solid red; }
    .big-lan-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title2-zh{ margin-top: 0px; height: 60px; line-height: 60px; font-size: 30px; text-align: center; color: #FFF; border: 0px solid red; }
     /** ͳ��ͼ **/
    .big-lan-chart{ height: 50%; }
    .big-lan-chart > div{ height: 100%;  }
    .big-lan-chart > div > div{ height: 100%; }
    .big-lan-chart-five{ float: left; width: 20%; height: 100%; border: 0px solid red; }
    .big-lan-chart-five > img{ width: 100%; max-height: 100%; margin-top: 5%;  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
	 /** ���涥�� **/
	.big-lan-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-lan-title{ margin-top: 30px; height: 150px; border: 0px solid black; }
    .big-lan-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title2-zh{ margin-top: 0px; height: 60px; line-height: 60px; font-size: 30px; text-align: center; color: #FFF; border: 0px solid red; }
     /** ͳ��ͼ **/
    .big-lan-chart{ height: 55%; }
    .big-lan-chart > div{ height: 100%;  }
    .big-lan-chart > div > div{ height: 100%; }
    .big-lan-chart-five{ float: left; width: 20%; height: 100%; border: 0px solid red; }
    .big-lan-chart-five > img{ width: 100%; max-height: 100%; margin-top: 25%;  }
}
@media (min-width: 1600px) {
	 /** ���涥�� **/
	.big-lan-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-lan-title{ margin-top: 30px; height: 150px; border: 0px solid orange; }
    .big-lan-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #FFF; font-weight:bold;  }
    .big-lan-title2-zh{ margin-top: 0px; height: 60px; line-height: 60px; font-size: 30px; text-align: center; color: #FFF; border: 0px solid red; }
     /** ͳ��ͼ **/
    .big-lan-chart{ height: 60%; border: 0px solid blue;}
    .big-lan-chart > div{ height: 100%;  }
    .big-lan-chart > div > div{ height: 100%; }
    .big-lan-chart-five{ float: left; width: 20%; height: 100%; border: 0px solid red; }
    .big-lan-chart-five > img{ width: 100%; max-height: 100%; margin-top: 40%;  }
}

@media (max-width: 767px) {
	.big-lan-more{ text-align: center; font-size: 12px; color: #FAFCFE; margin-top: 10px; cursor: pointer; width: 30%; margin: 0 auto; }
}
@media (min-width: 768px) {
	.big-lan-more{ text-align: center; font-size: 20px; color: #FAFCFE; margin-top: 10px; cursor: pointer; width: 30%; margin: 0 auto; }
}

/* ��ҳ�ٶȵ�ͼ�ֲ����
---------------------------------------------------------------------------------------------------------------------------------- */
.list-baidumap-back{
	width:100%;
	background-color: #FFF;
	overflow: hidden;/*��ֹ����Ԫ��marginӰ��*/
    /* filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C1C1C1,endcolorstr=white,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C1C1C1,endcolorstr=white,gradientType=0);
    background:#C1C1C1; 
    background: -ms-linear-gradient(top, #C1C1C1, rgba(0, 0, 255, 0.5));
    background:-moz-linear-gradient(top, #C1C1C1, rgba(255, 255, 255, 0.5));  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#C1C1C1), to(rgba(255, 255, 255, 0.5)));  
    background:-o-linear-gradient(top, #C1C1C1, rgba(255, 255, 255, 0.5));  */
}

@media (max-width: 767px) {
	 /** ���涥�� **/
	.list-baidumap-margin{ height: 50px; background-color: #FFF; }
	 /** ���� **/
    .list-baidumap-title{ margin-top: 0px; height: 50px; padding: 0 2% 0 2%; color: #333333; border: 0px solid yellow; position: relative; }
    .list-baidumap-title-zh{ height: 30px; line-height: 30px; font-size: 14px; text-align: center; color: #333333; font-weight:bold;  }
    .list-baidumap-title-en{ height: 20px; line-height: 20px; font-size: 8px; text-align: center; color: #333333; font-weight:bold;  }
    .list-baidumap-title-link{ position: absolute; right: 0px; bottom: 15px; width: 80px; height: 15px; cursor: pointer; }
	.list-baidumap-title-link > img{ width: 100%; height: 100%; }
     /** ��ͼ **/
    .list-baidumap{ height: 80%; margin-top: 0px; position: relative; border: 0px solid red; }
    .list-baidumap > div{ height: 100%;  }
    .list-baidumap > div > div{ height: 100%; }
    .list-baidumap-container{ height: 100%; }
     /** ����ͼ���� **/
    .list-baidumap-films{ height: 50px !important; width: 100%; position: absolute; bottom: 0px; background-color: rgba(178, 178, 178, 0.5); z-index:0; border: 0px solid red; }
    .film-arrow{ text-align: center; height: 100%; width: 10%; border: 0px solid blue;  z-index:999; }
    .film-arrow-left{ float: left;  }
    .film-arrow-right{float: right; }
    .film-arrow > img { height:30px; margin-top: 10px;  }
    .list-baidumap-film{float: left; height: 100%; width: 14%; margin-left:1%; margin-right:1%; border: 0px solid red;  z-index:999; cursor: pointer;}
    .list-baidumap-film > div{ height:40px; margin: 5px auto; width: 90%; border-radius: 15px; border: 0px solid black; }
    .list-baidumap-film > div > img{ height: 100%; width: 100%; border-radius: 15px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	 /** ���涥�� **/
	.list-baidumap-margin{ height: 60px; background-color: #C1C1C1; }
	 /** ���� **/
    .list-baidumap-title{ margin-top: 0px; height: 90px; color: #333333; border: 0px solid yellow; position: relative; }
    .list-baidumap-title-zh{ height: 50px; line-height: 50px; font-size: 25px; text-align: center; color: #000; font-weight:bold;  }
    .list-baidumap-title-en{ height: 40px; line-height: 40px; font-size: 12px; text-align: center; color: #000; font-weight:bold;  }
    .list-baidumap-title-link{ position: absolute; right: 0px; bottom: 30px; width: 110px; height: 20px; cursor: pointer; }
	.list-baidumap-title-link > img{ width: 100%; height: 100%; }
     /** ��ͼ **/
    .list-baidumap{ height: 45%; margin-top: 20px; position: relative; border: 0px solid red; }
    .list-baidumap > div{ height: 100%;  }
    .list-baidumap > div > div{ height: 100%; }
    .list-baidumap-container{ height: 100%; }
     /** ����ͼ���� **/
    .list-baidumap-films{ height: 70px !important; width: 100%; position: absolute; bottom: 0px; background-color: rgba(178, 178, 178, 0.5); z-index:0; border: 0px solid red; }
    .film-arrow{ text-align: center; height: 100%; width: 10%; border: 0px solid blue;  z-index:999; }
    .film-arrow-left{ float: left;  }
    .film-arrow-right{float: right; }
    .film-arrow > img { height:30px; margin-top: 20px;  }
    .list-baidumap-film{float: left; height: 100%; width: 14%; margin-left:1%; margin-right:1%; border: 0px solid red;  z-index:999; cursor: pointer; }
    .list-baidumap-film > div{ height:60px; margin: 5px auto; width: 90%; border-radius: 15px; border: 0px solid black; }
    .list-baidumap-film > div > img{ height: 100%; width: 100%; border-radius: 15px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	 /** ���涥�� **/
	.list-baidumap-margin{ height: 60px; background-color: #C1C1C1; }
	 /** ���� **/
    .list-baidumap-title{ margin-top: 30px; height: 90px; color: #333333; border: 0px solid blue; position: relative; }
    .list-baidumap-title-zh{ height: 50px; line-height: 50px; font-size: 30px; text-align: center; color: #333333; font-weight:bold;  }
    .list-baidumap-title-en{ height: 40px; line-height: 40px; font-size: 14px; text-align: center; color: #333333; font-weight:bold;  }
    .list-baidumap-title-link{ position: absolute; right: 0px; bottom: 30px; width: 110px; height: 20px; cursor: pointer; }
	.list-baidumap-title-link > img{ width: 100%; height: 100%; }
     /** ��ͼ **/
    .list-baidumap{ height: 50%; margin-top: 20px; position: relative; border: 0px solid red; }
    .list-baidumap > div{ height: 100%;  }
    .list-baidumap > div > div{ height: 100%; }
    .list-baidumap-container{ height: 100%; }
     /** ����ͼ���� **/
    .list-baidumap-films{ height: 80px !important; width: 100%; position: absolute; bottom: 0px; background-color: rgba(178, 178, 178, 0.5); z-index:0; border: 0px solid red; }
    .film-arrow{ text-align: center; height: 100%; width: 10%; border: 0px solid blue;  z-index:999; }
    .film-arrow-left{ float: left;  }
    .film-arrow-right{float: right; }
    .film-arrow > img { height:30px; margin-top: 25px;  }
    .list-baidumap-film{float: left; height: 100%; width: 14%; margin-left:1%; margin-right:1%; border: 0px solid red;  z-index:999; cursor: pointer; }
    .list-baidumap-film > div{ height:60px; margin: 10px auto; width: 90%; border-radius: 15px; border: 0px solid black; }
    .list-baidumap-film > div > img{ height: 100%; width: 100%; border-radius: 15px; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
	 /** ���涥�� **/
	.list-baidumap-margin{ height: 60px; background-color: #C1C1C1; }
	 /** ���� **/
    .list-baidumap-title{ margin-top: 30px; height: 90px; color: #333333; border: 0px solid red; position: relative; }
    .list-baidumap-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #333333; font-weight:bold;  }
    .list-baidumap-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #333333; font-weight:bold;  }
    .list-baidumap-title-link{ position: absolute; right: 0px; bottom: 30px; width: 110px; height: 20px; cursor: pointer; }
	.list-baidumap-title-link > img{ width: 100%; height: 100%; }
     /** ��ͼ **/
    .list-baidumap{ height: 55%; margin-top: 20px; position: relative; border: 0px solid red; }
    .list-baidumap > div{ height: 100%;  }
    .list-baidumap > div > div{ height: 100%; }
    .list-baidumap-container{ height: 100%; }
     /** ����ͼ���� **/
    .list-baidumap-films{ height: 100px !important; width: 100%; position: absolute; bottom: 0px; background-color: rgba(178, 178, 178, 0.5); z-index:0; border: 0px solid red; }
    .film-arrow{ text-align: center; height: 100%; width: 10%; border: 0px solid blue;  z-index:999; }
    .film-arrow-left{ float: left;  }
    .film-arrow-right{float: right; }
    .film-arrow > img { height:40px; margin-top: 30px;  }
    .list-baidumap-film{float: left; height: 100%; width: 14%; margin-left:1%; margin-right:1%; border: 0px solid red;  z-index:999; cursor: pointer; }
    .list-baidumap-film > div{ height:80px; margin: 10px auto; width: 90%; border-radius: 15px; border: 0px solid black; }
    .list-baidumap-film > div > img{ height: 100%; width: 100%; border-radius: 15px; }
}
@media (min-width: 1400px) and (max-width: 1599px) {
	 /** ���涥�� **/
	.list-baidumap-margin{ height: 60px; background-color: #C1C1C1; }
	 /** ���� **/
    .list-baidumap-title{ margin-top: 30px; height: 90px; color: #333333; border: 0px solid black; position: relative; }
    .list-baidumap-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #333333; font-weight:bold;  }
    .list-baidumap-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #333333; font-weight:bold;  }
    .list-baidumap-title-link{ position: absolute; right: 0px; bottom: 30px; width: 110px; height: 20px; cursor: pointer; }
	.list-baidumap-title-link > img{ width: 100%; height: 100%; }
     /** ��ͼ **/
    .list-baidumap{ height: 62%; margin-top: 20px; position: relative; border: 0px solid red; }
    .list-baidumap > div{ height: 100%;  }
    .list-baidumap > div > div{ height: 100%; }
    .list-baidumap-container{ height: 100%; }
     /** ����ͼ���� **/
    .list-baidumap-films{ height: 110px !important; width: 100%; position: absolute; bottom: 0px; background-color: rgba(178, 178, 178, 0.5); z-index:0; border: 0px solid red; }
    .film-arrow{ text-align: center; height: 100%; width: 10%; border: 0px solid blue;  z-index:999; }
    .film-arrow-left{ float: left;  }
    .film-arrow-right{float: right; }
    .film-arrow > img { height:50px; margin-top: 30px;  }
    .list-baidumap-film{float: left; height: 100%; width: 14%; margin-left:1%; margin-right:1%; border: 0px solid red;  z-index:999; cursor: pointer; }
    .list-baidumap-film > div{ height:90px; margin: 10px auto; width: 90%; border-radius: 15px; border: 0px solid black; }
    .list-baidumap-film > div > img{ height: 100%; width: 100%; border-radius: 15px; }
}
@media (min-width: 1600px) {
	 /** ���涥�� **/
	.list-baidumap-margin{ height: 60px; background-color: #C1C1C1; }
	 /** ���� **/
    .list-baidumap-title{ margin-top: 30px; height: 90px; color: #333333; border: 0px solid #099740; position: relative; }
    .list-baidumap-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #333333; font-weight:bold;  }
    .list-baidumap-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #333333; font-weight:bold;  }
    .list-baidumap-title-link{ position: absolute; right: 0px; bottom: 30px; width: 110px; height: 20px; cursor: pointer; }
	.list-baidumap-title-link > img{ width: 100%; height: 100%; }
     /** ��ͼ **/
    .list-baidumap{ height: 68%; margin-top: 20px; position: relative; border: 0px solid red; }
    .list-baidumap > div{ height: 100%;  }
    .list-baidumap > div > div{ height: 100%; }
    .list-baidumap-container{ height: 100%; }
     /** ����ͼ���� **/
    .list-baidumap-films{ height: 130px !important; width: 100%; position: absolute; bottom: 0px; background-color: rgba(178, 178, 178, 0.5); z-index:0; border: 0px solid red; }
    .film-arrow{ text-align: center; height: 100%; width: 10%; border: 0px solid blue;  z-index:999; }
    .film-arrow-left{ float: left;  }
    .film-arrow-right{float: right; }
    .film-arrow > img { height:60px; margin-top: 35px;  }
    .list-baidumap-film{float: left; height: 100%; width: 14%; margin-left:1%; margin-right:1%; border: 0px solid red;  z-index:999; cursor: pointer; }
    .list-baidumap-film > div{ height:100px; margin: 15px auto; width: 90%;  border-radius: 15px; border: 0px solid black; }
    .list-baidumap-film > div > img{ height: 100%; width: 100%; border-radius: 15px; }
}



/* ��ҳ����Ԥ���ֲ�
---------------------------------------------------------------------------------------------------------------------------------- */
.big-screen-back{
	width:100%;
	background-color: #EDEDED; 
	overflow: hidden;/*��ֹ����Ԫ��marginӰ��*/
}

@media (max-width: 767px) {
	 /** ���涥�� **/
	.big-screen-margin{ height: 50px; background-color: #EDEDED; }
	 /** ���� **/
    .big-screen-title{ margin-top: 20px; height: 50px; padding: 0 2% 0 2%; color: #333333; border: 0px solid yellow; }
    .big-screen-title-zh{ height: 30px; line-height: 30px; font-size: 14px; text-align: center; color: #333333; font-weight:bold;  }
    .big-screen-title-en{ height: 20px; line-height: 20px; font-size: 8px; text-align: center; color: #333333; font-weight:bold;  }
	 /** ����ͼ **/
	.big-screen{ height: 70%; }
}
@media (min-width: 768px) and (max-width: 991px) {
	 /** ���涥�� **/
	.big-screen-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-screen-title{ margin-top: 0px; height: 90px; color: #333333; border: 0px solid yellow; }
    .big-screen-title-zh{ height: 50px; line-height: 50px; font-size: 25px; text-align: center; color: #333333; font-weight:bold;  }
    .big-screen-title-en{ height: 40px; line-height: 40px; font-size: 12px; text-align: center; color: #333333; font-weight:bold;  }
	 /** ����ͼ **/
	.big-screen{ height: 45%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	 /** ���涥�� **/
	.big-screen-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-screen-title{ margin-top: 30px; height: 90px; color: #333333; border: 0px solid blue; }
    .big-screen-title-zh{ height: 50px; line-height: 50px; font-size: 30px; text-align: center; color: #333333; font-weight:bold;  }
    .big-screen-title-en{ height: 40px; line-height: 40px; font-size: 14px; text-align: center; color: #333333; font-weight:bold;  }
	 /** ����ͼ **/
	.big-screen{ height: 50%; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
	 /** ���涥�� **/
	.big-screen-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-screen-title{ margin-top: 30px; height: 90px; color: #333333; border: 0px solid red; }
    .big-screen-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #333333; font-weight:bold;  }
    .big-screen-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #333333; font-weight:bold;  }
	 /** ����ͼ **/
	.big-screen{ height: 60%; }
}
@media (min-width: 1400px) and (max-width: 1599px) {
	 /** ���涥�� **/
	.big-screen-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-screen-title{ margin-top: 30px; height: 90px; color: #333333; border: 0px solid black; }
    .big-screen-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #333333; font-weight:bold;  }
    .big-screen-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #333333; font-weight:bold;  }
     /** ����ͼ **/
    .big-screen{ height: 63%; }
}
@media (min-width: 1600px) {
	 /** ���涥�� **/
	.big-screen-margin{ height: 60px; background-color: #0C1737; }
	 /** ���� **/
    .big-screen-title{ margin-top: 30px; height: 90px; color: #333333; border: 0px solid #099740; }
    .big-screen-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #333333; font-weight:bold;  }
    .big-screen-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #333333; font-weight:bold;  }
     /** ����ͼ **/
    .big-screen{ height: 70%; }  
}

@media (max-width: 767px) {
	.big-screen > div{ height: 100%; }
	.big-screen > div > div{ height: 100%; }
	.big-screen > div > div > div{ height: 100%; }
	.big-screen-inner{ height: 100%; cursor: pointer;}
	.big-screen-inner > div { height : 100%;  }
	.big-screen-inner > div > img{ height: 50% !important; width:100% !important; margin-top: 28%;}
}
@media (min-width: 768px) {
	.big-screen > div{ height: 100%; }
	.big-screen > div > div{ height: 100%; }
	.big-screen > div > div > div{ height: 100%; }
	.big-screen-inner{ height: 100%; cursor: pointer;}
	.big-screen-inner > div { height : 100%;  }
	.big-screen-inner > div > img{ height: 100% !important; width:100% !important; }
}
/** �����ֲ��� **/
.big-screen-indicators{ border:0px;  }
.big-screen-indicators > li{ height: 12px; width: 20px; background-color: #80CCE6; border:0px;  }
.big-screen-indicators > .active{ height: 12px;  width: 80px; background-color: #FFFFFF; }
/** ȥ���ֲ�������Ҽ�ͷ���� **/
.big-screen-custom-carousel{
	background-image: none !important;
}

/* ��ҳ�����ܹ�
---------------------------------------------------------------------------------------------------------------------------------- */
.big-tech-back{
	width:100%;
	background-color: #FFF;
	overflow: hidden;/*��ֹ����Ԫ��marginӰ��*/
}
@media (max-width: 767px) {
	 /** ���涥�� **/
	.big-tech-margin{ height: 50px; background-color: #FFF; }
	 /** ���� **/
    .big-tech-title{ margin-top: 0px; height: auto; padding: 0 2% 0 2%; color: #333333; border: 0px solid yellow; }
    .big-tech-title-zh{ height: 30px; line-height: 30px; font-size: 14px; text-align: center; color: #333333; font-weight:bold;  }
    .big-tech-title-en{ height: 20px; line-height: 20px; font-size: 8px; text-align: center; color: #333333; font-weight:bold;  }
	.big-tech-title-text{ margin-top:0px; height: auto; line-height: 25px; font-size: 8px; text-align: center; color: #6D6D6D; font-weight:bold; }
	 /** ��ɫ **/
	.big-tech{ height: auto; margin-top: 0px; border: 0px solid green; }
    .big-tech > div{ height: auto;  }
    .big-tech > div > div{ height: 100px; border: 0px solid red;}
    .big-tech-thumb{ float:left; width: 28%; height: 80px; margin-top: 10px; text-align: right; border: 0px solid red; }
    .big-tech-words{ float:left; width: 60%; height: 80px; margin-top: 10px; margin-left: 3%; border: 0px solid red; }
    .big-tech-thumb > img { height:80px; width:80px;}
    .big-tech-words-title{  height: 20px; line-height:20px; font-size:12px; color:#27A1D2;  border: 0px solid red; }
    .big-tech-words-text{   height: 60px; line-height:20px; font-size:8px; color:#808080;  border: 0px solid red; }
}
@media (min-width: 768px) and (max-width: 991px) {
	 /** ���涥�� **/
	.big-tech-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-tech-title{ margin-top: 0px; height: 130px; color: #333333; border: 0px solid yellow; }
    .big-tech-title-zh{ height: 30px; line-height: 30px; font-size: 25px; text-align: center; color: #333333; font-weight:bold;  }
    .big-tech-title-en{ height: 20px; line-height: 20px; font-size: 12px; text-align: center; color: #333333; font-weight:bold;  }
	.big-tech-title-text{ margin-top:0px; height: 80px; line-height: 20px; font-size: 12px; text-align: center; color: #6D6D6D; font-weight:bold; }
	 /** ��ɫ **/
	.big-tech{ height: 35%; margin-top: 20px; border: 0px solid green; }
    .big-tech > div{ height: 100%;  }
    .big-tech > div > div{ height: 33%; border: 0px solid red;}
    .big-tech-thumb{ float:left; width: 20%; height: 40px; margin-top: 0px; text-align:center; border: 0px solid red; }
    .big-tech-words{ float:left; width: 70%; height: 40px; margin-top: 0px; margin-left: 2%; border: 0px solid red; }
    .big-tech-thumb > img { height:40px; width:40px;}
    .big-tech-words-title{  height: 12px; line-height:12px; font-size:10px; color:#27A1D2;  border: 0px solid red; }
    .big-tech-words-text{   height: 28px; line-height:14px; font-size:8px; color:#808080;  border: 0px solid red; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	 /** ���涥�� **/
	.big-tech-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-tech-title{ margin-top: 30px; height: 130px; color: #333333; border: 0px solid blue; }
    .big-tech-title-zh{ height: 40px; line-height: 40px; font-size: 30px; text-align: center; color: #333333; font-weight:bold;  }
    .big-tech-title-en{ height: 30px; line-height: 30px; font-size: 14px; text-align: center; color: #333333; font-weight:bold;  }
	.big-tech-title-text{ margin-top:0px; height: 60px; line-height: 20px; font-size: 14px; text-align: center; color: #6D6D6D; font-weight:bold; }
	 /** ��ɫ **/
	.big-tech{ height: 40%; margin-top: 20px; border: 0px solid green; }
    .big-tech > div{ height: 100%;  }
    .big-tech > div > div{ height: 33%; border: 0px solid red;}
    .big-tech-thumb{ float:left; width: 20%; height: 55px; margin-top: 5px; text-align:center; border: 0px solid red; }
    .big-tech-words{ float:left; width: 60%; height: 55px; margin-top: 5px; margin-left: 2%; border: 0px solid red; }
    .big-tech-thumb > img { height:55px; width:55px;}
    .big-tech-words-title{  height: 25px; line-height:25px; font-size:18px; color:#27A1D2;  border: 0px solid red; }
    .big-tech-words-text{   height: 30px; line-height:15px; font-size:10px; color:#808080;  border: 0px solid red; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
	 /** ���涥�� **/
	.big-tech-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-tech-title{ margin-top: 30px; height: 175px; color: #333333; border: 0px solid red; }
    .big-tech-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #333333; font-weight:bold;  }
    .big-tech-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #333333; font-weight:bold;  }
 	.big-tech-title-text{ margin-top:10px; height: 75px; line-height: 25px; font-size: 16px; text-align: center; color: #6D6D6D; font-weight:bold; }
 	 /** ��ɫ **/
	.big-tech{ height: 42%; margin-top: 20px; border: 0px solid green; }
    .big-tech > div{ height: 100%;  }
    .big-tech > div > div{ height: 33%; border: 0px solid red;}
    .big-tech-thumb{ float:left; width: 20%; height: 70px; margin-top: 3px; text-align:center; border: 0px solid red; }
    .big-tech-words{ float:left; width: 60%; height: 70px; margin-top: 3px; margin-left: 2%; border: 0px solid red; }
    .big-tech-thumb > img { height:70px; width:70px;}
    .big-tech-words-title{  height: 35px; line-height:35px; font-size:20px; color:#27A1D2;  border: 0px solid red; }
    .big-tech-words-text{   height: 35px; line-height:17px; font-size:12px; color:#808080;  border: 0px solid red; }
}
@media (min-width: 1400px) and (max-width: 1599px) {
	 /** ���涥�� **/
	.big-tech-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-tech-title{ margin-top: 30px; height: 185px; color: #333333; border: 0px solid black; }
    .big-tech-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #333333; font-weight:bold;  }
    .big-tech-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #333333; font-weight:bold;  }
	.big-tech-title-text{ margin-top:20px; height: 75px; line-height: 25px; font-size: 16px; text-align: center; color: #6D6D6D; font-weight:bold; }
	 /** ��ɫ **/
	.big-tech{ height: 50%; margin-top: 20px; border: 0px solid green; }
    .big-tech > div{ height: 100%;  }
    .big-tech > div > div{ height: 33%; border: 0px solid red;}
    .big-tech-thumb{ float:left; width: 20%; height: 90px; margin-top: 10px; text-align:center; border: 0px solid red; }
    .big-tech-words{ float:left; width: 60%; height: 90px; margin-top: 10px; margin-left: 2%; border: 0px solid red; }
    .big-tech-thumb > img { height:90px; width:90px;}
    .big-tech-words-title{  height: 45px; line-height:45px; font-size:22px; color:#27A1D2;  border: 0px solid red; }
    .big-tech-words-text{   height: 45px; line-height:22px; font-size:14px; color:#808080;  border: 0px solid red; }
}
@media (min-width: 1600px) {
	 /** ���涥�� **/
	.big-tech-margin{ height: 60px; background-color: #0099CB; }
	 /** ���� **/
    .big-tech-title{ margin-top: 30px; height: 195px; color: #333333; border: 0px solid #099740; }
    .big-tech-title-zh{ height: 50px; line-height: 50px; font-size: 40px; text-align: center; color: #333333; font-weight:bold;  }
    .big-tech-title-en{ height: 40px; line-height: 40px; font-size: 16px; text-align: center; color: #333333; font-weight:bold;  }
    .big-tech-title-text{ margin-top:30px; height: 75px; line-height: 25px; font-size: 16px; text-align: center; color: #6D6D6D; font-weight:bold; }
	 /** ��ɫ **/
	.big-tech{ height: 55%; margin-top: 20px; border: 0px solid green; }
    .big-tech > div{ height: 100%;  }
    .big-tech > div > div{ height: 33%; border: 0px solid red;}
    .big-tech-thumb{ float:left; width: 20%; height: 100px; margin-top: 20px; text-align:center; border: 0px solid red; }
    .big-tech-words{ float:left; width: 60%; height: 100px; margin-top: 20px; margin-left: 2%; border: 0px solid red; }
    .big-tech-thumb > img { height:100px; width:100px;}
    .big-tech-words-title{  height: 50px; line-height:50px; font-size:22px; color:#27A1D2;  border: 0px solid red; }
    .big-tech-words-text{   height: 50px; line-height:25px; font-size:14px; color:#808080;  border: 0px solid red; }
}



/* foot
---------------------------------------------------------------------------------------------------------------------------------- */
/** �������Ӻ����� **/
.foot-up-back{
	width:100%;
	height: auto;
	background-color: #666666;
	overflow: hidden;/*��ֹ����Ԫ��marginӰ��*/
	border-bottom: 1px solid #FFF;
	margin-top: 50px;
}
.foot-up{ height: auto; border: 0px solid yellow; } 
.foot-up > div{ height: 100%; } 
.foot-up > div > div{ height: 100%; } 
 /** �������� **/	
.foot-up-friend{ height: 200px; border: 0px solid red; }
.foot-up-friend-title{ height: 80px; line-height: 80px; font-size: 18px; font-weight:bold; color: #CCCCCC; }
.foot-up-friend-link{ height: 120px; }
.foot-up-friend-link > div{ float: left; width: 140px; }
.foot-up-friend-link > div > a{ color: #CCCCCC; font-size: 14px; }

@media (max-width: 767px) {
    /** ���� **/	
    .foot-up-other{ height: 200px !important; border: 0px solid red; }
    .foot-up-other-left{ float: left; width:70%;  margin-top: 40px; border: 0px solid red; }
    .foot-up-other-left > div{ height:40px; border: 0px solid blue; }
    .foot-up-other-left-icon{ float: left; width: 10%;}
    .foot-up-other-left-text{ float: left; width: 90%; color: #CCCCCC;  }
    .foot-up-other-code{ float: left; width:30%; margin-top: 0px; border: 0px solid red; }
    .foot-up-other-code > img{ width: 80%;  }
}
@media (min-width: 768px) and (max-width: 991px) {
    /** ���� **/	
    .foot-up-other{ height: 200px !important; border: 0px solid black; }
    .foot-up-other-left{ float: left; width:70%;  margin-top: 40px; border: 0px solid green; }
    .foot-up-other-left > div{ height:40px; border: 0px solid blue; }
    .foot-up-other-left-icon{ float: left; width: 10%;}
    .foot-up-other-left-text{ float: left; width: 90%; color: #CCCCCC;  font-size: 8px; }
    .foot-up-other-code{ float: left; width:30%; margin-top: 60px; }
    .foot-up-other-code > img{ width: 100%;  }
}
@media (min-width: 992px) and (max-width: 1199px) {
    /** ���� **/	
    .foot-up-other{ height: 200px !important; border: 0px solid red; }
    .foot-up-other-left{ float: left; width:70%;  margin-top: 40px; border: 0px solid red; }
    .foot-up-other-left > div{ height:40px; border: 0px solid blue; }
    .foot-up-other-left-icon{ float: left; width: 10%;}
    .foot-up-other-left-text{ float: left; width: 90%; color: #CCCCCC;  }
    .foot-up-other-code{ float: left; width:30%; margin-top: 50px; border: 0px solid red; }
    .foot-up-other-code > img{ width: 100%;  }
}
@media (min-width: 1200px){
     /** ���� **/	
    .foot-up-other{ height: 200px !important; border: 0px solid red; }
    .foot-up-other-left{ float: left; width:70%;  margin-top: 40px; border: 0px solid red; }
    .foot-up-other-left > div{ height:40px; border: 0px solid blue; }
    .foot-up-other-left-icon{ float: left; width: 10%;}
    .foot-up-other-left-text{ float: left; width: 90%; color: #CCCCCC;  }
    .foot-up-other-code{ float: left; width:30%; margin-top: 40px; border: 0px solid red; }
    .foot-up-other-code > img{ width: 100%;  }
}



/** ��Ȩ **/
.foot-copyright-back{
	width: 100%;
	height: 100px;
	background-color: #666666;
	overflow: hidden;/*��ֹ����Ԫ��marginӰ��*/
	line-height: 100px;
	font-size: 16px; 
	text-align: center;
	color: #CCCCCC;
}
@media (max-width: 767px) {
    .foot-copyright-back{
		font-size: 8px; 
	}
}

/* ��ҳ�潥��ͷ����ͼ
---------------------------------------------------------------------------------------------------------------------------------- */
.gradient-big-thumb{  }
@media (max-width: 767px) {
    .gradient-big-thumb{ margin-top: 50px; }
}
.gradient-big-thumb > img{ width: 100%; height: 100%; display:none; }
@media (max-width: 767px) {
    .gradient-big-thumb > img{ display: block; } 
}

.gradient-big-thumb-transparent{ 
	height: 100%; 
	
    filter:alpha(opacity=20 finishopacity=100 style=1 startx=0,starty=70%,finishx=0,finishy=1000) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=#FFFFFF,gradientType=0);
	-ms-filter:alpha(opacity=20 finishopacity=100 style=1 startx=0,starty=70%,finishx=0,finishy=1000) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=#FFFFFF,gradientType=0);  
    background:#C1C1C1; 
    background: -ms-linear-gradient(top, transparent, rgba(255, 255, 255, 1));
    background:-moz-linear-gradient(top, transparent, rgba(255, 255, 255, 1));  
    background:-o-linear-gradient(top, transparent, rgba(255, 255, 255, 1)); 
    background:-webkit-gradient(linear, 0 50%, 0 bottom, from(transparent), to(rgba(255, 255, 255, 1)));       
    
    position: relative; 
}


/* ��Ȧ��ҳ���������
---------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
    .trade-area-top-title{ position: absolute; bottom: -50px; height: 50px; width: 100%; border: 0px solid yellow;  z-index:999;}
	.trade-area-top-title-zh{ height: 30px; line-height: 30px; text-align: center;  font-size:16px; color: #0E97E5; font-weight: bold; letter-spacing:0px; border-bottom: 0px solid blue; }
	.trade-area-top-title-en{ height: 20px; line-height: 20px; text-align: center;  font-size:12px; color: #4D4D4D; font-weight: bold; letter-spacing:0px;  }
}
@media (min-width: 768px) and (max-width: 991px) {
    .trade-area-top-title{ position: absolute; bottom: 0px; height: 100px; width: 100%; border: 0px solid green; }
	.trade-area-top-title-zh{ height: 60px; line-height: 60px; text-align: center;  font-size:26px; color: #0E97E5; font-weight: bold; letter-spacing:8px; border-bottom: 0px solid blue; }
	.trade-area-top-title-en{ height: 40px; line-height: 40px; text-align: center;  font-size:18px; color: #4D4D4D; font-weight: bold; letter-spacing:5px;  }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .trade-area-top-title{ position: absolute; bottom: 0px; height: 100px; width: 100%; border: 0px solid blue; }
	.trade-area-top-title-zh{ height: 60px; line-height: 60px; text-align: center;  font-size:30px; color: #0E97E5; font-weight: bold; letter-spacing:8px; border-bottom: 0px solid blue; }
	.trade-area-top-title-en{ height: 40px; line-height: 40px; text-align: center;  font-size:22px; color: #4D4D4D; font-weight: bold; letter-spacing:5px;   }
}
@media (min-width: 1200px){
    .trade-area-top-title{ position: absolute; bottom: 0px; height: 100px; width: 100%; border: 0px solid red; }
	.trade-area-top-title-zh{ height: 60px; line-height: 60px; text-align: center;  font-size:36px; color: #0E97E5; font-weight: bold; letter-spacing:8px; border-bottom: 0px solid blue; }
	.trade-area-top-title-en{ height: 40px; line-height: 40px; text-align: center;  font-size:25px; color: #4D4D4D; font-weight: bold; letter-spacing:5px;  }
}


/* ��Ȧ��ҳͨ�ô����
---------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
    .trade-area-big-title{ height: 50px; margin-top: 0px; padding: 0 2% 0 2%; }
    .trade-area-big-title > div{ height: 100%; border: 0px solid red; }
    .trade-area-big-title > div > div { height: 100%; }
	.trade-area-big-title-zh{ height: 30px; line-height: 30px; text-align: center;  font-size:16px; color: #0E97E5; font-weight: bold; letter-spacing:0px; border-bottom: 0px solid blue; }
	.trade-area-big-title-en{ height: 20px; line-height: 20px; text-align: center;  font-size:15px; color: #4D4D4D; font-weight: bold; letter-spacing:0px;  }
	.trade-area-big-title-link{ position: absolute; right: 0px; bottom: 15px; width: 100px; height: 20px; cursor: pointer; }
	.trade-area-big-title-link > img{ width: 100%; height: 100%; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .trade-area-big-title{ height: 90px; margin-top: 10px; }
    .trade-area-big-title > div{ height: 100%; border: 0px solid red;  }
    .trade-area-big-title > div > div { height: 100%; }
	.trade-area-big-title-zh{ height: 50px; line-height: 60px; text-align: center;  font-size:26px; color: #0E97E5; font-weight: bold; letter-spacing:8px; border-bottom: 0px solid blue; }
	.trade-area-big-title-en{ height: 40px; line-height: 40px; text-align: center;  font-size:18px; color: #4D4D4D; font-weight: bold; letter-spacing:5px;  }
	.trade-area-big-title-link{ position: absolute; right: 0px; bottom: 15px; width: 100px; height: 20px; cursor: pointer; }
	.trade-area-big-title-link > img{ width: 100%; height: 100%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .trade-area-big-title{ height: 90px; margin-top: 10px; }
    .trade-area-big-title > div{ height: 100%; border: 0px solid red;  }
    .trade-area-big-title > div > div { height: 100%; }
	.trade-area-big-title-zh{ height: 50px; line-height: 60px; text-align: center;  font-size:30px; color: #0E97E5; font-weight: bold; letter-spacing:8px; border-bottom: 0px solid blue; }
	.trade-area-big-title-en{ height: 40px; line-height: 40px; text-align: center;  font-size:22px; color: #4D4D4D; font-weight: bold; letter-spacing:5px;   }
	.trade-area-big-title-link{ position: absolute; right: 0px; bottom: 15px; width: 100px; height: 20px; cursor: pointer; }
	.trade-area-big-title-link > img{ width: 100%; height: 100%; }
}
@media (min-width: 1200px){
    .trade-area-big-title{ height: 90px; margin-top: 10px; }
    .trade-area-big-title > div{ height: 100%; border: 0px solid red; }
    .trade-area-big-title > div > div { height: 100%; }
	.trade-area-big-title-zh{ height: 50px; line-height: 60px; text-align: center;  font-size:36px; color: #0E97E5; font-weight: bold; letter-spacing:8px; border-bottom: 0px solid blue; }
	.trade-area-big-title-en{ height: 40px; line-height: 40px; text-align: center;  font-size:25px; color: #4D4D4D; font-weight: bold; letter-spacing:5px;  }
	.trade-area-big-title-link{ position: absolute; right: 0px; bottom: 15px; width: 100px; height: 20px; cursor: pointer; }
	.trade-area-big-title-link > img{ width: 100%; height: 100%; }
}
/* ��Ȧ��ҳ����Ȧ����λ�á���������
---------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
    .trade-area-abbr{ margin-top: 50px; height: auto; border: 0px solid yellow; padding: 0 2% 0 2%; }    
    .trade-area-abbr-big-title{ height: 70px; line-height: 70px; font-size: 28px; color: #0E97E5; }
    .trade-area-abbr-small-title{ height: 35px; line-height: 35px; font-size: 18px; font-weight: bold; color: #4E4E4E; }
     
    .trade-area-abbr-zone{ height: auto; padding-right: 0px; }    
    .trade-area-abbr-zone-map { width: 100%; height: 300px; }  
    .trade-area-abbr-zone-map > img{ width: 100%; height: 300px; }    
       
    .trade-area-abbr-guide{ height: auto; }
    .trade-area-abbr-guide-zhibiao{  }
    .trade-area-abbr-guide-zhibiao-left{  }
    .trade-area-abbr-guide-zhibiao-right{  }
}
@media (min-width: 768px) {
    .trade-area-abbr{ margin-top: 30px; height: auto; border: 0px solid blue; }    
    .trade-area-abbr-big-title{ height: 70px; line-height: 70px; font-size: 28px; color: #0E97E5; }
    .trade-area-abbr-small-title{ height: 35px; line-height: 35px; font-size: 18px; font-weight: bold; color: #4E4E4E; }

    .trade-area-abbr-zone{ height: auto; padding-right: 35px; border: 0px solid red; }    
    .trade-area-abbr-zone-map > img{ width: 100%; height: 300px; }    
       
    .trade-area-abbr-guide{ height: auto; padding-left: 35px; border: 0px solid red; }
    .trade-area-abbr-guide-zhibiao{ height: auto; overflow: hidden;/** float **/ }
    .trade-area-abbr-guide-zhibiao-left{ float: left; width: 30%;  border: 0px solid red;}
    .trade-area-abbr-guide-zhibiao-right{ float: left; width: 70%;  padding-left: 20px; overflow: hidden; border: 0px solid red;}
}
.trade-area-abbr-text{ white-space: normal;  }
.trade-area-abbr-text > pre{ 
	/*��δ�������div֧�ָ�ʽ*/   
	white-space: pre-wrap; /*css-3*/  
	white-space: -moz-pre-wrap; /*Mozilla,since1999*/  
	white-space: -pre-wrap; /*Opera4-6*/  
	white-space: -o-pre-wrap; /*Opera7*/  
	word-wrap: break-word; /*InternetExplorer5.5+*/  	    
	font-family: Microsoft YaHei;/** default **/
	border: 0px; padding: 0px;margin: 0px; border-radius: 0px;/** bootstrap **/
	line-height: 24px; font-size: 15px; color: #666666;  background-color: #FFF;
}



/* ��Ȧ��ҳ���ȵ���Ѷ
---------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
	.trade-area-hot{ padding: 0 2% 0 2%; }
}
.trade-area-hot{ height: auto; margin-top: 80px; }
.trade-area-hot > div{ height: auto; }
.trade-area-hot > div > div{ height: 90px; }

.trade-area-hot-news1{ height: 90px; }
.trade-area-hot-news1-blue{ float: left;  height: 90px; width: 40%;   background-color:#0E97E5; }
.trade-area-hot-news1-blue > div{ height: 70px; width: 100%; line-height: 35px; margin-top: 10px; text-align: center; font-size: 25px; color: #FFF; }
.trade-area-hot-news1-thumb{ float: left; height: 100%; width: 50%; margin-left: 5%; }
.trade-area-hot-news1-thumb > img{ height: 100%;  width:100%; }

.trade-area-hot-news2{ height: 90px; } 
.trade-area-hot-news2-title{ height: 40px; line-height: 40px; font-size: 16px; color:#0E97E5; cursor :pointer; }
.trade-area-hot-news2-summary{ height: 50px; line-height: 25px; font-size: 14px; color: #7A7A7A; }

.trade-area-hot-news3{ height: 90px;}
.trade-area-hot-news3 > div{ height: 30px; color: #7A7A7A; }
.trade-area-hot-news3 > div:hover{ color: #0E97E5; }
.trade-area-hot-news3-title{ float: left; height: 30px; width: 70%; line-height: 30px; font-size: 14px; color: inherit; cursor :pointer; text-align: left; }
.trade-area-hot-news3-time{ float: left; height: 30px; width: 30%; line-height: 30px; font-size: 14px;  color: inherit; cursor :pointer; text-align: right; }


/* ��Ȧ��ҳ������ͳ�Ʒ���--����ͳ���б�
---------------------------------------------------------------------------------------------------------------------------------- */
.trade-area-statistics-back{
	width:100%;
	background-color: #FFF;
	overflow: hidden;/* ��ֹ����Ԫ��marginӰ�� */	
}
@media (max-width: 767px) {
	.trade-area-statistics-back{ margin-top: 50px; }
}

/** ��Ȧ��ҳ������ͳ�Ʒ���--����ͳ���б� **/
@media (max-width: 767px) {
    .trade-area-statistics-list{ height: auto; padding: 0 2% 0 2%; }
    .trade-area-statistics-list > div { height: auto; }
    .trade-area-statistics-list > div > div{ height: auto; border: 0px solid red; }
    
    .trade-area-statistics-list-left{ padding-right: 0px;   } 
    .trade-area-statistics-list-left > div{ height: 73px; font-size: 20px; line-height: 73px; font-weight: bold; color: #FFF; background-color: #0E97E5}
    .trade-area-statistics-list-left1{ float: left; width: 30%; text-align: right; font-weight: bold; }
    .trade-area-statistics-list-left2{ float: left; width: 70%; text-align: left; padding-left: 10px; }
    
    .trade-area-statistics-list-right{ height: auto; padding-left: 0px; }
	.trade-area-statistics-list-right > table{ height: auto; width: 100%; }
	.trade-area-statistics-list-right > table td{ border: 1px solid #999999; word-wrap:break-word; word-break:break-all; }
	
	.trade-area-statistics-list-tr1{ height: 54px; width: 100%;}
	.trade-area-statistics-list-tr2{ height: auto; width: 100%; }
	.trade-area-statistics-list-td1{ width: 15%; text-align: center; font-size: 16px; color: #0E97E5; }
	.trade-area-statistics-list-td2{ width: 17%; text-align: center; font-size: 16px; color: #4D4D4D; }
	.trade-area-statistics-list-td3{ width: 17%; text-align: center; font-size: 12px; color: #969696; }
}
@media (min-width: 768px){
    .trade-area-statistics-list{ height: auto; margin-top: 0px; }
    .trade-area-statistics-list > div { height: auto; }
    .trade-area-statistics-list > div > div{ height: auto; border: 0px solid red; }
    
    .trade-area-statistics-list-left{ padding-right: 15px;   } 
    .trade-area-statistics-list-left > div{ height: 73px; font-size: 20px; line-height: 73px; text-align: center; color: #FFF; background-color: #0E97E5}
    .trade-area-statistics-list-left1{ font-weight: bold; }
    .trade-area-statistics-list-left2{ font-weight: 100 !important; }
    .trade-area-statistics-list-left2 > font{ font-size: 46px;  }
    
    .trade-area-statistics-list-right{ height: 146px; padding-left: 0px; }
	.trade-area-statistics-list-right > table{ height: 146px; width: 100%; }
	.trade-area-statistics-list-right > table td{ border: 1px solid #999999; word-wrap:break-word; word-break:break-all; }
	
	.trade-area-statistics-list-tr1{ height: 54px; width: 100%; }
	.trade-area-statistics-list-tr2{ height: 92px; width: 100%; }
	.trade-area-statistics-list-td1{ width: 15%; text-align: center; font-size: 20px; color: #0E97E5; line-height: 54px; }
	.trade-area-statistics-list-td2{ width: 17%; text-align: center; font-size: 20px; color: #4D4D4D; }
	.trade-area-statistics-list-td3{ width: 17%; text-align: center; font-size: 14px; color: #969696; }
}

/** ��������ֲ� **/
.loop-fn{ height: 700px; }

@media (max-width: 767px) {
	.loop-fn > div{ height: 100%; }
	.loop-fn > div > div{ height: 100%; }
	.loop-fn > div > div > div{ height: 100%; }
	.loop-fn-inner{ height: 100%; cursor: pointer;}
	.loop-fn-inner > div { height : 100%;  }
}
@media (min-width: 768px) {
	.loop-fn > div{ height: 100%; }
	.loop-fn > div > div{ height: 100%; }
	.loop-fn > div > div > div{ height: 100%; }
	.loop-fn-inner{ height: 100%; cursor: pointer;}
	.loop-fn-inner > div { height : 100%;  }
}
/** �����ֲ��� **/
.loop-fn-indicators{ border:0px;  }
.loop-fn-indicators > li{ height: 12px; width: 20px; background-color: #80CCE6; border:0px;  }
.loop-fn-indicators > .active{ height: 12px;  width: 80px; background-color: #FFFFFF; }
/** ȥ���ֲ�������Ҽ�ͷ���� **/
.loop-fn-custom-carousel{
	background-image: none !important;
}


/** ��Ȧ��ҳ������ͳ�Ʒ���--�����ͼ **/
@media (max-width: 767px) {
    .trade-area-statistics-fanruan1{ height: 300px; margin-top:30px; border: 0px solid red; }
    .trade-area-statistics-fanruan1 > div { height: 100%; }
    .trade-area-statistics-fanruan1 > div > div{  height: 100%; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .trade-area-statistics-fanruan1{ height: 400px; margin-top:30px; border: 0px solid orange; }
    .trade-area-statistics-fanruan1 > div { height: 100%; }
    .trade-area-statistics-fanruan1 > div > div{  height: 100%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .trade-area-statistics-fanruan1{ height: 600px; margin-top:30px; border: 0px solid blue; }
    .trade-area-statistics-fanruan1 > div { height: 100%; }
    .trade-area-statistics-fanruan1 > div > div{  height: 100%; }
}
@media (min-width: 1200px){
    .trade-area-statistics-fanruan1{ height: 800px; margin-top:30px; border: 0px solid red; }
    .trade-area-statistics-fanruan1 > div { height: 100%; }
    .trade-area-statistics-fanruan1 > div > div{  height: 100%; }
}

/** ��Ȧ��ҳ������ͳ�Ʒ���--����С��ͼ **/
@media (max-width: 767px) {
    .trade-area-statistics-fanruan2{ height: 100px; margin-top:30px; border: 0px solid red; }
    .trade-area-statistics-fanruan2 > div { height: 100%; }
    .trade-area-statistics-fanruan2 > div > div{  height: 100%; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .trade-area-statistics-fanruan2{ height: 275px; margin-top:30px; border: 0px solid orange; }
    .trade-area-statistics-fanruan2 > div { height: 100%; }
    .trade-area-statistics-fanruan2 > div > div{  height: 100%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .trade-area-statistics-fanruan2{ height: 375px; margin-top:30px; border: 0px solid blue; }
    .trade-area-statistics-fanruan2 > div { height: 100%; }
    .trade-area-statistics-fanruan2 > div > div{  height: 100%; }
}
@media (min-width: 1200px){
    .trade-area-statistics-fanruan2{ height: 475px; margin-top:30px; border: 0px solid red; }
    .trade-area-statistics-fanruan2 > div { height: 100%; }
    .trade-area-statistics-fanruan2 > div > div{  height: 100%; }
}

/* ��ҳ�����ͷ����ͼ
---------------------------------------------------------------------------------------------------------------------------------- */
.top-big-thumb{
	height:300px; 
	background-color: #FFF;
}
@media (max-width: 767px) {
    .top-big-thumb{
    	height:180px; 
		margin-top: 50px;
	}
}

.top-big-thumb > img{
	width: 100%;
	height: 100%;
	display:none;	
}
@media (max-width: 767px) {
    .top-big-thumb > img{
		display: block;	
	}
}

/* ��ҳ��ҵ��·��
---------------------------------------------------------------------------------------------------------------------------------- */
.subpage-path{ height: 55px; border-bottom: 1px solid #0E97E5; }
.subpage-path > div { height: 100%; }
.subpage-path > div > div{ height: 100%; }
.subpage-path > div > div > a { color: #4E4E4E; line-height: 55px; font-size: 16px; }
@media (max-width: 767px) {
    .subpage-path{ display: none; }
}

/* �����б�
---------------------------------------------------------------------------------------------------------------------------------- */
.dot-list{ height: auto; margin-top: 0px; border: 0px solid red; } 
.dot-list > div{ height: auto;  }
.dot-list > div > div{ height: auto; }
.dot-list-left{  }
.ent-baidumap-container{ height: 500px; }
    
/* �����б�������  */
@media (max-width: 767px) {
	.subpage-list-toolbar-left{ line-height: 30px; font-size: 20px; font-weight: bold; color: #0E97E5; padding-left: 10px; }
	.subpage-list-toolbar-right{ line-height: 30px; background-color: #D9D9D9; }
	.subpage-list-toolbar-right-son{ height: 30px; line-height: 30px;}
}
@media (min-width: 768px){
	.subpage-list-toolbar-left{ height: 70px; line-height: 70px; font-size: 20px; font-weight: bold; color: #0E97E5; }
	.subpage-list-toolbar-right{ height: 70px; }
	.subpage-list-toolbar-right-son{ height: 70px; }
}
/* �����б�����������CSS */
@media (max-width: 767px) {
	.subpage-list-toolbar-one{ float: left; width: 100%; }
    .subpage-list-toolbar-name{ float: left; width: 30% !important; text-align: center; font-size: 10px; color: #4E4E4E; }
	.subpage-list-toolbar-input{ float: left; width: 50% !important; text-align: left; } 
	.subpage-list-toolbar-search{ float: left; width: 100% !important; text-align: center;  }
	.subpage-list-toolbar-input > select{ width: 100% } 
	.subpage-list-toolbar-input > input{ width: 100%; height: 22px; width: 100%; } 
	.subpage-list-toolbar-search > a{ width: 100%; height: 24px; line-height: 24px; width: 70%; display: block; margin: 3px auto; color: #FFF; background-color:#0E97E5; border-radius: 4px; }
}
@media (min-width: 768px){
	.subpage-list-toolbar-one{ height: 70px; float: left; width: 40%; line-height: 70px;  }
    .subpage-list-toolbar-name{ float: left; width: 50%; text-align: right; font-size: 14px; color: #4E4E4E; }
	.subpage-list-toolbar-input{ float: left; width: 50%;; text-align: left; } 
	.subpage-list-toolbar-search{ height: 70px; float: left; width: 20%; line-height: 70px; text-align: center; margin: 0 auto;  }
	.subpage-list-toolbar-input > select{ width: 100% } 
	.subpage-list-toolbar-input > input{ width: 100%; height: 22px; width: 100%; } 
	.subpage-list-toolbar-search > a{ width: 100%; height: 24px; line-height: 24px; width: 50%; display: block; margin: 23px auto; color: #FFF; background-color:#0E97E5; border-radius: 4px; }
}

/* �����б��ҳ�б�(��Ȧ�б���) */
/** ��ͷ **/
.subpage-list{ margin-top: 20px; }
.subpage-list-head{ height: auto; overflow: hidden; border: 1px solid #E6E6E6; border-bottom: 0px; }
@media (max-width: 767px) {
    .subpage-list-head{ display: none; }  
}
.subpage-list-head > div{ float: left; height: 100%; line-height: 40px; text-align: center; color:#0E97E5;  }
.subpage-list-columnH1{ width:35%; border-right: 1px solid #E6E6E6; }
.subpage-list-columnH2{ width:35%; border-right: 1px solid #E6E6E6; }
.subpage-list-columnH3{ width:15%; border-right: 1px solid #E6E6E6; }
.subpage-list-operationH{ width:15%; }

/** ���� **/
@media (max-width: 767px) {
    .subpage-list-body{ height: auto; overflow: hidden; padding: 0 2% 0 2%; width: 95%; margin: 10px auto; }
    .subpage-list-line{ height: auto; overflow: hidden;}
    .subpage-list-line label{ color:#7F8082; }
    .subpage-list-line > div{ height: 40px; line-height: 40px; border: 0px solid #E6E6E6; font-size: 14px; color:#7F8082; padding-left: 15px; }  
    .subpage-list-columnB1{ height: 100%; background-color: #E6F5FC; cursor: pointer; text-align: left; }
	.subpage-list-columnB2{ height: 100%; width: 70%; text-align: left; }
	.subpage-list-columnB3{ height: 100%; width: 70%; float: left; text-align: left; }
	.subpage-list-operationB{ width: 30%; float: right; margin-top: -40px; height: 80px !important; }
	.subpage-list-operationB > div { float: left; width: 48%; text-align: center; height: 80px !important; line-height: 40px; cursor: pointer; }
	.subpage-list-operationB > div > div{ height: 40px; line-height: 40px; }
	.subpage-list-operationB > div > div > img{ height: 80%; }
	.subpage-list-operationB > div > div > a{ color:#7F8082;  }
}
@media (min-width: 768px) {
    .subpage-list-body{ height: auto; border: 1px solid #E6E6E6; }
    .subpage-list-line{ height: 40px; }   
    .subpage-list-line.color > div{ background-color: #E6F5FC; }
	.subpage-list-line label{  display: none; }
	.subpage-list-line > div{ float: left; height: 40px; line-height: 40px; font-size: 14px; text-align: left; color:#7F8082; padding-left: 15px; }
	.subpage-list-columnB1{ width:35%; border-right: 1px solid #E6E6E6; cursor: pointer; }
	.subpage-list-columnB2{ width:35%; border-right: 1px solid #E6E6E6; }
	.subpage-list-columnB3{ width:15%; border-right: 1px solid #E6E6E6; }
	.subpage-list-operationB{ width:15%; }
	.subpage-list-operationB > div { float: left; width: 48%; text-align: center; cursor: pointer; }
	.subpage-list-operationB > div > div{ height: 100%; }
	.subpage-list-operationB > div > div > img{ display: none;  }
	.subpage-list-operationB > div > div > a{ color:#7F8082;  }	
}

/* �˼��б��ҳ�б�(Copy�����б��ҳ�б�) */
/** ��ͷ **/
.caijia-list{ margin-top: 20px; border: 1px solid #E6E6E6; }
.caijia-list-head{ height: auto; }
@media (max-width: 767px) {
    .caijia-list-head{ display: none; }  
}
.caijia-list-head > div{ float: left; height: 100%; line-height: 40px; text-align: center; color:#0E97E5; border-bottom: 1px solid #E6E6E6;  }
.caijia-list-columnH1{ width:30%; border-right: 1px solid #E6E6E6; }
.caijia-list-columnH2{ width:30%; border-right: 1px solid #E6E6E6; }
.caijia-list-columnH3{ width:30%; border-right: 1px solid #E6E6E6; }
.caijia-list-operationH{ width:10%; }

/** ���� **/
@media (max-width: 767px) {
    .caijia-list-body{ height: auto; overflow: hidden; padding: 0 2% 0 2%; width: 95%; margin: 10px auto; }
    .caijia-list-line{ height: auto; overflow: hidden;}
    .caijia-list-line label{ color:#7F8082; }
    .caijia-list-line > div{ height: 40px; line-height: 40px; border: 0px solid #E6E6E6; font-size: 14px; text-align: left; color:#7F8082; padding-left: 15px; }  
    .caijia-list-columnB1{ height: 100%; background-color: #E6F5FC; cursor: pointer;}
	.caijia-list-columnB2{ height: 100%; width: 70%; }
	.caijia-list-columnB3{ height: 100%; width: 70%; float: left; }
	.caijia-list-operationB{ width: 30%; float: right; margin-top: -40px; height: 80px !important; }
	.caijia-list-operationB > div { float: left; width: 100%; text-align: center; height: 80px !important; line-height: 80px; }
	.caijia-list-operationB > div > img{ cursor: pointer;  }
}
@media (min-width: 768px) {
    .caijia-list-body{ height: auto; }
    .caijia-list-line{ height: 40px; }   
    .caijia-list-line.color > div{ background-color: #E6F5FC; }
	.caijia-list-line label{  display: none; }
	.caijia-list-line > div{ float: left; height: 40px; line-height: 40px; font-size: 14px; text-align: center; color:#7F8082; padding-left: 15px; }
	.caijia-list-columnB1{ width:30%; border-right: 1px solid #E6E6E6; cursor: pointer; }
	.caijia-list-columnB2{ width:30%; border-right: 1px solid #E6E6E6; }
	.caijia-list-columnB3{ width:30%; border-right: 1px solid #E6E6E6; }
	.caijia-list-operationB{ width:10%;  }
	.caijia-list-operationB > div { float: left; width: 100%; text-align: center;  }
	.caijia-list-operationB > div > img{ cursor: pointer;  }	
}


/* �����б�ҳ���ұ�ͳ�� */
@media (max-width: 767px) {
	.dot-list-right{ padding-left: 0px; padding: 0 2% 0 2%; }
	.dot-list-right-table{ height: auto; margin-bottom: 30px; overflow: hidden; }
	.dot-list-right-table-title{ height: 20px; line-height: 20px; font-size: 18px; text-align: left; color: #333333;  }
	.dot-list-right-table-count{ height: 25px; line-height: 25px; font-size: 18px; text-align: right; color: #333333; border-bottom: 2px solid #999999; }	
	.dot-list-right-table-count > font{font-size: 20px; text-align: right; color: #0E97E5; font-weight: bold; margin-right: 10px; }

	.dot-list-right-table-list{ height: auto; }
	.dot-list-right-table-list > div{ height: auto; }
	.dot-list-right-table-list-qu{ float: left; height: 30px; line-height: 30px; width: 50%; text-align: left; color: #999999; font-size: 16px; }
	.dot-list-right-table-list-count{ float: left; height: 30px; line-height: 30px; width: 50%; text-align: right; color: #999999; }
	.dot-list-right-table-list-count > font{font-size: 16px; text-align: right; color: #0E97E5; margin-right: 10px;  }
}
@media (min-width: 768px){
	.dot-list-right{ padding-left: 30px; }
	.dot-list-right-table{ height: auto; margin-bottom: 30px; overflow: hidden;  }
	.dot-list-right-table-title{ height: 40px; line-height: 40px; font-size: 20px; text-align: left; color: #333333;  }
	.dot-list-right-table-count{ height: 60px; line-height: 60px; font-size: 18px; text-align: right; color: #333333; border-bottom: 2px solid #999999; }	
	.dot-list-right-table-count > font{font-size: 40px; text-align: right; color: #0E97E5; font-weight: bold; margin-right: 10px; }

	.dot-list-right-table-list{ height: auto; }
	.dot-list-right-table-list > div{ height: auto; }
	.dot-list-right-table-list-qu{ float: left; height: 40px; line-height: 40px; width: 50%; text-align: left; color: #999999; font-size: 18px; }
	.dot-list-right-table-list-count{ float: left; height: 40px; line-height: 40px; width: 50%; text-align: right; color: #999999; }
	.dot-list-right-table-list-count > font{font-size: 24px; text-align: right; color: #0E97E5; margin-right: 10px;  }
}

/* �����б�����ͼ� */
.dot-today-oil-price{ height: auto;  margin-bottom: 50px; }
.dot-today-oil-price-title{ height: 40px; line-height: 40px; font-weight: bold; font-size: 18px;  border: 0px solid red; overflow: hidden;}
.dot-today-oil-price-every{ height: 50px; border: 0px solid red; margin-top: 5px; border-radius: 5px; background-color: #B71B1C;}
.dot-today-oil-price-class{ float: left; width: 60%; height: 50px; line-height: 50px; color: #FFF; font-size: 20px; font-weight: bold; padding-left: 10px; }
.dot-today-oil-price-price{ float: left; width: 40%; height: 50px; }
.dot-today-oil-price-price > div { float: left; width: 80%; height: 30px; line-height: 30px; margin-top: 10px; background-color: #FFF; text-align: center; font-size: 18px; font-weight: bold; }
/* �����б�ʱ��˼� */
.dot-today-food-price{ height: auto;  margin-bottom: 50px; }
.dot-today-food-price-title{ height: 40px; line-height: 40px; font-weight: bold; font-size: 18px; color: #0E97E5; overflow: hidden; }

.dot-today-food-price-tr1-td1{ float: left; width: 33%; height: 40px; line-height: 40px; text-align:center; border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; border-left: 1px solid #E5E5E5; } 
.dot-today-food-price-tr1-td2{ float: left; width: 33%; height: 40px; line-height: 40px; text-align:center; border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; border-left: 1px solid #E5E5E5; } 
.dot-today-food-price-tr1-td3{ float: left; width: 33%; height: 40px; line-height: 40px; text-align:center; border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; border-left: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5;} 

.dot-today-food-price-tr2-td1{ float: left; width: 33%; height: 40px; line-height: 40px; text-align:center; border-bottom: 1px solid #E5E5E5; border-left: 1px solid #E5E5E5; } 
.dot-today-food-price-tr2-td1 > img{ height: 60%; } 
.dot-today-food-price-tr2-td2{ float: left; width: 33%; height: 40px; line-height: 40px; text-align:center; border-bottom: 1px solid #E5E5E5; border-left: 1px solid #E5E5E5; } 
.dot-today-food-price-tr2-td3{ float: left; width: 33%; height: 40px; line-height: 40px; text-align:center; border-bottom: 1px solid #E5E5E5; border-left: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5; color: #818181; font-weight: bold; } 
@media (min-width: 768px) and (max-width: 991px) {
    .dot-today-food-price-tr2-td1 > img{ display: none; } 	
}

/* ��������ҳ��
---------------------------------------------------------------------------------------------------------------------------------- */
/** �������� **/
.dot-name{ height: auto;  }
.dot-name > div { height: auto; }
.dot-name > div > div{ height: 70px; line-height: 70px; color: #0E97E5; font-size: 20px; font-weight: bold; }
@media (max-width: 767px) {
	.dot-name{ height: auto; padding: 0 2% 0 2%; }
	.dot-name > div { height: auto; }
	.dot-name > div > div{ border-bottom: 1px solid #666666;}
}

/** ��������ũó�г�ʵʱ�˼� **/
@media (max-width: 767px) {
    .dot-view-list{ height: auto; margin-top: 0px;  padding: 0 2% 0 2%; }
    .dot-view-list > div { height: auto; }
    .dot-view-list > div > div{ height: auto; }
    
    .dot-view-list-left{ height: 60px; }
    .dot-view-list-left > div{ height: 100%; background-color: #FFF; overflow: hidden; border: 0px solid red;} 
    .dot-view-list-left > div > div{ float: left; width: auto; height: 60px; line-height: 60px; text-align: center; color: #4D4D4D; font-size: 20px; font-weight: bold; } 
    
    .dot-view-list-right{ height: 160px; padding-left: 0px; }
	.dot-view-list-right > table{ height: 160px; width: 100%; }
	.dot-view-list-right > table td{ border: 1px solid #E5E5E5; word-wrap:break-word; word-break:break-all; }
	
	.dot-view-list-tr1{ height: 80px; width: 100%; background-color: #E6F5FC; }
	.dot-view-list-tr2{ height: 80px; width: 100%; }
	.dot-view-list-td1{ width: 16%; text-align: center; font-size: 14px; color: #0E97E5; }
	.dot-view-list-td2{ width: 14%; text-align: center; font-size: 14px; color: #0E97E5; }
	.dot-view-list-td3{ width: 16%; text-align: center; font-size: 14px; color: #7D7D7D; }
	.dot-view-list-td4{ width: 14%; text-align: center; font-size: 14px; color: #7D7D7D; }
}
@media (min-width: 768px){
    .dot-view-list{ height: auto; margin-top: 0px; }
    .dot-view-list > div { height: auto; }
    .dot-view-list > div > div{ height: auto; }
    
    .dot-view-list-left{ padding-right: 15px;  }
    .dot-view-list-left > div{ height: 160px; background-color: #0E97E5; overflow: hidden; border: 0px solid red;} 
    .dot-view-list-left > div > div{ height: 80px; line-height: 80px; text-align: center; color: #FFF; font-size: 25px; } 
    
    .dot-view-list-right{ height: 160px; padding-left: 0px; }
	.dot-view-list-right > table{ height: 160px; width: 100%; }
	.dot-view-list-right > table td{ border: 1px solid #E5E5E5; word-wrap:break-word; word-break:break-all; }
	
	.dot-view-list-tr1{ height: 80px; width: 100%; background-color: #E6F5FC; }
	.dot-view-list-tr2{ height: 80px; width: 100%; }
	.dot-view-list-td1{ width: 16%; text-align: center; font-size: 20px; color: #0E97E5; }
	.dot-view-list-td2{ width: 14%; text-align: center; font-size: 20px; color: #0E97E5; }
	.dot-view-list-td3{ width: 16%; text-align: center; font-size: 20px; color: #7D7D7D; }
	.dot-view-list-td4{ width: 14%; text-align: center; font-size: 20px; color: #7D7D7D; }
}

/** ��������ͼ��  **/
@media (max-width: 767px) {
	.dot-view-cont{ height: auto; margin-top:20px; margin-bottom: 50px; overflow: hidden; padding: 0 2% 0 2%; }
	.dot-view-cont > div{ height: auto; }
	.dot-view-cont > div > div { height: auto; }
	.dot-view-cont-content{ padding-right: 0px; }
}
@media (min-width: 768px){
	.dot-view-cont{ height: auto; margin-top:20px; margin-bottom: 50px; overflow: hidden; }
	.dot-view-cont > div{ height: auto; }
	.dot-view-cont > div > div { height: auto; }
	.dot-view-cont-left{ padding-right: 30px; }
}
.dot-view-cont-content-pic{  }
.dot-view-cont-content-pic > img{ width: 100%;  }
.dot-view-cont-content-txt{ white-space: normal; margin-top: 10px; }
.dot-view-cont-content-txt > pre{ 
	/*��δ�������div֧�ָ�ʽ*/   
	white-space: pre-wrap; /*css-3*/  
	white-space: -moz-pre-wrap; /*Mozilla,since1999*/  
	white-space: -pre-wrap; /*Opera4-6*/  
	white-space: -o-pre-wrap; /*Opera7*/  
	word-wrap: break-word; /*InternetExplorer5.5+*/  	    
	font-family: Microsoft YaHei;/** default **/
	border: 0px; padding: 0px;margin: 0px; border-radius: 0px;/** bootstrap **/
	font-size: 14px; line-height: 25px; color: #656565; background-color: #FFF;
 }
 
/** ���������ұ߲���padding  **/
@media (max-width: 767px) {
	.dot-view-right{ padding-left: 0px; }
}
@media (min-width: 768px){
	.dot-view-right{ padding-left: 30px; }
}
 
/** �����������  **/
.dot-view-cont-mianji-class{ font-size: 16px; line-height: 40px; color: #4D4D4D;  font-weight: bold; }
.dot-view-cont-mianji-item{ width: 100%; overflow: hidden; }
.dot-view-cont-mianji-name{ font-size: 16px; line-height: 30px;  color: #656565; text-align: left; }
.dot-view-cont-mianji-value{ font-size: 14px; line-height: 30px; color: #0E97E5; text-align: center; font-weight: bold; word-break: break-all; word-wrap:break-word; }

/* �̳�¥�㵼�� */
.dot-view-guide-title{ height: auto;  }
.dot-view-guide-title > div { height: auto; }
.dot-view-guide-title > div > div{ height: 70px; line-height: 70px; color: #0E97E5; font-size: 20px; font-weight: bold; }
@media (max-width: 767px) {
	.dot-view-guide-title{ height: auto; padding: 0 2% 0 2%; }
	.dot-view-guide-title > div { height: auto; }
	.dot-view-guide-title > div > div{ border-bottom: 1px solid #666666;}
}

@media (max-width: 767px) {
	.dot-view-guide{ height: auto; margin-bottom: 20px; padding: 0 2% 0 2%; } 
	.dot-view-guide > div { height: auto; } 
	.dot-view-guide > div > div {height: 300px; border: 0px solid red; } 
	.dot-view-guide-left{ height: 300px; }
	.dot-view-guide-right{ height: 300px; }
	.dot-view-guide-right-title{ height: 50px; line-height: 50px; color: #0E97E5; font-size: 16px; font-weight: bold; }
	.dot-view-guide-right-pinpai{  }
	.dot-view-guide-right-pinpai > img{ width: 100%; }
}
@media (min-width: 768px){
	.dot-view-guide{ height: auto; margin-bottom: 20px; } 
	.dot-view-guide > div { height: auto; } 
	.dot-view-guide > div > div {height: 800px; border: 0px solid red; } 
	.dot-view-guide-left{ height: 800px; padding-right: 30px; }
	.dot-view-guide-right{ height: 800px; }
	.dot-view-guide-right-title{ height: 50px; line-height: 50px; color: #0E97E5; font-size: 16px; font-weight: bold; }
	.dot-view-guide-right-pinpai{  }
	.dot-view-guide-right-pinpai > img{ width: 100%; }
}

/* ��������ҳ�� ֮ �˼���������ͼ����
---------------------------------------------------------------------------------------------------------------------------------- */
.dot-view-farmmarket-price-title{ height: auto; }
.dot-view-farmmarket-price-title > div{ height: auto; }
.dot-view-farmmarket-price-title > div > div { height: 50px; line-height: 50px; text-align: center; font-size: 20px; }

.dot-view-farmmarket-price-info{ height: auto; }
.dot-view-farmmarket-price-info > div{ height: auto; }
.dot-view-farmmarket-price-info > div > div { height: 50px; font-size: 18px; }
.dot-view-farmmarket-price-info-name{ height: 50px; float:left; line-height: 50px;  width: 50%; text-align: right; color: #4BA8EB; }
.dot-view-farmmarket-price-info-value{ height: 50px; float:left; line-height: 50px;  width: 50%; text-align: left; }

.dot-view-farmmarket-price-iframe{ height: auto; margin-top: 30px; border: 0px solid red;}
.dot-view-farmmarket-price-iframe > div{ height: auto; border: 0px solid red;}
.dot-view-farmmarket-price-iframe > div > div { height: 350px; border: 0px solid red; }

/* ��ѶԤ��ҳ��
---------------------------------------------------------------------------------------------------------------------------------- */
/** �������More **/
@media (max-width: 767px) {
	.cont-preview-class{ height: auto; margin-top: 0px; padding: 0 2% 0 2%; }
	.cont-preview-class > div{ height: auto; }
	.cont-preview-class > div > div{ height: 40px; border: 0px solid red; }
    .cont-preview-class-name{ float: left; width: auto; line-height: 40px; font-size: 16px;  font-weight: bold; color:#0E97E5; border: 0px solid red;}
	.cont-preview-class-more{ float: left; width: auto;  line-height: 40px; font-size: 12px;  font-weight: bold; color:#333333; margin-left: 20px;}
	.cont-preview-class-more > a{ color:#333333; margin-left: 20px;}
}
@media (min-width: 768px){
	.cont-preview-class{ height: auto; margin-top: 0px; }
	.cont-preview-class > div{ height: auto; }
	.cont-preview-class > div > div{ height: 60px; border: 0px solid red; }
    .cont-preview-class-name{ float: left; width: auto; line-height: 60px; font-size: 26px;  font-weight: bold; color:#0E97E5; border: 0px solid red;}
	.cont-preview-class-more{ float: left; width: auto;  line-height: 60px; font-size: 14px;  font-weight: bold; color:#333333; margin-left: 20px;}
	.cont-preview-class-more > a{ color:#333333; margin-left: 20px;}
}
/** ������Ѷ **/
.cont-preview-zczx-back{
	width:100%;
	background-color: #FFF;
	overflow: hidden;/* ��ֹ����Ԫ��marginӰ�� */	
	margin-top: 20px;
}
@media (max-width: 767px) {
	.cont-preview-zczx-back{ height: auto; margin-top: 0px; padding: 0 2% 0 2%;  }
}

.cont-preview-zczx{ height: auto; }
.cont-preview-zczx > div{ height: auto; }
.cont-preview-zczx > div > div{ height: 30px; padding: 0 30px 0 30px; }
.cont-preview-zczx > div > div .cont-list-time{ text-align: right;}

/** ��Ȧ��̬(һ��) **/
.cont-preview-sqdt-back{
	width:100%;
	background-color: #FFF;
	overflow: hidden;/* ��ֹ����Ԫ��marginӰ�� */	
	margin-top: 50px;
}
@media (max-width: 767px) {
	.cont-preview-sqdt-back{ height: auto; margin-top: 20px; padding: 0 2% 0 2%;  }
}
.cont-preview-sqdt{ height: auto; }
.cont-preview-sqdt > div{ height: auto; }
.cont-preview-sqdt > div > div{ height: auto; padding: 0 30px 0 0; border: 0px solid blue; }
.cont-preview-sqdt > div > div .cont-list-time{ text-align: right;}
.cont-preview-sqdt-pic{ height: 150px; width:100%; cursor: pointer; }
.cont-preview-sqdt-pic > img{ width: 100%; height: 100%;  border-radius: 5px; }
.cont-preview-sqdt-class{ height: 50px; line-height: 50px; color: #0E97E5; font-size: 18px; cursor: pointer; }


/** ��Ȧ��̬(����) **/
.cont-preview-sqdt2-back{
	width:100%;
	background-color: #FFF;
	overflow: hidden;/* ��ֹ����Ԫ��marginӰ�� */	
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.cont-preview-sqdt2-back{ height: auto; margin-top: 20px; padding: 0 2% 0 2%;  }
}
.cont-preview-sqdt2-img{ height: auto; }
.cont-preview-sqdt2-img > div{ height: auto; }
.cont-preview-sqdt2-img > div > div{ height: 130px; padding: 10px 10px 0px 10px; border: 0px solid red; }
.cont-preview-sqdt2-img > div > div > img{ height: 80%; width: 100%; border: 0px solid red; }
.cont-preview-sqdt2-img > div > div > div{ height: 20px; line-height: 20px; color: #0E97E5; font-size: 14px; cursor: pointer; text-align: center; }

.cont-preview-sqdt2{ height: auto; }
.cont-preview-sqdt2 > div{ height: auto; }
.cont-preview-sqdt2 > div > div{ height: auto; padding: 0 30px 0 30px; }
.cont-preview-sqdt2 > div > div .cont-list-time{ text-align: right;}

/* �����б�ҳ��
---------------------------------------------------------------------------------------------------------------------------------- */
/** ��Ѷ�б���CSS **/
.cont-list-one{ height: 30px; color: #333333; }
.cont-list-one:hover{ color: #0E97E5; }
.cont-list-title{ float: left; width: 70%; height: 30px; line-height: 30px; font-size: 14px; color: inherit; cursor :pointer; border: 0px solid red;}
.cont-list-time{ float: left; width: 30%; height: 30px; line-height: 30px; font-size: 14px; color: inherit;  text-align: center; }

/* ������Ѷ����Ȧ��̬�л��� */
@media (max-width: 767px) {
    .cont-list-tab{ height: auto; padding: 0 2% 0 2%; }
    .cont-list-tab > div { height: auto;  }
    .cont-list-tab > div > div{ height: 60px;  }
    .cont-list-tab-left{ height: 60px; border: 0px solid red;   }
    .cont-list-tab-left  > a{ color: #4D4D4D; font-size: 20px; line-height: 60px; }
    .cont-list-tab-left-click{ color: #0E97E5 !important; font-weight: bold; }
    .cont-list-tab2-right{ height: 35px; border: 0px solid red;  line-height: 35px; }
}
@media (min-width: 768px) {
    .cont-list-tab{ height: auto;  }
    .cont-list-tab > div { height: auto;  }
    .cont-list-tab > div > div{ height: 60px;   }
    .cont-list-tab-left{ float: left; height: 60px; width: 30%; border: 0px solid red; }
    .cont-list-tab-left  > a{ color: #4D4D4D; font-size: 20px; line-height: 60px; }
    .cont-list-tab-left-click{ color: #0E97E5 !important; font-weight: bold; }
    .cont-list-tab2-right{ float: right; height: 60px; width: auto; border: 0px solid red;  line-height: 60px; border: 0px solid red; }
}

/* �����б�����������CSS */
@media (max-width: 767px) {
    .cont-list-toolbar-name{ float: left; width: 30%; text-align: center; font-size: 10px; color: #4E4E4E; }
	.cont-list-toolbar-input{ float: left; width: 50%; text-align: left; } 
	.cont-list-toolbar-search{ float: left; width: 20%; text-align: center; }
	.cont-list-toolbar-input > select{ width: 100% } 
	.cont-list-toolbar-input > input{ width: 100%; height: 22px; width: 100%; } 
	.cont-list-toolbar-input > a{ width: 100%; height: 22px; width: 100%; display: block;}
}
@media (min-width: 768px){
    .cont-list-toolbar-name{ float: left; width: 100px; text-align: right; font-size: 14px; color: #4E4E4E; }
	.cont-list-toolbar-input{ float: left; width: 130px; text-align: left; } 
	.cont-list-toolbar-search{ float: left; width: 50px; text-align: center; }
	.cont-list-toolbar-input > select{ width: 100% } 
	.cont-list-toolbar-input > input{ width: 100%; height: 22px; width: 100%; } 
	.cont-list-toolbar-input > a{ width: 100%; height: 22px; width: 100%; display: block; }
}

/* ��Ѷ�б� */
@media (max-width: 767px) {
    .cont-list{padding: 0 2% 0 2%;}
}

/* ��ҳ������CSS
---------------------------------------------------------------------------------------------------------------------------------- */


/* ��������ҳ��
---------------------------------------------------------------------------------------------------------------------------------- */
/* ��ҳ�湫��HTML(��������)  */
@media (max-width: 767px) { .cont-view{ width: 96%; margin: 0 auto;  } }
@media (min-width: 768px) and (max-width: 991px) { .cont-view{ width: 100%;   } } 
@media (min-width: 992px) and (max-width: 1199px) { .cont-view{ width: 100%;   } }
@media (min-width: 1200px){ .cont-view{ width: 100%;   } }

@media (max-width: 767px) {
    .data-view-title { width:100%; height: auto; text-align: center; font-size: 14px; font-weight:bold; line-height: 20px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .data-view-title { width:100%; height: auto; text-align: center; font-size: 22px; font-weight:bold; line-height: 40px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .data-view-title { width:100%; height: auto; text-align: center; font-size: 26px; font-weight:bold; line-height: 60px; }
}
@media (min-width: 1200px){
    .data-view-title { width:100%; height: auto; text-align: center; font-size: 30px; font-weight:bold; line-height: 80px; }
}

.data-view-info{ height: auto; background-color: #E6E6E6; }
@media (max-width: 767px) {
	.data-view-info > div > div> div{ height: 20px; line-height: 20px; color: #808080; font-size: 12px; }
    .data-view-info1{ text-align: center; }
	.data-view-info2{ text-align: center; }
	.data-view-info3{ text-align: center; }
	.data-view-info4{ text-align: center; }
}
@media (min-width: 768px) {
	.data-view-info > div > div> div{ height: 40px; line-height: 40px; color: #808080; font-size: 14px; }
    .data-view-info1{ text-align: right; }
	.data-view-info2{ text-align: center; }
	.data-view-info3{ text-align: center; }
	.data-view-info4{ text-align: left; }
}

.data-view-headbar{ width:100%; height:20px; margin-top: 20px; }
.data-view-headbar-fontsize { height:100%; float: right; margin-right:15px; }
.data-view-headbar-fontsize > a{ font-size:12px; line-height:20px;}

.data-view-content { height:auto; width:100%; margin-top:30px; word-wrap: break-word; padding-left:10px; padding-right:10px;}
.data-view-content img { max-width:100% !important; }/** ͳһ�ٶȱ༭��ͼƬ��� **/
.data-view-content * { color: #777777 !important; text-indent: 2em !important; font-family: Microsoft YaHei !important;}/** ͳһ�ٶȱ༭���ı���ɫ **/
.data-view-content a { color: #136EC2 !important; }/** ͳһ�ٶȱ༭����������ɫ **/


.data-view-footbar{	width:100%; height:40px; margin-top: 20px; text-align: center; }
@media (max-width: 767px) {
	.data-view-footbar { display: none; }
}
.data-view-toolbar-share { float: left; margin-leftt:15px; margin: 0 auto; }

/* ��������ҳ����
---------------------------------------------------------------------------------------------------------------------------------- */
.cont-view-guanggao{ margin-top: 50px;  margin-bottom: 50px; color: #0E97E5; font-size: 20px; border: 0px solid red; }
.cont-view-guanggao > div{ height: auto;  }
.cont-view-guanggao-title{ height: 40px; line-height: 40px;  }
.cont-view-guanggao-pic{ height: 140px; width: 100%;  }
.cont-view-guanggao-pic > img{ height: 100%; width: 100%;  }


/* ��Ա������ҳ
---------------------------------------------------------------------------------------------------------------------------------- */
.vip-index{ margin-top: 90px; height: auto;  }
@media (max-width: 767px) {
	.vip-index{ margin-top: 50px; }
}
.vip-index > div { height: auto; }
.vip-index > div > div{ height: auto; }
.vip-index-left{ padding-right: 15px; } 
.vip-index-right{ padding-left: 15px; }
@media (max-width: 767px) {
	.vip-index-left{ padding-right: 0px; } 
	.vip-index-right{ padding-left: 0px; }
}

/* ���Ŀ¼ */
.vip-index-left-title{ padding-left: 15px; height:60px; border-bottom: 1px solid #0099CB; background-color: #FFF;  }
.vip-index-left-title1{ float: left; width: 80%; height:60px; color: #0099CB; font-weight: bold;  line-height: 60px; font-size: 26px; }
@media (max-width: 767px) {
	.vip-index-left-title2{ float: left; width: 20%; height:60px; line-height: 60px; text-align: center; }
}
@media (min-width: 768px) {
	.vip-index-left-title2{ display: none; }
}

.vip-index-left-cates{ height: auto; }
@media (max-width: 767px) {
	.vip-index-left-cates{ display: none; }
}

.vip-index-left-cate{ padding-left: 15px; height:50px; background-color: #FFF;  border-bottom: 1px solid #D9D9D9; cursor: pointer; }
.vip-index-left-cate-ico{ height:100%; float: left;  line-height: 50px;}
.vip-index-left-cate-ico > img{  }

@media (max-width: 767px) {
	.vip-index-left-cate-name{ height:100%; float: left; line-height: 50px; padding-left: 5px; font-size: 16px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.vip-index-left-cate-name{ height:100%; float: left; line-height: 50px; padding-left: 5px; font-size: 8px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.vip-index-left-cate-name{ height:100%; float: left; line-height: 50px; padding-left: 5px; font-size: 8px; }
}
@media (min-width: 1200px){
	.vip-index-left-cate-name{ height:100%; float: left; line-height: 50px; padding-left: 5px; font-size: 16px; }
}

.vip-index-path{ height:60px;  border-bottom: 1px solid #4D4D4D; padding-top: 10px; overflow: hidden; line-height: 60px;display: flex;justify-content: space-between;}
.vip-index-path-name{ height:60px;  color: #4D4D4D; line-height: 60px; font-size: 22px;display: inline-block;  }
.vip-index-path-url{ height:60px;  color: #B3B3B3; }
.vip-index-path-url > a { color: #4E4E4E; line-height: 60px; font-size: 16px;  }
@media (max-width: 767px) {
    .vip-index-path{ display: none; }
}

/* Tab��ͷ����Ϣ */
.vip-index-head{ height: auto; margin-top: 20px;  background-color: #FFF; border: 1px solid #B2B2B2; }
@media (max-width: 767px) {
	.vip-index-head{ display: none;  }
}
.vip-index-head-info{ height: auto; padding: 15px; border-bottom: 1px solid #B2B2B2; }

@media (max-width: 991px) {
    .vip-index-head-info-name{ height: 70px; border: 0px solid red;  overflow:hidden; border-right: 1px solid #B2B2B2; }
	.vip-index-head-info-name-pic{ float: left; height: 70px; width: 70px; line-height: 70px; border-radius: 7px; border: 1px solid #0099CB;  }
	.vip-index-head-info-name-pic > div{ height: 60px; width: 60px; margin: 5px auto; overflow:hidden; }
	.vip-index-head-info-name-pic > div > img{ height: 100%; }
	.vip-index-head-info-name-name{ float: left; height: 70px; line-height: 70px; margin-left: 10px;  }
	.vip-index-head-info-name-name1{ height: 30px; line-height: 35px;  margin-top: 5px; color: #333333;  font-size: 14px;}
	.vip-index-head-info-name-name2{ height: 30px; line-height: 35px;  font-weight: bold; color: #333333; font-size: 16px;  }
	
	.vip-index-head-info-mobile{ height: 40px; }
	.vip-index-head-info-mobile1{ float: left; height: 40px; line-height: 40px;  margin-top: 0px; margin-left:10px; }
	.vip-index-head-info-mobile2{ float: left; height: 40px; line-height: 40px;  margin-top: 0px; margin-left:10px; color: #333333; }
	.vip-index-head-info-mobile3{ float: left; height: 40px; line-height: 40px;  margin-top: 0px; margin-left:10px; color: #B2B2B2; }
	
	.vip-index-head-info-email{ height: 40px; }
	.vip-index-head-info-email1{ float: left; height: 40px; line-height: 40px;  margin-top: 0px; margin-left:10px; }
	.vip-index-head-info-email2{ float: left; height: 40px; line-height: 40px;  margin-top: 0px; margin-left:10px; color: #333333; }
	.vip-index-head-info-email3{ float: left; height: 40px; line-height: 40px;  margin-top: 0px; margin-left:10px; color: #B2B2B2; }
	
	.vip-index-head-info-edit{ height: 20px; }
	.vip-index-head-info-edit1{ text-align: center;  color: #0099CB; font-size: 16px;  line-height: 20px; cursor: pointer; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vip-index-head-info-name{ height: 70px; border: 0px solid red;  overflow:hidden; border-right: 1px solid #B2B2B2; }
	.vip-index-head-info-name-pic{ float: left; height: 70px; width: 70px; line-height: 70px; border-radius: 7px; border: 1px solid #0099CB;  }
	.vip-index-head-info-name-pic > div{ height: 60px; width: 60px; margin: 5px auto; overflow:hidden; }
	.vip-index-head-info-name-pic > div > img{ height: 100%; }
	.vip-index-head-info-name-name{ float: left; height: 70px; line-height: 70px; margin-left: 10px;  }
	.vip-index-head-info-name-name1{ height: 30px; line-height: 35px;  margin-top: 5px; color: #333333;  font-size: 10px;}
	.vip-index-head-info-name-name2{ height: 30px; line-height: 35px;  font-weight: bold; color: #333333; font-size: 12px;  max-width: 120px;}
	
	.vip-index-head-info-mobile{ height: 70px; }
	.vip-index-head-info-mobile1{ float: left; height: 40px; line-height: 40px;  /* margin-top: 30px; */ margin-left:10px; }
	.vip-index-head-info-mobile2{ float: left; height: 40px; line-height: 40px;  /* margin-top: 30px; */ margin-left:10px; color: #333333; }
	.vip-index-head-info-mobile3{ float: left; height: 40px; line-height: 40px;  /* margin-top: 30px; */ margin-left:10px; color: #B2B2B2; }
	
	.vip-index-head-info-email{ height: 70px; }
	.vip-index-head-info-email1{ float: left; height: 40px; line-height: 40px;  /* margin-top: 30px; */ margin-left:10px; }
	.vip-index-head-info-email2{ float: left; height: 40px; line-height: 40px;  /* margin-top: 30px; */ margin-left:10px; color: #333333; }
	.vip-index-head-info-email3{ float: left; height: 40px; line-height: 40px;  /* margin-top: 30px; */ margin-left:10px; color: #B2B2B2; }
	
	.vip-index-head-info-edit{ height: 70px; }
	.vip-index-head-info-edit1{ float: right; color: #0099CB; font-size: 16px;  cursor: pointer; }
}
@media (min-width: 992px){
	.vip-index-title{
    	padding: 0px 0px 5px 30px;
    	font-size: 22px;
	}
	.small-size{
		display: none;
	}
	
	.lager-size>div>div{
		display: inline-block;vertical-align: top;
	}
	.lager-size .vip-index-head-info-name{
		padding-right: 20px;
		
	}
	.lager-size .vip-index-head-info-name-name2{
		overflow: hidden;
		white-space: nowrap;
        text-overflow: ellipsis;
        cursor:pointer;
	}
	
	.lager-size .vip-index-head-info-email3{
		max-width: 198px;
		overflow: hidden;
		white-space: nowrap;
        text-overflow: ellipsis;
        cursor:pointer;
	}
	
	.lager-size .vip-index-head-info-edit{
		float: right;
	}
}
@media (max-width: 991px){
	
	.vip-index-title{
    	padding: 10px 0px 5px 10px;
    	font-size: 22px;
    	display: inline-block;
	}
	.lager-size{
		display: none;
	}
}
@media (min-width: 1200px){
	
    .vip-index-head-info-name{ height: 70px; border: 0px solid red;  overflow:hidden; border-right: 1px solid #B2B2B2; }
	.vip-index-head-info-name-pic{ float: left; height: 70px; width: 70px; line-height: 70px; border-radius: 7px; border: 1px solid #0099CB;  }
	.vip-index-head-info-name-pic > div{ height: 60px; width: 60px; margin: 5px auto; overflow:hidden; }
	.vip-index-head-info-name-pic > div > img{ height: 100%; }
	.vip-index-head-info-name-name{ float: left; height: 70px; line-height: 70px; margin-left: 10px;  }
	.vip-index-head-info-name-name1{ height: 30px; line-height: 35px;  margin-top: 5px; color: #333333;  font-size: 14px;}
	.vip-index-head-info-name-name2{ height: 30px; line-height: 35px;  font-weight: bold; color: #333333; font-size: 16px; max-width: 160px; }
	
	.vip-index-head-info-mobile{ height: 70px; }
	.vip-index-head-info-mobile1{float: left;height: 40px;line-height: 40px;/* margin-top: 30px; */margin-left:30px;}
	.vip-index-head-info-mobile2{float: left;height: 40px;line-height: 40px;/* margin-top: 30px; */margin-left:20px;color: #333333;}
	.vip-index-head-info-mobile3{float: left;height: 40px;line-height: 40px;/* margin-top: 30px; */margin-left:30px;color: #B2B2B2;}
	
	.vip-index-head-info-email{ height: 70px; }
	.vip-index-head-info-email1{float: left;height: 40px;line-height: 40px;/* margin-top: 30px; */margin-left:30px;}
	.vip-index-head-info-email2{float: left;height: 40px;line-height: 40px;/* margin-top: 30px; */margin-left:20px;color: #333333;}
	.vip-index-head-info-email3{float: left;height: 40px;line-height: 40px;/* margin-top: 30px; */margin-left:30px;color: #B2B2B2;}
	
	.vip-index-head-info-edit{ height: 70px; }
	.vip-index-head-info-edit1{ float: right; color: #0099CB; font-size: 16px; cursor: pointer; }
}

/* Tab�� */
.vip-index-head-tabs{ height: auto;  }

@media (max-width: 767px) {
    .vip-index-head-tab{ height: 30px;  margin-top: 10px; margin-bottom: 10px; text-align: center; border-right: 1px solid #B2B2B2; color: #4E4E4E; font-size: 14px; cursor: pointer; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vip-index-head-tab{ height: 30px;  margin-top: 10px; margin-bottom: 10px; text-align: center; border-right: 1px solid #B2B2B2; color: #4E4E4E; font-size: 14px; cursor: pointer;; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vip-index-head-tab{ height: 30px;  margin-top: 10px; margin-bottom: 10px; text-align: center; border-right: 1px solid #B2B2B2; color: #4E4E4E; font-size: 18px; cursor: pointer; }
}
@media (min-width: 1200px){
    .vip-index-head-tab{ height: 30px;  margin-top: 10px; margin-bottom: 10px; text-align: center; border-right: 1px solid #B2B2B2; color: #4E4E4E; font-size: 18px; cursor: pointer; }
}
/* վ����Ϣ������� */
.vip-index-head-tab-msg-count{ position: absolute; top: -5px; left: 60%; width:32px; height: 16px; font-size: 16px; line-height: 16px; background-color: #EC2F33; color: #FFF;  border-radius: 10px; }

/*��������С */
@media (min-width: 992px) and (max-width: 1199px) {
    .modal-llg{ width: 910px;}
}
@media (min-width: 1200px){
    .modal-llg{ width: 910px;}
}

/* ��Ա����ҵ��ҳ�沼��Body
---------------------------------------------------------------------------------------------------------------------------------- */
.vip-index-body{ height: auto; padding: 15px 15px 15px 15px; margin-top: 20px; margin-bottom: 50px;  background-color: #FFF; overflow: hidden; } 
@media (max-width: 767px) {
	.vip-index-body{ margin-top: 0px; } 
}

/* ������Ϣ
---------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
    .base-info-form{ height: auto; border: 0px solid red; }
	.base-info-form-name{ margin-top: 20px; height: 40px; line-height: 40px; text-align:right; border: 0px solid red; padding-right: 30px; color:#333333; }
	.base-info-form-input{margin-top: 20px;  height: 40px; line-height: 40px; border: 0px solid red; }
	.base-info-form-input > input{ width:90%;  height: 40px; border: 1px solid #D8D8D8; padding:0 20px 0 20px; }
	.base-info-form-input > button{ width:90%;  height: 40px; background-color: #1C97FF; border: 0px; color: #FFF; font-size: 16px;}
}
@media (min-width: 768px) {
    .base-info-form{ height: auto; border: 0px solid red; }
	.base-info-form-name{ margin-top: 20px; height: auto; line-height: 40px; text-align:right; border: 0px solid red; padding-right: 30px; color:#333333; }
	.base-info-form-input{margin-top: 20px;  height: auto; line-height: 40px; border: 0px solid red; }
	.base-info-form-input > input{ width:50%;  height: 40px; border: 1px solid #D8D8D8; padding:0 20px 0 20px; }
	.base-info-form-input > button{ width:50%;  height: 40px; background-color: #1C97FF; border: 0px; color: #FFF; font-size: 16px;}
	
	.base-info-name{ height: 34px; text-align:center; margin-top: 25px !important; border: 0px solid red; }
	.base-info-name-label{ border: 0px solid red; }
	
	.base-info-input{ margin-top: 25px !important; }
}



/* �������۶��걨
---------------------------------------------------------------------------------------------------------------------------------- */
/* ������(�������۶��걨���ȵ����⹲��) */
.vip-pingfen{ height: auto;  }
.vip-pingfen > div { height: auto; }
.vip-pingfen > div > div{ height: 140px; border-bottom: 1px solid #D8D8D8; }
.vip-pingfen-left{ height: 100px;  margin-top: 20px; }
.vip-pingfen-left1{ height: 30px;  line-height: 30px; color: #4E4E4E; font-size: 14px; text-align: center; }
.vip-pingfen-left2{ height: 40px;  line-height: 30px; color: red; font-weight: bold; font-size: 30px; text-align: center; }
.vip-pingfen-left3{ height: 30px;  text-align: center; }
.vip-pingfen-left3 > img{  margin-: 0 auto;}
.vip-pingfen-right{ height: 100px; width: 90%; margin-top: 20px; }
.vip-pingfen-right1{ height: 40px; border: 0px solid red;}
.vip-pingfen-right1 > div{ height: 40px; line-height: 40px; float:left; width: 20px; text-align: center; border: 0px solid blue; }
.vip-pingfen-right1 > div > img{ width: 100%; }
.vip-pingfen-right2{ height: 20px; background: url("../images/vip/tiao.jpg") repeat-y 100%; border: 0px solid red; }
.vip-pingfen-right2 > div{ height: 20px; line-height: 20px; float:left; width: 20%; text-align: right; border: 0px solid blue; padding-right: 10px; }
.vip-pingfen-right3{ height: 40px; }
.vip-pingfen-right3 > div{ height: 40px; line-height: 40px; float:left; width: 20%; text-align: right;  border: 0px solid blue;}
/* ���ѡ��� */
.vip-salesapply-years-select{ height: auto; margin-top: 20px; width: 160px; }
.vip-salesapply-years-select > div { height: auto; }
.vip-salesapply-years-select > div > div{ height: 40px; border: 1px solid #D8D8D8; border-top-left-radius: 4px; border-top-right-radius: 4px;}
.vip-salesapply-years-select-input{ 
	width: 100%; height: 100%; 
	appearance:none; -moz-appearance:none; -webkit-appearance:none;
	background: url("../images/select-arrow.jpg") no-repeat scroll right center transparent;
	padding-right: 14px;
	text-align: center;
    text-align-last: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
select::-ms-expand{ display: none; }
.vip-salesapply-years-select-input > option{ text-align: center; text-align-last: center; }

/* �걨���� */
.vip-salesapply-charts-con{ height: auto; overflow:hidden;  }
.vip-salesapply-charts{ float: left; width: 85%; height: 60px; margin-top: 15px; }
.vip-salesapply-charts > div{ float: left; height: 60px; }
.vip-salesapply-charts1{ height: 30px; border-left: 1px solid #FFF; overflow: hidden;} 
.vip-salesapply-charts1 > div{ width: 25px; margin: 4px auto; }
.vip-salesapply-charts2{ height: 30px; text-align: center; line-height: 30px; color: #808080; } 
.vip-salesapply-charts-txt{ float: left; width: 15%; height: 60px; margin-top: 15px; padding-left: 10px;  }
.vip-salesapply-charts-txt1{ height: 30px; line-height: 30px; color: #4D4D4D; }
.vip-salesapply-charts-txt2{ height: 30px; line-height: 30px; font-weight: bold; font-size: 18px; color: red; }
.vip-salesapply-charts-chat{ height: 270px; }
.vip-salesapply-charts-chat > img{ height: 100%; width: 100%; }

.vip-salesapply-title1{ text-align: right; font-size: 26px; font-weight: bold; }
.vip-salesapply-title2{ text-align: right; font-size: 22px; color: #42A9D4;}
.vip-salesapply-charts-smalltitle{ height: 40px; line-height: 40px; color: #42A9D4; font-size: 20px; }

.vip-salesapply-zone{ height: auto; border: 1px solid #D8D8D8; botton-top: 0px; padding: 0 20px 0 20px;}

.vip-salesapply-zone1 { height: auto; }
.vip-salesapply-zone2 > div { height: 100px;   }
.vip-salesapply-zone1 > .left{  height: 100px;  }
.vip-salesapply-zone1 > .center{ height: 100px; padding: 0 10px 0 10px; }
.vip-salesapply-zone1 > .right{ height: 100px; padding: 0 20px 0 20px; }


.vip-salesapply-zone2 { height: auto; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #D8D8D8; }
.vip-salesapply-zone2 > div { height: 500px;   }
.vip-salesapply-zone2 > .left{  height: 500px; }
.vip-salesapply-zone2 > .center{ height: 500px;  padding: 0 10px 0 10px; }
.vip-salesapply-zone2 > .right{ height: 500px; padding: 0 20px 0 20px; }

.vip-salesapply-zone3 { height: auto; border-bottom: 1px solid #D8D8D8; }
.vip-salesapply-zone3 > div { height: 260px;  }
.vip-salesapply-zone3 > .left{  height: 260px; }
.vip-salesapply-zone3 > .center{ height: 260px; padding: 0 10px 0 10px; }
.vip-salesapply-zone3 > .right{ height: 260px; padding: 0 20px 0 20px; }

.vip-salesapply-zone4 { height: auto; }
.vip-salesapply-zone4 > div { height: 260px;  }
.vip-salesapply-zone4 > .left{  height: 260px; }
.vip-salesapply-zone4 > .center{ height: 260px; padding: 0 10px 0 10px; }
.vip-salesapply-zone4 > .right{ height: 260px; padding: 0 20px 0 20px; }
/* �����б� */
.vip-salesapply-alertlist{ height: auto; margin-top: 20px; border: 0px solid red; overflow: hidden; }
.vip-salesapply-alertlist > div { height: auto; }
.vip-salesapply-alertlist > div > div { height: auto; }
.vip-salesapply-alertlist-row1{ height: 36px; line-height: 36px; color: #0E97E8; font-size: 14px;  }
.vip-salesapply-alertlist-row1 > div { border: 1px solid #E5E5E5; padding-left: 20px; }
.vip-salesapply-alertlist-row2{ height: 36px; line-height: 36px; color: #4D4D4D; font-size: 14px;  }
.vip-salesapply-alertlist-row2 > div { border: 1px solid #E5E5E5; padding-left: 2%; }
.vip-salesapply-alertlist-row2 > div > input { width: 100%; border: 1px solid #9EC0F7; margin-left: -2%; padding-left: 2%; }

.vip-salesapply-alertbutton{ height: auto; margin-top: 0px;  }
.vip-salesapply-alertbutton > div { height: auto; }
.vip-salesapply-alertbutton > div > div { height: 50px;  padding: 0 10px 0 10px;}
.vip-salesapply-alertbutton-save{ margin: 0 auto; height: 30px; line-height: 30px; width: 80px;  margin-top: 10px; background-color: #0E97E8; text-align: center; color: #FFF; border-radius: 4px; }
.vip-salesapply-alertbutton-pub{ margin: 0 auto; height: 30px; line-height: 30px; width: 80px;  margin-top: 10px; background-color: #0E97E8; text-align: center; color: #FFF; border-radius: 4px; }
.vip-salesapply-alertbutton-over{ margin: 0 auto; height: 30px; line-height: 30px; width: 80px; margin-top: 10px; background-color: #CCCCCC; text-align: center; color: #FFF; border-radius: 4px; }


/* �������۶��걨(��)
---------------------------------------------------------------------------------------------------------------------------------- */
/* Tab��ǩ */
.vip-salesapplynew-tabs{ height: 40px; margin-top: 20px; border-bottom: 1px solid #E5E5E5; }
@media (max-width: 767px) {
	.vip-salesapplynew-tabs{ margin-top: 0px ;}
}
.vip-salesapplynew-tabs>div{background-color: #BFBFBF;color: #fff;}
.vip-salesapplynew-tab1{ height: 40px; float: left; width: 120px; line-height: 40px; text-align: center; font-size: 20px; border: 1px solid #BFBFBF; color: #666666; border-bottom: 0px; border-top-left-radius:6px; border-top-right-radius:6px; cursor: pointer; } 
.vip-salesapplynew-tab2{ height: 40px; float: left; width: 120px; line-height: 40px; text-align: center; font-size: 20px; border: 1px solid #BFBFBF; color: #666666; border-bottom: 0px; border-top-left-radius:6px; border-top-right-radius:6px; margin-left: 13px; cursor: pointer; } 
.vip-salesapplynew-tab1-click{ background-color: #FFF!important; color: #666666!important; }
.vip-salesapplynew-tiwen{ height: 30px; margin-top: 5px;  float: right; width: 110px;  line-height: 30px; text-align: center; background-color: #0099CB; color: #FFF; font-size: 16px; border-radius:6px; cursor: pointer; } 
/* ���ѡ��� */
.vip-salesapplynew-years-select{ height: auto; margin-top: 20px; }
.vip-salesapplynew-years-select > div { height: auto; }
.vip-salesapplynew-years-select > div > div{ height: auto; }
.vip-salesapplynew-years-select > div > div > div { height: 35px; float: left; width: 120px; }
.vip-salesapplynew-years-select-input{ 
	width: 100%; height: 100%; 
	appearance:none; -moz-appearance:none; -webkit-appearance:none;
	background: url("../images/select-arrow.png") no-repeat scroll right center transparent;
	background-color: #E6E6E6;
	padding-right: 14px;
	text-align: center;
    text-align-last: center;
    border: 0px;
}
select::-ms-expand{ display: none; }
.vip-salesapplynew-years-select-input > option{ text-align: center; text-align-last: center; }

/* ���۶��걨�б�(Copy�����б��ҳ�б�) */
/** ��� **/
.xiaoshoue-list-type{ height: auto; margin-top: 20px; border: 1px solid #AAAAAA; cursor: pointer; }
.xiaoshoue-list-type.color{ border: 1px solid #0E97E5; }

.xiaoshoue-list-blue{ height: 40px; line-height: 40px; background-color: #FFF; padding-left: 25px; color: #343434; font-size: 16px; }
.xiaoshoue-list-blue.color{ background-color: #0E97E5; color: #FFF; }

/** ��ͷ **/
.xiaoshoue-list{ margin-top: 0px; border: 1px solid #E6E6E6; display: none;   }
.xiaoshoue-list-head{ height: auto; overflow:hidden;}
@media (max-width: 767px) {
    .xiaoshoue-list-head{ display: none; }  
}
.xiaoshoue-list-head > div{ float: left; height: 100%; line-height: 40px; text-align: center; color:#0E97E5; font-weight: bold; }
.xiaoshoue-list-columnH1{ width:20%; border-right: 0px solid #E6E6E6; }
.xiaoshoue-list-columnH2{ width:20%; border-right: 0px solid #E6E6E6; }
.xiaoshoue-list-columnH3{ width:30%; border-right: 0px solid #E6E6E6; }
.xiaoshoue-list-columnH4{ width:15%; border-right: 0px solid #E6E6E6; }
.xiaoshoue-list-columnH5{ width:25%; border-right: 0px solid #E6E6E6; }
.xiaoshoue-list-operationH{ width:10%; }

/** ���� **/
@media (max-width: 767px) {
    .xiaoshoue-list-body{ height: auto; overflow: hidden; padding: 0 2% 0 2%; width: 95%; margin: 10px auto; }
    .xiaoshoue-list-line{ height: auto; overflow: hidden; }
    .xiaoshoue-list-line label{ color:#7F8082; }
    .xiaoshoue-list-line > div{ height: 40px; line-height: 40px; border: 0px solid #E6E6E6; font-size: 14px; text-align: left; color:#7F8082; padding-left: 15px; }  
    .xiaoshoue-list-columnB1{ height: 100%; background-color: #E6F5FC; cursor: pointer;}
	.xiaoshoue-list-columnB2{ height: 100%; width: 100%; float: left; }
	.xiaoshoue-list-columnB3{ height: 100%; width: 100%; float: left; }
	.xiaoshoue-list-columnB4{ height: 100%; width: 100%; float: left; }
	.xiaoshoue-list-columnB5{ width: 50%; float: left; height: 40px !important; border: 1px solid red;}
	.xiaoshoue-list-operationB{ width: 50%; float: left; height: 40px !important;  }
	.xiaoshoue-list-operationB > span{ margin-left: 40%; }
	.xiaoshoue-list-operationB-img{ float: left;  width: auto; text-align: right; padding-right: 2px; height: 40px !important; line-height: 40px; }
	.xiaoshoue-list-operationB-txt{ float: left;  width: auto; text-align: left;  padding-left: 2px; height: 40px !important; line-height: 40px; }
	.xiaoshoue-list-operationB-img > img{ cursor: pointer;  }
}
@media (min-width: 768px) {
    .xiaoshoue-list-body{ height: auto; }
    .xiaoshoue-list-line{ height: 40px; width: 100%; }   
    .xiaoshoue-list-line.color > div{ background-color: #E6F5FC; }
	.xiaoshoue-list-line label{  display: none; }
	.xiaoshoue-list-line > div{ float: left; height: 40px; line-height: 40px; font-size: 14px; text-align: center; color:#7F8082; padding-left: 15px; word-break:keep-all; }
	.xiaoshoue-list-columnB1{ width:20%; border-right: 2px solid #FFFFFF; cursor: pointer; }
	.xiaoshoue-list-columnB2{ width:20%; border-right: 2px solid #FFFFFF; }
	.xiaoshoue-list-columnB3{ width:30%; border-right: 2px solid #FFFFFF; }
	.xiaoshoue-list-columnB4{ width:15%; border-right: 2px solid #FFFFFF; }
	.xiaoshoue-list-columnB5{ width:25%; border-right: 2px solid #FFFFFF; }
	.xiaoshoue-list-operationB{ width:10%;  }
	.xiaoshoue-list-operationB-img{ float: left;  width: 40%; text-align: right; padding-right: 2px; }
	.xiaoshoue-list-operationB-txt{ float: left;  width: 60%; text-align: left;  padding-left: 2px; }
	.xiaoshoue-list-operationB-img > img{ cursor: pointer;  }
	
}




/* ��ҵ���������Ϣ
---------------------------------------------------------------------------------------------------------------------------------- */
.ellipsis-table{
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
/* ��Ӱ�ť */
.vip-dot-sel{ height: auto; }
.vip-dot-sel > div { height: auto; }
.vip-dot-sel > div > div { height: 50px; }
.vip-dot-sel-qy-but{ height: 30px; width: 120px; margin-top: 10px; border-radius: 4px; background-color:#0099CB;display: inline-block; }
.vip-dot-sel-qy-but2{ height: 26px; width: 100px; margin-top: 2px; margin-left: 10px; color: #FFF; line-height: 26px; font-size: 16px; cursor: pointer; }

/* ��ҵ�����б� */
.vip-dot-list{ height: auto; }
.vip-dot-list > div { height: auto; }
.vip-dot-list > div > div { height: auto; border: 0px solid red; }
/* ��ҵTable */
.vip-dot-list-table-qy{ width: 100%; border-collapse: collapse; }
/* ��ҵ�� */
.vip-dot-list-tr-qy{ width: 100%; cursor: pointer; } 
.vip-dot-list-tr-qy > td{ height: 40px; line-height: 40px; border: 1px solid #EAEAEA; color: #686C6F; background-color: #E6F5FC; font-size: 14px; user-select:none}
.vip-dot-list-tr-qy > .ellipsis-table{ padding: 0 20px 0 20px; }
.vip-dot-list-tr-qy-head > td{ height: 40px; line-height: 40px;border: 1px solid #EAEAEA; color: #1C97FF; background-color: #FFF;    font-size: 14px; user-select:none; font-weight: bold;}
.vip-dot-list-tr-qy-head > .ellipsis-table{ padding: 0 20px 0 20px; }
/* ����չ��������� */
.vip-dot-list-tr-qy2{ width: 100%; display: none; }
.vip-dot-list-tr-qy2 > td{ width: 100%; padding: 20px; border: 1px solid #EAEAEA; }
/* ����Table */
.vip-dot-list-table-dot{ width: 100%; border-collapse: collapse; }
.vip-dot-list-tr-dot{ width: 100%; cursor: pointer; }
.vip-dot-list-tr-dot > td{ height: 40px; line-height: 40px;  border: 1px solid #EAEAEA; color: #808080; background-color: #FFF; font-size: 14px; }
.vip-dot-list-tr-dot > .ellipsis-table{padding: 0 20px 0 20px;}
.vip-dot-list-checkbox{ width: 15px; height: 15px;  }
/* ����Table Tabͷ */
.vip-dot-list-tr-dot > .td-tab1{ color: #4D4D4D; font-weight: bold; }
.vip-dot-list-tr-dot > .td-tab2{  }
.vip-dot-sel-dot-but{ height: 30px; width: 120px; margin-top: 0px; border-radius: 4px;display: inline-block;}
.vip-dot-sel-dot-but2{ height: 26px; width: 100px; margin-top: 2px; margin-left: 10px; color: #FFF; line-height: 26px; font-size: 16px; cursor: pointer; color:#0099CB;}
/* ����Table��ͷ */
.vip-dot-list-tr-dot.head > td{ color: #1C97FF; font-weight: bold; background-color: #FFF; }
.vip-dot-list-tr-dot.grey > td{ background-color: #EFEFEF; }
.vip-dot-list-tr-dot.white > td{ background-color: #FFFFFF; }


/* ���������� */
.alert-window-search{ height: auto;  }
.alert-window-search > div{ height: auto; }
.alert-window-search > div > div{ height: 60px; }
.alert-window-search-left{ float: left; width: auto; height: 40px;    margin-top: 10px;   line-height: 40px; }
.alert-window-search-right{ float: right; width: auto; height: 40px;  margin-top: 10px;  }
.alert-window-search-name{ float: left; color: #5D5D5D; } 
.alert-window-search-input{ float: left; margin-right: 20px; }
.alert-window-search-input > select{ height: 30px; }
.alert-window-search-input > input{ height: 30px; }

.vip-dot-add-qy-but{ height: 30px; width: 120px; margin-top: 5px; border-radius: 4px; background-color:#DFDFDF; }
.vip-dot-add-qy-but2{ height: 26px; width: 100px; margin-top: 2px; margin-left: 10px; color: #FFF; line-height: 26px; font-size: 16px; cursor: pointer; color:#4D4C4D; }

/* ������ҳ�б� */
/** ��ͷ **/
.alert-window-list{ margin-top: 0px;  }
.alert-window-list-head{ height: auto; }
@media (max-width: 767px) {
    .alert-window-list-head{ display: none; }  
}
.alert-window-list-head > div{ float: left; height: 100%; line-height: 40px; text-align: center; color:#0E97E5;  }
.alert-window-list-columnH1{ width:60%; border-left: 1px solid #E6E6E6; border-top: 1px solid #E6E6E6; }
.alert-window-list-columnH2{ width:20%; border-left: 1px solid #E6E6E6; border-top: 1px solid #E6E6E6;}
.alert-window-list-operationH{ width:20%; text-align: center; border-left: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6; border-top: 1px solid #E6E6E6;}

/** ���� **/
.alert-window-list-body{ height: auto; overflow: hidden; border: 1px solid #E6E6E6; }
.alert-window-list-line{ height: 40px; }   
.alert-window-list-line.color > div{ background-color: #E6F5FC; }
.alert-window-list-line label{  display: none; }
.alert-window-list-line > div{ float: left; height: 40px; line-height: 40px; font-size: 14px; text-align: left; color:#7F8082; padding-left: 15px; }
.alert-window-list-columnB1{ width:60%; border-right: 1px solid #E6E6E6; }
.alert-window-list-columnB2{ width:20%; border-right: 1px solid #E6E6E6; }
.alert-window-list-operationB{ width:20%; }
.alert-window-list-operationB > div { width: 100%; text-align: center;  }
.alert-window-list-operationB > div > a{ color:#1C97FF;  }	


/* վ����Ϣ
---------------------------------------------------------------------------------------------------------------------------------- */
.vip-msg-list-head{ height: auto; background-color: #F5F5F5;  overflow: hidden; border-bottom: 1px solid #BCBCBC;}
.vip-msg-list-abbr{ float: left; width: 75%; height: 40px;  line-height: 40px; background-color: #F5F5F5; text-align: left; font-size: 16px; padding: 0 15px 0 15px; color: #1B1B1B; }
.vip-msg-list-time{ float: left; width: 25%; height: 40px;  line-height: 40px; background-color: #F5F5F5; text-align: center; font-size: 16px; padding: 0 15px 0 15px; color: #1B1B1B; }

.vip-msg-list-body{ height: auto; overflow: hidden; }
.vip-msg-list-body-row{ height: auto; cursor: pointer; }
.vip-msg-list-body-row.style1 > div{ color: #333333; }
.vip-msg-list-body-row.style2 > div{ color: #A9A9A9; }
.vip-msg-list-body-abbr{ float: left; width: 75%; height: 40px;  border: 1px solid #BCBCBC;  border-top: 0; border-right: 0; padding: 0 15px 0 15px;}
.vip-msg-list-body-abbr-ico{ float: left; width: auto; height: 40px; line-height: 40px; text-align: left;   font-size: 16px;  font-weight: bold;   }
.vip-msg-list-body-abbr-txt{ float: left; width: 80%; height: 40px; line-height: 40px; text-align: left;   font-size: 16px;  font-weight: bold;  padding: 0 5px 0 5px; }
.vip-msg-list-body-abbr-ico > img{ margin-top: -5px;  }
.vip-msg-list-body-time{ float: left; width: 25%; height: 40px; line-height: 40px; text-align: center; font-size: 16px;  padding: 0 15px 0 15px; border: 1px solid #BCBCBC;  border-top: 0; }

.vip-msg-view-return{ width: 100px; height: 30px; line-height: 30px; background-color:#1C97FF; color: #FFF;  border-radius: 4px; text-align: center; cursor: pointer; }
.vip-msg-view-content{ margin-top: 20px; height: auto; line-height: 28px; color:#989898; font-size: 18px;  }


/* �ȵ�����
---------------------------------------------------------------------------------------------------------------------------------- */
/* ����CSS */
.vip-hot-hid{ display: none; }

/* Tab��ǩ */
.vip-hot-tabs{ height: 40px; margin-top: 20px ;border-bottom: 1px solid #E5E5E5; }
.vip-hot-tabs>div{background-color: #BFBFBF;color: #fff;}
.vip-hot-tab1{ height: 40px; float: left; width: 120px; line-height: 40px; text-align: center; font-size: 20px; border: 1px solid #BFBFBF; color: #666666; border-bottom: 0px; border-top-left-radius:6px; border-top-right-radius:6px; cursor: pointer; } 
.vip-hot-tab2{ height: 40px; float: left; width: 120px; line-height: 40px; text-align: center; font-size: 20px; border: 1px solid #BFBFBF; color: #666666; border-bottom: 0px; border-top-left-radius:6px; border-top-right-radius:6px; margin-left: 13px; cursor: pointer; } 
.vip-hot-tab1-click{ background-color: #FFF!important; color: #666666!important;  }
.vip-hot-tiwen{ height: 30px; margin-top: 5px;  float: right; width: 110px;  line-height: 30px; text-align: center; background-color: #0099CB; color: #FFF; font-size: 16px; border-radius:6px; cursor: pointer; } 

.vip-hot-list{ height: auto; }
.vip-hot-list-row{ min-height: 110px; padding-top: 15px; border-left: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; }
/* �� */
.vip-hot-list-left{ min-height: 110px; border: 0px solid black;  padding: 0px 20px 0px 20px; }
.vip-hot-list-main{ height: auto;  }
.vip-hot-list-sons{ height: auto; }
.vip-hot-list-son{ height: auto; padding-left: 70px; margin-top:10px; }
.vip-hot-list-ques{  height: auto; border: 0px solid red; color: #4D4D4D; line-height: 22px;  }
.vip-hot-list-ques2{ height: auto; border: 0px solid red; color: #B28750; line-height: 22px; }
.vip-hot-list-ques-info{ height: 30px; border: 0px solid red; }
.vip-hot-list-ques-time{ float: left; width: auto; color: #A9A9A9; line-height: 30px; }
.vip-hot-list-ques-author{ float: left; width: auto; color: #42A9D4; line-height: 30px; margin-left:30px; }
.vip-hot-list-ques-author2{ float: left; width: auto; color: #42A9D4; line-height: 22px; }
.vip-hot-list-ques-author3{ float: left; width: auto; color: #000000; line-height: 22px; }
.vip-hot-list-ques-author-huifu{ float: left; width: auto; padding: 0 10px 0 10px; }
.vip-hot-list-next-page{ text-align: center; cursor: pointer; color: #A9A9A9; font-size: 16px; }
/* �� */
.vip-hot-list-right{ height: 130px; border: 0px solid black; padding: 0px 20px 0px 0px; }
.vip-hot-list-tools{ height: 110px; border-left: 1px solid #A0A0A0;  }
.vip-hot-list-tool1{ height: 110px; }
.vip-hot-list-tool2{ height: 110px; }
/* �� ��ť��ʾ */
.vip-hot-list-but{ height: 30px; margin-top: 10px;}
.vip-hot-list-but > div{ height: 30px;  line-height: 30px;  float: left; width: 40%; margin-left: 8%; text-align: center; border-radius: 5px; border: 1px solid #0199CB; cursor: pointer; }
.vip-hot-list-status{ position: absolute; bottom: 10px; width: 100%; height: 30px; line-height: 30px; text-align: center;  }
/* �� �Ǽ���ʾ */
.vip-hot-list-tool2-zone1{ height: 20px;  line-height: 20px; color: #4E4E4E; font-size: 14px; text-align: center; }
.vip-hot-list-tool2-zone2{ height: 30px;  line-height: 30px; color: red; font-weight: bold; font-size: 20px; text-align: center; }
.vip-hot-list-tool2-zone3{ height: 30px;  text-align: center; }
.vip-hot-list-tool2-zone3 > img{  margin-: 0 auto;}

/* ���ʣ��ظ������۵��� */
.vip-hot-alert-form{ height:150px; }
.vip-hot-alert-form > div{ height:150px; }
.vip-hot-alert-form > div > div { height:150px; }
.vip-hot-alert-form > div > div > textarea { height:150px; width: 100%;}
.vip-hot-alert-form-pub{ width: 80%; height: 40px; margin: 0 auto; line-height: 40px; background-color: #0099CB; color: #FFFFFF; text-align: center; border-radius: 5px; font-size: 18px; margin-top: 15px; cursor: pointer; } 
.vip-hot-alert-form-re{  width: 80%; height: 40px; margin: 0 auto; line-height: 40px; background-color: #F2F2F2; color: #BFBFBF; text-align: center; border-radius: 5px; font-size: 18px; margin-top: 15px; cursor: pointer; }
.vip-hot-alert-form-star{ height: 150px; line-height: 150px; border: 1px solid #A9A9A9; text-align: center; }
.vip-hot-alert-form-star > input{ margin-left: 20px; /* background-color: red; border: 0px solid red; */ }



/* �ص�ٻ����ܱ���
---------------------------------------------------------------------------------------------------------------------------------- */
/* ���� */
@media (max-width: 767px) {
	.report-title-container{ height: auto; padding: 0px 2% 0px 2%; }
	.report-title{ height: auto; margin-top: 15px; background-color: #FFF; border: 5px ridge #0E97E5; border-radius: 5px; padding: 5px 5px 0px 5px; }
	.report-title > div{ height: 55px; border: 0px solid red; }
	.report-title-up{ height: 15px; line-height: 15px; color: #0E97E5; }
	.report-title-down{ height: 40px; line-height: 40px; color: #4C4C4C; font-weight: bold; font-size: 18px; }
	.report-title-add{ display: none; /* margin: 0 auto; width: 100px; height: 26px; margin-top: 7px;  line-height: 26px; font-size: 14px; text-align: center; color: #FFF; background-color: #0E97E5; border-radius: 5px; cursor: pointer; */ }
	.report-title-add > img{ /* height: 16px; margin-top: -3px; */ }
}
@media (min-width: 768px) and (max-width: 991px) {
	.report-title-container{ height: auto; }
	.report-title{ height: auto; margin-top: 15px; background-color: #FFF; }
	.report-title > div{ height: 64px; border: 0px solid yellow; }
	.report-title-up{ height: 24px; line-height: 24px; color: #0E97E5; }
	.report-title-down{ height: 40px; line-height: 40px; color: #4C4C4C; font-weight: bold; font-size: 16px; }
	.report-title-add{ float: right; width: 100px; height: 36px; margin-top: 14px;  line-height: 36px; font-size: 18px; text-align: center; color: #FFF; background-color: #0E97E5; border-radius: 5px; cursor: pointer; }
	.report-title-add > img{ height: 24px; margin-top: -4px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.report-title-container{ height: auto; }
	.report-title{ height: auto; margin-top: 15px; background-color: #FFF; }
	.report-title > div{ height: 64px; border: 0px solid blue; }
	.report-title-up{ height: 24px; line-height: 24px; color: #0E97E5; }
	.report-title-down{ height: 40px; line-height: 40px; color: #4C4C4C; font-weight: bold; font-size: 20px; }
	.report-title-add{ float: right; width: 100px; height: 36px; margin-top: 14px;  line-height: 36px; font-size: 18px; text-align: center; color: #FFF; background-color: #0E97E5; border-radius: 5px; cursor: pointer; }
	.report-title-add > img{ height: 24px; margin-top: -4px; }
}
@media (min-width: 1200px){
	.report-title-container{ height: auto; }
	.report-title{ height: auto; margin-top: 15px; background-color: #FFF; }
	.report-title > div{ height: 64px; border: 0px solid red; }
	.report-title-up{ height: 24px; line-height: 24px; color: #0E97E5; }
	.report-title-down{ height: 40px; line-height: 40px; color: #4C4C4C; font-weight: bold; font-size: 20px; }
	.report-title-add{ float: right; width: 100px; height: 36px; margin-top: 14px;  line-height: 36px; font-size: 18px; text-align: center; color: #FFF; background-color: #0E97E5; border-radius: 5px; cursor: pointer; }
	.report-title-add > img{ height: 24px; margin-top: -4px; }
}

/* ��� */
.report-div-margin{ height: 20px; }
@media (max-width: 767px) {
	.report-div-margin{ height: 10px; }
}

/*-- ��ť�����ֻ��� */
@media (max-width: 767px) {
	.report-searchBut{ height: auto; background-color: #FFF; border-radius: 5px; padding: 5px 5px 0px 5px; }
	.report-searchBut > div{ height: 40px; border: 0px solid red; }
	.report-searchBut-add{ margin: 0 auto; width: 100px; height: 26px; margin-top: 7px;  line-height: 26px; font-size: 14px; text-align: center; color: #FFF; background-color: #0E97E5; border-radius: 5px; cursor: pointer; }
	.report-searchBut-add > img{ height: 16px; margin-top: -3px; }
}
@media (min-width: 768px) {
	.report-searchBut{ display: none; }
}

/* �б��ѯ����(�ٻ����ܱ���)(�����±���) */
@media (max-width: 767px) {
	.report-searchBhd-container{ height: auto; margin: 15px auto 5px auto; width: 96%; border: 1px solid #0E97E5; border-radius: 5px; }
}
@media (min-width: 768px) {
	.report-searchBhd-container{ height: auto; margin-top: 20px; }
}
@media (max-width: 767px) {	
	.report-searchBhd{ display: none;  height: auto; margin-bottom: 5px; border-radius: 5px; padding: 5px 5px 0px 5px; ;}
    .report-searchBhd > div { height: 30px; border: 0px solid red; }
	.report-searchBhd-every{ height: 24px; margin-top: 3px; color: #898989; text-align: left; border: 0px solid red;  }
	.report-searchBhd-select{ /* width: 50%; */  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchBhd-input{ width: 50%;  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchBhd-button{  width: 100px;  height: 100%; line-height: 24px; background-color: #8B8B8B; margin: 0 auto; color: #FFF; border-radius: 5px; text-align: center; cursor: pointer; user-select: none; }   
	
	.report-searchBhd-select-search1{ width: 50%; }
	.report-searchBhd-select-search2{ width: 50%; }
	.report-searchBhd-select-search3{ width: 50%; }
	.report-searchBhd-select-search4{ width: 50%; }
}
@media (min-width: 768px) and (max-width: 991px) {	
	.report-searchBhd{ height: auto; border: 1px solid #E5E5E5; border-bottom: 0px; }
    .report-searchBhd > div { height: 30px; border: 0px solid red; }
	.report-searchBhd-every{ height: 24px; margin-top: 3px; color: #898989; text-align: left; padding-left:5px; border: 0px solid yellow; }
	.report-searchBhd-select{ /* width: 50%; */  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchBhd-input{ width: 50%;  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchBhd-button{  width: 100px;  height: 100%; line-height: 24px; background-color: #8B8B8B; margin: 0 auto; color: #FFF; border-radius: 5px; text-align: center; cursor: pointer; user-select: none; }   
	
	.report-searchBhd-select-search1{ width: 50%; }
	.report-searchBhd-select-search2{ width: 50%; }
	.report-searchBhd-select-search3{ width: 50%; }
	.report-searchBhd-select-search4{ width: 40%; }
}
@media (min-width: 992px) and (max-width: 1199px) {	
	.report-searchBhd{ height: auto; border: 1px solid #E5E5E5; border-bottom: 0px; }
    .report-searchBhd > div { height: 46px; border: 0px solid red; }
	.report-searchBhd-every{ height: 30px; margin-top: 8px; color: #898989; text-align: center; border: 0px solid blue; }
	.report-searchBhd-select{ /* width: 50%; */  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchBhd-input{ width: 50%;  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchBhd-button{  width: 100px;  height: 100%; line-height: 30px; background-color: #8B8B8B; margin: 0 auto; color: #FFF; border-radius: 5px; text-align: center; cursor: pointer; user-select: none; }   
	
	.report-searchBhd-select-search1{ width: 40%; }
	.report-searchBhd-select-search2{ width: 40%; }
	.report-searchBhd-select-search3{ width: 50%; }
	.report-searchBhd-select-search4{ width: 40%; }
}
@media (min-width: 1200px){	
	.report-searchBhd{ height: auto; border: 1px solid #E5E5E5; border-bottom: 0px; }
    .report-searchBhd > div { height: 46px; border: 0px solid red; }
	.report-searchBhd-every{ height: 30px; margin-top: 8px; color: #898989; text-align: center; border: 0px solid red; }
	.report-searchBhd-select{ /* width: 50%; */  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchBhd-input{ width: 50%;  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchBhd-button{  width: 100px;  height: 100%; line-height: 30px; background-color: #8B8B8B; margin: 0 auto; color: #FFF; border-radius: 5px; cursor: pointer; user-select: none; }   
	
	.report-searchBhd-select-search1{ width: 50%; }
	.report-searchBhd-select-search2{ width: 50%; }
	.report-searchBhd-select-search3{ width: 60%; }
	.report-searchBhd-select-search4{ width: 50%; }
}
.report-searchBhd-select-search1{  appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url("../images/select-arrow2.jpg") no-repeat scroll right center transparent; padding-right: 14px; text-align: center; text-align-last: center; cursor: pointer; }

/* �б��ѯ����(�ƽ��ܱ���) */
@media (max-width: 767px) {
	.report-searchHjz-container{ height: auto; margin: 15px auto 5px auto; width: 96%; border: 1px solid #0E97E5; border-radius: 5px; }
}
@media (min-width: 768px) {
	.report-searchHjz-container{ height: auto; margin-top: 20px; }
}
@media (max-width: 767px) {
	.report-searchHjz{ display: none;  height: auto; margin-bottom: 5px; border-radius: 5px; padding: 5px 5px 0px 5px; ;}
    .report-searchHjz > div { height: 30px; border: 0px solid red; }
	.report-searchHjz-every{ height: 24px; margin-top: 3px; color: #898989; text-align: left; border: 0px solid red;  }
	.report-searchHjz-select{ /* width: 50%; */  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchHjz-input{ width: 50%;  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchHjz-button{  width: 100px;  height: 100%; line-height: 24px; background-color: #8B8B8B; margin: 0 auto; color: #FFF; border-radius: 5px; text-align: center; cursor: pointer; user-select: none; }   
	
	.report-searchHjz-select-search1{ width: 50%; }
	.report-searchHjz-select-search2{ width: 50%; }
	.report-searchHjz-select-search3{ width: 50%; }
	.report-searchHjz-select-search4{ width: 50%; }
	.report-searchHjz-select-search5{ width: 50%; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.report-searchHjz{ height: auto; border: 1px solid #E5E5E5; border-bottom: 0px; }
    .report-searchHjz > div { height: 30px; border: 0px solid red; }
	.report-searchHjz-every{ height: 24px; margin-top: 3px; color: #898989; text-align: left; padding-left:5px; border: 0px solid yellow; }
	.report-searchHjz-select{ /* width: 50%; */  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchHjz-input{ width: 50%;  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchHjz-button{  width: 100px;  height: 100%; line-height: 24px; background-color: #8B8B8B; margin: 0 auto; color: #FFF; border-radius: 5px; text-align: center; cursor: pointer; user-select: none; }   
	
	.report-searchHjz-select-search1{ width: 60%; }
	.report-searchHjz-select-search2{ width: 60%; }
	.report-searchHjz-select-search3{ width: 60%; }
	.report-searchHjz-select-search4{ width: 60%; }
	.report-searchHjz-select-search5{ width: 60%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.report-searchHjz{ height: auto; border: 1px solid #E5E5E5; border-bottom: 0px; }
    .report-searchHjz > div { height: 46px; border: 0px solid red; }
	.report-searchHjz-every{ height: 30px; margin-top: 8px; color: #898989; text-align: center; border: 0px solid blue; }
	.report-searchHjz-select{ /* width: 50%; */  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchHjz-input{ width: 50%;  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; user-select: none;}
	.report-searchHjz-button{  width: 100px;  height: 100%; line-height: 30px; background-color: #8B8B8B; margin: 0 auto; color: #FFF; border-radius: 5px; text-align: center; cursor: pointer; user-select: none; }   
	
	.report-searchHjz-select-search1{ width: 40%; }
	.report-searchHjz-select-search2{ width: 45%; }
	.report-searchHjz-select-search3{ width: 45%; }
	.report-searchHjz-select-search4{ width: 40%; }
	.report-searchHjz-select-search5{ width: 30%; }
}
@media (min-width: 1200px){
	.report-searchHjz{ height: auto; border: 1px solid #E5E5E5; border-bottom: 0px; }
    .report-searchHjz > div { height: 46px; border: 0px solid red; }
	.report-searchHjz-every{ height: 30px; margin-top: 8px; color: #898989; text-align: center; border: 0px solid red; }
	.report-searchHjz-select{ /* width: 50%; */  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchHjz-input{ width: 50%;  height: 100%; margin-left: 10px; border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-searchHjz-button{  width: 100px;  height: 100%; line-height: 30px; background-color: #8B8B8B; margin: 0 auto; color: #FFF; border-radius: 5px; cursor: pointer; user-select: none; }   
	
	.report-searchHjz-select-search1{ width: 50%; }
	.report-searchHjz-select-search2{ width: 50%; }
	.report-searchHjz-select-search3{ width: 55%; }
	.report-searchHjz-select-search4{ width: 50%; }
	.report-searchHjz-select-search5{ width: 70px; }
}
.report-searchHjz-select-search1{  appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url("../images/select-arrow2.jpg") no-repeat scroll right center transparent; padding-right: 14px; text-align: center; text-align-last: center; cursor: pointer; }


/* �б��ͷ */
.report-list-title-container{ height: auto; }
@media (max-width: 767px) {
    .report-list-title{ display: none; }
}
.report-list-title{ height: auto; border: 1px solid #E5E5E5; border-right: 0px; }
.report-list-title > div{ height: 40px; line-height: 40px; text-align: center; color: #0E97E5; font-size: 15px; font-weight: bold;  border-right: 1px solid #E5E5E5;}

/* �б���� */
@media (max-width: 767px) { 
	.report-list-body{ height: auto; margin: 0 auto; width: 96%; border: 1px solid #0E97E5; border-radius: 5px; padding-top:0px; padding-bottom: 0px;}
	.report-list-row{ height: auto; border: 0px solid #E5E5E5; border-right: 0px; border-top: 0px; cursor: pointer; }
	.report-list-row > div{ height: 30px; line-height: 30px; font-size: 14px; border-right: 0px solid #E5E5E5; padding: 0px 5px 0px 5px; }
	.report-list-row.active > div{ }
	.report-list-row > div > label{ width: 80px; }
	.report-list-col1{ text-align: left; background-color: #0E97E5; color: #FFF; font-weight: bold; }
	.report-list-col2{ text-align: left; background-color: #0E97E5; color: #FFF; font-weight: bold; }
	.report-list-col3{ text-align: left; background-color: #F3FAFE; color: #A3A6A7;  }
	.report-list-col4{ text-align: left; background-color: #F3FAFE; color: #A3A6A7;  }
	.report-list-col5{ text-align: left; background-color: #F3FAFE; color: #A3A6A7;  }
	.report-list-col6{ text-align: left;background-color: #F3FAFE; color: #A3A6A7; border-radius: 5px;}
}
@media (min-width: 768px) {
	.report-list-body{ height: auto; }
	.report-list-row{ height: auto; border: 1px solid #E5E5E5; border-right: 0px; border-top: 0px; cursor: pointer; }
	.report-list-row > div{ height: 40px; line-height: 40px; background-color: #F3FAFE; color: #A3A6A7;  text-align: center; font-size: 14px; border-right: 1px solid #E5E5E5;}
	.report-list-row.active > div{ background-color: #0E97E5; color: #FFFFFF; }
	.report-list-row > div > label{ display: none; }
}
/* �б���������ť�� 768px~991pxʱ�������� */
@media (min-width: 768px) and (max-width: 991px) {
    .report-list-operation-txt{ display: none; }
}

/* ѡ������ĵ��������ʽ */
@media (max-width: 767px) { 
	.report-table-1{ height: auto; margin-top: 50px; }
	.report-table-1 > div{ height: auto; }
	.report-table-1 > div > div{ height: 50px; line-height: 50px;  border: 0px solid red; }
	.report-table-1-left{ text-align: right; padding-right: 10px; color: #0E97E5; }
	.report-table-1-right{ text-align: left; padding-left: 10px; }
	.report-table-1-right > input{ width: 90%; height: 30px;  border: 1px solid #E5E5E5; border-radius: 3px; }
	.report-table-1-right > select{ width: 90%; height: 30px;  border: 1px solid #E5E5E5; border-radius: 3px; }
}
@media (min-width: 768px){
	.report-table-1{ height: auto; margin-top: 60px; }
	.report-table-1 > div{ height: auto; }
	.report-table-1 > div > div{ height: 50px; line-height: 50px;  border: 0px solid red; }
	.report-table-1-left{ text-align: right; padding-right: 10px; color: #0E97E5; }
	.report-table-1-right{ text-align: left; padding-left: 10px; }
    .report-table-1-right > input{ width: 200px; height: 30px; line-height: 30px; border: 1px solid #E5E5E5; border-radius: 3px; } 
    .report-table-1-right > select{ width: 200px; height: 30px;  border: 1px solid #E5E5E5; border-radius: 3px; } 
}


/* һ���������еİ�ť */
@media (max-width: 767px) {
	.report-botton-2{ height: auto; margin-top: 15px; margin-bottom: 15px; padding: 0px 2% 0px 2%; }
	.report-botton-2 > div{ height: auto; }
	.report-botton-2 > div > div{ height: 30px; border: 0px solid red; }
	.report-botton2{ cursor: pointer; height: 30px; width: 110px; border-radius: 5px; line-height: 30px; text-align: center; font-size: 16px; }
	.report-botton-2-left > .report-botton2{ float: right; margin-right: 10px; background-color: #0099CC; color: #FFF; }
	.report-botton-2-right > .report-botton2{ float: left; margin-left: 10px; background-color: #CCCCCC; color: #FFF; }
}
@media (min-width: 768px){
	.report-botton-2{ height: auto; margin-top: 15px; margin-bottom: 15px; }
	.report-botton-2 > div{ height: auto; }
	.report-botton-2 > div > div{ height: 30px; border: 0px solid red; }
	.report-botton2{ cursor: pointer; height: 30px; width: 110px; border-radius: 5px; line-height: 30px; text-align: center; font-size: 16px; }
	.report-botton-2-left > .report-botton2{ float: right; margin-right: 10px; background-color: #0099CC; color: #FFF; }
	.report-botton-2-right > .report-botton2{ float: left; margin-left: 10px; background-color: #CCCCCC; color: #FFF; }
}
/* һ���������еİ�ť */
@media (max-width: 767px) {
	.report-botton-3{ height: auto; margin-top: 15px; margin-bottom: 15px; padding: 0px 2% 0px 2%; }
	.report-botton-3 > div{ height: auto; }
	.report-botton-3 > div > div{ height: 30px; border: 0px solid red; }
	.report-botton3{ cursor: pointer; height: 30px; width: 75px; border-radius: 5px; line-height: 30px; text-align: center; font-size: 16px; }
	.report-botton-3-left > .report-botton3{ float: right; margin-right: 10px; background-color: #0099CC; color: #FFF; }
	.report-botton-3-center > .report-botton3{ margin: 0 auto; background-color: #0099CC; color: #FFF; }
	.report-botton-3-right > .report-botton3{ float: left; margin-left: 10px; background-color: #CCCCCC; color: #FFF; }
}
@media (min-width: 768px){
	.report-botton-3{ height: auto; margin-top: 15px; margin-bottom: 15px; }
	.report-botton-3 > div{ height: auto; }
	.report-botton-3 > div > div{ height: 30px; border: 0px solid red; }
	.report-botton3{ cursor: pointer; height: 30px; width: 150px; border-radius: 5px; line-height: 30px; text-align: center; font-size: 16px; }
	.report-botton-3-left > .report-botton3{ float: right; margin-right: 10px; background-color: #0099CC; color: #FFF; }
	.report-botton-3-center > .report-botton3{ margin: 0 auto; background-color: #0099CC; color: #FFF; }
	.report-botton-3-right > .report-botton3{ float: left; margin-left: 10px; background-color: #CCCCCC; color: #FFF; }
}



/* ���������� */
@media (max-width: 767px) {
	.report-layer-title{ height: 40px; padding: 0px 2% 0px 2%; border-bottom: 1px solid #CCCCCC; }
	.report-layer-title1{ float: left; width: 65%; height: 40px; line-height: 40px; font-size: 14px; font-weight: bold; color: #333333; text-align:center}
	.report-layer-title2{ float: right; width: 35%; height: 40px; line-height: 40px; font-size: 12px; color: #0E97E5; text-align: right; }
}
@media (min-width: 768px){
	.report-layer-title{ height: 60px; padding: 0px 22px 0px 22px; border-bottom: 1px solid #CCCCCC; }
	.report-layer-title1{ float: left; width: 75%; height: 60px; line-height: 45px; font-size: 24px; font-weight: bold; color: #333333; text-align:center}
	.report-layer-title2{ float: right; width: 25%; height: 60px; line-height: 45px; font-size: 12px; color: #0E97E5; text-align: right; }
}

/* �����Tabs */
@media (max-width: 767px) {
	.report-layer-tabs{ height: 40px; padding: 0px 2% 0px 2%; margin-top: 20px; border: 0px solid red; }
	.report-layer-tab { float: left; height: 40px; line-height: 40px; border: 1px solid #BFBFBF; border-top-left-radius: 5px; border-top-right-radius: 5px; color: #666666; font-size: 10px; text-align: center; cursor: pointer; user-select: none; } 
	.report-layer-tab.active { color: #0E97E5; border: 1px solid #0E97E5; border-bottom: 0px !important; }
	.report-layer-tab0{ width: 32%; border-bottom: 1px solid #0E97E5 !important; }
	.report-layer-tab1{ width: 32%; border-bottom: 1px solid #0E97E5 !important; }
	.report-layer-tab2{ width: 32%; border-bottom: 1px solid #0E97E5 !important; } .report-layer-tab2 > span { display: none; }
	.report-layer-tab-null{ float: left; height: 40px; width: 1.3%; border-bottom: 1px solid #0E97E5 !important; }
	.report-layer-tab-odd{ float: left; height: 40px; width: 0; border-bottom: 1px solid #0E97E5 !important; }
	.report-layer-tab-wm-odd{ float: left; height: 40px; width: 0; border-bottom: 1px solid #0E97E5 !important; }
}
@media (min-width: 768px){
	.report-layer-tabs{ height: 40px; padding: 0px 22px 0px 22px; margin-top: 20px; border: 0px solid red; }
	.report-layer-tab { float: left; height: 40px; line-height: 40px; border: 1px solid #BFBFBF; border-top-left-radius: 5px; border-top-right-radius: 5px; color: #666666; font-size: 16px; text-align: center; cursor: pointer; user-select: none; } 
	.report-layer-tab.active { color: #0E97E5; border: 1px solid #0E97E5; border-bottom: 0px !important; }
	.report-layer-tab0{ width: 15%; border-bottom: 1px solid #0E97E5 !important; }
	.report-layer-tab1{ width: 19%; border-bottom: 1px solid #0E97E5 !important; }
	.report-layer-tab2{ width: 22%; border-bottom: 1px solid #0E97E5 !important; }
	.report-layer-tab-null{ float: left; height: 40px; width: 1.2%; border-bottom: 1px solid #0E97E5 !important; }
	.report-layer-tab-odd{ float: left; height: 40px; width: 41.6%; border-bottom: 1px solid #0E97E5 !important; }
	.report-layer-tab-wm-odd{ float: left; height: 40px; width: 60.8%; border-bottom: 1px solid #0E97E5 !important; }
}


/* �ٻ��������걨��� */
/* ͨ������ */
.report-layer-bhd .font1{ background-color: #FFFFFF; color: #0E97E5; font-weight: bold; }
.report-layer-bhd .font2{background: #0E97E5; color: #FFFFFF;}
.report-layer-bhd .font3{background: #F3FAFE; color: #929494;}
.report-layer-bhd .font4{background: #F3FAFE; color: #929494; text-align: right; }
.report-layer-bhd input{ background: #F3FAFE; height: 100%; width: 100%; border: 0px; padding-right: 5px; }
.report-layer-bhd .font3 input{ text-align: center }
.report-layer-bhd .font4 input{ text-align: right; }
@media (max-width: 767px) {	
	.report-layer-bhd-container{ height: auto; margin-top: 5px; padding: 0px 2% 0px 2%; }
	.report-layer-bhd{ height: auto; }
	.report-layer-bhd-1{ }/* 1 */
	.report-layer-bhd-2{ display: none; }/* 2 */
	.report-layer-bhd-3{ display: none }/* 3 */
	.report-layer-bhd-4{ display: none }
	.report-layer-bhd-5{ display: none }
}
@media (min-width: 768px){
	.report-layer-bhd-container{ height: auto; margin-top: 20px; padding: 0px 22px 0px 22px;  }
	.report-layer-bhd{ height: auto; }
	.report-layer-bhd-1{  }/* 1 */
	.report-layer-bhd-2{ display: none; }/* 2 */
	.report-layer-bhd-3{ display: none }/* 3 */
	.report-layer-bhd-4{ display: none; }
	.report-layer-bhd-5{ display: none }	
}
/* 1 */
@media (max-width: 767px) {	
	.report-layer-bhd-1 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-bhd-1 > div > div{ height: auto; }
	/* �� */
	.report-layer-bhd-1-left{}
	.report-layer-bhd-1-left-row{ height: 40px; }
	.report-layer-bhd-1-left-row > div{ height: 40px; line-height: 40px; float: left; width: 33.333%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }
	.report-layer-wm-1-left-row > div{ height: 80px; line-height: 80px; float: left; width: calc(100% / 7); border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }
	/* �� */
	.report-layer-bhd-1-right{}
	.report-layer-bhd-1-right-row{ height: 40px; }
	.report-layer-bhd-1-right-row > div{ height: 40px; line-height: 40px; float: left;     border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }	
	.report-layer-bhd-1-right-row > div.a{ width: 33.333%; }
	.report-layer-bhd-1-right-row > div.b{ width: 66.666%; }
	
}
@media (min-width: 768px){
	.report-layer-bhd-1 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-bhd-1 > div > div{ height: auto; }
	/* �� */
	.report-layer-bhd-1-left{}
	.report-layer-bhd-1-left-row{ height: 40px; }
	.report-layer-bhd-1-left-row > div{ height: 40px; line-height: 40px; float: left; width: 33.333%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }
	.report-layer-wm-1-left-row > div{ height: 80px; line-height: 80px; float: left; width: calc(100% / 7); border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }
	/* �� */
	.report-layer-bhd-1-right{}
	.report-layer-bhd-1-right-row{ height: 40px; }
	.report-layer-bhd-1-right-row > div{ height: 40px; line-height: 40px; float: left; width: 50%;    border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }

}
@media (max-width: 767px) {	
	.report-layer-bhd-4 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-bhd-4 > div > div{ height: auto; }
	/* �� */
	.report-layer-bhd-4-left{}
	.report-layer-bhd-4-left-row{ height: 40px; }
	.report-layer-bhd-4-left-row > div{ height: 40px; line-height: 40px; float: left; width: 33.333%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }
	/* �� */
	.report-layer-bhd-4-right{}
	.report-layer-bhd-4-right-row{ height: 40px; }
	.report-layer-bhd-4-right-row > div{ height: 40px; line-height: 40px; float: left;     border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }	
	.report-layer-bhd-4-right-row > div.a{ width: 33.333%; }
	.report-layer-bhd-4-right-row > div.b{ width: 66.666%; }
	
}
@media (min-width: 768px){
	.report-layer-bhd-4 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-bhd-4 > div > div{ height: auto; }
	/* �� */
	.report-layer-bhd-4-left{}
	.report-layer-bhd-4-left-row{ height: 40px; }
	.report-layer-bhd-4-left-row > div{ height: 40px; line-height: 40px; float: left; width: 33.333%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }
	/* �� */
	.report-layer-bhd-4-right{}
	.report-layer-bhd-4-right-row{ height: 40px; }
	.report-layer-bhd-4-right-row > div{ height: 40px; line-height: 40px; float: left; width: 50%;    border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }

}

/* 2 */
@media (max-width: 767px) {	
	.report-layer-bhd-2 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5;}
	.report-layer-bhd-2 > div > div{ height: auto; }
	/* �� */
	.report-layer-bhd-2-left{}
	.report-layer-bhd-2-left-row{ height: 40px; }
	.report-layer-bhd-2-left-row > div{ height: 40px; line-height: 40px; float: left; width: 33.333%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }
	/* �� */
	.report-layer-bhd-2-right{}
	.report-layer-bhd-2-right-row{ height: 40px; }
	.report-layer-bhd-2-right-row > div{ height: 40px; line-height: 40px; float: left; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }	
	.report-layer-bhd-2-right-row > div.a{ width: 33.333%; }
	.report-layer-bhd-2-right-row > div.b{ width: 66.666%; }
}
@media (min-width: 768px){
	.report-layer-bhd-2 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5;}
	.report-layer-bhd-2 > div > div{ height: auto; }
	/* �� */
	.report-layer-bhd-2-left{}
	.report-layer-bhd-2-left-row{ height: 40px; }
	.report-layer-bhd-2-left-row > div{ height: 40px; line-height: 40px; float: left; width: 33.333%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }
	/* �� */
	.report-layer-bhd-2-right{}
	.report-layer-bhd-2-right-row{ height: 40px; }
	.report-layer-bhd-2-right-row > div{ height: 40px; line-height: 40px; float: left; width: 50%;    border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }

}
@media (max-width: 767px) {	
	.report-layer-bhd-5 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5;}
	.report-layer-bhd-5 > div > div{ height: auto; }
	/* �� */
	.report-layer-bhd-5-left{}
	.report-layer-bhd-5-left-row{ height: 40px; }
	.report-layer-bhd-5-left-row > div{ height: 40px; line-height: 40px; float: left; width: 33.333%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }
	/* �� */
	.report-layer-bhd-5-right{}
	.report-layer-bhd-5-right-row{ height: 40px; }
	.report-layer-bhd-5-right-row > div{ height: 40px; line-height: 40px; float: left; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }	
	.report-layer-bhd-5-right-row > div.a{ width: 33.333%; }
	.report-layer-bhd-5-right-row > div.b{ width: 66.666%; }
}
@media (min-width: 768px){
	.report-layer-bhd-5 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5;}
	.report-layer-bhd-5 > div > div{ height: auto; }
	/* �� */
	.report-layer-bhd-5-left{}
	.report-layer-bhd-5-left-row{ height: 40px; }
	.report-layer-bhd-5-left-row > div{ height: 40px; line-height: 40px; float: left; width: 33.333%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }
	/* �� */
	.report-layer-bhd-5-right{}
	.report-layer-bhd-5-right-row{ height: 40px; }
	.report-layer-bhd-5-right-row > div{ height: 40px; line-height: 40px; float: left; width: 50%;    border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }

}

/* 3 */
@media (max-width: 767px) {	
	.report-layer-bhd-3 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-bhd-3 > div > div{ height: auto; }
	/* ��(ֻ����) */
	.report-layer-bhd-3-left{ }    .report-layer-bhd-3-left.pc-show{ display: none; }
	.report-layer-bhd-3-left-row{ height: 40px; }
	.report-layer-bhd-3-left-row > div{ height: 40px; line-height: 40px; float: left; width: 33.333%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }
}
@media (min-width: 768px){
	.report-layer-bhd-3 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-bhd-3 > div > div{ height: auto; }
	/* ��(ֻ����) */
	.report-layer-bhd-3-left{  }
	.report-layer-bhd-3-left-row{ height: 40px; }
	.report-layer-bhd-3-left-row > div{ height: 40px; line-height: 40px; float: left; width: 33.333%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }
	
}


/* �ƽ����걨��� */
/* ͨ������ */
.report-layer-hjz .font1{ background-color: #FFFFFF; color: #0E97E5; font-weight: bold; }
@media (max-width: 767px) {	
	.report-layer-hjz .font2{background: #0E97E5; color: #FFFFFF; line-height:20px; }
}
@media (min-width: 768px){
	.report-layer-hjz .font2{background: #0E97E5; color: #FFFFFF; line-height:40px; }
}
.report-layer-hjz .font3{ background-color: #FFFFFF; color: #0E97E5;  }
.report-layer-hjz .font4{background: #F3FAFE; color: #929494; text-align: right; }
.report-layer-hjz input{ background: #F3FAFE; height: 100%; width: 100%; border: 0px; padding-right: 5px; }
.report-layer-hjz .font4 input{ text-align: right; }
.report-layer-hjz .font4.not-in input{ background: #f3f2f9;text-align: right; }

.report-layer-hjz-1-left-row.active .font4 input{ background: #FFF; }
@media (max-width: 767px) {	
	.report-layer-hjz-container{ height: auto; margin-top: 5px; padding: 0px 2% 0px 2%;  }
	.report-layer-hjz{ height: auto; }
	.report-layer-hjz-1{  }/* 1 */
}
@media (min-width: 768px){
	.report-layer-hjz-container{ height: auto; margin-top: 20px; padding: 0px 22px 0px 22px;  }
	.report-layer-hjz{ height: auto; }
	.report-layer-hjz-1{  }/* 1 */
}
/* 1 */
@media (max-width: 767px) {	
	.report-layer-hjz-1 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-hjz-1 > div > div{ height: auto; }
	/* �� */
	.report-layer-hjz-1-left{}
	.report-layer-hjz-1-left-row{ height: auto; }
	.report-layer-hjz-1-left-row > div{ height: 40px; line-height: 40px; float: left; width: 25%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }
	
}
@media (min-width: 768px){
	.report-layer-hjz-1 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-hjz-1 > div > div{ height: auto; }
	/* �� */
	.report-layer-hjz-1-left{}
	.report-layer-hjz-1-left-row{ height: 40px; }
	.report-layer-hjz-1-left-row > div{ height: 40px; line-height: 40px; float: left; width: 25%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }
	
}

/* �ƽ������� */
@media (max-width: 767px) {	
	.report-layer-hjz-descr-title{ height: 35px; line-height: 35px; margin-top: 5px; padding: 0px 2% 0px 2%; font-weight: bold; }
	.report-layer-hjz-descr{ height: 100px; margin-top: 5px; padding: 0px 2% 0px 2%; }
	.report-layer-hjz-descr > textarea{ height: 100%; width: 100%; border: 1px solid #E5E5E5; }
	.report-layer-hjz-field{ height: auto; margin-top: 10px; padding: 0px 2% 0px 2%; }
	.report-layer-hjz-field > div { height: auto; }
	.report-layer-hjz-field > div > div{ height: 30px; }
	.report-layer-hjz-field > div > div > span{ width: 100px; color: #0E97E5; }
	.report-layer-hjz-field > div > div > input{ height: 100%; width: 150px; border: 1px solid #E5E5E5; padding-left: 5px; }
}
@media (min-width: 768px){
	.report-layer-hjz-descr-title{ height: 35px; line-height: 35px; margin-top: 5px; padding: 0px 22px 0px 22px; font-weight: bold; }
	.report-layer-hjz-descr{ height: 100px; margin-top: 5px; padding: 0px 22px 0px 22px; }
	.report-layer-hjz-descr > textarea{ height: 100%; width: 100%; border: 1px solid #E5E5E5; }
	.report-layer-hjz-field{ height: auto; margin-top: 10px; padding: 0px 22px 0px 22px; }
	.report-layer-hjz-field > div { height: auto; }
	.report-layer-hjz-field > div > div{ height: 30px;  }
	.report-layer-hjz-field > div > div > span{ width: 100px; color: #0E97E5; }
	.report-layer-hjz-field > div > div > input{ height: 100%; width: 150px; border: 1px solid #E5E5E5; padding-left: 5px; }
}

/* �����±����� */
/* ͨ������ */
.report-layer-qx .font1{ background-color: #FFFFFF; color: #0E97E5; font-weight: bold; }
.report-layer-qx .font2{background: #0E97E5; color: #FFFFFF;}
.report-layer-qx .font4{background: #F3FAFE; color: #929494; text-align: right; }
.report-layer-qx input{ background: #F3FAFE; height: 100%; width: 100%; border: 0px; padding-right: 5px; }
.report-layer-qx .font4 input{ text-align: right; }
@media (max-width: 767px) {	
	.report-layer-qx-container{ height: auto; margin-top: 5px; padding: 0px 2% 0px 2%; }
	.report-layer-qx{ height: auto; }
	.report-layer-qx-1{ }/* 1 */
}
@media (min-width: 768px){
	.report-layer-qx-container{ height: auto; margin-top: 20px; padding: 0px 22px 0px 22px;  }
	.report-layer-qx{ height: auto; }
	.report-layer-qx-1{  }/* 1 */	
}
/* 1 */
@media (max-width: 767px) {	
	.report-layer-qx-1 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-qx-1 > div > div{ height: auto; }
	/* �� */
	.report-layer-qx-1-left{}
	.report-layer-qx-1-left-row{ height: 40px; }
	.report-layer-qx-1-left-row > div{ height: 40px; line-height: 40px; float: left; width: 50%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }
	/* �� */
	.report-layer-qx-1-right{}
	.report-layer-qx-1-right-row{ height: 40px; }
	.report-layer-qx-1-right-row > div{ height: 40px; line-height: 40px; float: left;  width: 50%;  border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }	
	
}
@media (min-width: 768px){
	.report-layer-qx-1 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-qx-1 > div > div{ height: auto; }
	/* �� */
	.report-layer-qx-1-left{}
	.report-layer-qx-1-left-row{ height: 40px; }
	.report-layer-qx-1-left-row > div{ height: 40px; line-height: 40px; float: left; width: 50%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }
	/* �� */
	.report-layer-qx-1-right{}
	.report-layer-qx-1-right-row{ height: 40px; }
	.report-layer-qx-1-right-row > div{ height: 40px; line-height: 40px; float: left; width: 50%;   border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }

}

/* ʱ��˼ۡ����� */
/* ͨ������ */
.report-layer-cai .font1{ background-color: #FFFFFF; color: #0E97E5; font-weight: bold; }
.report-layer-cai .font1.price{ text-align: right; padding-right: 5px;
 }
@media (max-width: 767px) {	
	.report-layer-cai .font2{background: #0E97E5; color: #FFFFFF; line-height:20px; }
}
@media (min-width: 768px){
	.report-layer-cai .font2{background: #0E97E5; color: #FFFFFF; line-height:40px; }
}
.report-layer-cai .font4{background: #F3FAFE; color: #929494; text-align: center; }
.report-layer-cai input{ background: #F3FAFE; height: 100%; width: 100%; border: 0px; padding-right: 5px; }
.report-layer-cai .font4 input{ text-align: right; }

.report-layer-cai-1-left-row.active .font4 { background: #FFF; }
.report-layer-cai-1-left-row.active .font4 input{ background: #FFF; }
@media (max-width: 767px) {	
	.report-layer-cai-container{ height: auto; margin-top: 5px; padding: 0px 2% 0px 2%;  }
	.report-layer-cai{ height: auto;margin-bottom: 25px; }
	.report-layer-cai-1{  }/* 1 */
}
@media (min-width: 768px){
	.report-layer-cai-container{ height: auto; padding: 0px 30px 0px 30px;  }
	.report-layer-cai{ height: auto;margin-bottom: 25px; }
	.report-layer-cai-1{  }/* 1 */
}
/* 1 */
@media (max-width: 767px) {	
	.report-layer-cai-1 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-cai-1 > div > div{ height: auto; }
	/* �� */
	.report-layer-cai-1-left{}
	.report-layer-cai-1-left-row{ height: auto; }
	.report-layer-cai-1-left-row > div{ height: 40px; line-height: 40px; float: left; width: 25%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }
	.report-layer-cai-zw-1-left-row > div{ height: 40px; line-height: 40px; float: left; width: 9%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }
	.report-layer-cai-zw-1-left-row .font0{ width: 19%;}
}
@media (min-width: 768px){
	.report-layer-cai-1 > div{ height: auto; border-left: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.report-layer-cai-1 > div > div{ height: auto; }
	/* �� */
	.report-layer-cai-1-left{}
	.report-layer-cai-1-left-row{ height: 40px; }
	.report-layer-cai-1-left-row > div{ height: 40px; line-height: 40px; float: left; width: 25%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }
	.report-layer-cai-zw-1-left-row > div{ height: 40px; line-height: 40px; float: left; width: 9%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align: center; }
	.report-layer-cai-zw-1-left-row .font0{ width: 19%;}
}

/* ���ֺż��� */
.report-layer-lzj-tab-odd{ float: left; height: 40px; width: 63.4%; border-bottom: 1px solid #0E97E5 !important; }

.report-layer-lzj-1-left-row{ height: 40px; }
.report-layer-lzj-1-left-row > div{ height: 40px; line-height: 40px; float: left; width: 20%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }

.report-layer-lzj-3-left-row{ height: 80px; }
.report-layer-lzj-3-left-row .left{ height: 80px; line-height: 80px; float: left; width: 20%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }
.report-layer-lzj-3-left-row .benji{ background-color: #ffe6e8;height: 40px; line-height: 40px; float: left; width: 20%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }
.report-layer-lzj-3-left-row .quji{ background-color: #ddeefd;height: 40px; line-height: 40px; float: left; width: 20%; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  text-align: center; }

/* ��ҵ��չר���ʽ��걨 */
.report-layer-decl-tab-odd{ float: left; height: 40px; width: 84.8%; border-bottom: 1px solid #0E97E5 !important; }

/* ����ֲ˼� */
.dot-view-zw-veget-info{ height: auto; margin-right:0 }
.dot-view-zw-veget-info > div{ height: auto; }
.dot-view-zw-veget-info > div > div { height: 50px; font-size: 18px; }
.dot-view-zw-veget-info-name{ height: 50px; float:left; line-height: 50px;  width: 50%; text-align: right; color: #4BA8EB; }
.dot-view-zw-veget-info-value{ height: 50px; float:left; line-height: 50px;  width: 50%; text-align: left; }
.dot-view-zw-veget-info-value{ height: 50px; float:left; line-height: 50px;  width: 100%; text-align: right; }

@media (max-width: 767px) {
	.zw-layer-title{ height: 40px; padding: 0px 2% 0px 2%; margin-top: 20px;}
	.zw-layer-title1{ float: left; width: 90%; height: 40px; line-height: 40px; font-size: 14px; font-weight: bold; color: #333333; text-align:center}
	.zw-layer-title2{ float: right; width: 35%; height: 40px; line-height: 40px; font-size: 12px; color: #0E97E5; text-align: right; }
}
@media (min-width: 768px){
	.zw-layer-title{ height: 60px; padding: 0px 100px 0px 100px; margin-top: 20px;}
	.zw-layer-sea{ height: 40px; padding: 0px 100px 0px 100px; text-align: right; line-height: 60px;}
	.zw-layer-com{ height: 30px; padding: 0px 100px 0px 100px; }
	.zw-layer-title1{ float: left; width: 100%; height: 60px; line-height: 45px; font-size: 24px; font-weight: bold; color: #333333; text-align:center}
	.zw-layer-sea1{ font-size: 18px; color: #333333; text-align:right; display: inline-block; vertical-align: bottom;}
	.zw-layer-sea2{ font-size: 18px; color: #333333; display: inline-block; margin-left: 20px; vertical-align: middle;}
	.zw-layer-title2{ float: right; width: 25%; height: 60px; line-height: 45px; font-size: 12px; color: #0E97E5; text-align: right; }
	.zw-layer-com2{ float: right; width: 25%; height: 30px; line-height: 15px; font-size: 12px; color: #0E97E5; text-align: right; }
	.zw-searchBhd-every{ height: 30px; color: #898989; text-align: center; border: 0px solid red; display: inline-block;}
	
}
.ent-select{
	width: auto;
	height: auto;
	padding: 4px;
}

@media (min-width: 1200px){
	.container {
		width: 1270px;
	}
}

