/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td{
	margin:0;
	padding: 0;
}
*{
	font-family:"Arial"!important;
}

body{
	font-family:"Arial","Microsoft Yahei";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#716e6e;
	background-color: #fff;
	/*min-width: 1200px; 主要内容区最小尺寸大小，每次制作前更新！！！ */
	overflow-y:auto; /*防止页面高度过低，滚动条加载时突显引起的页面调动。！！！ */
	line-height: 1.2;


}

input,textarea,select{
	
	font-family:"Arial","Microsoft Yahei";
	color:#716e6e;
	font-size: 14px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

.clearfix{zoom:1}    
.clearfix:after{
      content:"";
      display:block;
      height:0;
   clear:both;
   visibility:hidden;
 }

a{
	text-decoration: none;
	color:#716e6e;
	cursor: pointer;
	color:inherit;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1170px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}

*{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	overflow: hidden;
}

.img-box>img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/
#header{
	
	padding: 3px 0;
}
#header .wp{
	height: 133px;
	background-color: #f3f7fa;
	border-bottom: 1px solid #d8d8d8;
	padding: 0 20px 0 10px;
}


.logo{
	
	margin-top: 11px;
	margin-left: 25px;
}

.search{
	width: 262px;
	height: 31px;
	border-radius:20px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	padding-left: 15px;
	padding-top: 1px;
	margin-top: 26px;
	margin-right: 10px;

}
.search input[type="text"]{
	width: 200px;
	height: 27px;
	line-height: 27px;
	border:0;
	background-color: #fff;
}

.search input[type="image"]{
	vertical-align: middle;
	margin-left: 10px;
} 
.header-right-a{
	color:#d8d8d8;
	margin-top: 33px;
}
.header-right-a a{
	font-size: 14px;color:#716e6e;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 10px;
}

.header-right-a a img{
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}

.nav{
	background-color: #3399fe;
	width: 684px;
	border-radius: 20px;
	margin-top: 23px;
}
.nav li{
	float: left;
	height: 35px;
	line-height: 35px;
	width: 20%;
	text-align: center;

}

.nav li a{
	font-size: 14px;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
	
}
#main>.wp{
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.menu{
	width: 275px;
}

.content{
	width: 870px;
	min-height: 800px;
}

.mianbaoxie{
	padding: 36px 0 16px;
	border-bottom: 1px solid #d8d8d8;
	height: 64px;
}

.menu-title{
	padding: 36px 0 16px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 16px;
	color:#554f4f;
	text-transform: uppercase;
	height: 64px;
	text-align: center;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}


.menu-list{
	border-top: 1px solid #fff;

}

.menu-list li{
	padding: 0	6px;
	margin-top: 15px;
}

.menu-list li a{
	font-size: 16px;
	color:#554f4f;
	display: block;
	background-color: #fff;
	height: 31px;
	line-height: 31px;
	text-align: center;
	border-radius: 20px;
}

.menu-list li a:hover{
	background-color: #3399fe;
	color:#fff;
}
.menu-list li.active a{
	background-color: #3399fe;
	color:#fff;
}
.contact{
	border-top: 1px solid #fff;
}

.contact-item{
	width: 200px;
	margin:0 auto;
	padding: 14px 0;
	background-image: url(../images/item.png);
	background-repeat: no-repeat;
	background-position: center bottom;
		font-size: 13px;
	color:#554f4f;
	/*text-transform: uppercase;*/
	line-height: 1.5;
}

.contact-item img{
	margin-right: 14px;
	margin-top: 5px;
}

.about{
	line-height: 1.8;
}

.about-con-1{
	line-height: 1.8;
	font-size: 14px;
	color:#554f4f;
	padding:25px 40px ;
	border-bottom: 1px solid #d8d8d8;
}

.about-list-title{
	font-size: 16px;
	color:#554f4f;
	text-transform: uppercase;
	padding: 5px 0;
	padding-left:15px; 
}


.about-item{
	padding:0px 40px ;
	line-height: 1.8;
}

.about-item>h2{
	font-size: 16px;
	color:#003466;
	text-transform: uppercase;
	padding: 10px 0;
}

.about-item p{
font-size: 14px;
	color:#554f4f; 
}

.img-kuai{
	text-align: center;
	padding: 10px 0;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	border-top:1px solid #d8d8d8;
	margin-top: 2px; 
	padding: 20px 0;
}


.foo-left li{
	font-size: 12px;
	color:#646465;
	text-transform: uppercase;
	margin-top: 15px;
	text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}
