﻿html {

    background: #FFF;

    color: #000;

}



body,

div,

dl,

dt,

dd,

ul,

ol,

li,

h1,

h2,

h3,

form,

input,

textarea,

p {

    margin: 0;

    padding: 0;

}



img {

    border: 0;

}



ol,

ul {

    list-style: none;

}



q:before,

q:after {

    content: '';

}



abbr,

acronym {

    border: 0;

    font-variant: normal;

}



sup {

    vertical-align: text-top;

}



sub {

    vertical-align: text-bottom;

}



input,

textarea,

select {

    font-weight: inherit;

    font-size: inherit;

    font-family: inherit;

}



input,

textarea,

select {

    *font-size: 100%;

}



legend {

    color: #000;

}



a {

    color: inherit;

    text-decoration: none;

}



/*******CSS reset*************/

body {

    position: relative;

    color: #444;

    font-size: 14px;

    font-family: 'Microsoft YaHei';

    z-index: 2;

}



.f12 {

    font-size: 12px;

}



.f16 {

    font-size: 16px;

}



.bold {

    font-weight: bold;

}



.white {

    color: #fff;

}



.left {

    float: left;

}



.right {

    float: right;

}



.t_r {

    text-align: right;

}



.clear {

    clear: both;

}



.relative {

    position: relative;

}



.absolute {

    position: absolute;

}



.rel_center {

    position: relative;

    left: 50%;

}



.hidden {

    display: none;

}



.zy_banner {

    width: 100%;

    height: 330px;

    margin: 0 auto;

}



/*product css*/

#product_lis dl {

    width: 100%;

    padding: 50px 0;

}



#product_lis dl:nth-of-type(even) {

    background: url(../images/product_li_even.jpg) no-repeat;

    background-attachment: fixed;

}



#product_lis dl dt {

    width: 1200px;

    margin: 0 auto;

    margin-bottom: 40px;

}





#product_lis dl dt .pro_tit {

    width: 800px;

    height: 110px;

    margin: 0 auto;

    background: url(../images/product_li_tit.png) top no-repeat;

    background-position: 150px 20px;

}



#product_lis dl dt .pro_tit p {

    color: #666666;

    font-size: 16px;

    line-height: 42px;

    text-align: center;

}



#product_lis dl dt .pro_tit h4 {

    color: #333333;

    font-size: 34px;

    line-height: 40px;

    text-align: center;

}



#product_lis dl dt .pro_tit a {

    display: block;

    width: 120px;

    height: 32px;

    line-height: 32px;

    text-indent: 20px;

    background: #ffc71c url(../images/product_li_arrow.png) 85px center no-repeat;

    color: #000000;

    font-size: 14px;

    margin: 0 auto;

    margin-top: 10px;

    transition: all .4s;

}



#product_lis dl dt .pro_tit a:hover {

    background: #f4b904 url(../images/product_li_arrow.png) 85px center no-repeat;

}



#product_lis dl:nth-of-type(even) dt .pro_tit h4 {

    color: #fff;

}



#product_lis dl:nth-of-type(even) dt p {

    color: #999999;

}



#product_lis dl dd {

    width: 1400px;

    margin: 0 auto;

}



#product_lis dl dd li {

    width: 450px;

    height: 650px;

    background: #f3f3f3;

    float: left;

    margin-right: 25px;

    transition: all .4s;

}



#product_lis dl dd li:last-child {

    margin-right: 0;

}



#product_lis dl dd li ._pro_img {

    width: 450px;

    height: 300px;

    overflow: hidden;

    margin: 0 auto;

    margin-bottom: 30px;

}



#product_lis dl dd li ._pro_img img {

    width: 450px;

    height: 300px;

    transition: transform 1s ease 0s;

}



#product_lis dl dd li:hover ._pro_img img {

    transform: scale(1.05, 1.05);

}



#product_lis dl dd li ._pro_tit {

    width: 380px;

    line-height: 30px;

    height: 30px;

    margin: 0 auto;

}



#product_lis dl dd li ._pro_tit a {

    color: #333333;

    font-size: 20px;

    font-weight: bold;

}



#product_lis dl dd li ._pro_table {

    width: 380px;

    margin: 15px auto;

}



#product_lis dl dd li ._pro_table table {

    background: #5b5b5b;

    text-align: center;

}



#product_lis dl dd li ._pro_table table th {

    background: #6e6e6e;

    color: #fff;

    font-size: 13px;

    font-weight: normal;

    line-height: 25px;

}



#product_lis dl dd li ._pro_table table td {

    background: #f3f3f3;

    color: #333333;

    line-height: 25px;

    font-size: 13px;

}



#product_lis dl dd li ._pro_details {

    width: 380px;

    margin: 0 auto;

}



#product_lis dl dd li ._pro_details p {

    line-height: 24px;

    color: #333333;

    font-size: 14px;

    background: url(../images/pro_ico.png) left 10px no-repeat;

    padding-left: 15px;

    margin-bottom: 10px;

}



#product_lis dl dd li ._pro_btn {

    width: 380px;

    margin: 0 auto;

    margin-top: 20px;

}



#product_lis dl dd li ._pro_btn a {

    display: block;

    width: 132px;

    height: 33px;

    line-height: 33px;

    border: solid 1px #5b5b5b;

    text-align: center;

    color: #333333;

    font-size: 14px;

    margin-right: 12px;

    float: left;

    transition: all .4s;

}



#product_lis dl dd li ._pro_btn a:hover {

    border: solid 1px #5b5b5b;

    background: #5b5b5b;

    color: #fff;

}



#product_lis dl dd li:hover {

    background: #ffc71c;

    -moz-box-shadow: 4px 4px 10px #000;

    -webkit-box-shadow: 4px 4px 10px #000;

    box-shadow: 4px 4px 10px #000;

}



