


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    font-size: 14px;
    color: #7a7a7a;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    min-width: 1205px;
    font-family:'Microsoft YaHei','微软雅黑','黑体',SimHei;
}

/*------------------------------------------------------------------*/
/*   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; }

/*
    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;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/*text color*/

.text-muted{color: #7a7a7a!important;}
.text-primary{color: #00a885 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#00a885 !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: #00a885;}
.bg-finence{background-color:#13A0B2;}
.bg-mega{background-color:#8a8a8a;}
.bg-grey{background-color: #e3e3e3;}
.bg-black{background-color: #222222;}
.bg-white{background-color: #fff;}

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:link,a:active,a:focus {
  color: #373737;
}
a:hover{
  color: #9dc249;
}

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;
    /*    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;
    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:#00a885;
}

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*/



.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;
}

.container > .navbar-header{
	float: left\9;
}
.navbar-nav{
	margin: 0\9;
}

.collapse{
	visibility:inherit\9;
	float: right\9;
	border: none\9;
}
.nav > LI{
	float: left;
}
.navbar.bootsnav ul.nav > li > a i{
	display: none;
}
.navbar-brand{
	height: 100px;
}
/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #00a885;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #00a885;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #00a885;
}

/*
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: #00a885;
    border:1px solid;
    border-color: #00a885;

}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#00a885;
}

.btn-default{
    color: #fff;
    background-color: transparent;
    border:1px solid;
    border-color: #b6b6b6;
}
.btn-default:hover{
    color: #fff;
    background-color: #00a885;
    border-color: #00a885;
}


/*
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-5 {
    margin-top: 5px;
}
.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: 70px;
}
.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-10 {
    padding-bottom: 10px;
}
.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: 60px;
    padding-top: 5rem;
}

.p-bottom-60 {
	padding-top: 60px;
    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: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input:-ms-input-placeholder ,
input::placeholder ,
input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
}
.fix{
    overflow: hidden;
}
/*heading title all area*/
.head_title{
	padding-bottom: 50px;
    padding-bottom: 4.5rem;
    overflow: hidden;
}
.head_title h2{
    font-weight: 100;
    font-size:52px;
    line-height: 1.1;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#999999;
}

/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #00a885;
    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: 25px 15px;
}
.navbar-brand > img {
    display: block;
    width: 50%;
}

.navbar-callus li a{
    font-size:12px;
    padding: 10px;
    color:#848484;
    display: inline-block;
}
.navbar-callus li a i{
    font-size:12px;
    margin-right: 5px;
}
.navbar-socail li a{
    font-size:12px;
    padding: 10px;
    color:#848484;
    display: inline-block;
}
.navbar-socail li a i{
	font-size: 12px;
	margin-right: 5px;
}


/*
banner Section style
==================*/
.banner{
	position: relative;
    padding-top: 200px;
    padding-bottom: 290px;
    width:100%;
    text-align: center;
    
}
.banner h3{
	font-size: 32px;
	line-height: 1.5;
	text-shadow:5px 2px 6px #000;
}
.banner p{
	font-size: 26px;
	line-height: 2;
	width: 920px;
	margin: auto;
	text-align: justify;
}
.new-energy-banner{
    background: url(../images/newenergy/banner.jpg) no-repeat scroll  center 0;
    background-size: cover;
}
.capital-construction-banner{
    background: url(../images/capital_construction/banner.jpg) no-repeat scroll  center 0;
    background-size: cover;
}
.under{
	padding-top: 150px;
    padding-bottom: 240px;
}
.under i{
	font-size: 100px;
	color: #666666;
	line-height: 1;
}
.under h4{
	font-size: 22px;
	color: #666666;
}
/*
newtop section style
========================*/
.newtop{
	background: url(../images/newenergy/newtop_bg.jpg) no-repeat center 0;
    background-size: auto 100%; 
    height: 408px;
    text-align: center;
}
.newtop h2{
	font-size: 54px;
	padding-top: 140px;
	font-weight: 100;
}
.newtop h2 + .view-btn{
	margin-top: 50px;
}
.view-btn{
	color: #fff;
	display: inline-block;
	font-size: 16px;
	background: #79a70b;
	padding: 10px 35px;
	border-radius: 20px;
}
.view-btn:hover{
	color: #fff;
	background: #6c9705;
}
/*service Section*/
.service ul li{
	width: 20%;
	float: left;
	position: relative;
	cursor: pointer;
    transition: all 0.2s;
}
.service ul li img{
	width: 100%;
}
.service ul li img.pcshow{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.service ul li div.info-box{
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-box: border-box;
	-ms-border-box: border-box;
	-o-ms-border-box: border-box;
	z-index: 2;
	width: 100%;
	padding: 170px 35px 0;
	color: #fff;
	text-align: center;
	transition: all 0.2s;
}
.service ul li:hover img.pcshow{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter:inherit;
}
.service ul li:hover div.info-box{
	 padding: 110px 35px 0;
}
.service ul li:hover div.info-box p{
	 display: block;
	 transition: all 0.2s;
}
.service ul li div.info-box i{
	font-size: 100px;
	line-height: 1;
}
.service ul li div.info-box h3{
	color: #fff;
	padding: 30px 0;
	font-size: 1.6vw;
}
.service ul li div.info-box p{
	text-align: left;
	font-size: 16px;
	font-size: 1.15vw;
	line-height: 1.5;
	display: none;
}

/*supply_chain*/
.supply_chain ul li{
	width: 25%;
	float: left;
	position: relative;
}
.supply_chain ul li img{
	width: 100%;
	padding-top: 15px;
}
.supply_chain ul li div.info-box{
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-box: border-box;
	-ms-border-box: border-box;
	-o-ms-border-box: border-box;
	width: 100%;
	padding: 0px 35px 0;
	text-align: center;
}
.supply_chain ul li div.info-box i{
	font-size: 120px;
	line-height: 1;
}
.supply_chain ul li div.info-box h3{
	font-size: 26px;
	padding: 20px 0;
}
.supply_chain ul li div.info-box p{
	color: #000000;
	font-size: 18px;
	line-height: 1.8;
}
.tender,.tender h3{
	color: #ff6c00;
}
.mall,.mall h3{
	color: #9dc249;
}
.consumption,.consumption h3{
	color: #ffcc00;
}
.logistics,.logistics h3{
	color: #0e7de6;
}
.slides-box{
	height: 606px!important;
	position: relative;
}



/*Test Section
======================*/
.test{
	background: url(../images/home/ourproject-bg.jpg) no-repeat center 0 #B5B5BD;
	height: 680px;
}
.test .container{
   padding-left: 0;
   padding-right: 0;
}
.main_test{
    width: 100%;
    display: block;
}
.test_item{
    padding: 5px;
    border:1px solid transparent;
    display: block;
}
.test_item p{
	position: relative;
	line-height: 0;
	display: inline-block;
	margin: 0;
	vertical-align: bottom;
}
.test_item:hover em{
	display: block;
}
.test_item:hover .region{
	display: block;
}
.test_item em{
	display: none;
	transition: all .5s;
	position: absolute;
	background: #000;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;   
	opacity: .3;
	filter:alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30); 
}
.test_item .region{
	transition: all .5s;
	display: none;
	color: #fff;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -80px;
	margin-top:30px;
}
.test_item .region span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}
.test_item .region i{
	font-size: 160px;
	color: #fff;
	line-height: 1;
}

.main_test .item_img{
    float: left;
    display: inline-block;
}
.main_test .item_img{
	width: 100%;
}
.main_test h3.item_text{
	text-align: center;
	color: #fff;
	line-height: 2.5;
	font-size: 32px;
	background: #719d0a;
}
.item_img{
    position: relative;
}
.item_img i{
    background-color: #fff;
    position: absolute;
    right: -25%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0px #ddd;
}

/*about*/
.about{
	background: url(../images/home/about-bg.jpg) no-repeat center 0 #E0E0E0;
	height: 680px;
	background-size: auto 100%; 
}
.about .head_title h5{
	color: #5b7a12;
	letter-spacing:20px;
	line-height: 2;
}
.about_item{
	margin-bottom: 100px;
}
.about_item p{
	font-size: 22px;
	color: #373737;
	line-height: 2;
	text-align: ;
}

/*partner Section
=========================*/
.partner .container{
	width: 1200px;
	padding-left: 0px;
	padding-right: 0px;
}
.brand_item{
	padding: 10px;
}
.sm-m-top-20{
	margin-top: 30px;
}

/*call to action
=========================*/

.action_btn .btn-default:hover{
    background-color: #fff;
    color:#00a885;
}
.action-lage{
    position: relative;
    width:100%;

}
.action-lage:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #00a885;
    left:50%;
    top:0%;
    z-index: 3;
    margin-left:-15px;

}



/*Footer section*/
.widget_area{
	overflow: hidden;
}
.widget_area .col-md-2,.widget_area .col-md-7{
	padding-left: 0;
	padding-right: 0;
}
.divider{
    width:100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}
.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_item{
	padding-left: 80px;
	min-height: 70px;
	border-left:1px #b6b6b6 solid;
}
.frist-col-md-2 .widget_item{
	border-left:none ;
}
.last-col-md-2 .widget_item{
	border-right:none ;
}
.widget_item h5{
    font-weight: 700;
}
.widget_item .btn:hover{
    background-color: #0ec9a2;
}
.widget_item li a{
    color:#a1a1a1;
    font-size: 16px;
}
.widget_item li a:hover{
    color:#9dc249;
}

.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:#fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon{
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}
.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: #00a885;
    border-color:#00a885;
    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;
}

