﻿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';
    font-size: 14px;
    color:#333;
    background:#fff;
}

img {
    border:0;
    max-width: 100%;
}
table {
    border-collapse:collapse
}
ul li {
    list-style:none
}
.clear {
    clear:both;
}
.clearfix:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:"."
}
.text_12{
    font-size: 12px;
}
.text_14{
    font-size: 14px;
}
.text_16{
    font-size: 16px;
}
.text_18{
    font-size: 18px;
}
.text_20{
    font-size: 20px;
}
.text_22{
    font-size: 22px;
}
.text_24{
    font-size: 24px;
}
.text_30{
    font-size: 30px;
}
.text_33{
    font-size: 33px;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.w50{
    width: 50%;
}
.image{
    width: 100%;
    height: 0px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: transform .6s ease-in;
    -moz-transition: transform .6s ease-in;
    -ms-transition: transform .6s ease-in;
    -o-transition: transform .6s ease-in;
    transition: transform .6s ease-in;
}
.image img{
    width:100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
.image:hover{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    overflow: hidden;
}
.hidd{
    overflow: hidden;
}
/*头部*/
.header{
    width: 100%;
    height:140px;
    position: relative;
}
.h_top{
    width: 1090px;
    margin: 0 auto;
    height:auto;
    padding-top:10px;
}
.h_top .logo{
    height:90px;
}
.logo a img{
    width: auto;
    overflow: hidden;
    height: 100%;
}
.moblie .mb{
    height: 50px;
    margin: 25px 0 15px;
    text-align: right;
}
.micon{
    font-size: 50px !important;
}
.m_text{

}
.m_tel{
    color: #ff9900;
}
.h_bottom{
    width: 1200px;
    height: 78px;
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    bottom: -40px;
    z-index: 9999;
}
#nav {
    margin: 0 240px;
}
#nav .on a .line{
    width: 20px;
    height: 2px;
    background-color: #ffcc00;
    margin: -20px auto;
    border: none;
}
#nav a span{
    width: 100%;
    color: #fff;
    display: block;
    margin: 29px 0px;
    border-left: 1px solid #fff;
}
#nav a span:hover{
    color: #ffcc33;
}
#nav li:first-child span{
    border-left: none;
}
#nav a {
    height:49px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height:20px;
    outline: none;
    z-index: 35;
    position: relative;
    font-size: 15px;
}
#nav ul a {
    line-height: 33px;
}
#nav li {
    width: 14.2%;
    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:78px;
    left: -1px;
}
#nav li ul a {
    width: 102px;
    height: auto;
    float: left;
    text-align: center;
}
#nav ul ul {
    top: auto;
    border-top: none;
}

#nav li ul ul {
    left:102px;
    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 ul a,  #nav ul li {
    background-color: #ffcc33;
    background-image: none;
    color: #fff;

}
#nav ul a:hover,  #nav ul a:focus {
    background-color: #fff;
    color: #ffcc33 !important;
}
#nav .current_page_parent .current_page_item a, #nav .current_page_item ul a {
    border-left: 1px solid #f5f5f5;
    border-right: none;
    background-image: none;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

/*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 .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_youshi{
    width: 100%;
    padding: 45px 0 30px;
}
.youshi{
    position: relative;
}
.line1{
    position: absolute;
    width: 2px;
    height: 100px;
    background-color: #eae9e7;
    left:13px;
    top:10px;
}
.line2{
    position: absolute;
    width: 8px;
    height: 125px;
    background-color: #f9db01;
    left:25px;
    top:25px;
}
.youshi_left{
    width: 220px;
    height:auto;
    padding: 10px 0;
    background-color: #faf6f3;
    margin-left: 33px;
    color: #55585f;
}
.ys_en{
    font-size: 13px;
    text-align: center;
}
.ys_ch{
    width: 95px;
    height: 35px;
    line-height: 35px;
    border-bottom:3px solid #55585f;
    margin-left: 30px;
    padding-left: 8px;
    float: left;
}
.youshi_left span{
    float: left;
    margin-top:7px;
    font-size: 20px !important;
}
.youshi_right{
    width: 900px;
    float: right;
}
.youshi_right ul li{
    width:26.3%;
    padding: 30px;
    float: left;

}
.youshi_right ul li .nav_box{
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: left;
}
.youshi_right ul li .nav_name{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.youshi_right ul li .nav_desc{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #3a3939;
}
.nav_box:hover{
    -ms-transform:rotate(180deg);/* IE 9 */

    -moz-transform:rotate(180deg); /* Firefox */

    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */

    -o-transform:rotate(180deg); /* Opera */
}
.nav_name:hover{
    color:#ffcc33;
}