#product_lis dl:nth-of-type(odd) dd li:hover {

    background: #ffc71c;

    -moz-box-shadow: 4px 4px 10px #828282;

    -webkit-box-shadow: 4px 4px 10px #828282;

    box-shadow: 4px 4px 10px #828282;

}



#product_lis dl dd li:hover ._pro_table table td {

    background: #ffc71c;

}



#product_lis dl dd li:hover ._pro_table table th {

    background: #333;

}



#product_lis dl dd li ._pro_btn a:hover {

    background: #333333;

    color: #ffc71c;

}



#pro_nav {

    width: 100px;

    position: fixed;

    left: 5%;

    top: 40%;

}



#pro_nav ul {

    border: solid 3px #352a09;

    border-left: none;

    border-right: none;

    margin-top: 3px;

}



#pro_nav ul li {

    border-bottom: solid 1px #7f630e;

}



#pro_nav ul li a {

    display: block;

    padding: 10px;

    line-height: 28px;

    background: #ffc71c;

    color: #000000;

    font-size: 16px;

    text-align: center;

}



#pro_nav ul li.current a {

    background: #030304;

    color: #fff;

}



#product_item {

    width: 1400px;

    margin: 0 auto;

}



#product_item li {

    width: 450px;

    height: 630px;

    background: #f3f3f3;

    float: left;

    margin-right: 25px;

    margin-bottom: 30px;

    transition: all .4s;

}



#product_item li:nth-child(3n) {

    margin-right: 0;

}



#product_item li ._product_img {

    width: 450px;

    height: 280px;

    overflow: hidden;

    margin: 0 auto;

    margin-bottom: 30px;

}



#product_item li ._product_img img {

    width: 450px;

    height: 280px;

    transition: transform 1s ease 0s;

}



#product_item li:hover ._product_img img {

    transform: scale(1.05, 1.05);

}



#product_item li ._product_tit {

    width: 380px;

    line-height: 30px;

    height: 30px;

    margin: 0 auto;

}



#product_item li ._product_tit a {

    color: #333333;

    font-size: 20px;

    font-weight: bold;

}



#product_item li ._product_table {

    width: 380px;

    margin: 15px auto;

}



#product_item li ._product_table table {

    background: #5b5b5b;

    text-align: center;

}



#product_item li ._product_table table th {

    background: #6e6e6e;

    color: #fff;

    font-size: 13px;

    font-weight: normal;

    line-height: 25px;

}



#product_item li ._product_table table td {

    background: #f3f3f3;

    color: #333333;

    line-height: 25px;

    font-size: 13px;

}



#product_item li ._product_details {

    width: 380px;

    margin: 0 auto;

}



#product_item li ._product_details p {

    line-height: 24px;

    color: #333333;

    font-size: 14px;

    background: url(../images/pro_ico.png) left 10px no-repeat;

    padding-left: 15px;

    margin-bottom: 10px;

}



#product_item li ._product_btn {

    width: 380px;

    margin: 0 auto;

    margin-top: 20px;

}



#product_item li ._product_btn a {

    display: block;

    width: 132px;

    height: 33px;

    line-height: 33px;

    border: solid 1px #5b5b5b;

    text-align: center;

    color: #333333;

    font-size: 14px;

    margin-right: 12px;

    float: left;

    transition: all .4s;

}



#product_item li ._product_btn a:hover {

    border: solid 1px #5b5b5b;

    background: #5b5b5b;

    color: #fff;

}



#product_item li:hover {

    background: #ffc71c;

    -moz-box-shadow: 4px 4px 10px #828282;

    -webkit-box-shadow: 4px 4px 10px #828282;

    box-shadow: 4px 4px 10px #828282;

}



#product_item li:hover ._product_table table td {

    background: #ffc71c;

}



#product_item li:hover ._product_table table th {

    background: #333;

}



#product_item li ._product_btn a:hover {

    background: #333333;

    color: #ffc71c;

}



/*productinfo css*/

#wrap {

    width: 1400px;

    margin: 0 auto;

    margin-bottom: 40px;

}



#proinfo_01 {

    width: 100%;

    margin: 0 auto;

}



#proinfo_l {

    width: 700px;

    float: left;

}



.bigImg {

    width: 700px;

    height: 465px;

    margin: 0 auto;

    overflow: hidden;

}



.bigImg li {

    width: 700px;

    height: 465px;

}



.bigImg li img {

    width: 700px;

    height: 465px;

}



.smallImg {

    width: 700px;

    height: 148px;

    margin: 0 auto;

    margin-top: 15px;

}



.smallImg li {

    width: 222px;

    height: 148px;

    float: left;

    margin-right: 17px;

    position: relative;

    cursor: pointer;

}



.smallImg li:after {

    width: 222px;

    height: 148px;

    background: rgba(0, 0, 0, .7);

    content: '';

    position: absolute;

    left: 0;

    top: 0;

}



.smallImg li:last-child {

    margin-right: 0;

}



.smallImg li img {

    width: 222px;

    height: 148px;

}



.smallImg li.on:after {

    background: none;

}



#proinfo_r {

    width: 655px;

    float: right;

}



#proinfo_r h4 {

    line-height: 30px;

    height: 60px;

    font-weight: normal;

    border-bottom: solid 1px #d2d2d2;

    color: #333333;

    font-size: 30px;

    margin-bottom: 20px;

}



#proinfo_r ._p_c {

    line-height: 30px;

    font-size: 16px;

    padding-bottom: 10px;

}



#proinfo_r ._p_c span {

    width: 98px;

    float: left;

    color: #000000;

}



#proinfo_r ._p_c p {

    width: 536px;

    float: left;

    color: #666666;

}



#proinfo_r ._p_p {

    line-height: 30px;

    font-size: 16px;

    color: #d9171f;

}



#proinfo_r ._p_p span {

    width: 98px;

    float: left;

}



#proinfo_r ._p_p p {

    width: 536px;

    float: left;

}



#proinfo_r ._p_p p i {

    font-style: normal;

    font-size: 28px;

    font-weight: bold;

}