.main_footer a {
    color: #ddd;
    padding: 5px;
}
.foot-phone-box .widget_item{
	border: none;
}
.foot-phone-box .widget_item ul li{
	width: 33.33%;
	float: left;
}
.foot-phone-box .col-md-5{
	padding-left: 0;
	padding-right: 0;
}

.foot-phone-box .widget_item .more{
	font-size: 12px;
	font-weight: normal;
	color: #7a7a7a;
	float: right;
	margin-right: 25px;
}
.foot-phone-box .col-md-5 .widget_item h2{
	font-size: 24px;
	color: #95ba42;
}
.foot-phone-box .col-md-5 .widget_item.widget_item-left{
	display: inline-block;
	float: left;
}
.foot-phone-box .col-md-5 .widget_item.widget_item-right{
	display: inline-block;
	padding-left:0;
	float: right;
	margin-right: 30px;
	width: 205px;
	
}


#content{
	height: 100%;
	width: 100%;
}
#content .two,#content .three,#content .four,{
	height: 100%;
	width: 100%;
}
.pcshow{
	display: block;
}
span.pcshow{
	display: inline-block;
}
.mshow{
	display: none;
}
/**/
.page_bg{
	background: url(../images/bg.jpg) no-repeat center 0;
}
.page-content .container{
	background: #fff;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 1200px;
	padding: 30px;;
    box-sizing: border-box;
}
.p-right-0{
	padding: 20px!important;
	padding-right: 0px!important;
}
.ginance-list li {
	width: 25%;
	float: left;
	position: relative;
}
.icon-box{
	margin-right: 20px;
	overflow: hidden;
}
.ginance-list li .icon-box img,.ginance-list li .green-small-box img{
	transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
}
.ginance-list li:hover .icon-box img,.ginance-list li .green-small-box:hover img{
	    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.green-small-box{
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}
.ginance-box{
	position: absolute;
	font-size: 28px;
	color: #fff;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -65px;
	z-index: 10;
}
.ginance-box i{
	font-size: 90px;
	line-height: 1;
}
.ginance-box span{
	display: block;
}
.panel{
	border-radius: 0;
}
.panel-heading{
	border-bottom: none;
	padding: 4px 15px;
}
.panel-title a{
	font-size: 12px;
	font-weight: normal;
	color: #a3a3a3;
}
.panel-title a.w100{
	width: 100%;
	display: block;
	overflow: hidden;
}
.panel-title a.w100 span{
	color: #000000;
}
.panel-title i{
	width: 6px;
	height: 20px;
	background: #9dc249;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.panel-heading h3{
	font-weight: bold;
}
.panel-body li{
	line-height: 1.6;
}
.panel-body li a{
	display: block;
	color: #373737;
	font-size: 12px;
}
.panel-body li a i{
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #373737;
	vertical-align: middle;
	border-radius: 4px;
}
.panel-body li a span{
	color: #aeaeae;
}
.panel-body li a:hover,.panel-body li a:hover span,.panel-body li a:hover p,.panel-title a:hover{
	color: #9dc249;
}
.panel-body li a:hover i{
	background: #9dc249;
}
/*news*/
.news-swiper .swiper-pagination{
	text-align: right;
	padding-right: 10px;
}
.news-swiper .swiper-pagination-white .swiper-pagination-bullet{
	border-radius: 0;
	background: #aeaeae;
}
.news-top-left{
	width: 440px;
}
.news-top-right{
	width: 730px; padding-left: 5px;
}	
.new-pic{
	float: left;
	margin-right: 15px;
}
.new-pic img{
	height: 224px;
}
.new-nav-left{
	width: 170px;
}	
.new-nav-left ul .list-group-item{
	font-size: 16px;
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	padding: 27px 10px 27px 20px;
	cursor: pointer;
}
.new-nav-left ul .list-group-item.active{
	color: #9dc249;
	font-weight: 600;
}
.new-nav-left ul .list-group-item.active i{
	width: 0;
    height: 0;
    display: inline-block;
    border-top: 5px solid transparent;
    border-left: 5px solid #9dc249;
    border-bottom: 5px solid transparent;
    margin-left: 5px;
}
.new-nav-left ul .list-group-item:first-child,.new-nav-left ul .list-group-item:last-child{
	border-radius: 0;
}
.panel-default {
    border-color: #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-body .table{
	margin-bottom: 0;
}
.panel-body .table>thead>tr>th{
	border-bottom: 1px #c3c3c3 solid;
	padding: 19px 8px;
	text-align: center;
	font-size: 16px;
	font-weight: 600px;
	color: #aeaeae;
}

.panel-body .table>thead>tr>td, .panel-body .table>tbody>tr>td,.panel-body .table>tfoot>tr>td{
	border: 0px;
	text-align: center;
}
.panel-body .table>tbody>tr:first-child td,.panel-body .table>tbody>tr.firt-tr td{
	padding-top: 23px;
}
.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
}
.nav-tabs>li{
	margin-bottom: 0px;
}	
.nav-tabs>li>a{
	color: #373737;
	border-radius: 0px;
	border: 0px;
	padding: 10px 20px;
}	
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	border: none;
	color: #fff;
	background: #9dc249;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
}
.specific{
	padding-left: 5px;
	width: 1000px;
}
.specific .panel-body{
	padding-top: 0px;
}
.specific .panel-body table td{
	color: #373737;
}
.specific .panel-body table td a{
	color: #373737;
}
.specific .panel-body table td a:hover{
	color: #9dc249;
}

