/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,body {
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
    Page Content
------------------------------------------*/

.page-content, 
section { overflow: hidden; }
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*
    On Scroll Animations 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.roomy-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.roomy-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*text color*/

.text-muted{}
.text-primary{
    color: #3A3A3A !important;
    ;
}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#000 !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}
.text-warning{}
.text-danger{}
.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #000;}
.bg-blue{background-color:#000;}
.bg-mega{background-color:#0071C2;}
.bg-grey{background-color: #f5f5f5;}
body .culmn #features {
}

.bg-black{background-color: #222222;}
.bg-white{background-color: #fff;}
.bg-sonw{background:url("../images/005.jpg");}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 50px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family:sans-serif;
    color:#1a1a1a;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}
h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#000;
}

p {
    line-height: 1.5rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

/*all overlay*/

.overlay {
    background-color: rgba(41, 39, 34, 0.50);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #000;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #000;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #000;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:1px solid;
    padding: 1rem 4rem;
}
.btn-primary{
    color: #fff;
    background-color: #000;
    border:1px solid;
    border-color: #000;

}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#000;
}

.btn-default{
    color: #fff;
    background-color: transparent;
    border:1px solid;
    border-color: #b6b6b6;
}
.btn-default:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}


/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 40px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #5a5a5a;
    background-color: transparent;
}

input::-webkit-input-placeholder {
    color: #cdcdcd;
}

input::-moz-placeholder {
    color: #cdcdcd;
}

input:-ms-input-placeholder {
    color: #cdcdcd;
}

input::placeholder {
    color: #cdcdcd;
}
input::-webkit-input-placeholder {
    color: #cdcdcd;
}
input::-moz-placeholder {
    color: #cdcdcd;
}
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}
textarea::-moz-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

/*for image bg*/
/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/


.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
	background:url("../images/home-bg.jpg") no-repeat top;
        background-size: cover;
}
.fix{
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    padding-bottom: 2.143rem;
    overflow: hidden;
}
.head_title h2{
    font-weight: 100;
    font-size:2.250rem;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#333;
}