#proinfo_r ._p_t {

    margin: 30px auto;

}



#proinfo_r ._p_t table {

    background: #5b5b5b;

    text-align: center;

    font-size: 16px;

}



#proinfo_r ._p_t table th {

    background: #252525;

    color: #fff;

    font-weight: normal;

    line-height: 33px;

}



#proinfo_r ._p_t table td {

    background: #ffffff;

    color: #333333;

    line-height: 33px;

}



#proinfo_r ._p_b a {

    display: block;

    width: 219px;

    height: 72px;

    line-height: 72px;

    text-indent: 80px;

    border-radius: 5px;

    font-size: 24px;

    float: left;

    margin-right: 15px;

    transition: all .4s;

}



#proinfo_r ._p_b a._pro_order {

    background: #d9171f url(../images/_pro_order_1.png) 39px center no-repeat;

    color: #fff;

}



#proinfo_r ._p_b a._pro_qq {

    background: #ffc71c url(../images/_pro_qq.png) 39px center no-repeat;

    color: #000000;

}



#proinfo_r ._p_b a._pro_order:hover {

    background: #252525 url(../images/_pro_order_1.png) 39px center no-repeat;

    color: #fff;

}



#proinfo_r ._p_b a._pro_qq:hover {

    background: #252525 url(../images/_pro_qq_hover.png) 39px center no-repeat;

    color: #fff;

}



#proinfo_r ._p_i {

    margin: 20px auto;

    line-height: 20px;

    color: #666666;

    font-size: 16px;

}



#proinfo_02 {

    width: 100%;

    margin: 60px auto;

}



#proinfo_recommend {

    width: 250px;

    padding: 30px;

    border: solid 10px #f3f3f3;

    float: left;

    background: #fff;

}



.recommend_positon {

    position: fixed;

    top: 0;

}



#proinfo_recommend h4 {

    line-height: 20px;

    color: #333333;

    font-size: 20px;

}



#recommend_ul {

    width: 250px;

    height: 634px;

    overflow: hidden;

    margin: 15px auto;

}



#recommend_ul li {

    width: 250px;

    height: 208px;

    line-height: 30px;

    text-align: center;

    margin-bottom: 5px;

}



#recommend_ul li img {

    width: 250px;

    height: 160px;

}



#recommend_ul li a {

    display: block;

    color: #666666;

    font-size: 16px;

}



#recommend_ul li a:hover {

    font-weight: bold;

}



#proinfo_recommend .recommend_more {

    width: 250px;

    height: 44px;

    text-align: center;

    margin: 0 auto;

    display: block;

    line-height: 44px;

    transition: all .4s;

    color: #000000;

    font-size: 16px;

    background: #f3f3f3;

}



#proinfo_recommend .recommend_more:hover {

    background: #ffc71c;

}



#proinfo_content {

    width: 1040px;

    float: right;

    background: #f3f3f3;

    padding-bottom: 70px;

}



#proinfo_nav {

    width: 100%;

    height: 62px;

    transition: all .4s;

}



#proinfo_nav li {

    float: left;

    width: 256px;

    margin-right: 5px;

    line-height: 62px;

    height: 62px;

    text-align: center;

    transition: all .4s;

}



#proinfo_nav li:last-child {

    margin-right: 0;

}



#proinfo_nav li a {

    display: block;

    background: #252525;

    font-size: 20px;

    color: #fff;

    transition: all .4s;

}



#proinfo_nav li:hover a {

    background: #ffc71c;

    color: #000;

}



#proinfo_nav li a.current {

    background: #ffc71c;

    color: #000;

}



.nav_positon {

    width: 100px !important;

    position: fixed;

    top: 100px;

    right: 6%;

    z-index: 10000;

    display: none;

}



.nav_positon ul {

    border: solid 3px #352a09;

    border-left: none;

    border-right: none;

    margin-top: 3px;

}



.nav_positon ul li {

    border-bottom: solid 1px #7f630e;

}



.nav_positon ul li a {

    display: block;

    padding: 10px;

    line-height: 28px;

    background: #ffc71c;

    color: #000000;

    font-size: 16px;

    text-align: center;

}



.nav_positon ul li.current a {

    background: #030304;

    color: #fff;

}



.proinfo_con {

    margin: 0 auto;

    margin-top: 32px;

}



.proinfo_tit {

    text-align: center;

    padding: 20px 0;

}



.proinfo_tit h4 {

    font-family: Impact;

    font-size: 75px;

    color: #252525;

    text-transform: uppercase;

}



.proinfo_tit span {

    display: block;

    width: 378px;

    height: 47px;

    background: #ffc71c;

    font-size: 30px;

    color: #252525;

    line-height: 47px;

    margin: 0 auto;

}



.proinfo_tit p.p_e {

    font-size: 10px;

    color: #bdbdbd;

    text-transform: uppercase;

    -webkit-transform: scale(0.7);

    padding: 10px 0;

}



.proinfo_tit p.p_c {

    display: block;

    width: 465px;

    height: 50px;

    margin: 0 auto;

    position: relative;

    line-height: 25px;

    color: rgba(0, 0, 0, .6);

    font-size: 12px;

    text-transform: uppercase;

}



.proinfo_tit p.p_c i {

    font-style: normal;

    color: #414141;

    font-size: 28px;

}



.proinfo_tit p.p_c:after {

    width: 8px;

    height: 38px;

    content: '';

    background: url(../images/proinfo_lh.png) center no-repeat;

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -19px;

}



.proinfo_tit p.p_c:before {

    width: 8px;

    height: 38px;

    content: '';

    background: url(../images/proinfo_rh.png) center no-repeat;

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -19px;

}





/*CSS company*/

#intro_01 {

    width: 100%;

    margin: 0 auto;

}



#company_icon {

    width: 147px;

    height: 39px;

    margin: 0 auto;

    text-align: center;

}



#company_name {

    width: 1200px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    color: #333333;

    font-size: 32px;

    margin: 0 auto;

    margin-top: 20px;

}