.news-banner{
	margin-bottom: 20px;
}
.col-md-6.col-md-6-frist{
	padding-left: 0;
	padding-right: 10px;
}
.col-md-6.col-md-6-last{
	padding-left: 10px;
	padding-right: 0px;
}

/*about*/
.about-tabs{
	margin-bottom: 20px;
	border-bottom: none;
}
.about-tabs.nav-tabs>li>a{
	font-size: 16px;
	border-bottom: 2px;
	padding: 3px 0;
	margin-right: 70px;
	border-bottom: 4px #fff solid;

}
.nav > li > a:focus, .nav > li > a:hover{
	background: transparent;
}
.nav-tabs.about-tabs>li.active>a, .nav-tabs.about-tabs>li.active>a:hover, .nav-tabs.about-tabs>li.active>a:focus{
	color: #9dc249;
	font-weight: 600;
	background: transparent;
	border-bottom: 4px #9dc249 solid;
}
.about-banner{
	background: url(../images/about/banner.jpg) no-repeat;
	height: 302px;
	margin-bottom: 20px;
}
.about-icon-list{
	color: #9dc249;
}
.about-icon-list li i{
	font-size: 75px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 10px;
}
.about-icon-list li span{
	font-size: 24px;
	line-height: 60px;
	vertical-align: middle;
	padding-right: 50px;
}
.partner-box .dl-horizontal{
	margin-bottom: 0;
}
.partner-box .dl-horizontal dt{
	width: 200px;
	font-size: 16px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	background: #9dc249;
}
.partner-box .dl-horizontal dd{
	margin-left: 200px;
	border-bottom: 1px #f3f3f3 solid;
	margin-bottom: -1px;
	color: #000000;
}
.partner-box .dl-horizontal dt.odd{
	background:#739b15;
}
.partner-box .dl-horizontal dt.last{
	line-height: 120px;
}

