﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input[type=text],textarea,p,blockquote,th,td,button {
    padding:0;
    margin:0;
    font-size:100%
}
label input {
    vertical-align:middle
}
a:link,a:visited {
    color:#333;
    text-decoration:none;
    outline:none
}

a:hover,a:active {
    text-decoration:none
}
body {
    font-family:"Microsoft YaHei", Verdana, Helvetica, Arial, Simsun, sans-serif;
    color:#333;
    font-size: 14px;
    background:#fff;
}
img {
    border:0;
    max-width: 100%;
}
:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
table {
    border-collapse:collapse
}
ul,li {
    list-style:none
}
.clear {
    clear:both;
    line-height:0;
    font-size:0;
    height:0
}
.clearfix:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:"."
}
@font-face {

}
/*字体*/
.text_48{
    font-size: 48px;
}
.text_36{
    font-size: 36px;
}
.text_30{
    font-size: 30px;
}
.text_24{
    font-size: 24px;
}

.text_20{
    font-size: 20px;
}
.text_18{
    font-size: 18px;
}
.text_16{
    font-size: 16px;
}
.text_15{
    font-size: 16px;
}
.text_14{
    font-size: 14px;
}
.text_13{
    font-size: 13px;
}
.text_12{
    font-size: 12px;
}
.text_10{
    font-size: 10px;
}
.image{
    width: 100%;
    height: 0px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    box-sizing: border-box;
}
.image img{
    width:100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
/*导航*/
.header {
    height: auto;
    width: 100%;
}
.center{
    width: 100%;
}
.wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.h_top{
    height: 50px;
    line-height: 50px;
    background-color: #f3f5f4;
    color: #f57d05;
    font-size: 14px;
    font-size: 1.4rem;
    border-top: 3px solid #f57d05;
}
.h_bottom{
    width: 100%;
    background-color: #fff;
}
.logo {
    height: 100px;
    padding: 0px;
}

.logo img {
    width: auto;
    overflow: hidden;
    height: 100%;
}
.header_nav{
    padding: 0;
}
#nav {
    width: 100%;
    float: right;
    height: 100px;
    line-height: 100px;
}
#nav .on{
    /*background-color:#f57d05;*/
}
#nav .on a span{
    padding:5px 10px;
    color:#fff !important;
    background-color:#f57d05;
    border-radius: 20px;
}
#nav .on ul li a{
    color:#444 !important;
}
#nav a {
    height: 100px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 100px;
    outline: none;
    z-index: 35;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
}

#nav ul a {
    line-height: 33px;
}

#nav li {
    width: 12%;
    float: left;
    position: relative;
    z-index: 20;
}

#nav li li {
    border-left: none;
    margin-top: 0;
    float: none;
}

#nav ul {
    position: absolute;
    display: none;
    top: 100px;
    left: -1px;
}

#nav li ul a {
    width: 113px;
    height: auto;
    float: left;
    text-align: center;
}
#nav ul ul {
    top: auto;
    border-top: none;
}

#nav li ul ul {
    left: 113px;
    top: 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;

}

#nav a {
    color: #000;
}

#nav ul {
    border: 1px solid #DFDFDF;
    border-top: none;
}
#nav ul a,  #nav ul li {
    background-color: #f5f5f5;
    background-image: none;
}
#nav ul a:hover,  #nav ul a:focus {
    background-color: #f57d05;
    color: #fff !important;
}
#nav .on a:hover,  #nav .on a:focus {
    color: #fff !important;
}

#nav .current_page_parent .current_page_item a, #nav .current_page_item ul a {
    border-right: 1px solid #f5f5f5;
    border-left: none;
    background-image: none;

}

/*banner*/
#banner {
    width: 100%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
    z-index: 0;
}
#banner .pics li {
    width: 100%;
}
#banner .pics li img {
    width:100%;
}
/*数字按钮样式*/
#banner .num {
    overflow:hidden;
    height: 25px;
    position: absolute;
    bottom:15px;
    right: 50%;
    zoom:1;
    z-index:3
}
#banner .num li {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-weight: 400;
    font-family:"微软雅黑", Arial;
    color: #fff;
    background: #fff;
    margin-right: 10px;
    border-radius:50%;
    cursor:pointer;
    float: left;
}
#banner .num li.on {
    background: #f57d05;
    color:#f57d05;
}
#banner .prev,	#banner .next {
    position:absolute;
    left:3%;
    top:50%;
    margin-top:-25px;
    display:block;
    width:32px;
    height:40px;
    background:url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter:alpha(opacity=50);
    opacity:0.5;
}
#banner .next {
    left:auto;
    right:3%;
    background-position:8px 5px;
}
#banner .prev:hover, #banner .next:hover {
    filter:alpha(opacity=100);
    opacity:1;
}

/*新闻资讯*/
.index_new1{
    background-color: #f57d05;
    padding: 60px 0px;
}
.new1_title{
    color:#fff;
    height: 70px;
}
.new1_content{
    color:#fff;
}
.new1_time{
    height: 35px;
    line-height: 35px;
}
.new1_text{
    height: 35px;
    line-height: 35px;
}
.new_ico_box{
    padding: 15px 0;
    text-align: right !important;
}
.new_ico{
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    color:#f57d05;
    background-image: url("../images/you.png");
}