#company_content {

    width: 1200px;

    margin: 30px auto;

    line-height: 33px;

    color: #333333;

    font-size: 14px;

}



#company_tips {

    width: 1200px;

    height: 68px;

    margin: 50px auto 32px;

}



#company_tips li {

    float: left;

    width: 360px;

    height: 68px;

    text-align: left;

    position: relative;

    padding-left: 40px;

}



#company_tips li:nth-child(1) {

    background: url(../images/company_ico1.png) 300px center no-repeat;

}



#company_tips li:nth-child(2) {

    background: url(../images/company_ico2.png) 290px center no-repeat;

}



#company_tips li:nth-child(3) {

    background: url(../images/company_ico3_1.png) 300px center no-repeat;

}



#company_tips li:after {

    content: "";

    position: absolute;

    right: 0;

    top: 16px;

    width: 1px;

    height: 36px;

    background: #c7c7c7;

}



#company_tips li:last-child:after {

    background: none;

}



#company_tips li span {

    display: inline-block;

    float: left;

    width: 160px;

    font: 64px/1 Arial;

    color: #dab866;

}



#company_tips li:first-child span {

    width: 180px;

}



#company_tips li p {

    font-size: 16px;

    line-height: 26px;

    color: #333;

    padding-top: 6px;

}



#company_tips li p.en {

    font-size: 14px;

    padding-top: 0px;

    color: #b2b2b2;

    font-family: 'Microsoft YaHei';

}



#intro_02 {

    width: 100%;

    background: url(../images/intro_02.jpg) no-repeat;

    background-attachment: fixed;

    padding: 60px 0;

    margin: 0 auto;

    margin-top: 50px;

}



#intro_02_mid {

    width: 1200px;

    height: 363px;

    background: url(../images/honor_bg.png) right center no-repeat;

    margin: 0 auto;

}



#intro_02_mid span {

    display: block;

    color: #1a1a1a;

    font-size: 36px;

    font-weight: bold;

    margin-top: 30px;

}



#intro_02_mid p {

    color: #1a1a1a;

    font-size: 16px;

    line-height: 33px;

    margin-top: 30px;

}



#intro_03 {

    width: 1200px;

    margin: 50px auto;

}



#intro_03_title span {

    color: #282828;

    font-size: 36px;

    font-weight: bold;

}



#intro_03_title span i {

    color: #f8b801;

    font-style: normal;

}



#intro_03_title p {

    color: #666666;

    font-size: 16px;

    line-height: 33px;

    margin-top: 30px;

}



#leader {

    width: 1200px;

    height: 280px;

    margin: 0px auto;

    position: relative;

    margin-bottom: 40px;

}



#leader .leader_lbtn {

    cursor: pointer;

    width: 77px;

    height: 77px;

    position: absolute;

    left: 0;

    top: 135px;

    background: url(../images/prev07.png) no-repeat;

    background-position: 0 0;

    transition: all 0.4s;

}



#leader .leader_rbtn {

    cursor: pointer;

    width: 77px;

    height: 77px;

    position: absolute;

    right: 0;

    top: 135px;

    background: url(../images/next07.png) no-repeat;

    background-position: -77px 0;

    transition: all 0.4s;

}



#leader .leader_lbtn:hover {

    background-position: -77px 0;

}



#leader .leader_rbtn:hover {

    background-position: 0 0;

}



#leader_ul {

    width: 1000px;

    height: 280px;

    margin: 0 auto;

    overflow: hidden;

    margin-top: 30px;

}



#leader_ul li {

    width: 319px;

    height: 280px;

    background: #f6f6f6;

    cursor: pointer;

    transition: background 0.5s;

    text-align: center;

    line-height: 30px;

    color: #666;

    font-size: 14px;

    float: left;

    margin-right: 30px;

    position: relative;

}



#leader_ul li img {

    width: 319px;

    height: 231px;

}



#leader_ul li:hover {

    background: #ffc71c;

    color: #000;

}



.product_banner {

    background: url(../images/product_banner.jpg) center no-repeat;

}



.company_banner {

    background: url(../images/company_banner.jpg) center no-repeat;

}



.news_banner {

    background: url(../images/news_banner_1.jpg) center no-repeat;

}



.case_banner {

    background: url(../images/case_banner.jpg) center no-repeat;

}



.honor_banner {

    background: url(../images/honor_banner.jpg) center no-repeat;

}



.contact_banner {

    background: url(../images/contact_banner_2.jpg) center no-repeat;

}



/* CSS news*/

#hot_news {

    width: 1400px;

    margin: 30px auto;

}



#hot_news .hot_img {

    width: 655px;

    height: 442px;

    float: left;

    overflow: hidden;

}



#hot_news .hot_img li {

    width: 655px;

    height: 442px;

}



#hot_news .hot_img li img {

    width: 655px;

    height: 442px;

}



#hot_news .hot_ul {

    width: 674px;

    height: 442px;

    float: right;

    padding-left: 30px;

    position: relative;

}



#hot_news .hot_ul:after {

    width: 1px;

    background: #b9b9b9;

    height: 100%;

    content: '';

    position: absolute;

    left: 0;

    top: 0;

}



#hot_news .hot_ul li {

    width: 634px;

    height: 110px;

    padding: 15px 20px;

    margin-bottom: 10px;

    position: relative;

    transition: all .4s;

}



#hot_news .hot_ul li:after {

    background: url(../images/news_icon_1.png) no-repeat;

    content: '';

    width: 22px;

    height: 22px;

    position: absolute;

    left: -38px;

    top: 30px;

    transition: all .4s;

    z-index: 2;

}



#hot_news .hot_ul li:hover:after {

    background: url(../images/news_icon_hover.png) no-repeat;

}



#hot_news .hot_ul li:hover {

    background: #2a2b30;

}



#hot_news .hot_ul li.on:after {

    background: url(../images/news_icon_hover.png) no-repeat;

}