/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% { 
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% { 
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% { 
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% { 
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% { 
        transform: translate(0,50px) rotate(-180deg); 
        -webkit-transform: translate(0,50px) rotate(-180deg);  
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/


/*
Nav Menu style
==================*/

.navbar-brand {
    padding: 5px 15px;
}
.navbar-brand > img {
    display: block;
    width: 80%;
}

nav.navbar.bootsnav ul.nav li.active > a{
    color:#000;
}

nav.navbar.bootsnav ul.nav li a:hover{
    color:#000;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 20px;
}

/*
Home Section style
==================*/

.home{
	background: url(../images/home-bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	padding-top: 60px;
	width: 100%;
}
.main_home .home_text h2{
    font-size:36px;
    font-weight: 400;
}
.main_home .home_text h1{
    font-size:48px;
    font-weight: 700;
}
.main_home .home_text h3{
    font-size:24px;
    font-weight: 400;
}




.home_btns{
    margin-left:-10px;
}
.home_btns .btn{
    margin-left:10px;
}


/*
Featured section style
========================*/

.features_item .f_item_icon{
    float: left;
    width:15%;
    display: inline-block;
    margin-right: 15px;
}
.features_item .f_item_icon i{
    font-size: 1.5rem;
    color: #454545;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #454545;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.features_item .f_item_text{
    display: inline-block;
    width:75%;
}
.features_item .f_item_meun{
    font-size:16px;
}

.features_item .f_item_text p{
    font-size:14px;
}
.features_item:hover .f_item_icon i{
    background-color: #2c82c9;
    border-color:#2c82c9;
    color:#fff;
}
.features_item:hover .f_item_text h3{
    color:#2c82c9;
}


/*dialogue section style*/

.main_dialogue{}
.main_dialogue h3{
    font-size:36px;
    font-weight: 300;
    line-height: 3.5rem;
}



/*Business Section*/

.business{
    background: url(../images/business-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.business_overlay{
    background-color: rgba(44,130,201,0.5);
    width:100%;
    height: 100%;
    left:0;
    top:0;
    position: absolute;
}
.main_business{}
.business_item{}
.business_item h2{
    font-size:26px;
    font-weight: 800;
}
.business_item li{
    font-size:18px;
    font-weight: 300;
    line-height: 2rem;
}
.business_item li i{
    font-size:12px;
    margin-right: 5px;

}
.business_item p{
    color:#333333;
    line-height: 2rem;
    font-size:14px;
    font-weight: 500;
}
.business_item .business_btn{
    margin-left:-10px;
}
.business_item .business_btn a{
    margin-left:10px;
}
.business_item .business_btn .btn-default{
    color:#444444;
}


/*
work Section style
=====================*/

.main_product .carousel-control{
    background-image: none;
    color:#ddd;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:3rem;
    text-align: center;
    top:30%;
}

.main_product .carousel-control.left{
    left:-4%;
}
.main_product .carousel-control.right {
    right:-4%;
}

.main_product .port_img{
    position: relative;
    overflow: hidden;
}

.main_product .port_img img{
    width:100%;
}
.main_product .port_overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,168,133,0.60);
    position: absolute;
    left:0;
    top:0;
    padding-top: 50%;
    opacity: 0;
    transition: all 0.2s;
}
.main_product .port_overlay a{
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2rem;
    bottom: -150px;
    position: relative;
    margin-top:-20px;
}
.main_product .port_img:hover .port_overlay a{
    bottom:0;
}
.main_product .port_img:hover .port_overlay{
    opacity: 1;
}




/*Team Section
======================*/
.team_item{}
.main_team .team_item .team_author{}
.main_team .team_item .team_author h4{
    font-size:24px;
    font-weight: 800;
    margin-bottom: 0px;
}
.main_team .team_item .team_author p{
    font-size:14px;
    font-weight: 500;
}

.main_team .team_skill_title h5{
    font-size:18px;
    font-weight: 800;
}

.main_team .team_content h4{
    font-size:24px;
    font-weight: 300;
}
.main_team .team_content h5{
    font-size:18px;
    font-weight: 500;
}
.main_team .team_socail .team_socail h5{
    font-size:18px;
    font-weight: 800;
}

.divider{
    width:100%;
    height: 1px;
    background-color: #ddd;
    display: inline-block;
    margin:30px 0px;
}

.main_team .team_socail li a i{
    font-size:20px;
    color:#ddd;
    padding: 5px;
    transition: all 0.6s;
}
.main_team .team_socail li a:hover i{
    color:#2c82c9;
}
.main_team .carousel-indicators{
    bottom:-40px;
    width:64%;
}
.main_team .carousel-indicators li{
    background-color: #c1c1c1;
}
.main_team .carousel-indicators .active{
    background-color: #2c82c9;
}

/* Skill bar*/

.teamskillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background: #ddd;
    height:3px;
    -webkit-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    transition-property:width, background-color;
}
.teamskillbar h6{
    position: absolute;
    top:-25px;
    left:0;
}
.teamskillbar-bar {
    height:3px;
    width:0px;
    background:#2c82c9;
    position: absolute;
    left:0px;
    top:0px;
}


/*Brand Section
======================*/
.brand_item {
    height: 80px;
}


/*Test Section
======================*/
.test{
    background: url(../images/test-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.main_test{
    width: 100%;
    display: block;
}
.main_test{}
.main_test .test_item{}
.main_test .test_item .test_text{
    width:80%;
    margin: 30px auto;
}
.main_test .test_item .test_text em{
    font-size:18px;
    font-family:  sans-serif;
    font-weight: 400;

}
.main_test .carousel-control{
    background-image: none;
    top:50%;
    font-size:3rem;
}





/*call to action
=========================*/
.business_btn .btn,
.maine_action .btn{
    background-color: #fff;
    box-shadow: 0px 3px 0px 1px #ddd;
    border:0px;
    color:#555;
    font-size:14px;
    padding: 1rem 2rem;
}
.business_btn .btn-default:hover,
.action_btn .btn-default:hover{
    background-color: #fff;
    color:#000;
}
.action-lage{
    position: relative;
    width:100%;

}
.action-lage:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    left:50%;
    top:0%;
    z-index: 3;
    margin-left:-15px;

}



/*Footer section*/

.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_item h5{
    font-weight: 700;
}
.widget_item .btn:hover{
    background-color: #000;
}
.widget_item li a{
    color:#aaa;
}
.widget_item li a:hover{
    color:#fff;
}
.widget_latst_item_text p{
    margin-bottom: 0px;
    color:#aaaaaa;
}
.widget_service li i,
.widget_latst_item_text a{
    font-size:12px;
    color:#aaaaaa;
}


.widget_service li i{
    margin-right: 5px;
}
.widget_service li{
    font-size:13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}
.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i{
    color: #FFFFFF;
}


.widget_service1 li i,
.widget_latst_item_text1 a{
    font-size:12px;
    color:#aaaaaa;
}


.widget_service1 li i{
    margin-right: 5px;
}
.widget_service1 li{
    font-size:13px;
    border-bottom: 1px dashed #2A323A;
    padding-bottom: 10px;
}
.widget_newsletter1 li a:hover i,
.widget_latst_item_text1:hover p,
.widget_service1 li:hover,
.widget_service1 li:hover i{
    color: #FFFFFF;
}



.widget_ab_item .item_icon,
.widget_latst_item .item_icon{
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
    color:#FFFFFF;
}
.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}
.widget_ab_item .item_icon{
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}
.widget_newsletter .form-inline .form-group{
    display: block;
}
.widget_newsletter .form-control{
    width:80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color:#333333;
    display: inline-block;
}
.widget_newsletter .btn{
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #444444;
    border-color:#444444;
    color:#fff;
    border-radius: 0;
    margin-left:-4px;
    display: inline-block;
}
.widget_brand a{
    font-size:30px;
    font-weight: 800;
    color:#aaa;
}
.widget_newsletter li a i{
    color:#aaa;
}


.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}

.cmIcon{
	  color: #FFFFFF;	
}
.cmText{
font-family: 宋体, simsun;
    background: #FFF;
	
		 
}
.cmText2{
font-family: 宋体, simsun;
    color: #1F1F1F;
    font-size: 16px;
 
}
.cmText3{
    color: #000;
    font-size: 24px;
    text-align: center;
  
}
.cmText4{
font-family: 宋体, simsun;
    color: #000;
    font-size: 16px;
    text-align: center;
		 
}
.cmText5{
font-family: 宋体, simsun;
    color: #000;
    font-size: 14px;
    text-align: center;
	
}



fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul,li{list-style:none}

caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-size:12px;font-family:'Microsoft Yahei', Verdana, Geneva, sans-serif, ;*font-size:100%}
legend{color:#000}
/**body**/
body{color:#333;font-size:13px;font-family: 'Microsoft Yahei',Tahoma, Geneva, sans-serif;background-image: url(images/main_01.jpg);background-repeat: repeat-x;}
/**clearfix**/
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix{height: 1%;} .clearfix{display: block;} /* End hide from IE-mac */
.clear{width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both;}
/**End clearfix***/
a{text-decoration:none; color:#484848;}
a:hover{color:#C30;}
/**End CSS Reset**/
/**Start CSS Base**/
.wrapper{width:100%; margin:0 auto;}
.wrapper .inner{width:100%; margin:0 auto;}
.nlink{line-height:24px;}
.nlink a{color:#1a1a1a;}
.nlink a:hover{color:#cf2410;}
.llink{line-height:28px;padding-left:22px;font-size: 14px;color: #FFFFFF;text-decoration: none;}
.llink a{color:#FFFFFF;}
.llink a:hover{color:#FFFFFF;text-decoration: underline;}
.wlink{line-height:28px;font-size: 12px;color: #FFFFFF;text-decoration: none;}
.wlink a{color:#FFFFFF;}
.wlink a:hover{color:#FFFFFF;text-decoration: underline;}
.more a{color:#b5b5b5;}
.more a:hover{color:#000;}
.entry{line-height:1.7; font-size:14px;}
.entry a{font-size:13px; color:#000; text-decoration:none;}
.entry a:hover{color:#C00;}
.entry .llink{line-height:28px; padding-left:22px; background:url(images/li.png) no-repeat 7px 11px; border-bottom:1px dashed #ccc;}
.entry .llink a{color:#454545; text-decoration:none;}
.entry .llink a:hover{color:#C33;}
.entry p{line-height:1.7; margin-bottom:7px; text-indent:2em;}
/**End CSS Base**/
/**header**/
#header .inner{}
/**nav**/
#nav .inner{}
/**content**/
#content .inner{margin-top: 10px;margin-bottom: 10px;}
/*|------main------*/ /**post-mod**/
.post{width:100%; margin-bottom:5px;}
.post .tt{width:100%; height:34px; background:url(images/line.png) repeat-x left bottom; margin-bottom:5px;}
.post .tt .tit{display:inline-block; height:100%; float:left; color:#c31f1e; font-size:16px; font-weight:bold; font-family:"Microsoft YaHei";}
.post .tt .tit span{display:inline-block; height:34px; line-height:32px; background:url(images/line_cover.png) repeat-x left bottom;}
.post .tt .more{display:inline-block; height:32px; line-height:32px; float:right;}
.post .con{width:100%;}/**tab**/
.tabmenu{float:left;}
.tabmenu li{display:inline-block; height:34px; float:left;cursor:default;}
.tablist li,.tabmore span{display:none;}
/*|------list------*/
.listmenu{width:232px; float:left;}
.listmenu h4{width:100%;height:32px;line-height:30px;border-bottom:1px solid #ccc;color:#54891F;font-size:15px;font-weight:bold;text-indent:1em;background-color: #ececec;}
.listmenu .lists{width:232px;}
.lists .list a{display:block; color:#222; border-top:1px solid #f9f9f9;}
.lists .list a:hover{border-top-color:#999;}
.lists .list-1 a{padding:0 8px; line-height:30px; background-color:#F2F2F2; font-size:14px;}
.lists .list-2 a{padding:0 8px 0 20px; line-height:26px; background-color:#E4E4E4; font-size:13px;}
.lists .list-3 a{padding:0 8px 0 30px; line-height:22px; background-color:#E6E6E6; font-size:13px;}
.lists .list a:hover{background-color:#999;color:#fff; text-decoration:none; font-weight:bold;}
#s_c_id{background-color:#888; color:#fff;font-weight:bold; border-top-color:#888;}
.listcol{width:748px; float:right;}
.listcol .map{width:100%;height:32px;line-height:32px;border-bottom-width: 2px;border-bottom-style: solid;border-bottom-color: #80B61A;}
.listcol .map .name{display:inline-block; height:32px; float:left; padding-left:10px; font-size:16px; font-weight:bold; color:#3A701C;}
.listcol .map .maplist{float:right;}
.listcol .map .maplist li{display:inline-block; float:left; height:22px; line-height:22px; margin-top:5px; color:#333;}
.listcol .map .maplist li a{color:#666;}
.listcol .map .maplist li a:hover{color:#000;}
.listcol .map .maplist li .posSplit{width:19px; margin:0 3px;background:url(images/arrow.gif) no-repeat center;}
.listbox{width:100%; min-height:300px; _height:300px; margin:0px auto;}
.listbox .entry img{max-width:700px; _width:expression(this.width>700?"700px":this.width+"px");}
#newslist{margin-bottom:5px;}
.listpages td,.listpages td a{font-size:13px; color:#666;}
.listpages td a{text-decoration:none; cursor:pointer;}
.listpages td a:hover{color:#121212;}
/*|------info-----*/
h1.atitle{width:960px;margin:0 auto;padding:6px 0;font-size:18px;font-weight:bold;color:#000;text-align:center;border-bottom-width: 2px;border-bottom-style: solid;border-bottom-color:#0791F6;}
.art_tit_fu{color:#000000 ; font-size:16px;}
.postmeta{width:960px; margin:0 auto; line-height:20px; color:#777; text-align:center; padding:5px 0;}
.postmeta span{display:inline-block; margin:0 10px; line-height:20px;}
.infobox{width:960px; min-height:400px; _height:400px; margin:0 auto;}
.infobox .entry img{max-width:900px; _width:expression(this.width>900?"900px":this.width+"px");}
/**footer**/
#footer .inner{height:50px; border-top:3px solid #EFEFEF;}
.copyright{font-size:12px; line-height:25px; color:#acacac; text-align:center; font-family:Arial, Helvetica, sans-serif;}
.biaoti{font-family: "黑体";font-size: 24px;font-weight: bold;color: #000000;}
.kuan{border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-top-color: #d2d2d2;border-right-color: #e1e1e1;border-bottom-color: #d2d2d2;padding: 10px;}
.kuan2{border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #d2d2d2;padding: 10px;}
.kuan3{border: 1px solid #d2d2d2;}
.biaoti2{font-size: 14px;color: #FFFFFF;font-weight: bold;line-height: 30px;}
.biaoti3{font-size: 16px;color: #545454;background-image: url(images/d_25.jpg);background-repeat: no-repeat;background-position: left;line-height: 30px;font-weight: bold;margin-left: 15px;padding-left:15px;}
.biaoti3 span{margin-left: 15px;}
.chan_tit_td_11 a ,.chan_tit_td_12 a ,.chan_tit_td_13 a ,.chan_tit_td_14 a{font-size: 14px;font-weight: bold;color: #659704;line-height: 160%;}
.chan_tit_td_11 a:hover ,.chan_tit_td_12 a:hover ,.chan_tit_td_13 a:hover ,.chan_tit_td_14 a:hover{font-size: 14px;font-weight: bold;color: #659704;line-height: 160%;text-decoration: underline;}
.chan_con_td_11 a ,.chan_con_td_12 a ,.chan_con_td_13 a ,.chan_con_td_14 a{font-size: 12px;line-height: 160%;color: #6e6f6f;}
.chan_con_td_11 a:hover ,.chan_con_td_12 a:hover ,.chan_con_td_13 a:hover ,.chan_con_td_14 a:hover{font-size: 12px;color: #6e6f6f;text-decoration: underline;line-height: 160%;}
.cr{height: 10px;}
.clear{height: 65px;}
.mid{background-image: url(images/t_12.jpg);height: 157px;background-repeat: no-repeat;background-position: left;background-color: #FFFFFF;width: 1000px;}
.mid .inner{background-image: url(images/b_14.jpg);height: 157px;background-repeat: no-repeat;background-position: right;float: right;}
.brow{font-size: 18px;color: #FFFFFF;float: left;text-align: center;width: 65px;margin-left: 10px;}
.btn_more{font-size: 14px;font-weight: normal;}
.con{float: right;width: 870px;margin: 15px 20px 20px 10px;}
.mode{width: 1000px;}
.con a{line-height: 25px;}
.con1{width: 240px;}
.con1 a{line-height: 25px;color: #FFFFFF;}
/*|------list------*/
/*__listcolumn__**/
.listmenu{width:234px; float:left;}
.menu_head{background-color:#e74343; border-bottom:1px solid #e5e5e5;}
.menu_name{font-size:14px; color:#fff; font-weight:bold;}
.menu_name_text{display:inline-block; line-height:1.2; padding:5px;}
.menu_head{background-color: #008AF5;}
.menu_list{}
.listcol{width:1000px; float:right;}
.list_map{height:25px; line-height:25px;}
.list_map li{display:inline-block; float:left;}
.list_name{border-bottom-width: 2px;border-bottom-style: solid;border-bottom-color: #008AF5;text-align:left;height:30px;line-height:30px;}
.list_name .cur_name{display:inline-block; height:26px; line-height:26px; font-size:16px; font-weight:bold; color:#008AF5;border-bottom:#000;}
.listbox{padding:10px 0;}
.listbox .readbox{overflow:hidden;}
/*__displayinfo__**/
.article{width:98%; margin:0 auto; padding:10px 0;}
.article_metas{}
.atitle{font-size:16px; font-weight:bold; color:#06C; line-height:1.3; padding:7px 0; border-bottom:2px solid #C30; text-align:center;}
.postmeta{padding:10px 0; text-align:center; color:#686868;}
.postmeta span{margin:0 5px;}
.postmeta .views img{margin-top:-4px;}/*|------info-----*/
h1.atitle{width:960px;margin:0 auto;line-height:20px;padding:6px 0;font-size:18px;font-weight:bold;color:#578D1E;text-align:center;border-bottom-width: 2px;border-bottom-style: solid;border-bottom-color: #639921;}
.postmeta{width:960px; margin:0 auto; line-height:20px; color:#777; text-align:center; padding:5px 0;}
.postmeta span{display:inline-block; margin:0 10px; line-height:20px;}
.infobox{width:960px; min-height:400px; _height:400px; margin:0 auto;}
.infobox .entry img{max-width:900px; _width:expression(this.width>900?"900px":this.width+"px");}

#wp_news_w20,#wp_news_w21,#wp_news_w22{padding-left:15px;}
.btn_more{font-size: 14px;font-weight: normal;margin-right:-25px;}
#wp_news_w10{margin-right:20px;}

#w1 a span{color:#fff}
#w1 ul li ul li a span{color:#000}
.pan101 img{height:214px;}
.pan10{padding-top:60px;padding-left:15px;}
.pan100 img{width:250px; height:80px;}
.wp_article_list .list_item{border-bottom:none;}
#wp_news_w10 .wp_article_list .list_item .Article_PublishDate{color:#fff;}
#wp_news_w10 .wp_article_list .list_item .Article_Index{ background:url(images/point.gif) center center no-repeat;}

.possplit{background-image: url(posSplit.gif);background-repeat: no-repeat;background-position: left center;text-indent: 22px;background-position: center;width: 10px;display: inline-block; border: 0px solid red;}

/**更多：more**/
.more {text-align:right; margin-top:3px;}
.more a.more-link { color:#525252;}
.more a.more-link:hover { color:#000;}
.more-link .moretext { display:inline;}
.more-link .moretext img { vertical-align:bottom;}
/**文章列表:Table**/
.wp_article_list_table .list_item { line-height:23px; color:#454545;}
.wp_article_list_table .list_item .count {width:20px; overflow:hidden;}
.wp_article_list_table .list_item .count .item_num {width:15px; height:23px; background:url(wp_article_li_1.png) no-repeat 8px 10px; text-indent:-99em; overflow:hidden;}
.wp_article_list_table .list_item .field { white-space:nowrap;}
/**文章列表:UL**/
.wp_article_list{ display:block; width:100%;}
.wp_article_list .list_item { width:100%; height:24px; line-height:24px; border-bottom:1px dashed #ccc; vertical-align:top; }
.wp_article_list .list_item span { display:inline-block; vertical-align:top; float:left; margin-left:5px;}
.wp_article_list .list_item .pr_fields { display:inline; float:left;}
.wp_article_list .list_item .Article_Index { display:inline-block; width:10px; height:16px; margin-top:3px; color:#fff; font-size:11px;float:left; margin-right:5px; overflow:hidden; text-indent:-99em; background:url(wp_article_li_1.png) no-repeat 50%;}
.wp_article_list .list_item .Article_Title { float: left;}
.wp_article_list .list_item .ex_fields { display:inline; float:right;}
.wp_article_list .list_item .Article_PublishDate { color:#666;}
.wp_article_list .list_item .Article_VisitCount { color:#999;}
/**子栏目文章列表**/
.wp_subcolumn_list { display:block; width:100%;}
.wp_subcolumn_list .wp_sublist { margin-bottom:20px;}
.wp_subcolumn_list .wp_sublist .sublist_title { display:block; height:32px; line-height:32px; border-bottom:2px solid #C00; margin-bottom:10px;}
.wp_subcolumn_list .wp_sublist .sublist_title a { display:inline-block; color:#393939; font-size:14px; font-weight:bold;}
.wp_subcolumn_list .wp_sublist .sublist_title a:hover { color:#999;}
.wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name { cursor:pointer;}
/**子栏目文章列表更多：more**/
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink { color:#525252;float:right;}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink:hover { color:#000;}
.wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext { display:inline-block;}
.wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext img { vertical-align:bottom;}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink { margin-top:11px;}


/***文章内容初始样式（包括之后文章页内容）***/
.wp_entry { width:100%; line-height:1.7em; font-size:13px; color:#333; overflow:hidden;}
.wp_entry p { text-indent:0em; margin-bottom:5px;}
.wp_entry a { color:#5A5A5A;}
.wp_entry a:hover { text-decoration:underline; color:#E10000;}
.wp_entry img { max-width:640px; _width::expression(this.width>640?"640px":this.width+"px");}

/***文章内容分页***/
.wp_single .single_paging { text-align:center;}
.wp_single .single_paging a.paging-nav { display:inline-block; height:20px; line-height:20px; font-weight:bold; padding:0 7px; font-size:13px; cursor:pointer; background:#eee; border:1px solid #ccc; border-radius:3px; overflow:hidden; vertical-align: bottom; margin:0 2px; text-decoration: none;}
.wp_single .single_paging a.paging-nav:hover { color:#fff; background:#999; border-color:#666; }
.wp_single .single_paging a.current { background:#999; border-color:#666; color:#fff;}

/* 列表页－栏目列表 */
.wp_listcolumn { display:block; width:100%; border-top:1px solid #ddd; border-bottom:1px solid #fff;}
.wp_listcolumn .wp_column {display:block; width:100%; vertical-align: bottom;}
.wp_listcolumn .wp_column a { display:block; width:100%; color:#666; font-size:15px; font-weight:bold; word-wrap:break-word; background:#f5f5f5 url(wp_column_menu_li_1.gif) no-repeat 6px 12px; border-bottom:1px solid #ddd; border-top:1px solid #fff; text-align: left;}
.wp_listcolumn .wp_column a:hover { color:#C00; background-color:#f9f9f9; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_column a .column-name { display:inline-block; line-height:22px; padding:5px 10px 5px 20px; cursor:pointer;}
/**二级栏目**/
.wp_listcolumn .wp_subcolumn { border-top:1px solid #fff;}
.wp_listcolumn .wp_subcolumn .wp_column a { color:#555; font-size:14px; border-bottom:1px solid #aaa; border-top:none; background:#f1f1f1 url(wp_column_menu_li_1.gif) no-repeat 16px 10px;}
.wp_listcolumn .wp_subcolumn .wp_column a:hover { color:#C30; background-color:#f7f7f7; background-image:url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name { line-height:20px; padding-left:30px;}
/**三级栏目**/
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { color:#444; font-size:13px; background:#e9e9e9 url(wp_column_menu_li_1.gif) no-repeat 26px 9px; font-weight:normal;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover { color:#C30; background-color:#f4f4f4; background-image:url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name { line-height:18px; padding-left:40px;}
/**四级栏目**/
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { color:#333; font-size:12px; background:#d9d9d9 url(wp_column_menu_li_1.gif) no-repeat 36px 9px;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover { color:#C30; background-color:#f4f4f4; background-image:url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name { line-height:16px; padding-left:50px;}
/**五级栏目及其子栏目**/
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { color:#222; font-size:12px; background:#c9c9c9 url(wp_column_menu_li_1.gif) no-repeat 46px 8px;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover { color:#C30; background-color:#f1f1f1; background-image:url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name { line-height:16px; padding-left:60px;}

/**子栏目列表：横向**/
.wp_listcolumn_x { display:block; width:100%;}
.wp_listcolumn_x:after { content:"."; display:block; width:100%; height:0; overflow:hidden;}
.wp_listcolumn_x .wp_column {display:inline-block; float:left; vertical-align: bottom;}
.wp_listcolumn_x .wp_column a { display:inline-block; color:#555; font-size:15px; font-weight:bold; background:#ddd;}
.wp_listcolumn_x .wp_column a:hover { color:#C00; background-color:#e8e8e8;}
.wp_listcolumn_x .wp_column a.selected { color:#000; background-color:#f8f8f8; }
.wp_listcolumn_x .wp_column a .column-name { display:inline-block; line-height:30px; padding:0 10px; cursor:pointer;}

/** 分页栏 **/
.wp_paging { display:block; margin:0; padding:0; list-style:none; font-size:13px;font-family:'Microsoft Yahei', Verdana, Geneva, sans-serif; color:#494949; float:right;}
.wp_paging input {font-size:12px;*font-size:100%;}
.wp_paging li { display:inline-block; height:25px; line-height:25px; float:left; margin-top:5px;}
.wp_paging li span,.wp_paging li a { display:inline-block; float:left; margin-left:10px; }
.wp_paging li em { font-style:normal;}
.wp_paging li a { cursor:pointer; color:#666; line-height: 25px; height: 25px;}
.wp_paging li a:hover { color:#000; }
.wp_paging li a span{ margin:0;}
.wp_paging li input { font-size:12px;*font-size:100%; width:24px; height:15px; line-height:15px; border:1px solid #d5d5d5; background:#fff; margin-top:4px; text-align:center;}
.wp_paging li input:focus{ outline:none;}

/** 栏目图片列表 **/
.wp_listalbumn { width:100%;}
.wp_listalbumn .albumn_info { width:100%; height:auto; text-align:center;}
.wp_listalbumn .albumn_info a { display:inline-block; position:relative; margin:0 auto; color:#333; text-decoration:none; font-size:13px; font-family:'Microsoft YaHei', Tahoma, Geneva, sans-serif;}
.wp_listalbumn .albumn_info a:hover { color:#C30;}
.wp_listalbumn .albumn_info .Article_MicroImage { display:block;}
.wp_listalbumn .albumn_info .Article_Title { display:block; padding:5px 0; margin:0 auto; text-align:center; line-height:1.7em;}
.wp_listalbumn .albumn_info .albumn_mark { display:block; width:100%; height:0; position:absolute; left:0; bottom:0; filter:alpha(opacity=70); opacity:0.7; background-color:#000000; z-index:0; overflow:hidden;}

/** 内容折叠 **/
.wp_contentfold { width:100%;}
.wp_contentfold .title {background-position: 0% 0%; CURSOR: pointer; HEIGHT: 53px; WIDTH: 754px; PADDING-LEFT: 0px; LINE-HEIGHT: 25px; background-image:url('titlegb.jpg'); padding-top:18px; background-repeat:no-repeat}
.wp_contentfold .title p {line-height: 100%; margin-left: 20px; margin-top: 0; margin-bottom: 0}
.wp_contentfold .title p font {color: rgb(255, 255, 255);}
.wp_contentfold .content {HEIGHT: 100%; WIDTH: 749px;}
.wp_contentfold .content div {padding-bottom: 20px;}
.wp_contentfold .content div table {background-color: #F7F7F7;}

/** 搜索 **/
.wp_search{}
.wp_search .search{ background:url(../images/btn_search.gif); width:58px; height:22px; border:0px; cursor: pointer;}
.wp_search .search_en{ background:url(../images/btn_search_en.gif); width:72px; height:22px; border:0px; cursor: pointer; }
.wp_search .advanceSearch{ background:url(../images/btn_advanceSearch.gif); width:80px; height:22px; border:0px; cursor: pointer;}
.wp_search .advanceSearch_en{ background:url(../images/btn_advanceSearch_en.gif); width:127px; height:22px; border:0px; cursor: pointer; }
.wp_search .datepicker {cursor: pointer; background:url(../images/cal.gif) no-repeat; width:16px; height:14px; display: inline-block; border:0px; margin-left: 1px;}

/** 统计排行 **/
.wp_ranking_list{ display:block; width:100%;}
.wp_ranking_list .list_item { width:100%; height:24px; line-height:24px; border-bottom:1px dashed #ccc; vertical-align:top;}
.wp_ranking_list .list_item .pr_fields { display:inline; float:left;}
.wp_ranking_list .list_item .count { display:inline-block; width:16px; height:16px; line-height:16px; text-align:center; margin-top:3px; background:#ddd; border:1px solid #bbb; border-radius:4px; color:#fff; font-size:11px;float:left; margin-right:5px;}
.wp_ranking_list .i1 .count,.wp_ranking_list .i2 .count,.wp_ranking_list .i3 .count{ background:#9C3; border:1px solid #060;}
.wp_ranking_list .list_item .title {float:left; }
.wp_ranking_list .list_item .ex_fields { display:inline; float:right;}
.wp_ranking_list .list_item .date { color:#666;}
.wp_ranking_list .list_item .views { color:#999;}

/** before_login: 横向登录前 **/
.wp_login_x { width:100%;}
.wp_login_x .login_input { display:inline-block; float:left; margin-right:4px; height:26px; line-height:26px;}
.wp_login_x .login_input label { float:left; display:inline-block; height:26px; line-height:24px; cursor:pointer;}
.wp_login_x .login_input .input {float:left; display:block; width:90px; border:1px solid #ccc; background-color:#fff;}
.wp_login_x .login_code .input { width:54px;}
.wp_login_x .login_code .verifycodeImg { display:inline-block; width:60px; height:20px; margin-top:3px; margin-left:5px;}
.wp_login_x .login_input .input input { display:block; width:96%; height:14px; line-height:14px; padding:5px 2%; border:0;}
.wp_login_x .login_btn .button {display:block; float:left;  width:54px; height:24px; background-color:#eee; border:1px solid #ccc;}
.wp_login_x .login_btn .button input { display:inline-block; width:54px; height:24px; border:none; background:none; color:#444; text-align:center; cursor:pointer;}
.wp_login_x .login_btn .button input:hover { background-color:#e8e8e8; border-color:#d5d5d5; color:#333;}
/** after_login: 横向登录后 **/
.wp_login_x .login_info { display:inline-block; float:left; line-height:24px; margin-right:4px;}
.wp_login_x .login_tool a {display:inline-block; padding:0 7px; height:22px; line-height:22px; background-color:#eee; border:1px solid #ccc; text-align:center; margin-left:5px;}
.wp_login_x .login_tool a:hover {background-color:#e8e8e8; border-color:#d5d5d5; color:#333;}

/** before_login: 纵向登录前 **/
.wp_login { width:100%;}
.wp_login .login_input { width:100%; height:26px; line-height:26px; margin-bottom:8px;}
.wp_login .login_input label { float:left; display:block; width:60px; height:26px; line-height:24px; text-align:right; cursor:pointer;}
.wp_login .login_input .input { float:left; display:block; width:120px; border:1px solid #ccc; background-color:#fff;}
.wp_login .login_code .input { width:54px;}
.wp_login .login_code .verifycodeImg { display:inline-block; width:60px; height:20px; float:left; margin-top:3px; margin-left:5px;}
.wp_login .login_input .input input { display:block; width:96%; height:14px; line-height:14px; padding:5px 2%; border:0;}
.wp_login .login_btn { width:auto; padding-left:60px;}
.wp_login .login_btn .button { display:block; float:left; width:54px; height:24px; background-color:#eee; border:1px solid #ccc;}
.wp_login .login_btn .button input { display:inline; width:100%; height:24px; border:none; background:none; color:#444; text-align:center; cursor:pointer;}
.wp_login .login_btn .button input:hover { background-color:#e8e8e8; border-color:#d5d5d5; color:#333;}
/** after_login: 纵向登录后 **/
.wp_login .login_info { line-height:24px;}
.wp_login .login_info .info_item { display:inline-block; width:60px; text-align:right;}
.wp_login .login_tool a {display:inline-block; padding:0 7px; height:22px; line-height:22px; background-color:#eee; border:1px solid #ccc; text-align:center; margin-left:5px;}
.wp_login .login_tool a:hover {background-color:#e8e8e8; border-color:#d5d5d5; color:#333;}

/**投票扩展样式**/ 
/** 图文调查列表 **/
.wp_listmiltivote { width:100%;text-align:center;padding-top: 5px}
.wp_listmiltivote .miltivote_info { width:100%; height:auto; text-align:center;}
.wp_listmiltivote .miltivote_info a { display:inline-block; position:relative; margin:0 auto; color:#333; text-decoration:none; font-size:13px; font-family:'Microsoft YaHei', Tahoma, Geneva, sans-serif;}
.wp_listmiltivote .miltivote_info a:hover { color:#C30;}
.wp_listmiltivote .miltivote_info .Article_MicroImage { display:block;}
.wp_listmiltivote .miltivote_info .Article_Title { display:block; padding:5px 0; margin:0 auto; text-align:center; line-height:1.7em;}
.wp_listmiltivote .miltivote_info .albumn_mark { display:block; width:100%; height:0; position:absolute; left:0; bottom:0; filter:alpha(opacity=70); opacity:0.7; background-color:#000000; z-index:0; overflow:hidden;}
.wp_listmiltivote .miltivote_ctl .wp_miltivote { height: auto; _display:inline-block; text-align: left; line-height: 13px; vertical-align: central;}
.wp_listmiltivote .miltivote_ctl .wp_miltivote span {line-height: 1}
.wp_listmiltivote .miltivote_ctl .wp_miltivote .vote_button {cursor: pointer;}
.wp_listmiltivote .miltivote_ctl .wp_miltivote .vote_button_disabled {cursor: auto; color:#ccc;}
.wp_listmiltivote .miltivote_ctl .wp_miltivote .vote_count { font-size: 12px; color: #999;}
.wp_listmiltivote .miltivote_ctl .wp_miltivote .vote_rate { font-size: 12px; color: #999;} 
.wp_miltivote_submit { text-align: center; padding: 5px;}
.wp_miltivote_submit .vote_submit { cursor: pointer;}
.wp_miltivote_submit .vote_submit_disabled { cursor: auto; color:#ccc;}

/**阅读状态**/
.wp_artReadStatus_unread {display: inline-block;
                          width: 10px;
                          height: 16px;
                          margin-top: 3px;
                          color: #fff;
                          font-size: 11px;
                          float: left;
                          margin-right: 5px;
                          overflow: hidden;
                          text-indent: -99em;
                          background: url(wp_article_li_1.png) no-repeat 50%;}


.wp_listcolumn_searchbartree{padding: 2px 0px;}
.wp_listcolumn_searchbartree .wp_listcolumn_treeKeyword{
    width: 130px;height: 22px;
    line-height: 225px;
    vertical-align:middle;
    padding-left: 3px;
}
.wp_listcolumn_searchbttree{
    line-height:23px;
    display: inline-block;
    padding:0px 9px;
    background-color: #ecefec;
    border:none;
    vertical-align:middle;
    cursor:pointer;
}