/*
Zerotheme.com | Free Html5 Responsive Templates
Zerogrid - A Single Grid System for Responsive Design
Author: Kimmy
Version : 3.0
Author URI: http://www.zerotheme.com/
*/
/* -------------------------------------------- */
/* ------------------Grid System--------------- */ 
.zerogrid{ width: 1200px; position: relative; margin: 0 auto; padding: 0px;}
.zerogrid:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.zerogrid .f-right{float: right!important;}
.zerogrid .f-left{float: left!important;}

.zerogrid .row{}
.zerogrid .row:before,.row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.zerogrid .row:after{clear: both; }
.zerogrid .row{zoom: 1;}

.zerogrid .wrap-col{font-family:"微软雅黑";width:98%}
.zerogrid .wrap-col p{ font-size:14px}

.zerogrid .col-1-2, .zerogrid .col-1-3,.zerogrid .col-1-3-1, .zerogrid .col-2-3, .zerogrid .col-1-4, .zerogrid .col-2-4, .zerogrid .col-3-4, .zerogrid .col-1-5, .zerogrid .col-2-5, .zerogrid .col-3-5, .zerogrid .col-4-5, .zerogrid .col-1-6, .zerogrid .col-2-6, .zerogrid .col-3-6, .zerogrid .col-4-6, .zerogrid .col-5-6{float:left; display: inline-block;}

.zerogrid .col-full{width:100%;}

.zerogrid .col-1-2{width:50%;}
.zerogrid .offset-1-2{margin-left: 50%;}

.zerogrid .col-1-3{width:33.33%;}
.zerogrid .col-1-3-1{width:20.00%;}
.zerogrid .col-2-3{width:66.66%;margin-top:10px;}
.zerogrid .offset-1-3{margin-left: 33.33%;}
.zerogrid .offset-2-3{margin-left: 66.66%;}

.zerogrid .col-1-4{width:25%;}
.zerogrid .col-2-4{width:50%;}
.zerogrid .col-3-4{width:75%;}
.zerogrid .offset-1-4{margin-left: 25%;}
.zerogrid .offset-2-4{margin-left: 50%;}
.zerogrid .offset-3-4{margin-left: 75%;}

.zerogrid .col-1-5{width:20%;}
.zerogrid .col-2-5{width:40%;}
.zerogrid .col-3-5{width:60%;}
.zerogrid .col-4-5{width:80%;}
.zerogrid .offset-1-5{margin-left: 20%;}
.zerogrid .offset-2-5{margin-left: 40%;}
.zerogrid .offset-3-5{margin-left: 60%;}
.zerogrid .offset-4-5{margin-left: 80%;}

.zerogrid .col-1-6{width:16.66%;}
.zerogrid .col-2-6{width:33.33%;}
.zerogrid .col-3-6{width:50%;}
.zerogrid .col-4-6{width:66.66%;}
.zerogrid .col-5-6{width:83.33%;}
.zerogrid .offset-1-6{margin-left: 16.66%;}
.zerogrid .offset-2-6{margin-left: 33.33%;}
.zerogrid .offset-3-6{margin-left: 50%;}
.zerogrid .offset-4-6{margin-left: 66.66%;}
.zerogrid .offset-5-6{margin-left: 83.33%;}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.zerogrid{width:960px;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.zerogrid{width:768px;}
}

@media only screen and (max-width: 767px) {
	.zerogrid, .zerogrid .col-1-2, .zerogrid .col-1-3, .zerogrid .col-2-3, .zerogrid .col-1-4, .zerogrid .col-2-4, .zerogrid .col-3-4, .zerogrid .col-1-5, .zerogrid .col-2-5, .zerogrid .col-3-5, .zerogrid .col-4-5, .zerogrid .col-1-6, .zerogrid .col-2-6, .zerogrid .col-3-6, .zerogrid .col-4-6, .zerogrid .col-5-6{width:100%;}
	
	.zerogrid .offset-1-2, .zerogrid .offset-1-3, .zerogrid .offset-2-3, .zerogrid .offset-1-4, .zerogrid .offset-2-4, .zerogrid .offset-3-4, .zerogrid .offset-1-5, .zerogrid .offset-2-5, .zerogrid .offset-3-5, .zerogrid .offset-4-5, .zerogrid .offset-1-6, .zerogrid .offset-2-6, .zerogrid .offset-3-6, .zerogrid .offset-4-6, .zerogrid .offset-5-6{margin-left:0;}
}