#hot_news .hot_ul li.on {

    background: #2a2b30;

}



#hot_news .hot_ul li.on .n_t {

    color: #fff;

}



#hot_news .hot_ul li.on .n_d {

    color: rgba(255, 255, 255, .8);

}



#hot_news .hot_ul li.on .n_i {

    color: #fff;

}



#hot_news .hot_ul li .n_t {

    height: 30px;

    line-height: 30px;

    color: #666666;

    font-size: 16px;

    overflow: hidden;

}



#hot_news .hot_ul li .n_d {

    height: 20px;

    line-height: 20px;

    color: #999999;

    font-size: 12px;

}



#hot_news .hot_ul li .n_i {

    line-height: 24px;

    color: #666666;

    font-size: 14px;

    font-weight: lighter;

    margin-top: 5px;

}







.news_item {

    width: 1400px;

    margin: 0 auto;

}



.news_item li {

    padding: 35px;

    height: 130px;

    background: #fff;

    margin-bottom: 20px;

    position: relative;

    transition: all .4s;

    border-bottom: solid 1px #eae6e6;

}



.news_item li:hover {

    -moz-box-shadow: 0px 1px 5px #666666;

    -webkit-box-shadow: 0px 1px 5px #666666;

    box-shadow: 0px 1px 5px #666666;

}



.news_item li:after {

    width: 0;

    height: 3px;

    background: #ffc71c;

    content: "";

    position: absolute;

    right: 50%;

    bottom: -1px;

    transition: all .5s;

}



.news_item li:before {

    width: 0;

    height: 3px;

    background: #ffc71c;

    content: "";

    position: absolute;

    left: 50%;

    bottom: -1px;

    transition: all .5s;

}



.news_item li:hover:after {

    width: 50%;

}



.news_item li:hover:before {

    width: 50%;

}



.news_item li .news_item_time {

    width: 100px;

    height: 100px;

    padding: 10px;

    background: #ffc71c;

    text-align: center;

    float: right;

}



.news_item li .news_item_time p {

    line-height: 30px;

    color: #030304;

    font-size: 14px;

    padding-top: 20px;

}



.news_item li .news_item_time p span {

    font-size: 60px;

}



.news_item li .news_item_detail {

    width: 960px;

    height: 130px;

    float: left;

    margin-left: 40px;

}



.news_item li .news_item_detail h1 {

    color: #222121;

    font-size: 18px;

    font-weight: normal;

}



.news_item li .news_item_detail h2 {

    color: #6b6a6a;

    height: 30px;

    margin-top: 5px;

    padding-bottom: 5px;

    font-weight: normal;

    line-height: 30px;

    font-size: 14px;

    border-bottom: dashed 1px #eeeeee;

}



.news_item li .news_item_detail h2 i {

    padding-right: 5px;

}



.news_item li .news_item_detail p {

    color: #6b6a6a;

    font-size: 14px;

    line-height: 28px;

    padding-top: 5px;

}



.news_item li .news_item_pic {

    width: 173px;

    height: 130px;

    float: left;

    overflow: hidden;

}



.news_item li .news_item_pic img {

    width: 173px;

    height: 130px;

    transition: 0.5s;

}



.news_item li:hover .news_item_pic img {

    transform: scale(1.05, 1.05);

}





/*lxwm_c css*/

#contact_01 {

    width: 1330px;

    background: #f9f9f9;

    padding: 35px;

    margin: 0 auto;

}



#lxwm_01 {

    height: 348px;

    border: 1px solid #d5d2d2;

    margin: 0 auto;

    position: relative;

    margin-bottom: 30px;

}



#lxwm_01_l {

    width: 576px;

    height: 348px;

    float: left;

}



#lxwm_01_l ul {

    padding: 50px;

}



#lxwm_01_l li {

    height: 42px;

    line-height: 42px;

    font-size: 16px;

    color: #666666;

    position: relative;

}



#lxwm_01_l .lxwm_icon {

    width: 23px;

    height: 23px;

    text-align: center;

    line-height: 35px;

    position: absolute;

    left: 0;

    top: 9px;

}



#lxwm_01_l li span {

    padding-left: 40px;

}



#lxwm_01_m {

    width: 370px;

    height: 248px;

    float: left;

    padding: 50px 0;

    border-left: 1px solid #d5d2d2;

    border-right: 1px solid #d5d2d2;

    text-align: center;

    color: #666666;

    line-height: 24px;

    font-size: 16px;

}



#lxwm_01_m img {

    width: 200px;

}



#lxwm_01_r {

    width: 380px;

    height: 188px;

    padding: 80px 0;

    float: right;

    text-align: center;

    color: #666666;

    line-height: 24px;

    font-size: 16px;

}



#lxwm_01_r a {

    font-size: 20px;

    color: #515151;

    font-weight: bold;

    line-height: 60px;

    display: inline-block;

}



#lxwm_02 li {

    width: 476px;

    height: 77px;

    float: left;

    padding: 20px 0 20px 160px;

    margin-right: 54px;

    border: 1px solid #d5d2d2;

    line-height: 38px;

    text-align: center;

    font-size: 18px;

    color: #666666;

    position: relative;

}



#lxwm_02 li:nth-child(even) {

    margin-right: 0;

}



#lxwm_02 li .lxwm_ico {

    width: 155px;

    height: 119px;

    position: absolute;

    left: 0;

    top: 0;

    background: #ffc71c;

    line-height: 30px;

    color: #030304;

    font-size: 18px;

    text-align: center;

}



#lxwm_02 li .lxwm_ico img {

    margin-top: 16px;

}



#lxwm_02 li span {

    font-weight: bold;

    font-size: 36px;

    color: #333333;

}



#contact_02 {

    margin: 50px auto;

    width: 1330px;

    background: #f9f9f9;

    padding: 35px;

}



.contact_02_tit {

    width: 100%;

    height: 50px;

    line-height: 50px;

    background: #eeeeee;

    margin: 0 auto;

    color: #666666;

    font-size: 14px;

}