/*产品展示*/
.index_pro{
    width: 100%;
    height: auto;
    padding-top: 40px;
}
.index_title{
    text-align: center;
}
.t_line{
    width: 48px;
    height: 2px;
    background-color: #f9db01;
    margin: 10px auto;
}
.t_en{
    margin-top: 5px;
}
.t_ch span{
    color: #ffcc00;
}
.t_desc{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #202020;
}
.index_box{
    width: 100%;
    margin-top: 20px;
}
.index_box ul{
    padding: 0 30px;
}
.index_box ul li{
    width: 33.3%;
    float: left;
}
.index_box ul li .box{
    margin: 5px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0,0.2);
    position: relative;
}
.pro_img{
    padding-bottom: 114.73%;
}
.g_box{
    position: absolute;
    width: 40%;
    height: 100%;
    top:0px;
    right: 0px;
    background-color:rgba(102,102,102,0.76);
}
.index_box ul li .box:hover .g_box{
    background-color:rgba(255,102,0,0.76);
}
.pro_title{
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 19px;
    color: #fff;
    margin-top:90px;
}
.pro_desc{
    text-align: center;
    font-size: 10px;
    color: #fff;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
}
.pro_more{
    width: 148px;
    height: 40px;
    line-height: 40px;
    background-color: #fedc32;
    text-align: center;
    font-size: 22px;
    margin: 25px 35px;
    float: right;
}
.pro_more:hover{
    color: #fff;
}
/*案例展示*/
.index_anli{
    width: 100%;
    height:auto;
    padding-top: 138px;
    position: relative;
}
.z_index2{
    position: relative;
    z-index: 222;
}

.anli_bg{
    width: 100%;
    height:728px;
    background-size: 100% auto;
    position: absolute;
    top:0;
    left: 0;
}


.anli_title{
    padding-top: 38px;
}
.a_line{
    width: 255px;
    height: 25px;
    background-color: #303133;
    float: left;
    margin-top: 9px;
    margin-right: 10px;
}
.a_title{
    float: left;
}
.a_en{
    height: 40px;
    line-height: 40px;
}
.a_more{
    float: right;
    height: 80px;
    line-height: 80px;
    margin-right: 90px;
}
.a_more:hover{
    color:#ffcc33;
}
.anli_box{
    margin-top:15px;
}
.anli_box ul li{
    width: 33.3%;
    float: left;
}
.anli_box ul{.new_name
    width: calc(100% + 13px);
    margin-left: -13px;
}
.anli_box ul li .box{
    margin-left: 13px;
    margin-bottom: 60px;
}
.anli_img{
    padding-bottom: 117%;
}
.a_name{
    height: 40px;
    line-height:50px;
    overflow: hidden;
    font-size: 19.33px;
    padding: 0 5px;
}
.anli_box ul li:hover .a_name{
    color: #ffcc33;
}
.a_desc{
    font-size: 10.87px;
    color: #a7a7a7;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.a_key{
    width: 210px;
    height: 40px;
    line-height: 40px;
    background-color: #fedc32;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    margin-top: 10px;
}
.a_key:hover{
    color: #fff;
}

/*关于我们*/
.index_about{
    width: 100%;
    padding: 60px 0;
}
.about_box{
    margin-top:50px;
}
.about_box .about_left{
    width: 455px;
    float: left;
}
.about_box .about_right{
    width: 560px;
    float: left;
}
.about_left{
    background-color: #666666;
    color: #dadada;
    padding: 60px 135px 50px 50px;
    position: relative;
}
.ab_line{
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 165px;
    background-color: #ffcc33;
}
.ab_title{
    font-size: 42px;
    height: 63px;
}
.ab_key{
    color: #ffcc00;
    height: 32px;
}
.ab_key .icon{
    margin-left:8px;
    font-size: 20px;
}
.ab_text{
    height: 144px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 30px;
}
.about_image{
    padding-bottom:67.85%;
}

/*新闻中心*/
.index_new{
    width: 100%;
    height: auto;
    padding: 80px 0;
}
.new_title{
    float: right;
    text-align: right;
}
.n_line{
    width: 80px;
    height: 26px;
    line-height: 26px;
    background-color: #ffcc33;
    float: right;
    margin-top:10px;
    margin-left: 10px;
}
.new_box{
    padding: 35px 15px;
}
.new_left{
    width: 325px;
    height: 325px;
    padding: 25px;
    float: left;
    box-shadow: 2px 4px 10px rgba(0, 0, 0,0.2);
}
.new_right{
    width: 775px;
    float: right;
}
.new_list li .time{
    width: 90px;
}
.new_list li{
    padding:18px 15px 16px;
}

.new_list li:hover{
    background-color: #ffcc33;
}
.new_list li:hover .time, .new_list li:hover .new_name, .new_list li:hover .new_desc {
    color: #fff;
}
.new_name{
    height: 35px;
    line-height: 50px;
    overflow: hidden;
}
.new_desc{
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    margin-top: 10px;
}
.new_image{
    padding-bottom: 87.69%;
}


/*底部*/
.footer {
    background-color: #0a0b08;
    padding: 40px 0;
    color: #fff;
    font-size: 16px;
}

