﻿.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

.text-left {
  text-align: left;
  float:left;
}
.text-right {
  text-align: right;
  float:right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-distribute{
text-justify:distribute;
}
.text-red {
  color: #f00;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}

img {
	border:0;
	vertical-align: middle;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: 1.42857143;
}


/* -------------------------------------------------- */
/* hr */
/* -------------------------------------------------- */

hr {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #999;
}

    hr.blank {
        border: none;
        margin: 40px 0;
    }
	
.spacer-single{
	clear:both;
	width:100%;
    padding: 10px 0;
}

.spacer-double{
	clear:both;
	width:100%;
	height:40px;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
ul ul{
	margin-bottom: 0;
	list-style-type:none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  /* line-height: 1.1; */
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
	font-family: Arial, Helvetica,"Microsoft YaHei","微软雅黑", sans-serif;
}

h1 {
    letter-spacing: -normal;
}

h2 {
    letter-spacing:normal;
}

h3 {
    letter-spacing: normal;
}

h1.slogan_big {
    font-weight: 300;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -2px;
    padding: 0;
    margin: 0px 0 30px 0;
}

h3.title {
    font-weight: 400;
    border-bottom: solid 1px #999;
    margin-bottom: 20px;
}

h4.title {
    font-weight: 400;
    border-bottom: solid 1px #999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

h5.title {
    font-weight: 400;
    border-bottom: solid 1px #999;
    margin-bottom: 20px;
}
/* -------------------------------------------------- */
/* heading */
/* -------------------------------------------------- */

.row .leftbg01{
	height:60px;
	width:333px;
	background:#a6a6a6;
}
.row .leftbg02{
	height:60px;
	background:#324a61;
}
.row .leftbg03{
	height:60px;
	background:#7d191f;
}
.row .leftbg04{
	height:60px;
	background:#a8cb25;
}
.row .leftbg05{
	height:60px;
	background:#eab74e;
}
.row .leftbg01 h1 , .row .leftbg02 h1, .row .leftbg03 h1, .row .leftbg04 h1, .row .leftbg05 h1{
	color:#fff;
	font-size:30px;
	}
.row .leftbg01 p, .row .leftbg02 p, .row .leftbg03 p, .row .leftbg04 p, .row .leftbg05 p {
	color:#fff;
	}
	
.row .rightbg01{
	color:#fff;
	display:table-cell;
	/* font-size:650px;
	padding:30px 40px 0 40px; */
	height:60px;
	background:#353535;
	vertical-align:middle;
}
.row .rightbg01 span.r_text{display:inline-block;vertical-align:middle;font-size:12px;padding:30px 40px 0 40px;}
.row .rightbg01 span.r_text a {display:inine-block;float:right;font-size:12px;color:#ff0000;}
.row .rightbg01 span.r_text a:hover {color:#fff;}
/*****侧边菜单ICON*****/
.left_icon ul{margin:0;padding:0;float:left;margin-top:25px;}
.left_icon ul li {padding-left:25px;white-space:nowrap;margin:0;float:left;height:62px;}
.left_icon ul li a img{
		filter:;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		filter: grayscale(0%);}
.left_icon ul li a:hover img{
		zoom:1;
		filter:gray;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		}
/* -------------------------------------------------- */

/* content */
/* -------------------------------------------------- */

.container {
  /* padding-right: 15px;
  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.row {
  /* margin-right: -15px;
  margin-left: -15px; */
}
/* 图片宽度100% */
.full_img img{width:100%;height:auto;}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
  /* padding-right: 15px;
  padding-left: 15px; */
}
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  
  

  
  /*.col-md-5 {width: 46.66666667%;}
  .col-md-4 {width: 32.33333333%;}
  .col-md-3 {width: 20%;}
  */
  
  .col-md-5 {
    width: 37.66666667%;
  }
  .col-md-4 {
    width: 28.33333333%;
  }
  .col-md-3 {
    width: 31%;
  }
  
  
  
  
  
  
  
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  


#content {
	background:#fff;
    padding: 0 0 20px 0;
	/* text-shadow:1px 1px #fff; */
}

#features {
    background: #222;
    padding: 40px 0 40px 0;
    color: #fff;
}

.feature-box i {
    background-color: #a02625;
    color: #fff;
}

.box-small-icon {
}
	.box-small-icon a {color:#666;}
	.box-small-icon a:hover {color:#000;}
    .box-small-icon img {
    margin-bottom: 20px;
    }

    .box-small-icon .text {
		height:60px;
        padding-left: 20px;
        padding-right: 20px;
		background:url("../images/company_line.png") right center no-repeat;
    }
    .box-small-icon .text_first {
        padding-left: 0;
        padding-right: 20px;
    }
    .box-small-icon .text_last {
        padding-right: 0;
        padding-left: 20px;
		background:none;
    }


    .box-small-icon h3 {
        line-height: normal;
        margin-bottom: 5px;
		font-size:20px;
		font-weight:bold;
    }
	
	.feature-box-image {
	}
	.feature-box-image img{
		/*width:100%;
		height:auto;
		margin-bottom:10px;
		 border:solid 1px #ddd; */
	}
	.feature-box-image h3 {
        line-height: normal;
        margin-bottom: 5px;
		font-size:18px;
		letter-spacing:1px;
		font-weight:bold;
		padding-bottom:15px;
    }
	.feature-box-image h3 a {
		color:#000;
    }


/* -------------------------------------------------- */
/* case_icon */
/* -------------------------------------------------- */

.case_icon { background:#f0f0f0;}



/* -------------------------------------------------- */
/* home-page */
/* -------------------------------------------------- */

.evaluation  {
		height:60px;
		background:url("../images/company_line.png") right center no-repeat;
}
.evaluation.nobg {background:none;}
	.evaluation   span {display:block;}
	.evaluation   span a {color:#666;}
	.evaluation   span a:hover {color:#000;text-decoration:underline;}
    .evaluation   img {margin-bottom: 20px;}

    .evaluation .text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .evaluation .text_first {
        padding-left: 0;
        padding-right: 20px !important;
    }
    .evaluation .text_last {
        padding-right: 0;
        padding-left: 20px;
    }


    .evaluation  h3 {
        line-height: normal;
        margin-bottom: 5px;
		font-size:20px;
		font-weight:bold;
    }
	
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
#footer {
    background:#333 url("footer_bg_line.png") top center no-repeat;
    color: #c1c1c1;
    padding: 0 0 0 0;
	height:220px;
	margin-top:30px;
	background:#333;
	width:100%;
	float:left;
}

	#footer h3{color:#fff;font-size:22px;font-weight:500;padding-top:20px; padding-bottom:15px;}
	#footer h3 span {font-size:12px;font-weight:normal;}
	
	
	#footer h4{padding:5px 0 0 0;*padding:0px 0 0 0}

    #footer a {
        color: #c1c1c1;
    }

        #footer a:visited {
            color: #c1c1c1;
        }

        #footer a:hover {
            color: #a02625;
        }


/* -------------------------------------------------- */
/* subfooter */
/* -------------------------------------------------- */
.subfooter {
	/* border-top:solid 1px #333;*/
    margin: 0px 0 0 0; 
    background:url("footer_bg.jpg") repeat-x;
	height:66px;
	/* line-height:75px; */
    padding: 0;
    font-size: 12px;
}

    .subfooter ul {
        float: right;
        margin: 0;
        padding: 0;
    }

    .subfooter li {
		text-shadow:none;
		display: inline-block;
    }

    .subfooter li a {
        text-decoration: none;
        border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        padding: 5px 8px 5px 8px;
        color: #646464 !important;
    }

	.subfooter li a:hover {
		background: #a02625;
	}
	.subfooter .copyright {text-align:center; line-height:40px; padding-top:13px;}

/*-------------------------------------------------- 
/* list news
/*-------------------------------------------------- */
h2.title_img {padding:10px 0;border-bottom:1px solid #999;}

/*新闻首页图片推荐*/
.list-rec-news {
	margin:0;
	padding:0;
	}
	.list-rec-news .text_news_bg {
	/*width:242px;
	*width:206px;ie7*/
	background:#000;
	}
		.list-rec-news .list-rec-text {}
	.list-rec-news .list-rec-text .text_news_bg{
	padding:0 18px;
	*padding:18px;
	display:inline-block;
	/* background:#ccc; */
	}
	.list-rec-news .list-rec-text h3 {padding:0 0 10px 0;border-bottom:1px solid #9e9e9e; font-size:14px;font-weight:bold;letter-spacing:1px;}
	.list-rec-news .list-rec-text h3 a{color:#fff;}
	.list-rec-news .list-rec-text h3 a:hover{}
	.list-rec-news .list-rec-text p {color:#fff;font-size:12px;line-height:1.5;}
	
	
.date {
		color:#b6343e;
		font-size:11px;
	}


/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
#wrapper {padding-top:114px;}
#clone {
    /* background: #222; 
	background:#f5f5f5;*/
    background:#f5f5f5 url(../images/header_bg.png) left top repeat-x;
    width: 100%;
    z-index: 98;
    position: relative;
    transition:0.3s top ease-out;
}

#clone.clone {
	width:100%;
    position:fixed;
    top:0px;
    transition:0.4s top ease-in;
	z-index:99;
}
#clone.clone #logo {
	height:80px;
}
#clone.clone #logo  img{
	margin-top:18px;
	height:45px;
	display:inline-block;
}
#clone.clone .header-info{
	display:none;
}
#clone.clone #case_icon {}

body.down #clone.clone {
    top:0;
    left:0;
    right:0;
    z-index:999;
}

#clone .info {
    border-bottom: none;
    color: #fff;
    background: #000;
    border-bottom: solid 1px #333;
    font-size: 12px;
}

#clone .info a{
	color:#fff;
}

    #clone .info .separator {
        display: inline-block;
        width: 1px;
        height: 10px;
        border-left: solid 1px #777;
        margin: 0 20px 0 20px;
    }