.contact_02_tit span {

    display: inline-block;

    margin-right: 10px;

    background: #030304;

    color: #fff;

    font-size: 22px;

    padding: 0 30px;

}



#contact_02_form {

    width: 1200px;

    margin: 30px auto 0;

}



#contact_02_form .form01 .line1 {

    width: 489px;

    height: 48px;

    line-height: 48px;

    padding: 0 46px 0 13px;

    float: left;

    margin: 0 100px 25px 0;

    color: #666;

    font-size: 14px;

}



#contact_02_form .form01 input {

    border: 1px solid #d5d5d5;

    font-size: 14px;

    font-family: "微软雅黑";

}



#contact_02_form .form01 .name {

    background: #fff url(../images/i_form_ico1.png) no-repeat right 0;

}



#contact_02_form .form01 .phone {

    background: #fff url(../images/i_form_ico2.png) no-repeat right 0;

}



#contact_02_form .form01 .email {

    margin-right: 0;

    background: #fff url(../images/i_form_ico3.png) no-repeat right 0;

    margin-right: 0;

}



#contact_02_form .form01 .add {

    margin-right: 0;

    background: #fff url(../images/i_form_ico5.png) no-repeat right 0;

    margin-right: 0;

}



#contact_02_form .form01 textarea {

    width: 1139px;

    border: 1px solid #d5d5d5;

    color: #666;

    font-size: 14px;

    padding: 10px 46px 10px 13px;

    height: 149px;

    font-size: 14px;

    font-family: "微软雅黑";

    line-height: 1.5;

    margin-bottom: 20px;

    background: #fff url(../images/i_form_ico4_1.png) no-repeat right top;

}



#contact_02_form .form02 {

    margin: 0 auto;

}



#contact_02_form .form02 input {

    width: 213px;

    height: 46px;

    float: right;

    border: 0;

    transition: all 0.4s;

    font-size: 16px;

    font-family: "微软雅黑";

    line-height: 46px;

    color: #fff;

    text-align: center;

    cursor: pointer;

}



#contact_02_form .form02 input.submit {

    background: #ffc71c;

    color: #000;

}



#contact_02_form .form02 input.resest {

    background: #030304;

    margin-right: 30px;

}



#contact_02_form .form02 input:hover {

    background: #222;

}



#contact_03 {

    width: 1400px;

    height: 632px;

    margin: 0 auto;

    margin-bottom: 40px;

    position: relative;

}



.contact_03_l {

    width: 340px;

    height: 532px;

    background: rgba(0, 0, 0, .85);

    padding: 50px 35px;

    color: rgba(255, 255, 255, .6);

    position: absolute;

    left: 0;

    top: 0;

    z-index: 1;

}



.contact_03_l h1 {

    font-size: 24px;

    font-weight: bold;

    color: #fff;

}



.contact_03_l p {

    font-size: 14px;

    line-height: 30px;

    padding: 40px 0;

}



.contact_03_l .contact_03_tel {

    min-width: 58px;

    height: 64px;

    padding-left: 65px;

    background: url(../images/contact_03_tel.png) left center no-repeat;

    line-height: 32px;

    font-size: 16px;

}



.contact_03_l .contact_03_tel span {

    font-size: 30px;

    font-weight: bold;

    color: #fff;

}



.contact_03_l .contact_03_ewm {

    margin-top: 40px;

}



.contact_03_l .contact_03_ewm img {

    width: 150px;

    height: 150px;

    float: left;

}



.contact_03_l .contact_03_ewm p {

    width: 150px;

    float: right;

    line-height: 30px;

    font-size: 16px;

}





/*sercice css*/

#service_01 {

    width: 1400px;

    margin: 0 auto;

}



#service_01 .ser_tit {

    line-height: 60px;

    height: 60px;

    color: #666666;

    font-size: 26px;

    position: relative;

}



#service_01 .ser_tit:after {

    width: 170px;

    height: 3px;

    background: #c4c4c4;

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

}



#service_01 .ser_subtit {

    margin-top: 35px;

}



#service_01 .ser_subtit_l {

    width: 545px;

    float: left;

}



#service_01 .ser_subtit_l ._s_e {

    font-weight: bold;

    color: #4e4b4c;

    font-size: 40px;

    line-height: 40px;

    text-transform: uppercase;

}



#service_01 .ser_subtit_l ._s_c {

    color: #4e4b4c;

    font-size: 24px;

    line-height: 30px;

    padding-top: 6px;

    font-weight: lighter;

}



#service_01 .ser_subtit_l ._s_c span {

    color: #000;

    padding: 0 15px;

    letter-spacing: 8px;

    margin-top: 3px;

    font-size: 16px;

    line-height: 25px;

    display: block;

    float: right;

    margin-left: 6px;

    background: #ffc71c;

}



#service_01 .ser_subtit_r {

    width: 499px;

    height: 150px;

    background: url(../images/ser_subtit_r_1.png) center no-repeat;

    float: right;

    position: relative;

}



#service_01 .ser_subtit_r p {

    padding-left: 12px;

    padding-top: 3px;

    text-indent: 35px;

    color: #333333;

    font-size: 18px;

    line-height: 36px;

    font-weight: lighter;

}



#service_01 .ser_ul {

    margin-top: 50px;

}



#service_01 .ser_ul li {

    float: left;

    width: 308px;

    margin-right: 56px;

}



#service_01 .ser_ul li:last-child {

    margin-right: 0;

}



#service_01 .ser_ul li dt h4 {

    color: #351022;

    font-size: 22px;

    line-height: 30px;

}



#service_01 .ser_ul li dt h4.blue {

    color: #2a74b6;

}



#service_01 .ser_ul li dt p {

    color: #333333;

    font-size: 16px;

    line-height: 26px;

    padding-top: 5px;

}