.partner-box .dl-horizontal dd .list-inline li p{
	line-height: 1.3;
	padding:22px 18px;
	text-align: center;
}
.partner-box .dl-horizontal dd.last{
	border-bottom: none;
}
.partner-box .dl-horizontal dd.last .list-inline li{
	vertical-align: top;
}
.partner-box .dl-horizontal dd.last .list-inline li p{
	padding: 32px 7.5px 0;
}
.partner-box .dl-horizontal dd.last .list-inline li p span{
	display: block;
	color: #a3a3a3;
}
.partner-box .dl-horizontal dd .list-inline li img{
	margin: 10px 5px;
}
.search-list .dl-horizontal dt{
	width: 76px;
	font-weight: normal;
	color: #9dc249;
}
.search-list .dl-horizontal dd{
	margin-left: 76px;
}
.search-list .dl-horizontal dd a{
	margin: 0 15px;
	color: #000;
}
.search-list .dl-horizontal dd a.all-btn{
	color: #fff;
	background: #9dc249;
	padding: 3px 5px;
	border-radius: 3px;
	line-height: 1;
}
.search-list .dl-horizontal dd a.all-btn:hover{
	color: #fff;
}
.search-list .dl-horizontal dd a:hover,.search-list .dl-horizontal dd a.search-more{
	color: #9dc249;
}
.search-list .input-group{
	width: 730px;
	margin-bottom: 25px;
}
.search-list .input-group .form-control{
	height: 35px;
	border: 1px solid #c2d98d;
}
.input-group-addon{
	border-radius: 0;
	background: transparent;
	border: 1px solid #c2d98d;
	color: #9dc249;
}
.input-group-addon .iconfont{
	font-size: 18px;
}
/*jion*/
.framework{
	padding: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.framework img{
	margin: auto;
}
.job-img-list{
	padding-bottom: 20px;
}
.job-img-list li{
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.title-btn{
	width: 120px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #000;
	background: #ebf3db;
	border: 1px #9dc249 solid;
}
.title-box{
	padding: 40px;
}
.panel-default.tabs_box .panel-collapse.collapse{
	display: none;
}
.panel-default.tabs_box.in .panel-collapse.collapse{
	visibility: inherit;
	display: block;
}
.panel-collapse.collapse.in{
	display: block;
}
span.frist-th,span.second-th,span.three-th{
	display: block;
	float: left;
	font-size: 14px;
}
span.frist-th,span.second-th{
	width: 43%;
}
span.three-th{
	width: 14%;
}
.top-title{
	overflow: hidden;
	background: #f0f0f0;
	margin-bottom: 1px;
	padding: 10px 15px;
	cursor: pointer;
}
.top-title h4 span{
	font-size: 14px;
	color: #000;
}
.panel-default.tabs_box.in .top-title{
	background: #ebf3db;
}
.panel-group .panel{
	border-radius: 0px;
}
.panel-heading{
	border-top-left-radius:0px;
	border-top-right-radius:0px
}
.panel-default.tabs_box .panel-heading a{
	padding: 4px 15px;
}

.panel-default.tabs_box .panel-body{
	border: none!important;
}
.panel-default.tabs_box.in .panel-body{
	display: block;
}
.panel-default.tabs_box .top-title{
	background: transparent;
	margin-bottom: 0;
}
.panel-default.tabs_box{
	border: none;
}
.panel-default.tabs_box p{
	color: #000;
	line-height: 2;
}
.panel-default.tabs_box.in{
	border: 1px #f0f0f0 solid;
}

/*contact*/
.contact-box{
	padding: 10px;
	line-height: 2;
	color: #000;
}
.contact-box b{
	font-weight: normal;
}
.new-bar{
	padding: 10px 0 35px;
	border-bottom: 1px #9dc249 solid;
	margin-bottom: 30px;
}
.new-bar a{
	color: #848484;
}
.new-bar a:hover{
	color: #9dc249;
}
.news-body{
	color: #000;
	padding-bottom: 60px;
}
.news-body h6{
	font-weight: bold;
	font-size: 14px;
	font-family: 'Microsoft YaHei','微软雅黑','黑体',SimHei;
}
.news-body p{
	color: #373737;
	line-height: 2;
}
.news-body.panel-body .news-list li a{
	font-size: 14px;
}
.news-body.panel-body .news-list li a p,.news-body.panel-body .news-list li a span{
	line-height: 3;
}
.news-body.panel-body .news-list li{
	border-bottom: 1px #efefef solid;
}

.page-header{
	border-bottom: none;
}
.page-header h2{
	color: #373737;
	font-size: 28px;
	font-weight: 900;
}
.well{
	border: none;
	box-shadow:none;
	background: #f9f9f9;
	border-radius: 0;
	padding: 10px;
	overflow: hidden;
}
.well .pull-left{
	padding: 12px;
}
.well a{
	color: #848484;
}
.well a:hover{
	color: #9dc249;
}
.panel{
	position: relative;
}
.panel a[name]{
	position: absolute;
	top:-10px
}
.about-left{
	float: left;
	width: 860px;
}
.about-right{
	width: 120px;
	margin-right: 50px;
	float: right;
}
.page-content p{
	line-height: 2;
	color: #000;
}
.panel-body li a > p{
	margin-bottom: 0;
	display: inline-block;
}
.specific .panel{
	display: none;
}
.specific .panel.active{
	display: block;
}
.page_div {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #666666;
	box-sizing: border-box;
	text-align: center;
}
/*
 * 页数按钮样式
 */

.page_div a {
	min-width: 30px;
	height: 28px;
	border: 1px solid #dce0e0!important;
	text-align: center;
	margin: 0 4px;
	cursor: pointer;
	line-height: 28px;
	color: #666666;
	font-size: 13px;
	display: inline-block;
}

#firstPage,
#lastPage {
	width: 50px;
	color: #9dc249;
	border: 1px solid #9dc249!important;
}

#prePage,
#nextPage {
	width: 70px;
	color: #9dc249;
	border: 1px solid #9dc249!important;
}