.f_left,.f_middle {
    width: 33.3%;
    float: left;
}
.f_left{
    margin-top: 35px;
}
.f_middle{
    margin-top: 15px;
    line-height: 26px;
}
.f_right {
    width:110px;
    height:auto;
    float: right;
    text-align: center;
}
.f_middle a{
    color: #fff;
}
.f_right img {
    width:110px;
    height:110px;
}
.f_l_content{
    font-size: 34px;
    color: #ff9900;
}
.wrap_left{
    width: 25%;
    float: left;
}
.p_center{
    padding: 30px 0;
}

/*左测导航*/
.left_nav {
    border: 1px solid #ffcc33;
    margin-bottom:50px;
}
.nav_title{
    text-align: center;
    background-color:#ffcc33;
    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;
    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;
}
.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;
    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:#13bbec;
    text-decoration: none;
}
/*左侧联系方式*/
.left_contact {
    border: 1px solid #ffcc33;
}

.left_contact .text{
    padding: 10px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    line-height: 200%;
    font-size: 16px;
}

/*右侧内容*/
.wrap_right{
    width: 72%;
    float: right;
}
.pl30{
    padding-left: 30px;
}
.pc_top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin:20px 0;
}
.pc_top .title{
    float: left;
    font-size: 18px;
}

.pc_top .address{
    float: right;
}


.pc_main{
    padding:20px 0px;
    width: 100%;
    box-sizing: border-box;
    line-height: 200%;
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-family: "Microsoft YaHei","宋体",Arial,Sans-Serif;
}
.w33{
    width: 33.3%;
}

.pc_main .show_title{
    font-size: 1.8rem;
    text-align: center;
    line-height: 30px;
    color: #000;
}
.pc_main .info{height:27px;line-height:28px;text-align:right;margin:20px auto;color:#666;}
.pc_main .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.pc_main .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.pc_main .info .small{font-size:10px;padding-right:3px;}
.pc_main .info .big{color:#003ba6;padding-left:3px;}
#textarea{
    padding:20px 0;
}
.preNext {
    position:relative
}
.preNext .pline {
    height:10px;
    overflow:hidden;
    clear:both;
    background:url(../images/box_dotline.gif) left 15px repeat-x;
    margin:4px auto;
    padding-top:10px;
}
.preNext .pline strong {
    display:block;
    width:8px;
    height:10px;
    overflow:hidden;
    font-size:0px;
    line-height:100px;
    background:url(../images/box_dotline.gif) right -10px no-repeat;
    float:left;
}
.preNext .text {
    color:#999;
}
.preNext .text li {
    margin-bottom:5px
}
.preNext .actBox {
    position:absolute;
    top:25px;
    right:0;
}
.preNext .actBox li {
    display:inline;
    padding-left:22px;
    background-image:url(../images/actbox-ico.gif);
    background-repeat:no-repeat;
    margin-left:10px;
}
.preNext .actBox li a {
    color:#666;
}
.preNext .actBox li#act-fav {
    background-position:4px 0px;
}
.preNext .actBox li#act-err {
    background-position:4px -37px;
}
.preNext .actBox li#act-pus {
    background-position:4px -73px;
}
.preNext .actBox li#act-pnt {
    background-position:4px -109px;
}

/*图片列表页*/
.pc_img{
    margin:15px 10px;
    padding: 5px;
    border: 1px solid #ddd;
}

.pc_title{
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
}

.pc_list_l{
    width: 25%;
}
.pc_list_r{
    width: 75%;
}
.pc_list_l img {
    width:100%;
    height:auto;
    text-align:center;
    line-height:150px;
    display:inline-block;
    background-color:#fafafa;
}
.pc_list_box{
    padding: 15px;
}
.news_label {
    position:absolute;
    top:0;
    left:-25px;
    width:40px;
    height:40px;
    padding:3px;
    background-color:#ffcc33;
    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;
    width: 33.3%;
}
.news_right p.text {
    margin:10px 0;
    text-indent:2em;
}
.news_right a.btn {
    position:absolute;
    right:0;
    bottom:0;
}

.pc_news p.text {
    margin: 5px 0px 20px 0px;
}
.pc_news p.text a {
    font-family:"微软雅黑","Arial","宋体";
    color:#666;
}
.pc_news p.text a:hover {
    color:#13bbec;
}
.pc_news p.text a:before {
    content:"";
    width:8px;
    height:8px;
    display:inline-block;
    padding-right:10px;
    background:url(../images/news_style.png) no-repeat;
}
.pc_news>p.text {
    border-bottom: 1px dotted #ccc;
    margin: 30px 0;
}
.new_list_data{
    float: right;
}

.btn4{
    width: 80px;
    height: 30px;
    border: 1px solid #ffcc33;
    background-color: #fff;
    color:#13bbec;
}
.pages {
    width: 100%;
    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;
}


.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
}
.table_form tr {
    line-height: 70px
}
.table_form tr td input[type=text] {
    height: 30px;
    line-height: 30px
}
.pages {
    width: 100%;
    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;
}