.foo-left li:first-child{

}
.foo-left li img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
}

.foo-right{
	width: 307px;
	border-left: 1px solid #d8d8d8;
	padding-left: 63px;
	padding-right: 30px;
}

.foo-right>a{
	font-size: 12px;
	text-transform: uppercase;
	color:#003466;
	display: inline-block;
	margin-top: 20px;
}
.fenxiang {
	margin-top: 25px;
}
.fenxiang a{
	font-size: 0;
	padding-right: 12px;
}

.fenx-a{
	padding-bottom: 10px;
}
.fenx-a a{
	font-size: 12px;
	text-transform: uppercase;
	color:#434343;
	margin-top:18px;
	display: inline-block;
}
/**************************************************************/
/*footer-over*/




/*billing*/


.biaodan{
	border:10px solid #f5f4f4;
	padding:25px  12px;
	margin:25px 0;
}

.biaodan-title{
	font-size: 18px;
	color:#7e7b7c;
	font-weight: bold;
}

.biaodan-title img{
	display: block;
	margin-top: 5px;
}



.input{
	margin-top: 22px;
}
.input span{
	display: inline-block;vertical-align: top;
	width: 226px;
	text-align: right;	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color:#716e6e;
}
.input span i{
	color:#f00;
}

.input-text{
	display: inline-block;
	line-height: 34px;
	font-size:14px;
	color:#7e7b7c; 
	font-style: italic;
}

.input-text input[type="text"]{
	height: 34px;
	line-height: 34px;
	border:1px solid #ccc;
	margin-left: 10px;
	width: 200px;
	padding: 0	10px;
	font-size: 14px;
	color:#333;
	outline-color:#e4c29d; 

}

.input-text input[type="password"]{
	height: 34px;
	line-height: 34px;
	border:1px solid #ccc;
	margin-left: 10px;
	width: 200px;
	padding: 0	10px;
	font-size: 14px;
	color:#333;
	outline-color:#e4c29d; 

}
.input-text1 input[type="text"]{
	width: 345px;
}
.input-text2 input[type="text"]{
	width: 160px;
}
.input-text3 input[type="text"]{
	width: 300px;
}
.input-text select{
	height: 34px;
	line-height: 34px;
	border:1px solid #ccc;
	margin-left: 10px;
	width: 200px;outline-color:#e4c29d; 
}

.biaodan-form-wp{
	padding: 30px 0;
}

.biaodan-tijiao{
	padding: 30px 0 0;
	border-top: 1px solid #d8d8d8;
	line-height: 1.2;
	padding-left: 30px;
	color:#7e7b7c;
}