/*
Zerotheme.com | Free Html5 Responsive Templates
*/
@import url(http://fonts.useso.com/css?family=Montserrat:400,700);


/* ---------------------------------------------------------------------------- */
/* ------------------------------------Reset----------------------------------- */
/* ---------------------------------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

a{color: #4C4C4C;text-decoration: none;}
a:hover {color: #dc1a22;}
body{font-family:"微软雅黑"}
h1, h2 	{font-size: 25px;line-height: 25px;font-family:"微软雅黑"}
h3, h4	{font-size: 20px;line-height: 20px;font-family:"微软雅黑"}
h5, h6	{font-size: 16px;line-height: 16px;font-family:"微软雅黑"}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.line{width: 90px; height: 3px; background-color: #4eb700;display: inline-block;margin-top:20px;}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
html, body {width:100%; padding:0; margin:0;}
body {background: #fff;color: #3F3F3F; font-size:14px;}
body .wrap-body{}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Header--------------------------------- */
/* ---------------------------------------------------------------------------- */
header{
	background: url('../images/1.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 420px;
}

header .top-bar {background-color: rgba(0, 0, 0, 0.4);margin-top:502px}
header .top-bar .wrap-top{}

header .top-bar ul li{display:inline;}
header .top-bar ul p{display:inline;margin: 0 25px;float:left;}
header .top-bar .mail p{background: url(../images/Mail.png) no-repeat 0px 0px;color:#fff;padding-left: 33px;font-size:15px;}
header .top-bar .phone p{background: url(../images/Phone.png) no-repeat 0px 0px;color:#fff;padding-left: 33px;font-size:15px;}

.logo img{display: inline-block;}

header .nav-bar {background: #fff; }
header .nav-bar .wrap-nav{}

nav { margin: 17px auto 0px auto;display: inline-block;}
nav .active a{color: #dc1a22!important;font-weight: bold;}

#menu ul{padding:0px;margin:0px;list-style: none;}
#menu ul li{display:inline;}
#menu ul a{float:left;color: #666;margin-left: 20px; text-transform: uppercase;padding: 10px;font-size: 14px;}
#menu a:hover{color: #dc1a22;}

header .wrap-header{text-align: center;padding: 150px 0px 60px 0px;font-family:"微软雅黑"}
header .wrap-header h1{font-size:40px;color: #fff;line-height: 1.2;text-transform: uppercase;margin-bottom:10px; font-family:"微软雅黑"}
header .wrap-header span {font-size: 18px;color: #fff;}
header .wrap-header  ul{padding:0px;margin:0px;list-style: none;}
header .wrap-header ul li{display:inline;}
header .wrap-header ul a {float:left;color: #DDD;margin-left: 20px; text-transform: uppercase;padding: 10px;font-size: 16px;font-weight: bold;}
header .wrap-header ul p {float:left;color: #DDD;margin-left: 20px; text-transform: uppercase;font-size: 16px;font-weight: bold;}
header .wrap-header a:hover{color: #4eb700;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Container------------------------------ */
.banner{border-bottom: 8px solid #ececec; height: 380px; background: url(../images/banner-about-bg.png) repeat-x;}
.banner-c{background: url(../images/banner-about.jpg) center top no-repeat; height: 380px;}

.contain{padding: 44px 0 90px ;}
.main-top{background: url(../images/about-tit-bg.png) left bottom no-repeat;}

.article{margin-top:40px;float: left;}
.article h2{font-size: 30px; color: #dd2830; text-align: center; padding: 44px 0;}
.article p{line-height: 31px; color: #666666; text-indent: 2em;}
.article p strong{ font-size:18px;line-height:60px;}

.contain .aside{float: right; text-align: right; width:500px;}
.contain .aside ul li{float: left; width:110px; height: 110px; margin-left: 3px; margin-bottom: 3px;}
.aside ul{width:452px; height: 339px; float: right; padding: 130px 0 38px;}
.aside ul li{background: #fff;}
.aside li.blue{background: #dd2830;}
.aside li.lightblue{background: #424242;}
.aside li.green{background: #cbcbcb;}

.slogan{float:right;background:url(../images/quotes.png) left top no-repeat;font-size: 22px; line-height: 43px; color: #e3474c; width:451px; height: 138px; text-align: left; text-indent: 2em;}
/**内容页标题**/
.main-top{height: 66px; padding-left: 44px; }
.main-top .t{font-size: 28px; color: #383838; line-height: 35px; float: left;}
.position{font-size: 12px;  float: right;color: #b9b9b9; padding-top: 9px;}
.position a{color: #b9b9b9;}
.w1200{width: 1200px; margin: 0 auto;}
/* ---------------------------------------------------------------------------- */
#container {}
#container .wrap-container{background: #ffffff;}

/* ---content-box--- */
.content-box {}
.content-box .wrap-box {padding:30px 10px; position: relative;}
.content-box .header {text-align: center; margin: 30px 0; }
.content-box .header h2{font-size: 30px; color:#4eb700;letter-spacing: 1px;}
.content-box .header p{margin-top: 5px;}
.content-box .header .wrapper{padding: 5px 30px; display: inline-block;}
.content-box .post h3{margin: 25px 0; }

.content-box.boxstyle-1{background: #F4F3EE;}
.content-box.boxstyle-2{background: #fff; color: #000;}
.content-box.boxstyle-3{background:#eeeeee;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;height: 400px;}
.content-box.boxstyle-31{background:#fff;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;height: 400px;}



.content-box.box-1 {}
.content-box.box-1  img{max-height: 230px;width:100%;border-top-left-radius: 8px;border-top-right-radius: 8px;}
.content-box.box-1 .post{display: inline-block;background-color:#fff;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
.content-box.box-1 h3 {color: #000; margin: 25px;}
.content-box.box-1 .upload { padding: 5px 15px;;border-top: 1px solid #eee;font-size: 15px;color: #555;}
.content-box.box-1 .upload:hover {background : #DDD;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
.content-box.box-1 .upload a{ color: #4eb700;font-weight: bold;}
.content-box.box-1 .upload a:hover{ color: #000;}

.content-box.box-2 {text-align: center;}
.content-box.box-2 .wrapper{}
.content-box.box-2 .post{}
.content-box.box-2 .wrap-img1 {width: 150px; height: 150px; border-radius: 50%; border: 1px solid #DDD;}
.content-box.box-2 .wrap-img1 img{padding-top: 40px;}

.content-box.box-3 {text-align: center;}
.content-box.box-3 p{font-size: 40px;color: #fff;line-height: 1.8;font-weight: bold;margin-top: 80px;}


.content-box.box-4  {text-align: center;}
.content-box.box-4 a{color:#000;font-weight: 500;}
.content-box.box-4 a:hover{color: #4eb700;}
.content-box.box-4  span{color:#999;font-size: 14px;}
.content-box.box-4  .post {margin: 70px 0;}
.content-box.box-4  .post h3{margin: 25px 0 15px 0;}

.content-box.box-5 {text-align: center;}
.content-box.box-5 .header {text-align: right; }
.content-box.box-5 .header .wrapper{border: none;}
.content-box.box-5 .subcribe-form{text-align: left;}
.content-box.box-5 p{font-size: 40px;color: #fff;line-height: 1.8;font-weight: bold;margin-top: 80px;}

.content-box.box-6 {}
.content-box.box-6 .wrap-box{margin: 50px 0 30px 0;}
.content-box.box-6 .extra {}
.content-box.box-6 .widget {}
.content-box.box-6 .widget-box{padding:0px;}
.content-box.box-6  .widget img{ height: 150px;max-width: 243px; width: 100%;}
.content-box.box-6  .post h3, h4{margin: 10px 0 15px 0;line-height: 1.2;}
.content-box.box-6 .upload a{color: #4eb700;font-weight: bold;}
.content-box.box-6 .upload a:hover{color: #000;}

/* ---MainContent-Article--- */
#main-content {background-color: #F4F3EE;}
#main-content .wrap-content{padding: 40px 0;}

article{margin-bottom: 30px;display: inline-block;background-color:#fff;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article img{width:100%}
article .wrap-art {}
article .art-header{color: #000; margin: 15px;}
article .art-content {}
article .art-content a{ color: #4eb700;font-weight: bold;}
article .art-content a:hover{ color: #000;}
article .art-content blockquote {border-left: 3px solid #1c7791;font-size: 18px;margin: 0 50px;font-style: italic;color: #666;padding-left: 20px;}
article .art-content h2 {font-size: 1.7em;line-height: 2em;padding: 0px 20px;}
article .art-content ol {float: left;text-align: justify;margin: 10px 50px;font-size: 16px;list-style-type: circle;}

article .entry-title {line-height: 1;position: relative; width: 100%;font-size: 50px;}
article .entry-title h2{line-height: 1.2;font-size: 38px;}
article .upload a{ color: #4eb700;font-weight: bold;}
article .upload a:hover{ color: #000;}

article .art-related{margin-top: 30px;}
article .art-related img{display: inline-block; margin: 5px 0;}
article .art-related .thetitle ul li a{position: relative;background: #4dbce9 ;color: #fff;padding: 15px 45px;font-size: 20px;font-weight: 900;margin-bottom: 40px;text-align: center;display: inline-block;}
article .art-related .thetitle ul li a:before {content: "";border-top: 27px solid transparent;border-bottom: 27px solid transparent;border-left: 30px solid #fff;position: absolute; left: 0; top: 0;}
article .art-related .thetitle ul li a:after {content: "";border-top: 27px solid transparent;border-bottom: 27px solid transparent;border-right: 30px solid #fff;position: absolute; right: 0px; top: 0;}
article .art-related .title {margin: 5px 0;font-size: 15px;}
article .art-related .title a{color: #000;}
article .art-related .title a:hover{text-decoration: underline;}

/* ---Sidebar-Widget--- */
#sidebar{}
#sidebar .wrap-sidebar{}

.widget {}
.widget  li{ line-height: 3;border-bottom: 2px solid #DDD;}
.widget-title  {border-bottom: 5px solid #DDD;margin-bottom: 15px;}
.widget-title h5 {border-bottom: 5px solid #4eb700;display: inline-block;padding-bottom: 20px;margin-bottom:-4px;font-size: 25px;}
.widget-box {margin-bottom: 30px;background: #fff;padding: 20px;border-radius: 8px;}

.widget .widget-content{padding : 10px 0;}

.widget .wid-about {text-align: center;}
.widget .wid-about{background: url("../images/17.jpg") no-repeat center; background-size: 100%;height: 110px; padding-top: 50px;margin-bottom: 30px;}
.widget .wid-about a{font-size:35px;text-transform: uppercase; font-weight: bold ;color: #fff;}

.widget .wid-news {}
.widget .wid-news img{min-height: 50px;width: 100%;max-width: 350px;}

.widget .wid-archives {}
.widget .wid-archives select {margin: 10px 0;height: 40px;width: 100%;padding-left: 10px;font-family: "Noto Serif",serif;font-size: 16px; background-color: #e9e9e9;color: #777777;border: none;}

.widget .wid-gallery {}
.widget .wid-gallery img{height: 50px;width: 100%;max-width: 85px;}

.widget .wid-meta {}
.widget.wid-meta ul li{padding-left: 17px; font-weight: bold;font-size: 16px;}

.widget .wid-related {}
.widget .wid-related img{ height: 150px;max-width: 243px; width: 100%;}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Single Page---------------------------- */
/* ---------------------------------------------------------------------------- */
#single {}
#single .wrap-single {background-color: #fff;color: #000;padding: 50px 0 30px 0;}
#single .info {font-size: 19px;}
#single .excerpt {border-bottom: 1px dashed #aaa;border-top: 1px dashed #aaa;margin: 20px 0;}
#single .excerpt p{color: #888;}
#single .dropcap {font-size: 70px;line-height: 70px;font-weight: 500;float: left;margin-right: 20px;}
#single article img {-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
#single article .art-content p {line-height: 1.4em;font-size: 16px;text-align: justify;padding: 22px 0;margin: 0 auto;}
#single article .art-content { padding: 20px;font-size: 15px;color: #555;}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Archive Page--------------------------- */
/* ---------------------------------------------------------------------------- */
#archive {}
#archive article .art-content:hover {background : #DDD;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
#archive article .art-content { padding: 5px 20px;border-top: 1px solid #eee;font-size: 15px;color: #555;}
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Subcribe-------------------------------- */
/* ---------------------------------------------------------------------------- */
#subcribe {margin: 10px 0;}

#subcribe input[type="text"] {
    background:#26232D;
    font: 15px Arial,Helvetica,Sans-serif;
    color: #867B6E;
    width: auto;
    padding: 10px;
    border: 1px solid #aaa;
	width: 90%;
	
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Button--------------------------------- */
/* ---------------------------------------------------------------------------- */
a.button{
	cursor: pointer;
	font-family:"微软雅黑";
	font-size: 16px;
	border:1px solid #ffffff; 
	display: inline-block;
	text-decoration: none;
	margin: 25px 0 25px 0;
	padding: 12px 33px;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
a.button.button01{background: #4eb700;font-size: 18px;}
a.button.button01:hover{background: #DDD;color:#000;}
a.button.button02{ color: #000000;border: 3px solid #999;font-weight: 500;padding: 10px 20px;}
a.button.button02:hover {border: 3px solid #4eb700;}
a.button.button03{ background: #4eb700; color: #fff;font-weight: 500;padding: 10px 20px;border: 3px solid #4eb700;border-radius: 0px;margin-top: 10px;}
a.button.button03:hover {border: 3px solid #4eb700;background:transparent;}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact {background:#fff;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
.contact h2{font-size: 34px; font-weight: 500;letter-spacing: 3px;padding-top: 70px ;text-align: center;}

#contact_form {padding:25px;}

#ff label {cursor:pointer;margin:5px 0;display:block;font-weight:bold;}

#ff input {display:block;width:90%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#000;	border:1px solid #5f5f5f;padding:10px;margin: 5px 0 25px 0;}

textarea {display:block;width:90%;height:200px; border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#fff; color:#000;	border:1px solid #5f5f5f;padding:10px;margin: 5px 0 25px 0;}

#ff .sendButton {cursor:pointer;background-color:#4eb700;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;;width:100px;color:#ffffff;}
#ff .sendButton:hover {opacity: 0.8;}



/*

*/

html {?webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe {width: 100%;牋height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}




@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}

@media only screen and (max-width: 800px) {
	header{ height: 1200px; }
}

@media only screen and (max-width: 468px) {
	header .wrap-header h1{font-size: 27px;}
	header .wrap-header span {font-size: 20px;}
	header{ height: 1100px; }
}
.a_fl{float:left;text-align:left; width:50%;}
.a_fr{float:right;text-align:right; width:50%;}
.lr_text{margin-top:20px;}
.lr_text h2{color:#4eb700;line-height:3.5; font-size:30px}
.lr_text h3{ font-weight:normal; line-height:1.5;font-size:18px;color:#666}
.lr_text h4{color:#666; font-size:16px;font-weight:normal;line-height:1.5;}
.text_hh p{ font-size:16px}
.text_hh strong{ font-size:20px;line-height:1.2;color:#F60}
.text_hh_l{width:80%;float:left; text-align:left;margin-left:2%;line-height:32px; font-size:15px;color:#666;}
.text_hh_l p{padding:0px;margin:0px}
.text_hh_l p strong{font-size:20px;line-height:3}
/* 左右浮动 */
.fl{ float:left;}
.fr{ float:right}
/*VIP*/
.ab_bannerbg{ background:url(../images/about_vip_banner.jpg) no-repeat center top;height:500px;}
.ab_bgimg{ background:#5faf33 url(../images/about_vip_bg.jpg) repeat-y center;width:100%;height:100%;float:left;}
.ab_mid_texk{width:1078px;margin:0 auto; position:relative}
.ab_mid_texk h1{color:#fff;font-size:24px; font-style:italic;padding-left:70px}
.ab_v1,.ab_v2,.ab_v3,.ab_v4{width:250px;height:65px;line-height:65px;}
.ab_v1{ background:url(../images/vip_01.jpg) no-repeat left}
.ab_v2{ background:url(../images/vip_02.jpg) no-repeat left}
.ab_v3{ background:url(../images/vip_03.jpg) no-repeat left}
.ab_v4{ background:url(../images/vip_04.jpg) no-repeat left}
.ab_mid_texk ul{padding:20px 0px 20px 60px}
.ab_mid_texk li{ background:url(../images/ab_j.png) no-repeat 5px 10px;padding-left:30px;line-height:35px;}
.ab_text_t{ font-weight:bold; font-size:20px;line-height:100px;}
.abtj{
	position: absolute;
	top: 762px;
	left: 797px
}

/* 选项卡 */
.tab{width:1200px;float:left;height:auto; font-family:"微软雅黑"}
.tab dl{float:left;}
.tab dl dt{margin-left:70px;}
.tab dl dt a{float:left;display:block;cursor:pointer;width:120px;height:50px;line-height:40px;text-align:center;color:#000; background:url(../images/hx_nor.png) no-repeat top;margin:0px 3px;float:left; display:inline }
.tab dl dt a.tabActive{background:url(../images/hx_act.png) no-repeat top center;color:#fff;font-weight:bold;position:relative;}
.tab dl dd{padding:30px 0px;height:200px; clear:both;}
.tab ul{width:1200px;height:380px;float:left;}
.t1{float:left;width:530px;border:1px solid #dddddd;}
.tbox{float:left;width:668px;}
.ttext{line-height:1.5;width:620px;float:left; font-size:15px;color:#666; font-weight:bold;padding-left:42px;padding-bottom:13px;height:121px}
.ttext b{color:#e44b51; font-size:48px;}
.ttext h4,.ttext h5{ clear:both;}
.ttext h5 p{float:left;}
.ttext h5 a{float:right;}
.t2{width:290px;float:left;border:1px solid #dddddd;margin-left:42px; display:inline}

/**footer**/




.footer{padding:20px 0px;background: #2c2c2c;line-height: 24px; color: #999;width:100%;float:left; font-size:12px;margin-top:40px;}
.footer-c{ overflow: hidden;}
.footer-c .f-logo{float: left; width: 98px; height: 46px; padding-top: 20px;}
.footer-c p{float: left;} 
.footer-c a{ color:#999}
.footer-c a:hover{color:#dc1a22}
.linktext { line-height:35px;padding-left:30px;}
.linktext a{ display:block;padding:0px 0px;float:left;width:160px;}