/*我们的服务*/
.index_serve{
    background-color: #f3f5f4;
    padding: 100px 0px;
}
.serve_title{
    text-align: center;
}
.s_text{
    padding-top: 10px;
}
.serve_box{
    margin-top: 30px;
}


.sb_list{
    padding-bottom: 20px;
}
.sb_list:hover .sb_r_t{
    color:#f57d05;
}
.sb_list:hover .sb_r_c{
    color:#f57d05;
}
.serve_img{
    padding-bottom:75%;
}
.sb_r{
    margin: 15px;
    height:auto;
}
.sb_r_t{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
}
.sb_r_c{
    margin-top: 20px;
    line-height: 25px;
}

/*我们的团队*/
.index_team{
    background-color: #fff;
    padding: 100px 0px;
}
.pic_scroll{
    position:relative;
    overflow: hidden;
    padding: 50px 0;
}
.box_list{
    background-color: #f3f5f4;
    padding-bottom: 5px;
}
.box_list:hover{
    box-shadow: 2px 2px 3px #cccccc;
}

.t_title{
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.t_text{
    text-align: center;
    height: 40px;
    overflow: hidden;
    padding: 0 15px;
    color:#666666;
}
.team_image{
    padding-bottom: 105.3%;
}


/*关于我们*/
.index_about{
    background-color: #3f3f41;
    padding: 100px 0px;
}
.fff{
    color:#fff;
}
.about_box{
    margin-top: 30px;
}
.about_text{
    text-align: center;
    color:#b9b9b9;
    line-height: 24px;
}
.about_address{
    width: 50%;
    margin: 0px auto;
    margin-top: 50px;
}
.add_pic{
    margin: 0 auto;
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 120px;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.add_pic:hover{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}


.add_text{
    width: 480px;
    overflow: hidden;
    line-height: 24px;
    float: left;
    color:#fff;
    padding: 35px 15px;
}

/*成功案例*/
.index_anli{
    width: 100%;
    padding: 100px 0;
    background-color: #fff;
}
.anli_box{
    margin-top: 25px;
}
.anli_list{
    padding: 20px 25px;
    margin: 20px 0;
    border: 1px solid #fff;
}

.anli_list:hover {
    border: 1px solid #e5e5e5;
    box-shadow: 1px 2px 2px 0px #eaeaea;
}

.anli_img{
    padding-bottom:116.8%;
}
.anli_title{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
}

/*搜索*/
.search_box{
    margin-top: 50px;
}
.search{
    width: 620px;
    margin: 0 auto;
    position: relative;
}
.search #keywords{
    width: 430px;
    height: 50px;
    background-color: #f3f5f4;
    border: none;
    padding-left: 30px;
    color:#d8d8d8;
    font-size: 16px;
    border-radius:20px;
}
.post_search{
    width: 150px;
    height: 50px;
    border: none;
    background: #f57d05;
    color:#fff;
    margin-left: 20px;
    font-size: 16px;
    border-radius: 20px;
}


/*我们的新闻*/
.index_new{
    width: 100%;
    padding: 100px 0;
    background-color: #f3f5f4;
}

.new_box{
    margin-top: 50px;
}
.new_img{
    padding-bottom:59.7%;
}
.new_t_box{
    background-color: #333333;
    padding:0px 15px 15px 15px;
    color:#fff;
}
.new2_title{
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.new2_time{
    margin-top: 5px;
    color:#f57d05;
}

/*我们的客户*/
.index_custom{
    width: 100%;
    padding: 100px 0px;
    background-color: #3f3f41;
}
.custom_box{
    margin-top: 50px;
}
.col-2{
    width: 20%;
    float: left;
    padding: 0 10px;
}
.cust_img{
    padding-bottom: 47.8%;
}



.footer {
    width: 100%;
}

.ft1{
    width: 100%;
    height: 75px;
    line-height: 75px;
    color:#fff;
    text-align: center;
    background-color: #f57d05;
}

.ft2{
    width: 100%;
    padding: 30px 0;
    background-color: #343435;
}
.ft2_l{
    width: 80%;
    float: left;
    color:#b9b9b9;
    padding: 20px 0;
    line-height: 25px;
}
.ft2_r{
    width: 20%;
    float: left;
}


.center1{
    margin-top: 30px;
}
.wrap_left{
    width: 25%;
    float: left;
}
.p_center{
    padding: 30px 0;
}

/*左测导航*/
.left_nav {
    border: 1px solid #f57d05;
    margin-bottom:50px;
}
.nav_title{
    text-align: center;
    background-color:#f57d05;
    color:#fff;
    padding: 10px 0;
}
.dir{
    text-align: center;
    padding-top: 5px;
    line-height: 26px;
    color: #ddd;
    text-transform: uppercase;
    font-size: 26px;
}
.left_nav ul a {
    /* 整体字体颜色*/
    font-family:"Microsoft YaHei", "宋体", Arial, Sans-Serif;
    font-size:14px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.left_nav ul a:hover {
    text-decoration: none;
}
.left_nav>ul>li {
    text-align:center;
    line-height:50px;
    min-height:50px;
    position:relative;
    overflow: hidden;
    padding: 0 15px;
}
.left_nav>ul>li ul {
    display:none;
    background-color:#FFF;
}
.left_nav>ul>li ul a {
    color: #000;/* 三级分类字体颜色 */
}
.left_nav>ul>li ul a:hover {
    color: #f00;
}
.left_nav>ul>li>a {
    position:relative;/*jquery的slideDow效果不兼容IE7*/
    display:block;
    font-family:"Microsoft YaHei", "宋体", Arial, Sans-Serif;
    font-size:16px;
    font-size: 1.6rem;
    width:100%;
    height:100%;
    transition:all 0.5s;
}
.left_nav>ul>li>span a {
    position:absolute;
    z-index:99;
    font-family: "宋体";
    font-size: 18px;
    font-weight: bold;
    left: 40px;/*如果标题字数过长，可以调节数值*/
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all 0.5s;
}
.left_nav>ul>li>span a.on {
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
.left_nav>ul>li>a.on{
    color: #F00;
}
.left_nav>ul>li:hover {
    /* 鼠标经过变色 */
}
.left_nav>ul>li:hover span>a,.left_nav>ul>li:hover>a{
    color:#f00;
}
.left_sub a {
    font-size:14px;
    color:#FFF;
}
.left_sub a:hover {
    color:#5390cd;
    text-decoration: none;
}
/*左侧联系方式*/
.left_contact {
    border: 1px solid #f57d05;
}

.left_contact .text{
    padding: 10px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    line-height: 200%;
    font-size: 16px;
    font-size: 1.4rem;
}

/*右侧内容*/
.wrap_right{
    width: 75%;
    float: left;
    padding-left: 30px;
}
.pc_top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin:20px 0;
}
.pc_top .title{
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
}

.pc_top .address{
    float: right;
}
.pc_main{
    padding:15px 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: 200%;
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Microsoft YaHei","宋体",Arial,Sans-Serif;
}
.pc_box{
    margin: 20px 15px;
    padding: 5px;
    border: 1px solid #ddd;
}

.pc_title{
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    font-size: 1.6rem;
}

.news {
    padding-bottom: 50px;
}
.news .top_news {
    position:relative;
    margin-bottom:25px;
}

.top_news_img{
    padding: 15px 0;
}


.news .top_news img {
    width:100%;
    height:auto;
    text-align:center;
    line-height:150px;
    display:inline-block;
    background-color:#fafafa;
}
.news_label {
    position:absolute;
    top:0;
    left:-25px;
    width:40px;
    height:40px;
    padding:3px;
    background-color:#ffc400;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font-size:22px;
    line-height:1em;
}
.news_label span {
    font-size:12px;
    display:block;
    line-height:1em
}
.news_right {
    padding: 15px;

}
.news_right p.text {
    margin:10px 0;
    text-indent:2em;
}
.news_right a.btn {
    position:absolute;
    right:0;
    bottom:0;
}
.news p.text {
    margin: 5px 0px 20px 0px;
}
.news p.text a {
    font-family:"微软雅黑","Arial","宋体";
    color:#666;
}
.news p.text a:hover {
    color:#eb760d;
}
.news p.text a:before {
    content:"";
    width:8px;
    height:8px;
    display:inline-block;
    padding-right:10px;
    background:url(../images/news_style.png) no-repeat;
}
.news>p.text {
    border-bottom: 1px dotted #ccc;
    margin: 30px 0;
}
.new_list_data{
    float: right;
}

.btn4{
    width: 80px;
    height: 30px;
    border: 1px solid #f57d05;
    background-color: #fff;
    color:#f57d05;
}
.table_forms1 {
    font-size:12px
}
.table_forms1 td {
    padding-left:12px
}
.table_forms1 th {
    font-weight:normal;
    text-align:right;
    padding-right:10px;
    color:#878787
}
.table_forms1 td label {
    vertical-align:middle
}
.table_forms1 td,.table_forms1 th {
    padding:30px 0 4px 8px
}
.table_forms1 tbody td .input-text{
    width: 100% !important;
    padding-left: 10px;
    border: none;
    color:#878787;
    height: 30px;
    border: 1px solid #ccc;
}
.table_forms1 tbody td textarea{
    width: 100% !important;
    padding-left: 10px;
    border: none;
    height: 60px !important;
    color:#878787;
    border: 1px solid #ccc;
}
.table_forms1 tfoot td{
    padding:5px 0 4px 8px
}
.pages {
    width: 100%;
    height:12px;
    line-height:12px;
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: "宋体";
    color: #333;
    margin-top: 35px
}
.pages a{
    padding: 5px;
    background:#fff;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#333
}
.pages .a1{
    color: #333;
    margin: 0px 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #333;
}
.pages span{
    display:inline-block;
    padding: 5px;
    background:#5a85b2;
    border:1px solid #5a85b2;
    color:#fff;
    text-align:center;
}