.page_div .current {
	background-color: #9dc249;
	border-color: #9dc249!important;
	color: #FFFFFF;
}

.totalPages {
	margin: 0 10px;
}

.totalPages span,
.totalSize span {
	color: #0073A9;
	margin: 0 5px;
}

@media (max-width:767px) {
	html, body{
		min-width: 100%;
	}
	.pcshow{
		display: none!important;
	}
	.mshow{
		display: block;
	}
	span.mshow{
		 display: block;
        line-height: 0;
	}
	.page_div{
		padding-bottom: 40px;
	}
	.paging-more{
		display: none;
	}
	.page_div a{
		display: none;
		height: 35px;
		line-height: 35px;
	}
	#firstPage,#lastPage,#prePage,#nextPage{
		display: inline-block;
	}
	.navbar-brand > img{
		width: 100%;
	}
	.container{
		width: 100%;
		box-sizing: border-box;
	}
	.navbar-brand{
		padding: 15px 15px;
		height: auto;
	}
	.navbar-callus{
		display: none;
	}
	.navbar-top.fix{
		height: 0;
		overflow: inherit;
	}
	.navbar-socail{
		position: absolute;
		right: 0;
		top:15px;
		width: 100%;
	}
	.navbar-top.fix .col-md-6:first-child{
		display: none;
	}
	.navbar-top.fix .col-md-6:last-child{
		width: 100%;
	}
	.navbar-right{
		float: none!important;
	}
	.navbar.bootsnav ul.nav > li > a{
		padding: 10px 0;
		font-size: 12px;
		display: block;
		color: #333;
		position: relative;
	}
	.navbar.bootsnav ul.nav > li:first-child.active > a i{
		display: block;
		position: absolute;
		left: 50%;
		top:50%;
		-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #9dc249;
        padding: 10px;
	}
	.navbar.bootsnav ul.nav > li:first-child > a i{
		display: block;
		position: absolute;
		left: 50%;
		top:50%;
		-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #f6f6f6;
        padding: 10px;
	}
	.navbar.bootsnav ul.nav > li{
		float: left;
		width: 20%;
		text-align: center;
	}
	.navbar.bootsnav ul.nav > li:first-child{
		width: 10%;
	}
	.navbar.bootsnav ul.nav > li:nth-child(5){
		width: 10%;
	}
	.collapse{
		visibility: inherit;
	}
	.navbar-nav{
		margin: 0 -15px;
	}
	.slides-box{
		height: 250px!important;
	}
	
	.head_title h2{
		font-size: 20px;
		font-weight: 400;
	}
	.about,.test{
		height:350px;
	}
	.about .head_title h5{
		font-size: 6px;
		letter-spacing: 10px;
	}
	.about_item p{
		font-size: 15px;
		line-height: 1.8;
		text-align: justify;
	}
	.head_title{
		padding-bottom: .5rem;
	}
	.roomy-80{
		padding: 40px 0 40px;
	}
	.about .view-btn{
		display: none;
	}
	.about_item{
		margin-bottom: 0;
		padding: 0 10px;
	}
	.widget_area .col-md-2{
		display: none;
	}
	.widget_area .col-md-2:last-child{
		display: block;
		width: 100%!important;
	}
	.partner .container{
		width: 100%;
	}
	.partner .container .row{
		margin: 0 10px!important;
	}
	.partner .container .col-md-3{
		width: 33.33%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.brand_item{
		padding: 0;
	}
	.foot-phone-box .col-md-7{
		display: none;
	}
	.foot-phone-box .col-md-5{
		width: 100%!important;
		text-align: center;
	}
	.foot-phone-box .col-md-5 .widget_item.widget_item-right{
		float: none;
		margin-right:0;
	}
	.main_footer.bg-mega{
		background: #ffffff;
	}
	.main_footer.bg-mega .text-white{
		color: #666666!important;
		font-size: 10px!important;
	}
	.swiper-container{
		 height: 220px;
		 width:96%;
		 margin: auto;
	}
	.main_test h3.item_text{
		font-size: 16px;
	}
	.test_item{
		width: 260px;
		margin: auto;
	}
	.banner{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.banner h3{
		font-size: 12px;
	}
	.banner h3 .mshow{
		line-height: 0;
	}
	.banner p{
		font-size: 14px;
		width: 90%;
		text-align: justify;
		text-shadow:5px 2px 6px #000;
	}
	.newtop h2{
		font-size: 20px;
		line-height: 1.5;
		padding-top: 40px;
	}
	.newtop h2 + .view-btn{
		margin-top: 10px;
		font-size: 13px;
		border-radius: 0;
	}
	.newtop{
		height: 200px;
	}
	.supply_chain ul{
		margin: 3px 3px;
	}
	.supply_chain ul li{
		width: 50%;
		padding: 3px;
		box-sizing: border-box;
	}
	.supply_chain ul li img{
		border-radius: 3px;
	}
	.supply_chain ul li div.info-box i{
		font-size: 60px;
	}
	.supply_chain ul li div.info-box h3{
		font-size: 20px;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.supply_chain ul li img{
		padding-top: 30px;
	}
	.supply_chain ul li div.info-box{
		padding: 20px 20px 0;
	}
	.supply_chain ul li div.info-box p{
		font-size: 12px;
		line-height: 1.5;
	}
	.service ul{
		margin: 6px 9px;
	}
	.service ul li{
		width: 100%;
		margin:3px 0;
	}
	.under i{
		font-size: 60px;
	}
	.under h4{
		font-size: 16px;
	}
	.service ul li div.info-box{
		padding: 40px;
		height: 100%;
		box-sizing: border-box;
	}
	.service ul li:nth-child(1) div.info-box,.service ul li:nth-child(4) div.info-box{
		text-align: left;
		padding-left: 100px;
	}
	.service ul li:nth-child(1) div.info-box i,.service ul li:nth-child(4) div.info-box i{
		position: absolute;
		top:50%;
		margin-top: -30px;
		left: 30px;
	}
	.service ul li:nth-child(2) div.info-box,.service ul li:nth-child(5) div.info-box{
		text-align: right;
		padding-right: 100px;
	}
	.service ul li:nth-child(2) div.info-box i,.service ul li:nth-child(5) div.info-box i{
		position: absolute;
		top:50%;
		margin-top: -30px;
		right: 30px;
	}
	.service ul li:nth-child(2) div.info-box p,.service ul li:nth-child(5) div.info-box p{
		text-align: right;
	}
	.service ul li:nth-child(1) div.info-box .list-text,.service ul li:nth-child(2) div.info-box .list-text,.service ul li:nth-child(4) div.info-box .list-text,.service ul li:nth-child(5) div.info-box .list-text{
		position: absolute;
		top:50%;
		 -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
	}
	.absolutecenter{
		width: 100%;
		position: absolute;
		top:50%;
		left: 50%;
		 -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
	}
	.service ul li:nth-child(1) div.info-box .list-text,.service ul li:nth-child(4) div.info-box .list-text{
		left: 100px;
	}
	.service ul li:nth-child(2) div.info-box .list-text,.service ul li:nth-child(5) div.info-box .list-text{
		right: 100px;
	}
	.service ul li:nth-child(3) div.info-box p{
		text-align: center;
	}
	.service ul li div.info-box i{
		font-size: 60px;
	}
	.service ul li:hover div.info-box{
		padding:60px 10px 0
	}
	.service ul li div.info-box h3{
		font-size:4.5vw;
		line-height: 1.2;
		padding: 10px 0 5px;
		margin-bottom: 0;
	}
	.service ul li div.info-box p{
		font-size: 3.5vw;
		display: inline-block
	}
	.container > .navbar-collapse{
		background: #f6f6f6;
	}
	.page-content .container{
		width: 100%;
		padding: 0;
		margin: 0;
		border-top:1px #e7e7e7 solid;
	}
	.nav-tabs>li{
		width: 20%;
	}
	.about-tabs.nav-tabs>li{
		text-align: center;
	}
	.about-tabs.nav-tabs>li>a{
		margin-right: 0!important;
		padding: 10px 0;
		font-size: 12px;
		display: inline-block;
		
	}
	.about-content .panel-heading{
		display: none;
	}
	.about-content .panel{
		border: none;
		border-top:1px #e8e8e8 solid;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.about-tabs + .panel{
		padding-top: 0;
	}
	.about-content .panel-body{
		padding: 0;
	}
	.about-content .panel-body p{
		padding: 0 15px;
		text-align: justify;
		margin-bottom: 0;
	}
	.about-tabs{
		margin-bottom: 0;
	}
	.about-icon-list li{
		width: 33.33%;
		padding: 0;
		float: left;
		text-align: center;
	}
	.about-icon-list li i{
		font-size: 42px;
		margin-right: 3px;
	}
	.about-icon-list li span{
		font-size: 14px;
		padding-right: 0px;
	}
	.about-content h3{
		text-align: center;
	}
	.about-right{
		float: none;
		display: block;
		margin: auto;
		width: 150px;
	}
	.about-left{
		width: 100%;
	}
	.partner-box .dl-horizontal dt{
		width: 100%;
		color: #000;
		text-align: left;
		padding-left: 15px;
		line-height: 40px;
		background: transparent!important;
	}
	.partner-box .dl-horizontal dt i{
		width: 6px;
	    height: 20px;
	    background: #9dc249;
	    display: inline-block;
	    vertical-align: middle;
	    margin-top: -3px;
	    margin-right: 5px;
	}
	.partner-box .dl-horizontal dd {
		margin-left: 0;
		border: 0;
		margin-bottom: 30px;
	}
	.partner-box .dl-horizontal dd li{
		width: 33.33%;
		padding: 0;
		float: left;
		font-size: 12px;
		text-align: center;
		line-height: 1.5;
	}
	.partner-box .dl-horizontal dd .list-inline li p{
		padding: 22px 2px;
		font-size: 10px;
	}
	.partner-box .dl-horizontal dt.last{
		line-height: 40px;
	}
	.partner-box .dl-horizontal dd.last .list-inline li p span{
		display: none;
	}
	.partner-box .dl-horizontal dd .list-inline li samp{
		font-family: inherit;
		padding: 20px 0;
		display: block;
	}
	.search-list{
		display: none;
	}
	.job-img-list{
		margin: 5px;
		overflow: hidden;
	}
	.job-img-list li{
		width: 33.33%;
		float: left;
		padding: 0 5px;
	}
	.framework{
		text-align: center;
		padding: 0;
		margin-bottom: 0;
	}
	.framework .title-btn,.title-box .title-btn{
		margin: auto;
	}
	.framework .title-btn{
		margin-bottom: 30px;
	}
	.page-content.news-content .container{
		background: #f2f2f2;
	}
	.news-content .col-md-5,.news-content .col-md-7,.news-content .col-md-6{
		width: 100%;
	}
	.news-content .col-md-5 .panel,.news-content .col-md-7 .panel,.news-content .col-md-6 .panel{
		margin-top: 10px;
		margin-bottom: 0;
	}
	.news-content .swiper-container{
		width: 100%;
	}
	.news-swiper .swiper-pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: #9ec549!important;
	}
	.news-swiper .swiper-pagination{
		text-align: center;
	}
	.news-swiper .swiper-pagination .swiper-pagination-bullet{
		background: #fff;
		opacity: 1;
		border-radius: 50%;
	}
	.news-content .panel-default > .panel-heading{
		background: transparent;
		border-bottom: 1px #e8e8e8 solid;
	}
	.news-content .panel-default{
		border: none;
	}
	.new-pic{
		display: none;
	}
	.panel-body li a{
		display: flex;
	}
	.panel-body li a p{
		flex: 1;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		line-height: 2.5;
	}
	.panel-body li a span.pull-right{
		line-height: 2.5;
	}
	.new-nav-left{
		width: 100%;
		background: #fff;
	}
	.new-nav-left ul .list-group-item{
		width: 23%;
		float: left;
		font-size: 12px;
		text-align: center;
	    padding: 10px 5px;
	    border: 0;
	    background: transparent;
	}
	.new-nav-left ul .list-group-item:last-child{
		width: 30%;
	}
	.news-content .nav-tabs{
		border-top:1px solid #f0f0f0;
		margin-left: 10px;
	}
	.news-content .nav-tabs>li{
		display: inline-block;
		width: auto;
	}
	.news-content .nav-tabs>li>a{
		padding: 10px 5px;
		font-size: 11px;
	}
	.news-content .nav-tabs>li.active>a,.news-content .nav-tabs>li.active>a:hover, .news-content .nav-tabs>li.active>a:focus{
		font-weight: 600;
		border-bottom: 2px #9dc249 solid;
		color: #9dc249;
		background: transparent;
	}
	.new-nav-left ul.list-group{
		padding-bottom: 5px;
		margin-bottom: 5px;
		padding-top: 10px;
		overflow: hidden;
	}
	.new-nav-left ul .list-group-item.active span{
		color: #fff;
		padding: 10px 5px;
		background: #9dc249;
	}
	.new-nav-left ul .list-group-item.active i{
		position: absolute;
		left: 50%;
		bottom:-7px;
		transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        margin-left: 0;
	}
	.specific{
		width: 100%;
	}
	
	.specific table thead{
		display: none;
	}
	.specific table tbody tr td:nth-child(n+3){
		display: none;
	}
	.specific .panel-body{
		padding: 0;
		font-size: 12px;
	}
	.col-md-6.col-md-6-frist,.col-md-6.col-md-6-last{
		padding-left: 15px;
		padding-right: 15px;
	}
	.news-banner.mshow{
		margin-top: 10px;
		margin-bottom: 10px;
		background-size: 100% auto;
	}
	.new-bar{
		padding: 20px 10px;
		margin-bottom: 10px;
	}
	.new-bar + .page-header h2{
		font-size: 16px;
	}
	.new-bar + .page-header{
		padding: 10px;
		margin: 0;
	}
	.well .pull-left{
		font-size: 12px;
	}
	.contact-box{
		color: #666666;
	}
	.contact-box b{
		font-weight: 600;
		color: #000;
	}
	.contact-box b.contact-title{
		font-size: 18px;
	}
	.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
		background: transparent;
		border: none;
	}
	.ginance-list li{
		width: 100%;
		margin-bottom: 5px;
	}
	.ginance-list li:nth-child(n+3){
		width: 50%;
	}
	.ginance-list li:nth-child(3) .green-small-box{
		margin-right: 2.5px;
	}
	.ginance-list li:nth-child(4) .green-small-box{
		margin-left: 2.5px;
		margin-right: 0;
	}
	.green-small-box.m-top-20{
		margin-top: 5px;
	}
	.page-content .container.p-right-0{
		padding: 5px!important;
	}
	.icon-box{
		margin-right: 0;
	}
	.ginance-box{
		font-size: 24px;
		margin-top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
	}
	.ginance-box i{
		font-size: 80px;
	}
	.navbar-brand{
		width: 160px;
	}
	.job-m-show{
		text-align: center;
	}
	.job-m-show h3{
		color: #666;
		font-size: 16px;
	}
	.job-m-show a{
		color: #0754a3;
		font-size: 18px;
		font-weight: 600 ;
	}
}