.biaodan-tijiao input[type="checkbox"]{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.biaodan-tijiao input[type="button"]{
	width: 150px;
	height: 31px;
	border:0;
	background-color: #ff9000;
	color:#fff;
	font-size: 18px;
	border-radius: 3px;
	cursor: pointer;
}

.biaodan-tijiao .fr{
	margin-top: -32px;
}

/*dl*/

.dl{
	width: 525px;
	margin:0 auto;
}
.dl>h2{
	font-size: 14px;
	color:#939292;
	line-height: 2;
	text-align: center;
	padding:25px 100px ;
} 
.dl-biaodan{
	    border: 10px solid #f5f4f4;
	    border-radius: 5px;
	    padding: 15px;
	    padding-bottom: 25px;
}
.dl-biaodan span{
	width: 130px;
}
.dl-biaodan input[type="text"]{
	width: 287px;
}

.dl-biaodan input[type="password"]{
	width: 287px;
}

.dl-biaodan input[type="button"]{
	 width: 63px;
    height: 31px;
    border: 0;
    background-color: #ff9000;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
	margin-left: 10px;
}

.dl-biaodan input[type="checkbox"]{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
	margin-left:15px;
}

.dl-biaodan b{
	font-weight:normal;
	color:#939292;
}

.inputnone{
	margin-top: 15px;
	line-height: normal;
}

.inputnone span{
	height: auto;
}
.inputnone  a{
	padding-left: 10px;
	color:#ff9000;
	text-decoration: underline;
}


/*gwc*/




.gwc-table{
	padding:0 14px;
	margin-top: 18px;
	background-color:  #f5f4f4;
	border-radius: 10px;
}

.gwc-table table{
	width: 100%;border-collapse: collapse;
}

.gwc-table table th{
	height: 45px;
	background-color:#f5f4f4;
	font-size:  16px;
	color:#7a7878;
	font-weight: bold;
}

.gwc-table table td{
	height: 45px;
	background-color:#fff;
	font-size:  14px;
	color:#716e6e;
	border-bottom:1px solid #d8d8d8; 
	text-align: center;

}

.gwc-table table tr.last td{
	background-color: #f5f4f4;
	border-bottom: 0px;
	text-align: right;
	height: 52px;
}

.gwc-table table tr.last td a{
	display: inline-block;
	width: 125px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	background-color: #ff9000;
	margin-right: 15px;

}

.gwc-table table tr.last td a i{
	font-size: 25px;
	vertical-align: middle;
}
.gwc-table table td .num+a{
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
	padding-top: 3px;
}

.num{
	display: inline-block;
	border:1px solid #d8d8d8;vertical-align: middle;
}

.num span{
	float: left;
	width: 18px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	border-left: 1px solid #d8d8d8;
}

.num input[type="text"]{
	float: left;
	width: 18px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	border:0;
	border-left: 1px solid #d8d8d8;
	background-color: #fff;
}


.num span:first-child{
	border-left: 0;
	cursor: pointer;
}
.num span:first-child+span+span{
	cursor: pointer;

}

.gewc-table2>h1{
	font-size: 18px;
	font-weight: bold;
	color:#716e6e;
	padding-bottom: 20px;
	
}

.gewc-table2{
	text-align: right;
	margin-top: 40px;
}
.gewc-table2 table{
	width: 428px;
	border-collapse: collapse;


}
.gewc-table2 table td{
	height: 45px;
	background-color: #fff;
	border:1px solid #d8d8d8;
	font-size: 14px;
	color:#716e6e;
	padding: 0	10px;
}
.gewc-table2 table td:first-child{
	background-color: #f5f4f4;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}


.mai a{
	display: inline-block;
	width: 200px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	background-color: #ff9000;
	margin-top: 15px;
	font-weight: bold;
}

.mai input[type="submit"]{
	display: inline-block;
	width: 200px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #ff9000;
	margin-top: 15px;
	font-weight: bold;
	border:0;
}

/*.gwc2*/



.gwc-info{
	border:1px solid #d8d8d8;
	border-radius: 5px;
	padding: 13px 10px;
	margin-top: 12px;
	font-size: 14px;
	color:#716e6e;
	line-height: 1.6;
}
.gwc-info img{
	vertical-align: middle;	margin-top: -3px;
	margin-right: 3px;
}

.gwc-info a{
	color:#ff9000;
}

.gwc2-con>h1{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	color:#003466;
}


.gwc2-con>h2{
	font-size: 16px;
	color:#716e6e;
	margin-top: 15px;
}
.gwc2-con>h2 img{
	vertical-align: middle;	margin-top: -3px;
	margin-right: 9px;
}

.hong{
	    display: inline-block;
    width: 105px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #ff9000;
  
}

.sel-list{
/*	width: 95%;
	margin:0 auto;*/
	padding-right: 15px;
}

.sel-list li{

	float: left;
	/*width: 16.666666667%;*/
	text-align: center;
	font-size: 14px;
	color:#7a7878;
	font-weight: bold;
		height:26px ;
		line-height: 26px;
}

.sel-list li select{
	width: 100%;
	height:26px ;
	border:1px solid #bbbaba;
	font-size: 14px;
}


.gwc2-table{
	padding-bottom: 15px;
	overflow-x:auto; 
}





.gwc2-con-xx>h1{
	font-size: 16px;
	margin-top: 30px;
	color:#003466;
}


.gwc2-con-xx>h2{
	font-size: 14px;
	color:#716e6e;
	margin-top: 15px;
}
.gwc2-con-xx>h2 img{
	vertical-align: middle;	margin-top: -3px;
	margin-right: 9px;
}


.table1{
	width: 100%;
	
	border-collapse: collapse;
}

.table1 td{
	height: 45px;
	font-size: 14px;
	color:#7a7878;
	text-align: left;
	padding-left: 17px;
	border:1px solid #d8d8d8;
}

.table1 td:first-child{
	font-weight: bold;

}

.table1 th{
	height: 45px;
	font-size: 14px;
	color:#7a7878;
	text-align: left;
	padding-left: 17px;
	border:1px solid #d8d8d8;
	background-color: #f5f4f4;
	border-top: 4px solid #3399fe;
}


.gwc2-con-xx .img-kuai{
	padding: 30px 0;
}
.docu-list{
	line-height: 2.2;
}
.docu-list a{
	display: inline-block;
	font-size: 14px;
	color:#7a7878;
	text-decoration: underline;
	padding-right: 15px;

}

.docu-list a img{
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}
.rel-list li{
	margin-top: 15px;font-size: 14px;
	color:#7a7878;
}
.rel-list li img{
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}
.rel-list li a{
	text-decoration: underline;
}


/*contactus*/


.contactus1{
	line-height: 2.5;
	padding: 10px 17px;
	
}
.contactus1 p{
	font-size: 14px;
	color:#716e6e;
}

.contactus1 a{
	color:#003466;
}
.contactus2{
	padding: 30px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.contactus2>h1{
	font-size: 16px;
	font-weight: bold;
	color:#003466;
}

.contact-input span{
	display: inline-block;
	text-align: right;
	width: 150px;
		font-size: 14px;
	color:#716e6e;vertical-align: top;height: 34px;
	line-height: 34px;
}

.contact-input span i{
	color:#f00;vertical-align: top;
}

.contact-input{
	margin-top: 14px;
}

.contact-input-text{
	display: inline-block;
	margin-left: 28px;

}
.contact-input-text p{
	color:#bdb7b7;
}

.contact-input-text input[type="text"]{
	width: 250px;
	height: 34px;
	line-height: 34px;
	border:1px solid #ccc;
	padding: 0	10px;
}

.contact-input2 input[type="text"]{
	width: 620px;
}

.contact-input-text  textarea{
	width: 620px;
	height: 150px;border:1px solid #ccc;
	padding: 10px;
	line-height: 1.6;
}

.contact-input-text input[type="button"]{
	width: 116px;
	height:33px;
	background-color:#3399fe;
	color:#fff;  
	font-size: 14px;
	border:0;
	cursor: pointer;
}

.contactus3 li>h1{
	font-size: 18px;
	font-weight: bold;
	color:#003466;
	
	line-height: 1;
}

.contactus3 li{
	padding: 10px 17px;
	border-bottom: 1px solid #d8d8d8;
}
.guojia{
	width: 73px;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/guojia.png);
	margin-top: 13px;
}

.contactus3 li>h2{
	font-size: 14px;
	font-weight: bold;
	color:#003466;
	margin-top: 13px;
	

}

.contactus3 li p{
	font-size: 14px;
	color:#716e6e;
	line-height:2.5;
}

.contactus3 li p a{
	color:#003466;
	text-decoration: underline;
}


/*product*/


.product li{
	padding: 30px 13px;
	border-bottom: 1px solid #d8d8d8;
}

.product2 li{
	padding: 20px 13px;
}
.product li h1{
	font-size: 16px;
	color:#003466;
/*	text-transform: uppercase;*/
	font-weight: 600;
	padding-bottom: 10px;
}


.product li p{
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: left 9px;
	background-image: url(../images/dian.jpg);
	line-height: 1.8; 
}


.more{
	padding-left: 13px;
	margin-top: 10px;

}
.more a{
	display: inline-block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	border-radius: 15px;
	background-color: #e5f1fd;
	text-align: center;
	color:#554f4f;
}


/*.product3*/



.product3 table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
}


.product3 table th{
	height: 55px;
	background-color: #f5f4f4;
	font-size: 16px;
	color:#003466;
	text-align: center;
	border-top: 4px solid #3399fe;
}



.product3 table td{
	height: 55px;
	text-align: center;
	border:1px solid #eaeaea;
}


.product3 table td a{
	color:#ff9000;
	padding:0 15px;
}




.biaodan-tijiao2 .fr{
	margin-top: 0
}


.xiugai1 h1{
	font-size: 14px;
	color:#939292;
}
.xiugai1{
	padding: 20px 50px 20px 50px;
}

.xiugai1 input[type="text"]{
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 0	10px;
	border:1px solid #d1d1d1;
	margin:15px 0 0;
}


.dl-biaodan.xiugai1 input[type="button"]{
	margin-left: 0;
	width: 118px;


}

.dl-biaodan.xiugai2 input[type="button"]{
	
	width: 118px;


}
.dl-biaodan.xiugai2 span
{width: 90px;}


.dl-biaodan.xiugai2 input[type="text"]{
	width: 250px;
}

.xiugai2 .input-text b{
	font-weight: normal;
	font-style: normal;
	color:#ff9000;
	font-size: 12px;
}

.xiugai2 .input-text{
	 /*text-overflow:ellipsis; white-space:nowrap; overflow:hidden;*/
}


.zc.dl>h2{
	padding: 60px 80px 20px 80px;
}


.zc .dl-biaodan input[type="button"]{
	width: 150px;
}

.inputnone-div{
	display: inline-block;
	margin-left: 10px;
}

/*fukuan*/


.fukuan{
	padding: 10px;
	background-color:#f5f4f4;
	border-radius: 5px; 
	margin-top: 12px;
	width: 97%;
	margin:15px auto 0;
}
.fukuan-top input{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	margin-left: 10px;
}

.fukuan-top a{
	display: inline-block;
	font-size: 0;
	line-height: normal;
	vertical-align: middle;
}
.fukuan-top a.fas{
	margin-left: 15px;
}
.fukuan-top a img{
	display: block;
}

.fukuan-con{
	margin-top: 15px;
	background-color: #fff;
	padding: 10px 15px 30px;
	position: relative;
}

.fukuan-con i{
	position: absolute;
	left: 45px;
	top: -13px;
	font-size: 0;
	line-height: normal;
}

.fukuan-con h1{

	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d8d8d8;
}

.fukuan-con li{
	float: left;
	width: 50%;
	margin-top: 25px;
	padding-right: 8%;
	padding-left: 3%;
}

.fukuan-con li h2{
	font-size: 14px;
	padding-bottom: 10px;
}

.fukuan-con li h2 i{
	color:#f00;
}

.fukuan-con li input[type="text"]{
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 0	10px;
	border:1px solid #d8d8d8;
}

.fukuan-con li select{
	width:80px;
	height: 34px;
	line-height: 34px;

	border:1px solid #d8d8d8;
}
.fukuan-an
{text-align: right;width: 96%;
margin:400px auto 100px;}



/*vip*/

.vip{
	padding: 0	2%;
}

.vip-top{
	border:10px solid #f5f4f4;
	padding: 20px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position:  center 45%;
	background-image: url(../images/xian.png);
}

.vip-top-con{
	width: 46%;
}
.vip-top-con h1{
	font-size: 16px;font-weight: bold;
}

.vip-top-con h1 a{
	color:#ff9000;font-size: 14px;
	font-weight: normal;
}


.vip-top-con p{
	line-height: 2;
	margin-top: 5px;
}
.vip-table{
	background-color: #f5f4f4;
	padding:0 10px;
	margin-top: 15px;
	overflow-x: auto;
}
.vip-table table{
	width: 100%;

	border-collapse: collapse;
}


.vip-table table td{
	background-color: #fff;
	height: 43px;
	line-height: 1.8;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	padding: 10px 0;
}
.vip-table table td:first-child{
	text-align: left;
	padding-left:31px; 
}

.vip-table table th{
	background-color: #f5f4f4;
	height: 43px;
	line-height: 1.8;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
}
.vip-table table th:first-child{
	text-align: left;
	padding-left:31px; 
}

.vip-table table tr.last-tr td{
	background-color: #f5f4f4;
	border-bottom: 0;
}

.vip-mai{
	margin-top: 20px;
	text-align: right;
}

.vip2-title{
	margin-top: 15px;
	font-size: 18px;
	color:#716e6e;
	font-weight: bold;
}
.vip2-title .fr{
	font-size: 16px;
	color:#716e6e;font-weight: normal;
}

.vip2-title .fr span{
	color:#ff9000;
}
.vip2-bottom .hong{
	width: 140px;
	border-radius: 3px;
}
.vip2-bottom{
	padding: 7px 0;
}

/*.page a{
	font-size: 14px;
	color:#7a7878;
	padding: 0	3px;
}

.page a:hover{
	color:#ff9000;
}*/


/*index*/
.index-title{
	    padding: 36px 0 16px;
    border-bottom: 1px solid #d8d8d8;
    height: 64px;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: 600;
}

.index-title .fr{
	margin-right: 20px;
	font-size: 0;
	margin-top: 7px;

}
.index .about-con-1{
	border:1px dashed #c2c2c3;
	margin-top: 15px;
	border-radius: 5px;
}
.index .about-con-1 *{
	font-size: 14px!important;
}
.index-list li{
	padding: 20px 0;
	border-top: 1px solid #cfd8de;
	padding-right: 17px;
}

.index-list li:first-child{
	border-top: 0;
}

.index-pic{
	width: 100px;
	border-right: 1px dotted #939292;
	margin-right: 30px;
	

}

.index-pic img{
	display: block;
	margin:0 auto;
}


.index-list li h1{
	font-size: 16px;
	font-weight: 600;
	color:#003466;
	text-transform: uppercase;
	padding: 0px 0 5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; 
}
.index-list li p{
	line-height: 1.6;
	overflow: hidden; 
	height: 50px;
}

.index-list{
	padding-bottom: 30px;
}



.our-list li{

	width: 48%;
	height: 180px;
	margin-top: 20px;
	padding:25px 0;

}
.our-list li.li-ou{
	padding-left: 23px;
}
.our-list li.colorli{
	background-color: #e5f1fd;
}

.our-num{
	width: 70px;
	height: 52px;
	background-repeat: no-repeat;
	background-position:right center;
	background-image: url(../images/our.png);
	font-size: 24px;
	color:#1468ba;
	font-weight: 600;
	text-align: center;
	margin-right: 28px;
	margin-top: 10px;
	
}
.our-num.fr{
	text-align: right;
	padding-right: 12px;
	padding-top: 20px;
	background-position: left center;
	margin-right:0;
}
.our-con{
	width: 70%;
}
.our-list li.li-ou .our-con{
	width: 80%;
}

.our-list li.li-ou  .our-num{
	margin-top: 86px;
}

.our-list li.li-ou .our-con.tete{
	width: 73%;
}
.our-list li.li-ou .our-con.tete+.our-num{
	margin-top: 100px;
}

.our-con h1{
	font-size:16px;
	color:#1468ba;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 8px;
}
.our-con p{
	font-size: 14px;
	color:#5b6a79;
	line-height: 1.8;
}








/**************************************/



.page{
	margin-top:25px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:12px;
}
.page .page_in{
	display:inline-block;
}
.page a,.page em{
	float:left;
	color:#a3a3a3;
	margin:0 2px;
}
.page a{
	display:inline-block;
	height:18px;
	line-height:18px;
	padding:0 5px;
	border:1px solid #a3a3a3;
}
.page a:hover{
	color:#fff;
	border-color:#0a73d2;
	background:#0a73d2;
}
.page select{
	float:left;
	height:20px;
	padding:1px;
	border:1px solid #a3a3a3;
	width:40px;
}
.page .page_in{
	display:inline-block;
}










/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	    box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000000000;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
}

