/*头部样式*/

.header {
    height: 30px;
    background: #eee;
    line-height: 30px;
}
.header-l{width:800px;float:left}
.header-r{float:right;}


.logo {
    float: left;
    width:114px;
}
.logo img{width:462px;display:block;float:left;margin:20px 0}
.logo h1{font-size:21px;color:#333;text-align:center;line-height:30px;float:left;padding-top: 15px;padding-left:4px}
.top_cc {
    height:114px;
    position: relative;
}

.top_cc .k2 {
    margin-top: 16px;
}
.top-r{background:url(../img/tel.png) left center no-repeat;;margin:28.5px 0;width:276px;float:right}
.top-r p{font-size:14px;color:#333;padding-left:50px;float:left;}
.top-r span{font-size:24px;line-height:36px;font-weight:600;color:#ff7e11;font-family:Arial}


.logo-r{width:500px;float:left; }
.logo-r h1 p{font-size:22px;color:#333;line-height:30px;font-weight:bold}
.logo-r h1 {color:#333;font-size:18px;font-weight:normal;margin:28.5px 18px}
.logo-r span{color:#ff7e11;}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 31px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {height:56px;line-height:56px;background:#156ccd}


/*热门搜索*/

.search {
    text-align: left;
    height: 24px;
    float: left;
    margin-left: 210px;
    margin-top: 20px;
}

#formsearch {
    width: 300px;
    float: left;
    background: url(../images/ss_nr_bg.png) no-repeat center center;
}

.hotSearch {
    width: 400px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*业务*/

.yewu {
    position: relative;
}

.yy_cc {
    padding-top: 30px;
    margin: 0 auto;
    background: #fff;
    z-index: 99;
}

.yewu_tit {
    text-align: center;
    position: relative;
    background: url(../images/tit_bg.png) no-repeat center center;
    height: 92px;
}

.yewu_tit h3 {
    font-size:24px;
    font-family: "Arial";
    color: #888;text-transform: uppercase;
	font-weight: normal;
}

.yewu_tit h3 span {
    color: #222222;
    font-weight: normal;
}

.yewu_tit>P {
    line-height: 36px;
    color: #0c61b6;
    font-size:28px;font-weight:bold
}

.yw_nr {
    position: relative;
    margin-top:10px;
}

.yw_nr .yw_nr_list {}

.yw_nr_list li {
    position: relative;
    cursor: pointer;
    float: left;
    width: 280px;
    height: 256px;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    transition: transform .3s ease;
    margin-right: 26px;margin-bottom:26px;
}
.yw_nr_list li:nth-child(4n){margin-right:0;}
.yw_nr_list li img{display:block;margin:0 auto;margin-top:20px}
.yw_nr_list li:hover {
  background:#f4f4f4;
}
.yw_nr_list li h3 {
    line-height:60px;
    color: #333;
    font-size: 20px;font-weight:bold;
}




.yw_nr_list li a.img{display:block;color:#999;font-size:14px;margin-top:4px}
.yw_nr_list li.s8 p{color:#fff}
.yw_nr_list li.s8 a.img{width:102px;height:26px;border:1px solid #fff;margin: 20px auto 0 auto;color:#fff}
.yw_nr_list li span {
    display: block;
    padding-top: 5px;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    line-height: 30px;
}

.yw_nr_list li .zk {
    position: absolute;
    z-index: 101;
    top: 40px;
    left: 40px;
    font-size: 22px;
    font-weight: 400;
    color: #222222;
}

.yw_nr_list li .expand {
    position: absolute;
    z-index: 101;
    top: 80px;
    left: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: openEng;
    text-transform: uppercase;
}

.yw_nr_list li .plus {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    background-image: url(../images/sprite-55c8daa581.open.index.png?max_age=31536000);
    background-position: -168px -37px;
}


/*关于我们*/

.ab_index {
    position: relative;
    background: url(../img/ab_index_bg.jpg) no-repeat center center;
	margin-top:40px;height:536px;
}

.ab_left {
    margin-top:80px;
    float: left;
    width: 628px;
    height:410px;
    margin-left: 20px;
}

.ab_right {
    float: right;
    padding-top:52px;
    width:510px;
}

.ab_right>h4{font-family:Arial;font-size:40px;color:#e5e5e5;  font-style: italic;margin-top: 22px;}
.ab_right>h3 {
    
    font-size:24px;
    font-family: "Microsoft Yahei";
    color: #0c61b6;
}

.ab_right .ab_txt {
    line-height: 32px;
    font-size: 16px;
    color: #444444;
    font-family: "Microsoft Yahei";
    margin-top: 20px;
}

.ab_right .ab_xun {
    margin-top: 28px;
}

.ab_xun a {
    float: left;
    width: 106px;
    height: 34px;
    line-height: 34px;
    margin-right: 20px;
    border-radius: 5px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    transition: all .3s ease;
}

.ab_xun a.ab_more {
    background: #ff6600;
}
.ab_xun a.ab_mess {
    background: #333;
}
.ab_xun a:hover{background:#0c61b6}


/*成功案例*/
.tit1{font-size:34px;color:#156ccd;font-weight:bold;background:url(../img/heng.png) center bottom no-repeat;height:72px;text-align:center;line-height:72px;margin-bottom:28px}
.case_index{padding:0;}
.case_index_ls li{float:left;margin-right:38px;width:374px;margin-bottom:30px}
.case_index_ls li img{width:372px;height:278px;-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.case_index_ls li:nth-child(3n){margin-right:0}
.case_index_ls li a{font-size:14px;color:#333;text-align:left;display:block}
.case_index_ls li p{line-height:58px;height:58px;background:url(../img/pro_more.png) 320px center no-repeat;padding:0 10px}
.case_index_ls li:hover p{background:url(../img/pro_more.png) #f76e08 320px center no-repeat; ;-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.case_index_ls li:hover p a{color:#fff}
.case_index_ls li:hover img{transform: scale(1.1); }
.case_index_ls li .case-img{width:372px;height:278px;overflow: hidden;border:1px solid #ddd;}



.case-l{padding:25px;text-align:center;}
.case-l img{margin:10px auto;display:block}
.case-l p{font-size:14px;line-height:36px;}
.case-l ul, .idx_news{text-align: center;display: flex;justify-content: center;}
.case-l h2, .idx_news h2{font-size:18px;line-height:26px;font-weight:normal}
.case-l li, .idx_news li{width:150px;height:36px;line-height:36px;background:#fff;margin:0 16px;font-size:16px;float:left;border:1px solid #ccc;border-radius:20px;text-align:center}
.case-l li:hover, .idx_news li:hover{background:#ff7e11}
.case-l li a, .idx_news li a{color:#333;display:block}
.case-l li:hover a, .idx_news li:hover a{color: #fff}
.case_index_ls{}
.a-more{display:block;height:45px;line-height:45px;width:208px;background:#ff7e11;font-size:18px;margin:10px 0}
.a-more:hover{background:#f47307}
.a-more a{display:block;color:#fff;}

.idx-pro-more{background:#ff7e11;height:35px;width:130px;margin:0 auto;border-radius:20px}
.idx-pro-more:hover{background:#f47307}
.idx-pro-more a{display:block;line-height:35px;text-align:center;color:#fff}

/*优势*/
.ys_index{padding:40px 0;background:url(../img/bj1.jpg) center top no-repeat;}
.ys_index .ys-left{width:45%;float:left;    padding-left:3%;}
.ys_index .ys-left h1{font-size:26px;color:#156ccd}
.ys_index .ys-left ul li{width:125px;height:34px;border-radius:20px;border:1px solid #ddd;line-height:34px;text-align:center;font-size:16px;float:left;margin:20px 20px 0 0}
.ys-right{width:40%;float:left;padding-top:12px;padding-left:4%}
.ys-right h2{font-size:18px;color:#fff;background:#156ccd;line-height:40px;width:330px;border-radius:20px;text-align:center;margin-bottom:30px;}
.ys-right p{font-size:18px;line-height:40px;background:url(../img/tel1.png) center left no-repeat;padding-left:36px}
.ys-right span{color:#f76e08}

.ys-top span{width:550px;height:50px;line-height:50px;background:url(../img/tel2.png) no-repeat 20px center #ff7e11;display: inherit; margin: 10px auto 0 auto;font-size:22px;font-weight:bold}

.ys-top span a{font-size:14px;color:#fff;text-align:center;display: inherit;}

.ys-one{margin:30px 0;}
.ys-one li{width:190px;height:190px;border-radius:50%;background:#029840;float:left;color:#fff;text-align:center;margin-right:60px;}
.ys-one li:last-child{margin-right:0}
.ys-one li:hover{background:#ff7e11}
.ys-one li h1{font-size:22px;margin-top:50px;margin-bottom:10px}
.ys-one li p{font-size:14px;line-height:20px;margin:0 20px}




.ys_nr {
    margin-top: 110px;
    position: relative;
}
.ys_nr .ys_aa {
    height: 380px;
    position: relative;
}
.ys_aa::before{
    position: absolute;
    content: "";
    width: 92px;
    height: 130px;
    left:32px;
    top: -22px;
    background: url(../img/01.png) no-repeat center center;
}
.ys_bb::before{
    position: absolute;
    content: "";
    width: 92px;
    height: 130px;
    right: 35px;
    top: -22px;
    background: url(../img/02.png) no-repeat center center;
}
.ys_cc::before{
    position: absolute;
    content: "";
    width: 92px;
    height: 130px;
    left:32px;
    top: -22px;
    background: url(../img/03.png) no-repeat center center;
}
.ys_aa .ys_img {
    float: left;
    width: 600px;
}
.ys_aa .ys_img img {
    width: 600px;
    height: 380px;
}
.ys_aa .ys_con {
    float: left;
    width: 540px;
    height: 250px;
    background: #f9f9f9;
    padding:90px 30px 40px;
}
.ys_con h3 {
    margin: 10px 0 5px 0;
    color: #0d62be;
    font-size: 23px;
    font-family: "Microsoft Yahei";
}
.ys_con span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #cecece;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 15px;
}
.ys_con .ys_txt {
    margin-top: 20px;
}
.ys_con .ys_txt p {
    color: #333333;
    font-size: 15px;
    line-height:26px;
    margin-bottom: 10px;
}
.ys_nr .ys_bb {
    height: 380px;
    position: relative;
}
.ys_nr .ys_cc {
    height: 380px;
    position: relative;
}
.ys_bb .ys_ccon {
    float: left;
    width: 520px;
    height:250px;
    background: #f9f9f9;
    padding:90px 40px 40px;
}
.ys_bb .ys_iimg {
    float: left;
    width: 600px;
}
.ys_bb .ys_iimg img {
    width: 600px;
    height: 380px;
}
.ys_bb .ys_ccon h3 {
    margin: 10px 0 5px 0;
    color: #0d62be;
    font-size: 23px;
    font-family: "Microsoft Yahei";
}
.ys_ccon span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #cecece;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 15px;
}
.ys_ccon .ys_txt {
    margin-top: 20px;
}
.ys_ccon .ys_txt p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;line-height:26px;
}



.sb_index{padding: 40px 0;}
.c2tt {
    color: #fff;
    font-size: 30px;
    text-align: center;
    background: url(../img/t1.png) no-repeat center bottom;
    height: 75px;margin-bottom:30px
}
.ab_gun {
    position: relative;
    margin-top: 40px;
}
.ab_gun_list {
    position: relative;
}
.ab_gun_list li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;background:#f7f7f7
}
.ab_gun_list li:hover{background:#ff7e11;}
.ab_gun_list li a:hover{color:#fff;}
.ab_gun_list li p{font-size:14px;text-align:center;line-height:40px}
.ab_gun_list li a {
    display: block;color:#333;
}
.ab_gun_list li a img {
    width: 262px;
    height: 180px;padding:5px;background:#fff
}
.l_btn,
.r_btn {
    position: absolute;
    top: 30%;
    cursor: pointer;
}
.l_btn {
    left: 0;
}
.r_btn {
    right: 0;
}


.c1tt {
    color: #252525;
    font-size: 30px;
    text-align: center;
    background: url(../img/t2.png) no-repeat center bottom;
    font-weight: normal;
    height: 75px;
    font-weight: bold;
}
.c55{width:1920px;position: relative;left:50%;margin-left: -960px;padding: 40px 0;}
.c5{width:1200px;margin:0 auto;margin-top:35px;z-index:999;position:relative;}
.wen1{width:528px;background:#f5f5f5;float:left;margin-top:35px;}

.wen1 h2{font-size:20px;line-height:50px;padding:10px 24px 0;}
.wen1 h2 a{width:100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#333;}
.wen1 h2 a:hover{color:#ff7e11}
.wen1 h2 span{float:right;color:#888;font-size:16px;font-weight:normal;font-family:Arial}
.wen1 p{padding:0 24px;line-height:24px;color:#666;font-size:14px;overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.wen1 span{font-family:Arial;font-size:14px;padding:10px 24px 20px;display:block}

.news_list2 li{position:relative;overflow:hidden;padding-left: 18px;background:#f5f5f5;padding:20px 0;margin-bottom:24px}
.news_date span{display:block;font-size:32px;color:#f76e08;font-weight:bold;    padding-top: 5px}
.news_list2 li .news_date{width:20%;float:left;padding-top:0px;text-align:center;font-family:Arial;border-right:1px solid #ddd;height:82px}
.news_list2 li .news_date p{font-size:14px;color:#999}
.news_text{width:70%;float:left}
.news_list2 li a{color:#333;font-size:14px;text-align:left;float:left;transition: all .5s ease; }
.news_text{padding:0 4%}
.news_text h2{font-size:16px;color:#333;overflow: hidden;white-space: nowrap;   text-overflow: ellipsis;line-height:40px;font-weight:normal}
.news_text p{font-size:14px;color:#999;overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}

.news_list2 li:hover h2{text-decoration:none;color:#ff7e11;}


.news_list2 li dt{color:#888888;font-size:14px;height:55px;overflow:hidden;}


.wen2{width:640px;height:466px;float:left;margin-top:35px;margin-left:30px}
.wwt2{color:#fff;font-size:20px;font-weight:normal;text-align:center;background:url(../img/xw2.png) no-repeat center top;line-height:95px;display:block;margin-top:40px;}


.wen3{width:378px;height:455px;border:1px solid #999999;float:right;margin-top:35px;}
.wwt3{color:#fff;font-size:20px;font-weight:normal;text-align:center;background:url(../img/xw3.png) no-repeat center top;line-height:95px;display:block;margin-top:40px;}



.linkTitle{
    background: url(../img/link.png) no-repeat top center;
    height:28px;
    width:67px;
    margin-right: 25px;margin-top: 11px;
}
.f_link a{
    font-size: 14px;
    padding-right: 10px;
}

/*关于我们*/
.about-index{
	    background: url(../img/bg.jpg) center center repeat;
	height:500px;
}
.about-l{background:url(../img/line1.jpg) top left repeat-y;width:620px;float:left;padding:30px 40px;height: 340px;}
.about-con{padding:50px 0;color:#fff}
.about-l h1{font-size:28px;padding:10px 0 20px 0;}
.about-l h1 span{font-family:Arial;font-size:18px;color:#5e86c1;font-weight:normal}
.about-c{font-size:16px;line-height:32px;}
.about-more{margin-top:20px;color:#1a51a1;font-size:14px;}
.about-more a{display: inline-block;width:126px;height:36px;line-height:36px;background:#fff;margin-right:30px;text-align:center}
.about-more a:hover{background-color:#ff7e11;color:#fff}
.about-r{width:500px;height:400px;float:right}
.about-r img{display:block}
/*优势*/

.ys_tit {
    text-align: center;
    position: relative;
    background: url(../images/ys_tit_bg.png) no-repeat center center;
    height: 92px;
    margin-top: 50px;
}

.ys_tit h3 {
    color: #222222;
    font-weight: normal;
    font-size: 30px;
    font-family: "Microsoft Yahei";
}

.ys_tit h3 span {
    color: #0877bb;
    font-weight: bold;
}

.ys_tit>p {
    margin-top: 8px;
    line-height: 36px;
    color: #555555;
    font-size: 14px;
    padding-left: 40px;
}

.ys_nr {
    position: relative;
    margin-top: 60px;
}

.ys_left {
    float: left;
    width: 600px;
}

.ys_left .ys_one {
    padding-left: 50px;
    position: relative;
    height: 170px;
}

.ys_one h3 {
    margin-top: 45px;
    font-size: 22px;
    color: #272727;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    padding-left: 20px;
}

.ys_one span {
    display: block;
    font-family: "Myriad Pro";
    color: #999999;
    font-size: 16px;
    padding-left: 20px;
    font-style: italic;
    line-height: 35px;
    background: url(../images/tiao.png) no-repeat 15px bottom;
}

.ys_one dd {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 30px;
    letter-spacing: 1px;
}

.ys_one dd p {
    background: url(../images/jiantou.png) no-repeat 3px 8px;
    padding-left: 20px;
}

.ys_left .ys_img {
    margin-left: 10px;
    margin-top: 40px;
}

.ys_right {
    float: right;
    width: 600px;
}

.ys_right_img {
    text-align: right;
    margin-top: 30px;
}

.ys_right_img img {
    width: 572px;
    height: 379px;
}

.ys_right .ys_two {
    padding-left: 70px;
    margin-top: 55px;
}

.ys_two h3 {
    font-size: 22px;
    color: #272727;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    padding-left: 20px;
}

.ys_two span {
    display: block;
    font-family: "Myriad Pro";
    color: #999999;
    font-size: 16px;
    padding-left: 20px;
    font-style: italic;
    line-height: 35px;
    background: url(../images/tiao.png) no-repeat 15px bottom;
}

.ys_two dd {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 30px;
    letter-spacing: 1px;
}

.ys_two dd p {
    background: url(../img/jiantou.png) no-repeat 3px 8px;
    padding-left: 20px;
    margin-bottom: 10px;
}


/*企业团队*/

.pro_index {
    height:340px;
    position: relative;
    background: url(../img/bg1.jpg) no-repeat bottom center;
}

.pro_tit {
    text-align: center;
    position: relative;
    background: url(../images/ys_tit_bg.png) no-repeat center bottom;
    height: 92px;
    padding-top: 50px;padding-bottom: 20px;
}

.pro_tit h3 {
    font-size: 24px;
    font-family: "Arial";
    color: #888;font-weight: normal;
    text-transform: uppercase;
}

.pro_tit h3 span {
    color: #0877bb;
    font-weight: bold;
}

.pro_tit p {
       line-height: 36px;
    color: #0c61b6;
    font-size: 28px;
    font-weight: bold;
}

.pro_nr {
    margin-top: 50px;
    position: relative;
}

.list_one {
    position: relative;
}

.list_one li {
    float: left;
    width: 180px;
    margin-right: 9px;
    margin-left: 9px;
}

.list_one li a.img {
    display: block;
}

.list_one li a.img img {
    width: 282px;
    height: 282px;
}

.list_one li .pp {
    width: 242px;
    height: 114px;
    background: #FFF;
    padding: 20px;
}

.list_one li .pp h3 {
    font-size: 16px;
    color: #333333;
    position: relative;
    font-weight: normal;
}

.list_one li .pp h3 span {
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    margin-left: 10px;
}

.list_one li .pp h3 a {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 41px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #ef8526;
    border-radius: 5px;
    font-weight: normal;
}

.list_one li .pp dd {
    color: #555555;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    line-height: 25px;
    margin-top: 10px;
}

.list_one li .pp .pro_phone {
    margin-top: 5px;
    line-height: 35px;
    border-top: 1px solid #f8f8f8;
    background: url(../images/dh.png) no-repeat left center;
    padding-left: 30px;
    font-size: 15px;
    color: #333333;
}

.pro_nr .hd {
    margin-top: 20px;
    margin-right: 10px;
}

.pro_nr .hd ul {
    position: relative;
    float: right;
    margin-top: 10px;
}

.pro_nr .hd ul li {
    float: left;
    font-size: 0;
    width: 6px;
    height: 6px;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.pro_nr .hd ul li.on {
    background: #abd5ee;
}

.pro_nr .hd .qie {
    float: right;
    width: 49px;
    height: 22px;
    background: url(../images/qie_bg.png) no-repeat center center;
}

.pro_nr .hd .qie .prev {
    width: 22px;
    height: 20px;
    background: url(../images/pro_left.png) no-repeat center center;
    display: inline-block;
}

.pro_nr .hd .qie .prev:hover {
    background: url(../images/pro_left_h.png) no-repeat center center;
}

.pro_nr .hd .qie .next {
    width: 23px;
    height: 20px;
    background: url(../images/pro_right.png) no-repeat center center;
    display: inline-block;
}

.pro_nr .hd .qie .next:hover {
    background: url(../images/pro_right_h.png) no-repeat center center;
}


/*新闻*/

.news_index {margin:30px 0 50px 0;}

.nn_tit {
    text-align: center;
    position: relative;
    background: url(../images/tit_bg.png) no-repeat center bottom;
    height: 92px;
    padding-top: 35px;
}

.nn_tit h3 {
    font-size: 30px;
    font-family: "Microsoft Yahei";
    color: #0877bb;
}

.nn_tit h3 span {
    color: #222222;
    font-weight: normal;
}

.nn_tit>p {
    margin-top: 8px;
    line-height: 36px;
    color: #555555;
    font-size: 14px;
}

.news_nr {
    margin-top: 50px;
    position: relative;
}
.news_aa1{width:794px;height:468px;float:left;box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
}
.news_aa {
    float: left;
    width: 380px;
    height: 468px;
    box-shadow:0 1px 15px 0 rgba(0, 0, 0, .1);
}

.news_aa_tit {
    height: 45px;
    line-height: 45px;
    position: relative;
}

.news_aa_tit h3 {
    padding-right: 18px;
    color: #333333;
    font-family: "Microsoft Yahei";
    font-size: 20px;
    font-weight: normal;padding-left:30px;
    background: url(../img/tit.png) no-repeat 18px center;
}

.news_aa_tit>a {
    position: absolute;
    right: 10px;
    top: 0px;
    display: block;
    font-size: 14px;
    color: #888888;
}

.news_aa_tit>a:hover {
    color: #333333;
}

.news_aa_img {
    text-align: center;
}

.news_aa_img img {
    width: 356px;
    height: 120px;
}

.news_aa .news_aa_list {
    position: relative;
    padding: 0 10px;
    padding-top: 5px;
}

.news_aa_list li {
    line-height: 45px;
    border-bottom: 1px dashed #dddddd;
    position: relative;
}

.news_aa_list li a {
    display: block;
    color: #333333;
    font-size: 14px;
    background: url(../img/yuan.png) no-repeat left center;
    padding-left: 15px;width: 250px;float:left;overflow: hidden;text-overflow: ellipsis;
    white-space: nowrap;
}
.news_aa_list li span{width:80px;float:right;font-size:14px;color:#999;font-family:Arial}

.news_aa_list li a:hover {
    color: #ff6600;
}

.news_bb {
    margin-left: 30px;
}

.news_bb .news_aa_tit h3 {
    background: url(../img/tit.png) no-repeat left center;
}

.news_cc {
    margin-left: 24px;
}

.news_cc .news_aa_tit h3 {
    background: url(../img/tit.png) no-repeat 18px center;
}



.news_aa1_img{width:226px;height:389px;display:block;float:left;margin-left: 18px;}
.news_aa1_list{width:510px;float:right;margin: 0 18px;}
.news_aa1_lists{border-bottom:1px dashed #ccc;padding-bottom:13px;margin-bottom:12px;}
.news_aa1_lists .news-d{width:74px;height:74px;background:#1a51a1;color:#fff;font-family:Arial;text-align:center;float:left} 
.news_aa1_lists .news-d h3{font-size:26px;padding-top: 6px;}
.news_aa1_lists .news-d h4{font-size:14px;font-weight:normal}
.news-c{width:422px;float:right;}
.news-c h2 a{font-size:16px;color:#333;line-height:28px;display:block}
.news_aa1_lists:hover h2 a{color:#e87518}
.news-c p{font-size:12px;color:#999;line-height:20px;}
/*主体样式*/

#container {
    width: 1200px;
    margin: 0 auto;
}

.menu_cate {
    width: 220px;
    float: left;
}

.cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
}

.about_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*首页新闻*/

.news_company {
    width: 280px;
    float: right;
}

.news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.news_company .content {
    padding: 5px;
}


.bot-menu{font-size:16px;color:#bbb;}
.bot-menu a{color:#bbb;padding:0 50px;line-height:88px;}

/*首页左侧联系我们*/

.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}
.foot-l{width:490px;float:left;}
.foot-l h2, .foot-m h2, .foot-r h2{font-size:16px;font-weight:bold;background:url(../img/line.jpg) left bottom no-repeat;line-height:50px;margin-bottom:14px;color:#fff;}
.foot-l p{font-size:15px;color:#bbb;line-height:30px;}

.foot-m{width:440px;float:left}
.foot-m li{float:left}
.foot-m li a{font-size:14px;color:#bbb;padding-right:90px;line-height:30px;height:30px;    display: block;}
.foot-m li a:hover{color:#fff}

.foot-r img{width:108px;height:108px;padding:10px;border:1px dashed #fff}

.contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}


/*工程案例*/

.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}


/*产品推荐*/

.recommend_product {
    margin-top: 10px;
    width: 692px;
    float: left;
}

.recommend_product .title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;    margin: 0 12px !important;
}
.roll_product li img{width:178px;height:88px;border:1px solid #e2e2e2}

/*品牌列表*/

.brand-list {
    margin: 20px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.brand-list li {
    margin: 5px 8px;
}

.brand-list li:hover {
    box-shadow: 2px 1px 5px;
}

.brand-list li img {
    width: 150px;
    height: 120px;
}


/*前台多页签*/

.news {
    width: 1000px;
    float: left;
    margin-top: 10px;
}

.tab {
    position: relative;
}

.tab li {
    float: left;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.tab li.cur {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #3a78c1;
    border-color: #3a78c1;
}

.tt {
    display: none;
}

.list1 {
    padding: 8px 10px;
}

.list1 li {
    line-height: 27px;
    position: relative;
    vertical-align: middle;
}

.list1 li a {
    background: url(../images/list_dot1.gif) left center no-repeat;
    padding-left: 12px;
    line-height: 27px;
    color: #555555;
}

.list1 li a:hover {
    color: #e87518;
    text-decoration: none;
}

.list1 li span {
    position: absolute;
    right: 0px;
    line-height: 30px;
    top: 0;
    color: #999;
}


/*友情链接*/

.f_link {
    width: 1200px;
    margin:40px auto 20px auto;
    line-height: 50px;
    font-size: 14px;
    color: #444444;
    text-indent: 20px;
}
.f_link span{font-size:14px;color:#0c61b6;font-family:Arial}
.f_link a {
    font-size: 14px;
    color: #444444;
    margin: 0 10px;
}
.f_link a:hover{color:#ff6600}

.foot_wap {
    height: 262px;
    background: #029840;
    position: relative;
}

.f_aa {
    float: left;
    width: 270px;
}

.f_aa .foot_logo {
    padding-top: 40px;
}

.f_aa h3 {
    width: 162px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 25px;
    margin-left: 35px;
}

.f_aa h3 a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: "Microsoft Yahei";
    display: block;
}

.f_aa h3 a:hover {
    background: #fff;
    color: #0877bb;
    font-weight: bold;
}

.f_bb {
    float: left;
    padding-top: 35px;
    margin-left: 70px;
    width: 100px;
}

.f_bb h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../images/f_sec_h3.png) no-repeat left center;
    padding-left: 12px;
}

.f_bb .f_sec {
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
}

.f_bb .f_sec a {
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.f_cc {
    float: left;
    padding-top: 35px;
    margin-left: 70px;
    width: 250px;
}

.f_cc h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../images/f_sec_h3.png) no-repeat left center;
    padding-left: 12px;
}

.f_cc .f_sec {
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
}

.f_cc .f_sec a {
    text-align: left;
    float: left;
    width: 100px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.f_dd {
    float: left;
    margin-left: 55px;
    padding-top: 35px;
    width: 252px;
}

.f_dd h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../images/f_sec_h3.png) no-repeat left center;
    padding-left: 12px;
}

.f_dd .f_lxwm {
    margin-top: 10px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.f_mob {
    font-size: 13px;
    color: #fff;
}

.foot_ban {
    line-height:30px;
    position: relative;
    background: #292a2e;
    color: #fff;padding:50px 0 ;
}
.fot1 img{float: left;}
.fot1 .call_r{float: left;padding-left: 20px;line-height: 28px;color: #ccc;font-size: 14px;}
.foot_ban a {
    color: #fff;
}

.foot_ban a:hover {
    color: #e87518;
    text-decoration: none;
}


.fot1{width:32%;float:left;color:#fff;margin-right:34px;background: url(../img/shu1.jpg) right center no-repeat;}
.fot1 h2{font-size:16px;line-height:44px;color: #ccc}
.fot1 li{float: left;margin-right: 30px}
.fot1 li a{font-size:14px;line-height:32px;color: #ccc}

.fot2{width:30%;float:right;color:#ccc;}
.fot2 h2{font-size:16px;line-height:64px}
.fot2 p{font-size:14px;line-height:32px;}

/*页面底部*/

#footer {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid #eee;
    margin-top: 15px;
}

.copyright {
    text-align: center;
    line-height: 56px;font-size:13px;border-top:1px solid #2874c6;margin-top: 34px;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;    background: #f9f9f9;
}

.left .box h3 {
    line-height: 60px;
    padding-left: 34px;
    background: #06a548;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.left .box h3::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    top: 20px;
    left: 15px;
    background: #fff;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner{width:1920px;position:relative;left:50%;margin-left: -960px;}
.n_banner img{width:1920px;height: 300px;}

.ny_con{background: #f7f7f7;padding: 30px 0}
.left {
    width: 270px;
    float: left;
    background: #fff
}
.right{width:890px;float: right}
.left_t{font-size: 22px;background: #ff7e11;color: #fff;font-weight: normal;text-align: center;line-height: 46px;margin: 20px 15px 10px}
.left_menu li{background: #eee;font-size: 14px;color: #666;margin: 4px 15px;line-height: 36px;text-align: center;}
.left_menu li a{display: block;}
.left_menu li:hover{background: #156ccd}
.left_menu li:hover a{color: #fff}
.left img{width:240px;margin: 0 auto;display: block;}
.call{margin: 12px 15px;}
.call p{line-height: 36px;font-size: 14px}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}
.n_contact p{font-size:14px;}
.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
padding:10px;
    background: #fff;
    min-height: 600px
}

.sitemp {

}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #333;    padding-left: 12px;
}

.sitemp .site {
    float: right;
    text-align: right;
    line-height: 40px;font-size: 14px;padding-right:12px
}

.right .content {
    padding: 10px 0;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}
.right .content {line-height:30px;font-size:15px;}
.sort_album {
    margin-top: 15px;
}


.sitemp {
   border-bottom: 1px solid #eee
}

.sitemp h2 {
    width: 140px;
    float: left;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #333;    padding-left: 12px;
}

.sitemp .site {
    float: right;
    text-align: right;
    line-height: 40px;font-size: 14px;padding-right:12px
}

.right .content {
    padding: 10px 0;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}
.right .content {line-height:30px;font-size:14px;margin-bottom: 30px;}
.sort_album {
    margin-top: 15px;
}
/* box */
.box1{width:400px;float:left}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{margin:10px 0 0;overflow:hidden;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:42px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.tb-s310, .tb-s310 a{height:260px;width:350px;}
.tb-s310, .tb-s310 img{max-height:300px;max-width:400px;}
.tb-s310 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:40px;width:40px;}
.tb-booth{border:1px solid #eee;position:relative;z-index:1;}
.tb-thumb .tb-selected{background:none repeat scroll 0 0 #C30008;height:40px;padding:2px;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("img/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}




.case_ny_ls li .ny_case-img{width:276px;height:206px;overflow: hidden;border:1px solid #ddd;}
.case_ny_ls li .ny_case-img img{width:276px;height: 206px;-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.case_ny_ls li{float:left;margin-right:18px;width:276px;margin-bottom:30px}
.case_ny_ls li p {
    line-height: 48px;
    height: 48px;
    background: url(../img/pro_more.png) 240px center no-repeat;
    padding: 0 10px;
    background-size: 30px
}
.case_ny_ls li:hover p{color:#fff;background:url(../img/pro_more.png) #f76e08 240px center no-repeat; ;-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.case_ny_ls li:hover img{transform: scale(1.1); }
.case_ny_ls li a {
    font-size: 14px;
    color: #333;
    text-align: left;
    display: block;
}
.case_ny_ls li:hover a{color: #fff}

.product_detail .list{width:440px;float:left;margin-left:30px;display:block;padding-top:8px;}
.list_p li{height:26px;font-size:12px;border-bottom:1px dashed #e0e1dc;padding-bottom:5px;padding-top:5px;font-family:"Microsoft YaHei"}
.list_p li h2{font-size:14px;font-weight:normal;font-family:"Microsoft YaHei";}
.product_detail .inquiry{line-height:32px;border:none;margin-top:6px;}
.product_detail .inquiry a{background:#f38001;display:block;width:112px;height:32px;text-align: center;color:#fff}
.buy{border:none!important;}
.buy a{ background:#0057a8;display:block;width:112px;height:32px;float:left;color:#fff;text-align:center;line-height:32px;border-radius:5px;margin-right:10px;}
.buy a:hover{background: #24588e}
.buy a.nobuy-product{background: #666}

.proview-t{font-size:14px;line-height:40px;border-bottom:1px solid #eee;margin-bottom:20px;}
.proview{line-height:26px;font-size:14px;padding: 10px;}
.tb-s310, .tb-s310 img {
    height: 300px;
    width: 400px;
}