#clone .info-text {
    margin-top: 15px;
}

.title {
    color: #555;
    margin-bottom: 20px;
}

    .title span {
        font-size: 20px;
        font-weight: lighter;
        display: block;
        margin-top: 20px;
        letter-spacing: normal;
        font-family: "Patua One", Georgia;
        color: #a02625;
    }






/* -------------------------------------------------- */
/* widget */
/* -------------------------------------------------- */ 
.widget {overflow:hidden;}

.widget_social { width:33%; float:left; }

.widget_social h2 {font-size:14px; color:#FFF;  padding-top:30px; padding-bottom:30px;}

.widget_category li {
	text-align:center;
    /* border-bottom: solid 1px #ddd; */
    padding-bottom: 8px;
    margin-bottom: 8px;
}
	.widget_category h4 {
		width:100px;
		background:url("arrow_left_nav.png") center 0 no-repeat;
		text-align:center;
		height:38px;
		text-indent:-9999px;
        position: relative;
		display: block;
	}
		.widget_category h4.arrow_top { background-position: center 0; margin-bottom:30px;} 
		.widget_category h4.arrow_bottom { background-position: center -38px;margin-top:30px;} 

    .widget_category li a {
		font-size:16px;
        color: #555;
    }
    .widget_category li a:hover {
        color: #a02625;
    }

	.widget_category .active {color: #a02625;font-weight:bold;}


.widget_recent_post li {
    padding-left: 20px;
    background: url(list-arrow.png) left 2px no-repeat;
    border-bottom: solid 1px #333;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

    .widget_recent_post li a {
        color: #555;
    }

.widget .comments li {

}
/* .widget_tags {margin:0 15px 0 0;}
.widget_social {margin:0 15px;}*/
.widget-address { font-size:12px;} 
	.widget-address a{color:#909090}
	.widget-address a:visited{color:#909090}
	.widget-address a:hover{color:#a02625}
	.widget-address .job_titile { padding-left:30px;background: url("job_title_icon.png") left center no-repeat; }


.widget_tags ul.case_link {
	overflow:hidden;
	height:auto;
	margin-bottom:10px;
}
.widget_tags ul.case_link  li{
	padding:1px 0;
	*padding:2px 0;
    margin-bottom: 9px;
}
.widget_tags ul.case_link li a{
		font-size:14px;
		color:#c1c1c1;
}
.widget_tags ul.case_link li a:hover{
		color:#b20d0d;
}


ul.friend_link {
    padding-top: 13px;
}
	ul.friend_link li {
		text-shadow:none;
		float:left;
		display: inline-block;
		margin-right: 2px;
		white-space: nowrap;
	}
	ul.friend_link li a {padding: 5px 5px 0 0;font-weight:0;color:#c1c1c1;}
	ul.friend_link li a:hover {color:#b20d0d;}
	ul.friend_link .white {color:#fff;}

#footer .widget ul{
	margin:0;
	padding:0;
}
#footer .widget hr {margin:20px 0;}
#footer .widget_recent_post li {
    padding: 0 0 5px 0;
    background: none;
    border-bottom-color: #333;
}

    #footer .widget_recent_post li a {
        color: #ccc;
    }


/* -------------------------------------------------- */
/* address */
/* -------------------------------------------------- */
address span {
    display: block;
	padding:2px 0;
}

    address span strong {
        display: inline-block;
        width: 60px;
    }


/* -------------------------------------------------- */
/* tabs */
/* -------------------------------------------------- */
/*底部联系方式*/
.address_tab .address_nav {
        overflow: hidden;
        margin: 0;
        padding: 5px 0 0 0;
		/* font-weight:bold; */
    }
        .address_tab .address_nav li {
            float: left;
            list-style: none;
            margin:0;
        }
            .address_tab .address_nav li span {
                padding: 2px 13px 2px 13px;
                /* border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                border-left: 1px solid #ddd;
                border-right: 1px solid #333; */
				background:url("tab_line.png") right center no-repeat;
                display: block;
                text-decoration: none;
                color: #c1c1c1;
                font-size: 14px;
                cursor: pointer;
            }
            .address_tab .address_nav li:first-child span {
                padding: 2px 13px 2px 0px;
			
            }
            .address_tab .address_nav li:nth-child(6) span {
                padding: 2px 0px 2px 13px;
				background:none;
			
            }
            .address_tab .address_nav li:nth-child(7) span {
                padding: 2px 13px 2px 0px;
			
            }
            .address_tab .address_nav li:last-child span {
                padding: 2px 0 2px 13px;
				background:none;
			
            }
    .address_tab .address_nav li span.active {
        color: #b20d0d;
    }
	
	
.de_tab {
}

    .de_tab .de_nav {
        overflow: hidden;
        padding-left: 0;
        margin: 0;
        padding: 0;
		font-weight:bold;
    }
		
	.accordion-inner img.full-size{
		margin-top:5px;
		margin-bottom:10px;
	}
	
	a.accordion-toggle,a:visited.accordion-toggle{
		font-weight:bold;
		color:#222;
	}
	
        .de_tab .de_nav li {
            float: left;
            list-style: none;
            background: #EEE;
            margin-right: 5px;
        }

            .de_tab .de_nav li span {
                padding: 8px 16px 8px 16px;
                border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                border-left: 1px solid #ddd;
                border-right: 1px solid #ddd;
                display: block;
                background: #f5f5f5;
                text-decoration: none;
                color: #646464;
                font-size: 13px;
                cursor: pointer;
            }

            .de_tab .de_nav li:first-child span {
                border-left: 1px solid #ddd;
            }

    .de_tab .de_tab_content {
        border: 1px solid #ddd;
        padding: 15px 20px 20px 20px;
        margin-top: -1px;
        background: #fff;
    }

    .de_tab .de_nav li span.active {
        background: #FFF;
        border-bottom: 1px solid #fff;
        color: #222;
        margin-bottom: -3px;
    }

.tab-small-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tab-small-post ul li {
        min-height: 60px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: solid 1px #eeeeee;
    }

        .tab-small-post ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .tab-small-post ul li img {
            position: absolute;
        }

        .tab-small-post ul li span {
            display: block;
            padding-left: 64px;
        }

            .tab-small-post ul li span.post-date {
                font-size: 11px;
            }