#service_01 .ser_ul li dd {

    border: dotted 1px #ababab;

    padding: 25px;

    padding-right: 0;

    border-right: none;

    border-bottom: none;

    margin-top: 10px;

}



#service_01 .ser_ul li dd .ser_img {

    width: 100%;

    height: 175px;

    overflow: hidden;

}



#service_01 .ser_ul li dd .ser_img img {

    width: 100%;

    height: 175px;

}



#service_01 .ser_ul li dd span {

    width: 100%;

    height: 24px;

    line-height: 24px;

    display: block;

    background: url(../images/ser_arrow1.png) left center no-repeat;

    text-indent: 30px;

    font-size: 20px;

    color: #2a74b6;

    margin-top: 10px;

}



#service_01 .ser_ul li dd span.gray {

    background: url(../images/ser_arrow.png) left center no-repeat;

    color: #351022;

}



#service_01 .ser_ul li dd p {

    line-height: 26px;

    font-size: 16px;

    color: #333333;

    padding-top: 10px;

    padding-bottom: 45px;

}



#service_01 .ser_ul li:first-child {

    padding-top: 290px;

}



#service_01 .ser_ul li:nth-child(2) {

    padding-top: 80px;

}



#service_01 .ser_ul li:last-child {

    padding-top: 280px;

}



#service_02 {

    width: 1400px;

    margin: 50px auto;

}



#service_02 .ser_02_tit {

    width: 555px;

    padding-bottom: 20px;

    border-bottom: solid 1px #333;

}



#service_02 .ser_02_tit span {

    font-weight: bold;

    color: #4e4b4c;

    font-size: 40px;

    line-height: 40px;

    text-transform: uppercase;

}



#service_02 .ser_02_tit p {

    color: #4e4b4c;

    font-size: 24px;

    line-height: 30px;

    padding-top: 6px;

    font-weight: lighter;

}



#service_02 .ser_02_mid {

    height: 565px;

}



#service_02 .ser_02_l {

    width: 605px;

    height: 375px;

    float: left;

    margin-top: 90px;

    position: relative;

    z-index: 2;

}



#service_02 .ser_02_r {

    width: 665px;

    height: 665px;

    float: right;

    border: dashed 1px #000000;

    margin-top: -115px;

    border-radius: 100%;

    position: relative;

}



#service_02 .ser_02_r i {

    display: block;

    width: 309px;

    height: 309px;

    background: #fff;

    position: absolute;

    border-radius: 100%;

}



#service_02 .ser_02_r i:first-of-type {

    left: 177px;

    top: -154px;

}



#service_02 .ser_02_r i:nth-of-type(2) {

    left: -57px;

    top: 325px;

}



#service_02 .ser_02_r i:last-of-type {

    right: -57px;

    top: 325px;

}



#service_02 .ser_02_r li {

    display: block;

    width: 353px;

    height: 353px;

    position: absolute;

    border-radius: 100%;

}



#service_02 .ser_02_r li:first-child {

    left: 155px;

    top: -20px;

    background: #093856;

    z-index: 3;

}



#service_02 .ser_02_r li:nth-child(2) {

    left: 0;

    top: 254px;

    background: #0e80a2;

    z-index: 1;

    opacity: .8;

}



#service_02 .ser_02_r li:last-child {

    right: 0;

    top: 254px;

    background: #1977c2;

    z-index: 2;

    opacity: .8;

}



#service_02 .ser_02_r li p {

    padding: 120px 55px;

    line-height: 48px;

    color: #fff;

    font-size: 16px;

}



#service_02 .ser_02_r span {

    display: block;

    width: 123px;

    height: 123px;

    text-align: center;

    color: #4f3c3c;

    font-size: 24px;

    line-height: 123px;

    background: #cacaca;

    position: absolute;

    border-radius: 100%;

    left: 50%;

    top: 50%;

    margin-top: -61px;

    margin-left: -61px;

    z-index: 4;

}



/*end漂浮*/

#end_piaofu {

    height: 75px;

    width: 100%;

    position: fixed;

    bottom: 0;

    background: #030304;

    z-index: 10000;

}



.piaofu_content {

    width: 1400px;

    height: 75px;

    margin: 0 auto;

    position: relative;

}



.piaofu_content img {

    position: absolute;

    bottom: 0;

    right: 0;

}



.end_pf_tel {

    width: 240px;

    height: 55px;

    margin: 15px 0 0 0px;

    color: #fff;

    font-size: 16px;

    background: url(../images/top_tel.png) no-repeat left center;

    padding-left: 50px;

    line-height: 24px;

}



.end_pf_tel span {

    color: #ffc71c;

    font-size: 26px;

    font-weight: bold;

}



#message_width {

    width: 750px;

    height: 45px;

    margin-top: 15px;

}



.search_bj5 {

    background: #FFF;

    margin-right: 15px;

    border-radius: 5px;

    line-height: 45px;

    height: 45px;

    color: #a1a0a0;

    width: 300px;

    text-indent: 20px;

    border-radius: 3px;

}



.but5 {

    border-radius: 3px;

    font-size: 16px;

    letter-spacing: 1px;

    height: 45px;

    color: #030304;

    transition: all 0.4s linear 0s;

    background: #ffc71c;

    width: 100px;

    cursor: pointer;

    border: 0;

}



.but5:hover {

    background: #2a2b30;

    color: #FFF

}



/*case css*/

.er_nei_body {

    width: 1400px;

    background: #ededed;

    border-top: 14px solid #ffc71c;

    padding: 14px 0px;

    position: relative;

    margin: 0 auto;

    margin-bottom: 140px;

}



.nei_body_left {

    padding: 0px 22px;

    width: 620px;

}



.nei_body_left p {

    padding-bottom: 10px;

    text-indent: 32px;

    font-size: 15px;

    color: #3e3a39;

    line-height: 35px;

}



.nei_body_right {

    width: 736px;

    height: 420px;

    overflow: hidden;

    right: 0;

    top: -17px;

    box-shadow: rgba(0, 0, 0, 0.33) 0px 0px 15px;

    position: absolute;

}



