@charset "utf-8";
/* 旧版本浏览器提示 */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

/* CSS Document */
/*1.1 布局*/
.wp {
    width: 980px;
    margin: 0px auto;
    padding: 0px;
}

/*网页整体宽度*/

.wp h5 {
    margin-top: 50px;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
}

.homecolor {
    background-color: #F7F7F7;
}

/*1.2 文字*/
a {
    color: #333
}

/*主链接颜色*/
.sublink:link, .sublink:visited, .sublink:active {
}

/*次链颜色*/
a:hover, a:focus, .c_main, .c_main a {
    color: #06c
}

/*链接经过颜色，主色调*/
.c_sub, .c_sub a {
}

/*次文字颜色*/
.c_title {
}

/*标题颜色*/
.c_content {
    color: #818181
}

/*内容文字颜色*/
.c_Auxiliary {
}

/*辅助颜色*/

.title-big {
    font-size: 22px;
    line-height: 30px;
}

/*首屏标题*/
.title-large {
}

/*1.2 div层*/
hr {
    height: 1px;
    border: none;
    border-top: 1px solid #555555;
}

/*2.1 头部*/
header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

body {
    padding-top: 92px;
}

.banner_top {
    width: 100%;
    height: 210px;
    border-bottom: 1px solid #D2D1E3;
}

.logo_a {
    float: left;
    background: url("../images/custom/logo.png") no-repeat 100%;
    background-size: contain;
    width: 176px;
    height: 60px;
    margin: 29px 30px 4px 0;
}



.pr {
    position: relative;
}

.tools_bar {
    position: absolute;
    right: 1em;
    top: 30px;
    z-index: 10000;
}

.tools_bar .contact-us {
    font-size: 1em;
    color: #7C7C78;
    height: 33px;
    line-height: 33px;
    margin-left: 1.5em;
}

/* ================================== 导航二开始 ============================ */
#nav_wrap nav {
    width: 1000px;
    margin: 0 auto;
    background: none;
}

#nav_wrap a {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#menu_set {
    padding-top: 45px;
}

#menu_set a {
    font-family: "微软雅黑";
    color: #44443E;
    font-size: 16px;
    font-weight: bold;
    background: none !important;
    padding: 0 1em;
}

#menu_set a:hover, #menu_set .current a {
    color: #F09702;
}

/*
#menu_set {
    margin-top: 15px;
}*/

#menu_set li, #menu_set li a {
    height: 45px;
    line-height: 40px;
}

#menu_set li.current {
    position: relative;
}

#menu_set li.current:before {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #EF9701;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

#nav_wrap {
    border-bottom: 2px solid #EF9701;
    position: relative;
}

.menu_item {
    display: none;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.menu_div {
    left: 0;
    border-left: none;
    border-right: none;
}

.item_col {
    width: 33%;
    list-style: none;
    float: left;
    margin: 0;
}

.menu_bg {
    background-color: #F6F6F6;
    position: absolute;
    left: 0;
    right: 0;
    top: 92px;
    z-index: 9999;
}

.menu_bg a {
    color: #7C7C78;
}

.item_col a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    word-break: normal;
    white-space: normal;
    overflow: hidden;
}