.nav-2 li{
	padding:  10px ;
	
}


.nav-2 li a{
	display: block;
	font-size: 16px;
	width: 100%;
	color:#fff;
	padding: 8px 0;
	text-align: center;
	background-color: #3399fe;
	border-radius: 15px;
	text-transform: uppercase;
}
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.logo-2{
	font-size: 0;
	width: 108px;
	margin-left: 5px;
	margin-top: 3px;
}
.logo-2 a{
	display: inline-block;
	width: 100%;
	height: 67px;
	line-height: 67px;
}

.logo-2 img{
		
		vertical-align: middle;
	}

.menu2{
	height: 100%;
	line-height: 75px;
	margin-right: 15px;

}
.menu2 li{
	display: inline-block;
	cursor:pointer ;
	margin-left: 10px;
}
.menu2 li img{
	vertical-align: middle;
}

.chenggao{
		display: none;
		height: 75px;
	}

.search-2{
	text-align: center;
	height: 35px;
	margin-top: 7px;
	display: none;
	position: relative;
}
.search-2 input[type="text"]{
	width: 94%;
	height:30px;
	border:0;
	border:2px solid #3399fe;
	padding-left: 1%;
	border-radius: 5px;

}
.search-2 input[type="image"]{
	position: absolute;
	right: 26px;
	top:7px;
}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.ccc {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
}

span.ccc-active {
	background-color: #3399fe;
	border:none;
	color: #fff;
}

.ccc:hover {
	background-color: #3399fe;
	color: #fff;
}

.bt-page {
	text-align: center;

	margin: 28px auto;
	/* padding-left: 45px; */
}


.bt-page * {
	display: inline-block;
	margin-left: 5px;
}

.bt-page div {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;

	color: #000;
	font-size: 14px;
	border-radius: 5px;
}
.bt-page div:hover{
	background-color: #cccccc;
	border:1px solid #cccccc;
	color: #fff;
}





/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/

.buyao{
	font-size: 16px;
	margin-top: 30px;
	color: #003466;
}


/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/





.inquiry_span{
	cursor: pointer;
}

.inquiry_span:hover{
	color: #3399fe;
}





/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/