.nei_body_right img {

    width: 736px;

    height: 420px;

    transition: transform 1s ease 0s;

}



.nei_body_right:hover img {

    transform: scale(1.05, 1.05);

}



.er_nei_title {

    background: url(../images/bn8.png) no-repeat 50% 100%;

    text-align: center;

    padding-bottom: 45px;

    margin-top: 40px;

}



.er_nei_title p:nth-child(1) {

    font-size: 30px;

    color: #3e3a39;

    padding-bottom: 10px;

}



.er_nei_title p:nth-child(2) {

    font-size: 12px;

    color: #3e3a39;

}



.six_nei_body {

    width: 1330px;

    padding-bottom: 48px;

    margin: 0 auto;

    margin-top: 30px;

}



.six_nei_body li {

    float: left;

    width: 270px;

    height: 456px;

    overflow: hidden;

    margin-right: -5px;

    background: url(../images/bg5.jpg) no-repeat 50% 50%;

}



.six_nei_body li:nth-child(2) {

    display: inline-block;

    width: 270px;

    height: 456px;

    overflow: hidden;

    margin-right: -5px;

    background: url(../images/bg6_1.jpg) no-repeat 50% 50%;

}



.six_nei_body li:nth-child(3) {

    display: inline-block;

    width: 270px;

    height: 456px;

    overflow: hidden;

    margin-right: -5px;

    background: url(../images/bg7_1.jpg) no-repeat 50% 50%;

}



.six_nei_body li:nth-child(4) {

    display: inline-block;

    width: 270px;

    height: 456px;

    overflow: hidden;

    margin-right: -5px;

    background: url(../images/bg8.jpg) no-repeat 50% 50%;

}



.six_nei_body li:nth-child(5) {

    display: inline-block;

    width: 270px;

    height: 456px;

    overflow: hidden;

    margin-right: -5px;

    background: url(../images/bg4.jpg) no-repeat 50% 50%;

}



.six_nei_body li div {

    background: rgba(0, 0, 0, 0.65);

    width: 100%;

    height: 100%;

    text-align: center;

    transition: all .4s;

}



.six_nei_body li div p:nth-of-type(1) {

    color: #fff;

    font-size: 16px;

    padding-top: 147px;

}



.six_nei_body li div p:nth-of-type(2) {

    font-size: 15px;

    margin-top: 66px;

    display: inline-block;

    background: url(../images/bn28.png) no-repeat 50% 70%;

    width: 100%;

    padding-bottom: 25px;

    color: #fff;

}



.six_nei_body li div p:nth-of-type(3) {

    display: inline-block;

    border: solid 1px #fff;

    border-radius: 100%;

    width: 30px;

    height: 30px;

    font-size: 15px;

    line-height: 28px;

    color: #fff;

}



.six_nei_body li:hover div:hover {

    background: linear-gradient(to bottom, rgba(236, 178, 3, 0.93), rgba(252, 202, 49, 0.93));

    transition: all 0.5s ease 0s;

    -webkit-transform: all 0.5s ease 0s;

}



.case_title {

    width: 100%;

    height: 244px;

    margin: 0 auto;

    background: url(../images/case_title_1.png) center no-repeat;

}



#case_item {

    width: 1401px;

    margin: 30px auto;

}



#case_item li {

    width: 350px;

    height: 233px;

    margin-left: -1px;

    float: left;

    position: relative;

}



#case_item li .case_img {

    width: 0;

    height: 0;

    text-align: center;

    position: absolute;

    left: 50%;

    top: 50%;

    border: 1px solid #e5e5e5;

    overflow: hidden;

    background: #fff;

    z-index: 2;

    opacity: 0;

}



#case_item li .case_img img {

    width: 100%;

    height: 100%;

}



#case_item li .case_hover {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: url(../images/case_plus.png) center no-repeat;

    opacity: 0;

    z-index: 4;

    transition: all 0.4s;

}



#case_item li .case_icon {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.8);

    opacity: 0;

    z-index: 3;

    transition: all 0.4s;

}



#case_item li .case_name {

    position: absolute;

    top: 92%;

    left: 0;

    width: 100%;

    text-align: center;

    height: 20px;

    line-height: 20px;

    font-size: 16px;

    color: rgba(255, 255, 255, .6);

    z-index: 5;

    opacity: 0;

    transition: all 0.4s;

}



#case_item li:hover .case_icon {

    opacity: 1;

}



#case_item li:hover .case_hover {

    opacity: 1;

}



#case_item li:hover .case_name {

    opacity: 1;

    top: 79%;

}







#banner_g {

    width: 100%;

    height: 550px;

    margin: 0 auto;
overflow: hidden;
    position: relative;

}



#banner_g_mid {

    width: 1920px;

    height: 100%;

    position: absolute;

    left: 50%;

    margin-left: -960px;

    top: 0;

    overflow: hidden;

}



#banner_g_mid li {

    width: 1920px;

    height: 550px;

}



#banner_g_mid li img {

    width: 1920px;

    height: 550px;

}



#banner_g_mid .banner_prev {

    width: 50px;

    height: 120px;

    background: rgba(0, 0, 0, .8) url(../images/left_lbtn.png) center no-repeat;

    position: absolute;

    left: 15%;

    top: 50%;

    margin-top: -60px;

    cursor: pointer;

    z-index: 2;

    opacity: .1;

    transition: all .4s;

}



#banner_g_mid .banner_next {

    width: 50px;

    height: 120px;

    background: rgba(0, 0, 0, .8) url(../images/left_rbtn.png) center no-repeat;

    position: absolute;

    right: 15%;

    top: 50%;

    margin-top: -60px;

    cursor: pointer;

    z-index: 2;

    opacity: .1;

    transition: all .4s;

}



#banner_g_mid .banner_prev:hover {

    opacity: .5;

}



#banner_g_mid .banner_next:hover {

    opacity: .5;

}