.item_sub a {
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.item_title {
    margin: .5em 0;
}

.item_title a {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.item_col a:hover {
    color: #F09C10;
}

.item_sub a:hover {
    font-weight: bold;
    margin-left: .5em;
}

.item_col li:last-child {
    margin-bottom: 10px;
}

/* ================================== 导航二结束 ============================ ***/

/*2.2 尾部 原背景颜色为#1A1A1A */
footer {
    background: #2C2C29;
    /*border-top: 1px solid #E8E8E8;*/
    font-family: "微软雅黑";
    font-size: 12px;
    color: #A0A0A0;
    line-height: 22px;
    padding: 30px;
}

footer p {
    padding-top: 15px;
}

footer .container {
    margin: 0px auto;
    width: 960px !important;
    min-width: 960px !important;
    max-width: 960px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

footer .container dt {
    margin: 0 auto;
    font-size: 15px;
    color: #DDDDDD;
    margin-bottom: 10px;
    font-weight: normal;
}

footer .container dd, footer .container dd a {
    font-size: 13px;
    color: #A0A0A0;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease;
    text-decoration: none;
}

footer .container dd a:hover {
    font-size: 13px;
    color: #fff;
}

footer .sub-navigation p {
    color: #707070;
    font-size: 12px;
    padding: 15px 0 5px;
}

footer .sub-navigation p a {
    color: #fff;
    font-size: 10px;
}

footer .row {
    margin-left: -15px;
    margin-right: -15px;
}

footer .col-md-2 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

footer .col-md-3 {
    width: 25%;
}

footer .col-md-1 {
    width: 15%;
}

footer .thumbnail {
   padding:0 !important;
}
footer .thumbnail img{
	width: 47%;
}

.span dt, .span dd {
    padding: 1px 0;
    margin: 2px 0;
}

/*主面板区*/
/*#container {width:100%}*/
/*首页产品列表区*/
.product_info {
    background-color: #F7F7F7;
    padding-top: 2em;
}

.product_info dl {
    margin: 0;
}

.product_info li {
    color: #7C7C78;
    padding-top: 20px;
    width: 33%;
    float: left;
    padding-bottom: 20px;
}

.product_info img {
    width: 75px;
    margin: 0 auto;
    display: block;
    height: 75px;

}

.product_info .product_name {
    text-align: center;
    margin-bottom: .7em;
    font-size: 2em;
    padding: .3em 1em .7em;
}

.product_info a {
    color: currentColor;
    text-decoration: none;
}

.product_info dl {
    padding: 0 1em;
}

.product_info dt a {
    line-height: 1.5em;
}

.product_info dt {
    border-bottom: 1px solid #bbbbbb;
}

.product_info dd {
    margin-left: 0;
}

.product_info dd a {
    float: left;
    width: 115px;
}

.product_info .product_desc {
    font-size: 1.2em;
    margin-left: 120px;
}

/*产品列表*/
.product_wrap {
    padding-bottom: 3em;
    padding-top: 2em;
}

.product_wrap h3 {
    color: #44443E;
    font-family: "微软雅黑";
    padding-left: .8em;
    margin-top: 1em;
    background-image: url("../images/custom/icons/i.png");
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.product_wrap .page_hg {
    color: #44443E;
    font-family: "微软雅黑";
    padding-left: 2.0em;
    margin-top: 1em;
    background-image: url("../images/custom/icons/111201505151128261.png");
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.product_item {
    border: 1px solid #D9D9D5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    width: 30%;
    font-size: 1.5em;
    padding: 45px 0;
    text-align: center;
    margin: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 2px 8px rgba(190, 190, 190, 0.52);
    -moz-box-shadow: 0 2px 8px rgba(190, 190, 190, 0.52);
    box-shadow: 0 2px 8px rgba(190, 190, 190, 0.52);
}

.product_item:hover {
    text-decoration: none;
    border-color: #F09602;
    -webkit-box-shadow: 0 2px 8px rgba(240, 150, 2, 0.52);
    -moz-box-shadow: 0 2px 8px rgba(240, 150, 2, 0.52);
    box-shadow: 0 2px 8px rgba(240, 150, 2, 0.52);
}

/*三级内容页面*/
.wp .menutree {
    width: 270px;
    text-align: left;
    float: left;
    overflow: hidden;
}

.wp .pagecontent {
    text-align: left;
    overflow: hidden;
    padding: 10px 2em;
    background-color: #fff;
}

.wp .pagecontent, .pager {
    margin-left: 290px;
}

.pager {
    position: relative;
    padding-top: 2em;
}

.pager .previous {
    float: left;
}

.pager .next {
    float: right;
}

.wp .menutree h3 {
    text-align: left;
    color: #777777;
}

.wp .menutree img {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
}

.wp .banner_left {
    width: 233px;
    height: 320px;
    cursor: pointer;
    background-repeat: no-repeat;
    border: 0px solid #E6E3DE;
    display: block;
}

/*解决方案列表*/
.solution_list {
    padding-bottom: 3em;
}

.solution_list li {
    float: left;
    margin: 7px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #E3E3E0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.solution_list li:hover {
    border-color: #F09602;
    -webkit-box-shadow: 0 2px 8px rgba(240, 150, 2, 0.52);
    -moz-box-shadow: 0 2px 8px rgba(240, 150, 2, 0.52);
    box-shadow: 0 2px 8px rgba(240, 150, 2, 0.52);
}

.solution_list span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    color: #7C7C78;
    text-decoration: none;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.solution_list img {
    width: 310px;
    height: 250px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*新闻动态、行业与知识库*/
.news_wrap {
    margin-top: 10px;
}

.news_wrap .cl {
    border-bottom: 1px solid #E7E8E3;
}

.news_type {
    width: 240px;
    float: left;
    margin-bottom: 1em;
}

.news_type img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.news_content {
    width: 700px;
    float: right;
    margin-top: 40px;
}

/*职业生涯*/
.career {
    color: #42433B;
    padding: 1.5em 0 1em 0;
}

.career h3 {
    padding-left: .4em;
}

.career p {
    margin-top: 1.5em;
    font-size: 14px;
    line-height: 1.4;
    color: #7C7C78;
}

.career .input-text {
    width: 350px
}

.career .sreach_input {
    width: 712px;
    height: 72px;
    margin: 15px auto;
    background-color: #fff;
    border: 1px solid #D9D9D5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.career .sreach_input input {
    width: 590px;
    float: left;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 16px;
    color: #7C7C78;
    padding: 26px 15px;
}

.career .sreach_input button {
    float: left;
    border: none;
    background: none;
    width: 92px;
    height: 72px;
    cursor: pointer;
}

/*关于我们*/
.about_list {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    height: 192px;
    padding-top: 45px;
    background: url("../images/custom/about_bg.png") repeat-x;
}

.about_list ul {
    clear: both;
    overflow: hidden;
}

.about_list ul li {
    width: 145px;
    padding: 0px 48px;
    float: left;
    height: 165px;
    border-left: 1px solid #c6c6c6;
}

.about_list ul .first {
    border-left: none;
}

.about_list ul li p {
    color: #808080;
    margin-top: 15px;
}

.about_list ul li a {
    display: block;
    margin: 10px 0px 0px;
    line-height: 40px;
    font-size: 14px;
    color: #ff7000;
}

.about_phone {
    clear: both;
    height: 190px;
    background: #3A3B36 url("../images/custom/home_bg2.jpg") no-repeat top center;
}

/*
.about_phone ul {
    overflow: hidden;
}

.about_phone ul li {
    float: left;
    background: url("../images/custom/about_phone_item.png") no-repeat scroll 0% 0% transparent;
    padding: 20px 60px 0px 120px;
    border-left: 2px solid #ECECEC;
}

.about_phone ul li span {
    line-height: 30px;
    display: block;
    color: #555;
    font-size: 12px;
}

.about_phone ul li em {
    line-height: 25px;
    display: block;
    color: #FF7000;
}

.about_phone ul li a {
    line-height: 20px;
    display: block;
    color: #555;
    font-size: 12px;
}

.about_phone ul .first {
    border-left: medium none;
}

.about_phone ul .tel1 {
    background-position: 20px 10px;
}

.about_phone ul .tel2 {
    background-position: 20px -252px;
}

.about_phone ul .tel3 {
    background-position: 20px -520px;
}*/

.about_address {
    clear: both;
    margin-top: 40px;
    padding-bottom: 20px;
}

.about_address .address_txt {
    float: left;
    margin-left: 20px;
}

.about_address .address_txt span {
    display: block;
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    padding-left: 65px;
    background: url("../images/custom/about_address_bg.png") no-repeat scroll 5px center transparent;
    border-bottom: 2px solid #ececec;
    margin-bottom: 30px;
}

.about_address .address_txt p {
    line-height: 23px;
    font-size: 13px;
    margin-bottom: 6px;
}

.about_address .address_map {
    float: right;
    width: 630px;
}

/* banner */
.slider .banner-pic {
    height: 545px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

/* banner ctrl-btn */
.slider .unslider-arrow {
    width: 41px;
    height: 94px;
    margin-top: -47px;
}

.slider .unslider-arrow.prev {
    background: url(../images/custom/l_btn.png) no-repeat;
    left: 30px;
}

.slider .unslider-arrow.next {
    background: url(../images/custom/r_btn.png) no-repeat;
    right: 30px;
}

/* 全局背景1 */
.global_bg_1 {
    height: 200px;
    color: #f6f6f0;
    position: relative;
    background: #D5E7F1 url("../images/custom/home_bg_1.jpg") no-repeat top center;
    /*border-bottom: 1px solid #F7F7F7;*/
}

.global_bg_1 h3 {
    font-size: 2em;
}

.global_bg_1 p {
    font-size: 1.2em;
}

.global_bg_1 ul, .global_bg_1 li {
    height: 200px;
}

.global_bg_1 li {
    float: left;
}

/* 全局背景2 */
.global_bg_2 {
    height: 160px;
    background: #393936 url("../images/custom/home_bg2.jpg") no-repeat top center;
}

.btn-start {
    background-color: #fff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #F09602 !important;
    padding: 10px 15px;
    text-decoration: none !important;
    margin-top: 5em;
}

body {
    background-color: #F8F8F7;
}

/* 搜索 */
.search {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    margin-left: 2em;
    color: #8A8A8A;
}

.search .search-text {
    float: left;
    background: none;
    font-size: 14px;
    border: none;
    width: 0;
    overflow: hidden;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #8A8A8A;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.search .search-btn {
    background: none;
    float: left;
    width: 40px;
    border: none;
    height: 30px;
    line-height: 25px;
    cursor: pointer;
    color: #8A8A8A;
}

.search.active, .search:hover {
    background-color: #EFEFEF;
}

.search.active .search-text {
    width: 170px;
    padding-left: 10px;
    padding-right: 10px;
}

.page_header {
    color: #43443C;
    padding-left: .4em;
    margin-top: 2.5em;
}

.page_desc {
    color: #7C7C78;
    font-size: 14px;
    margin-top: 2em;
}

.icons_header, .news .news_type h4 {
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding-left: 1.6em;
}

.solution .icons_header {
    background-image: url(../images/custom/icons/yuyu.png);
}

.career .icons_header {
    background-image: url(../images/custom/icons/yuan.png);
    padding-left: 1.6em;
}

.kb .icons_header {
    background-image: url(../images/custom/icons/bk.png);
    padding-left: 1.8em;
}

.news .news_type h4 {
    background-image: url("../images/custom/icons/tutu.png");
}

.sub-menu {
    background-color: #FFFFFF;
    border-width: 4px 1px 1px;
    border-color: #E4E4E2;
    border-top-color: #F19504;
    border-style: solid;
    margin-bottom: 2em;
    padding: 1em;
}

.sub-menu a {
    display: block;
    color: #7E7E7C;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sub-menu a.parent {
    margin-left: 0;
    font-weight: bold;
}

.sub-menu a:hover, .sub-menu a.current {
    color: #F5930E;
}

.sub-menu a.parent:hover, .sub-menu a.parent.current {
    margin-left: 0;
}

.sub-tree a {
    margin-left: 1em;
}

.sub-tree a.parent {
    margin-left: 0;
}


.toHome{
	position: fixed;
	right: 69px;
	bottom: 10px;
	width:48px;
	height:49px;
	background-image: url("../images/top.png");
	background-size:100% 100%; 
}