/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 宋体, arial, Microsoft YaHei, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

@media (max-width:768px) {
    body {
        padding-top: 60px
    }
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #3480ce;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

/*----- 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;
}


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

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

.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);
}



.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.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);
}






/*头部样式*/
.top1 {
    height: 40px;
    background: #484848;
    color: #cccccc;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.top2 {
    height: 100px;
    background: url(../images/top2.png) center no-repeat;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {}


.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;
}

.top1 a {
    color: #cccccc;
    margin-right: 9px;
}

.topLink .k1 a {
    color: #cccccc;
}

.topLink .k1 ul li {
    float: left;
    margin-left: 14px;
}

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



/*热门搜索
.sou{margin: 15px 0;}
#formsearch{float:right;}
.hotSearch{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;}
*/

/*搜索和热门搜索
.hotSearch a{margin-right:6px;}
#formsearch input{height:22px;background:#fff;border:1px solid #c8c8c8;line-height:22px;}
#formsearch input#keyword{height:22px;line-height:22px;padding-left:4px;color:#666;}
#formsearch input#s_btn{width:46px;height:24px;line-height:24px;text-align:center;background-color:#3480ce;color:#fff;border:none;cursor:pointer;font-size: 12px;}
*/




/*导航栏样式*/
#menu {
    margin-top: 0px;
    margin-right: 230px
}

.nav {
    height: 100px;
}

.nav li {
    line-height: 100px;
    height: 100px;
    text-align: center;
    width: 81px;
    float: left;
    position: relative;
    z-index: 999;
    margin-left: -3px;
}

.nav li a {
    display: block;
    line-height: 100px;
    color: #000000;
    height: 100px;
    padding: 0;
    font-size: 16px;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2ca5ec;
}

.nav li:hover .ad {
    background-color: #2ca5ec;
    color: #fff;
}

.nav .sec {
    width: 445px;
    height: 0;
    background-color: #fff;
    color: #282828;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 100px;
    left: 0px;
    background: #fff;
}

.nav li.lxff .sec {
    right: 0;
    left: auto;
}

.nav .sec a {
    color: #282828;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
}

.nav .sec a:hover {
    color: #282828;
    text-decoration: none;
    background: none;
    color: #fff;
    background: #2ca5ec;
}

.secbox {
    padding: 19px 14px 18px 0;
}



.sec-left {
    width: 125px;
    float: left;
    overflow: hidden;
    padding-left: 5px;
}

.sec-right {
    width: 292px;
    height: 153px;
    float: right;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
}

.navv li.lxff .sec {
    width: 669px;
}

.navv li.lxff .sec-left {
    width: 220px;
}







/*内页左侧样式*/


.page-position a {
    color: #fff;
}

.page-product-inquiry a {
    color: #fff;
}


/* .left {
    width: 225px;
    float: left;
}

.right {
    width: 940px;
    float: right;
}

.xypg-case-list li {
    width: 300px;
}

.xypg-product-list li {
    width: 293px;
}

.xypg-product-list li .img img {
    width: 271px;
    height: 206px;
}
 */



/* .relate-product-slick .owl-item .img img {
    width: 213px;
    height: 200px;
}

.xypg-case-list li .img img {
    width: 300px;
    height: 174px;
}



.xypg-product-list li .themop {
    margin-top: 15px;
    margin-bottom: 15px;
}

.xypg-product-list li .themop a {
    display: block;
    padding: 0 30px;
    margin-bottom: 15px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
    color: #666;
}

.xypg-product-list li .themop a:nth-child(2) {
    float: right;
    background: #2ca5ec;
    color: #fff;
}

.xypg-product-list li:hover .themop a {
    background: #2ca5ec;
    color: #fff;
} */



/* 产品中心 */
.probg {}

.pro_tit {
    float: left;
    margin-top: 61px;
}

.pro_tit dd {
    font: bold 30px/30px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #626670;
}






.pro_yi {
    margin-top: 50px;
    margin-right: 20px;
}

.pro_yi ul li {
    width: 190px;
    height: 50px;
    background-color: #383842;
    margin-left: 3px;
    float: left;
    text-align: center;
}

.pro_yi ul li a {
    font: normal 16px/50px "MicrosoftYaHei";
    color: #ffffff;
}

.pro_yi ul li.on {
    background-color: #2ca5ec;
}

.pro_yi ul li.on a {
    color: #fff;
}





.pro_lef1 {
    margin-top: 37px;
}

.pro_lef1 .big2 {
    text-align: center;
}

.pro_lef1 .big2 li {
    /*float: left;*/
    width: 280px;
    height: 300px;
    margin-right: 17px;
    display: inline-block;
}

.pro_lef1 .big2 li .img {
    width: 270px;
    height: 205px;
    margin: 5px;
    overflow: hidden;
}

.pro_lef1 .big2 li img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    cursor: pointer;
}

/*.pro_lef1 .big2 li:nth-child(4n){*/
/*    margin-right: 0;*/
/*}*/
.pro_lef1 .big2 li .pro_tu {
    width: 280px;
    height: 215px;
    border: solid 1px #dddddd;
    overflow: hidden;
}

.pro_lef1 .big2 li h3 {
    text-align: center;
    font: normal 16px/16px MicrosoftYaHei;
    margin-top: 26px;
}

.pro_lef1 .big2 li:hover img {
    transform: scale(1.2);
}



/* 优势 */
.ys_tit {
    background: url(../images/ystit.png) center no-repeat;
    height: 173px;
    margin-top: 37px;
}

.ysbg {
    height: 1062px;
}

.ys013 {
    text-align: right;
    margin-top: 27px;
}

.ys012 {
    padding-left: 71px;
}

.ys012 dd {
    color: #d12521;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 39px;
}

.ys012:nth-child(1) dd {
    background: url(../images/y1.png) left center no-repeat;
}

.ys012:nth-child(2) dd {
    background: url(../images/y2.png) left center no-repeat;
}

.ys012:nth-child(3) dd {
    background: url(../images/y3.png) left center no-repeat;
}

.ys012:nth-child(4) dd {
    background: url(../images/y4.png) left center no-repeat;
}


.ys012 img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ys012 dt {
    width: 464px;
}

.ys012 dt p {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    background: url(../images/dd.png) left top 8px no-repeat;
    padding-left: 19px;
    line-height: 24px;
}

.ys012:nth-child(1) {
    background: url(../images/01.png) left top no-repeat;
    margin-top: 69px;
}

.ys012:nth-child(2) {
    background: url(../images/02.png) left top no-repeat;
    margin-top: 90px;
}

.ys0134:nth-child(1) {
    background: url(../images/03.png) left top no-repeat;
    margin-top: 20px;
}

.ys0134:nth-child(2) {
    background: url(../images/04.png) left top no-repeat;
    margin-top: 90px;
}

.ys0131 {
    margin-top: -80px;
}

.ys0112 {
    margin-left: 87px;
    width: 440px;
}





/* 横图 */
.hen {
    background: url(../images/hen.png) center no-repeat;
    height: 250px;
}

.hen_cin {
    width: 670px;
    padding-top: 65px;
}

.hen_cin dd {
    float: left;
    font: normal 24px/24px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #ffffff;
}

.hen_cin dt {
    float: right;
    font: normal 16px/16px MicrosoftYaHei;
    color: #ffffff;
    padding-top: 7px;
}

.hen_cin dt strong {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
}

.hen_cin dl {
    font: bold 32px/32px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 22px;
    margin-bottom: 22px;
    width: 900px;
}



/* 案例 */
.atit {
    text-align: center;
}

.atit dd {
    background: url(../images/at.png) top center no-repeat;
    font: bold 26px/26px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #2ca5ec;
    padding-top: 39px;
}

.atit dt {
    background: url(../images/ax.png) bottom center no-repeat;
    font: normal 16px/16px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #004159;
    padding-bottom: 20px;
    margin-top: 20px;
}

.anli {
    background: #f8f8f8;
    height: 910px;
}

.anli .atit {
    padding-top: 80px;
}

.an_bg {
    width: 100%;
    height: 560px;
    box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.2);
    background: #fff;
    margin-top: 50px;
    padding: 42px 55px;
    position: relative;
}

.an_bg .an_list li {
    margin-bottom: 30px;
    width: 363px;
    display: block;
    float: left;

}

.an_bg .an_list li img {
    width: 310px;
    height: 180px;
}

.an_bg .an_list li h3 {
    font: normal 16px/16px MicrosoftYaHei;
    color: #333333;
    text-align: left;
    margin-bottom: 19px;
    width: 311px;
    height: 30px;
    line-height: 30px;
    padding-top: 15px;
}
}


.an_bg .an_list li {
    float: left;
    display: block;
}

.big {
    position: absolute;
    width: 360px;
    left: 35%;
    top: 42px;
}

.big h3 {
    font: normal 16px/16px MicrosoftYaHei;
    color: #333333;
    text-align: left;
    margin-bottom: 19px;
}

.big dl {
    font: normal 16px/30px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 12px;
}

.big img {
    width: 360px;
    height: 340px;
}



/* 关于我们 */
.abbg {
    background: url(../images/abbg.png) center no-repeat;
    height: 690px;
}

.abbg .atit {
    padding-top: 70px;
}

.able {
    width: 50%;
    margin-top: 54px;
}

.able ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.able ul li h3 {
    font: normal 14px/26px MicrosoftYaHei;
    color: #004159;
    margin-top: 5px;
}

.able dd {
    font: normal 16px/16px MicrosoftYaHei;
    color: #666666;
}

.able dt {
    font: bold 36px/36px MicrosoftYaHei;
    letter-spacing: -1px;
    color: #333333;
    margin-top: 14px;
}

.able dl {
    font: normal 14px/24px MicrosoftYaHei;
    color: #333333;
    margin-top: 27px;
    margin-bottom: 36px;
}

.abri {
    margin-top: 54px;
    width: 50%;
    text-align: right;
}

.abri img {
    width: 555px;
    height: 325px;
}











/* 优势 */
.c3 .atit {
    padding-top: 57px;
}

.c3 .atit {
    text-align: center;
}

.c3 .atit dd {
    background: url(../images/at.png) top center no-repeat;
    font: bold 26px/26px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #ffffff;
    padding-top: 39px;
}

.c3 .atit dt {
    background: url(../images/ax.png) bottom center no-repeat;
    font: normal 16px/16px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #ffffff;
    padding-bottom: 20px;
    margin-top: 20px;
}







.c3 {
    background: url(../images/ry.png) no-repeat center;
    height: 1015px;
    box-sizing: border-box;
}

.c3 .content {
    /* margin-top: 73px; */
}

.c3 .content .list2 {
    position: relative;
}

.c3 .content .list2 .li11 {
    text-align: center;
    position: absolute;
    z-index: 111;
}

.c3 .content .list2 .li11:nth-child(1) {
    left: 215px;
    top: 171px;
    width: 99px;
    text-align: center;
}

.c3 .content .list2 .li11 .tu1 {
    text-align: center;
}

.c3 .content .list2 .li11 h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    line-height: 25px;
    letter-spacing: -1px;
    font-weight: normal;
}

.c3 .content .list2 .li11:nth-child(2) {
    right: 215px;
    top: 171px;
    width: 99px;
    text-align: center;
}

.c3 .content .list2 .li11:nth-child(3) {
    left: 215px;
    top: 471px;
    width: 99px;
    text-align: center;
}

.c3 .content .list2 .li11:nth-child(4) {
    right: 215px;
    top: 471px;
    text-align: center;
    width: 99px;
}

.c3 .content .list2 .li11:nth-child(5) {
    left: 0;
    top: 29px;
    width: 155px;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

.c3 .content .list2 .li11:nth-child(6) {
    left: 0;
    bottom: -115px;
    width: 155px;
    text-align: center;
    right: 0;
    margin: 0 auto;
}


.c3 .content .list2 .li11:nth-child(5) dd {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 0px;
    font-family: Impact;
}


.c3 .content .list2 .tu {
    text-align: center;
    background: url(../images/tu1.png) center no-repeat;
    width: 548px;
    height: 548px;
    margin: 0 auto;
    margin-top: 145px;
}





.honor_m {
    width: 380px;
    margin-top: 38px;
    position: relative;
    margin: 0 auto;
}

.l_btn1,
.r_btn1 {
    position: absolute;
    cursor: pointer;
    top: 42%;
    z-index: 99999
}

.l_btn1 {
    left: 0px;
}

.r_btn1 {
    right: 0px;
}

#focus {
    width: 330px;
    height: 520px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding-top: 87px;
}

#focus ul {
    height: 330px;
    position: absolute;
}

#focus ul li {
    width: 330px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 auto;
}

#focus ul li a img {
    width: 230px;
    height: 303px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 485px;
    height: 20px;
    left: 0;
    bottom: 0;
}

#focus .btn {
    position: absolute;
    width: 485px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}

#focus ul li h3 {
    text-align: center;
    font: normal 18px/18px "微软雅黑";
    letter-spacing: -1px;
    color: #ffffff;
    margin-top: 26px;
}

#focus ul li dd {
    font: normal 14px/20px MicrosoftYaHei;
    color: #ffffff;
    width: 185px;
    margin: 0 auto;
    margin-top: 20px;

}




/* 新闻 */
.x-news {
    padding: 0px;
    padding-top: 94px;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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

.pt i {
    display: inline-block;
    width: 117px;
    height: 26px;
    background: #fff url(../images/new_tbg2.png) no-repeat top left;
}

/*首页新闻*/
.news_company {
    width: 280px;
    float: right;
}

.parHd li {
    list-style: none;
}

.parHd li b {
    display: inline-block;
    width: 31px;
    height: 35px;
    background: transparent url(../images/xin.png) no-repeat top center;
}

.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;
}


.slideGroup .parBd {
    border-left: none;
    float: left;
    width: 578px;
    padding-right: 25px;
    padding-left: 32px;
    height: 414px;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    _display: inline;
    overflow: hidden;
}

.slideGroup .parHd {
    width: 127px;
    float: left;
}

.slideGroup .parHd li {
    padding-top: 30px;
    float: left;
    background: #b5b5b5;
    cursor: pointer;
    height: 207px;
    padding-left: 25px;
    width: 127px;
    margin-bottom: 2px;
}

.slideGroup .parHd li b {
    width: 31px;
    height: 35px;
    padding-top: 28px;
    display: block;
}

.slideGroup .parHd li strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    display: block;
    padding-top: 13px;
}

.slideGroup .parHd li span {
    color: #ffffff;
    font-size: 12px;
    display: block;
    padding-top: 0px;
    text-transform: uppercase;
}

.slideGroup .parHd li a {
    height: 22px;
    width: 70px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: block;
    margin-top: 17px;
}

.slideGroup .parHd li.on {
    background: #0096e4;
}

.slideGroup .slideBox {
    overflow: hidden;
}



.nsleft {
    margin-top: 34px;
}

.news_lists li {
    position: relative;
    background: none;
    border-bottom: 1px solid #dddddd;
    padding: 21px 0;
    height: 75px;
    line-height: 75px;
}

.news_lists li dd {
    float: left;
    font: normal 14px/14px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #535353;
}

.news_lists li dl {
    float: right;
    font: normal 14px/14px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #535353;
}

.news_lists li h3 {
    font: normal 12px/20px MicrosoftYaHei;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 5px;
}



.infoList li {
    position: relative;
    height: 47px;
    line-height: 47px;
}

.infoList li a {
    color: #666666;
    font-size: 14px;
}

.infoList li a:hover {
    text-decoration: none;
    color: #2ca5ec;
}

.infoList li span {
    color: #666666;
    z-index: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}



.nsq {
    width: 418px;
    height: 412px;
    margin-top: 31px;
}

.news1-title {
    height: 38px;
    position: relative;
}

.news1-title dd {
    float: left;
    width: 128px;
    height: 38px;
    background-color: #2ca5ec;
    text-align: center;
    font: normal 14px/38px MicrosoftYaHei;
    color: #fff;
}

.news1-title a {
    float: right;
    display: block;

}

.news1-title a dt {
    width: 67px;
    height: 22px;
    background-color: #2ca5ec;
    text-align: center;
    margin-top: 14px;
    font: bold 12px/22px Arial;
    color: #ffffff;
}

.news_list1 {
    padding-top: 15px;
}

.news_list1 li {
    border-bottom: 1px solid #2ca5ec;
}

.news_list1 li .img {
    float: left;
}

.news_list1 li .img img {
    width: 226px;
    height: 162px;
}

.news_list1 li .det {
    width: 270px;
    float: left;
    margin-left: 20px;
    text-align: left;
    padding-top: 10px;
}

.news_list1 li b {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}

.news_list1 li span {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.news_list1 li a.ntt {
    color: #666666;
    font-size: 14px;
    display: block;
    padding: 10px 0;
}

.news_list1 li p {
    color: #666666;
    font-size: 12px;
    line-height: 26px;
}




#innewsdemo {
    height: 380px;
    overflow: hidden;
}





/* 服务承诺 */
.fuw {
    background: #f0f0f0;
    height: 717px;
    margin-top: 83px;
}

.fuw .atit {
    padding-top: 60px;
}

.wh1 {
    width: 1620px;
    margin: 0 auto;
}

.fu_list {
    margin-top: 35px;
}

.fu_list ul li {
    float: left;
    width: 500px;
    margin-right: 60px;
    height: 400px;
    position: relative;
}

.fu_list ul li:last-child {
    margin-right: 0;
}

.fu_list ul li .zhzz {
    position: absolute;
    opacity: 0;
    transition: all 0.4s;
    color: #333333;
    font-size: 16px;
    line-height: 125px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.fu_list ul li .zhzz h3 {
    font: normal 28px/28px MicrosoftYaHei;
    color: #ffffff;
    padding-left: 84px;
    margin-top: 145px;
}

.fu_list ul li .zhzz dd {

    font: normal 16px/32px MicrosoftYaHei;
    color: #ffffff;
    margin-top: 25px;
    width: 375px;
    margin: 0 auto;

}

.fu_list ul li .zhzz dd p {
    background: url(../images/yuan.png) left top 14px no-repeat;
    margin-top: 25px;
    padding-left: 18px;

}

.fu_list ul li:hover .zhzz {
    opacity: 1;
    transition: all 0.4s;
}


/* 底部链接 */
.footbg {
    background: url(../images/foot.png) center no-repeat;
    height: 509px;
    position: relative;
}

.footlink {
    height: 70px;
    font: normal 16px/36px MicrosoftYaHei;
    color: #ffffff;
    padding-left: 32px;
}

.footlink a {
    color: #ffffff;
    font: normal 14px/32px MicrosoftYaHei;
}

.few {
    width: 151px;
}

.f12t {
    margin-top: 64px;
}

.f12t dd {
    font: bold 26px/26px Arial;
    color: #f9f9f9;
    background: url(../images/fx.png) left bottom no-repeat;
    padding-bottom: 29px;
}

.fad {
    margin-left: 46px;
}

.fad strong {
    font: bold 18px/18px MicrosoftYaHei;
    color: #f9f9f9;
}

.fad dl {
    margin-top: 31px;
}

.fad p {
    margin-bottom: 20px;
    font: normal 14px/14px MicrosoftYaHei;
    color: #f9f9f9;
}

.fnav {
    margin-left: 147px;
}

.fnav a {
    font: normal 14px/42px MicrosoftYaHei;
    color: #f9f9f9;
}

.fnav dl {
    margin-top: 20px;
}

.fss {
    width: 230px;
}

.fss h3 {
    background: url(../images/tel.png) left center no-repeat;
    font: normal 14px/16px MicrosoftYaHei;
    letter-spacing: 8px;
    color: #f9f9f9;
    padding-left: 40px;
    margin-top: 37px;
}

.fss h3 strong {
    font: normal 22px/30px MicrosoftYaHei;
    letter-spacing: 0px;
    color: #f9f9f9;
}

.fss img {
    margin-top: 28px;
}

.foot_di {
    position: absolute;
    bottom: 0;
    height: 75px;
    width: 1200px;
    margin: 0 auto;
    color: #f9f9f9;
    font: normal 12px/75px MicrosoftYaHei;
}

.fcen {
    text-align: center;
    width: 50%;
}

.fjs {
    width: 25%;
}

.fjs1 {
    width: 25%;
}

.foot_di a {
    color: #f9f9f9;
    font: normal 12px/75px MicrosoftYaHei;
    color: #f9f9f9;
}







/*单独修改的样式*/
.product-detail-tab1 {
    margin-top: 50px
}

.product-detail-tab1 .product-detail-tabli1 {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    height: 40px
}

.product-detail-tab1 .product-detail-tabli1 li {
    float: left;
    width: 20%;
    line-height: 40px;
    margin-top: -1px;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer
}

.product-detail-tab1 .product-detail-tabli1 li a {
    display: block;
}

.product-detail-tab1 .product-detail-tabli1 li.on,
.product-detail-tab1 .product-detail-tabli1 li:active,
.product-detail-tab1 .product-detail-tabli1 li:visited {
    background: #2ca5ec;
    color: #fff
}

.product-detail-tab1 .product-detail-tabcon1 {
    padding: 15px 0
}

.product-detail-tab1 .product-detail-tabcon1 img,
.product-detail-tab1 .product-detail-tabcon1 p img {
    max-width: 100%;
    height: auto !important;
    width: auto !important
}



.sort_a .layer1 {
    padding: 50px 0;
}

.sort_a .layer1 .img_right1 {
    font-size: 14px;
    line-height: 2;
    color: #333;
}

.sort_a .layer1 .pro_more1 {
    font-size: 16px;
    line-height: 40px;
    width: 150px;
    background: #999;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.sort_a .layer1 .pro_more1 a {
    display: block;
    color: #fff;
}

.pro-cate-tlt {
    text-align: center;
    font-size: 24px;
    line-height: 3;
    color: #333;

}

.pro-cate-list1 {
    position: relative;
    width: 1471px;
    height: 797px;
}

.pro-cate-list1 ul li {
    width: 120px;
    position: absolute
}

.pro-cate-list1 ul li a {
    display: block;
}

.pro-cate-list1 ul li .img {
    width: 118px;
    height: 95px;
    display: block;
    border: 1px solid #74fd00;
    overflow: hidden
}

.pro-cate-list1 ul li img {
    width: 116px;
    height: 93px;
    transition: .3s;
}

.pro-cate-list1 ul li:hover img {
    transform: scale(1.2);
}

.pro-cate-list1 ul li h3 {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    text-align: center;
}

.pro-cate-list1 ul li:nth-child(1) {
    left: 254px;
    top: 102px;
}

.pro-cate-list1 ul li:nth-child(2) {
    right: 117px;
    bottom: 150px;
}

.pro-cate-list1 ul li:nth-child(3) {
    right: 438px;
    bottom: 80px;
}

.pro-cate-list1 ul li:nth-child(4) {
    right: 390px;
    top: 40px;
}

.pro-cate-list1 ul li:nth-child(5) {
    left: 570px;
    top: 36px;
}

.pro-cate-list1 ul li:nth-child(6) {
    left: 63px;
    top: 330px;
}

.pro-cate-list1 ul li:nth-child(7) {
    left: 100px;
    top: 185px;
}

.pro-cate-list1 ul li:nth-child(8) {
    left: 402px;
    top: 80px;
}

.pro-cate-list1 ul li:nth-child(9) {
    right: 220px;
    top: 320px;
}

.pro-cate-list1 ul li:nth-child(10) {
    right: 72px;
    top: 258px;
}

.pro-cate-list1 ul li:nth-child(11) {
    right: 560px;
    top: 38px;
}

.pro-cate-list1 ul li:nth-child(12) {
    left: 80px;
    top: 470px;
}

.pro-cate-list1 ul li:nth-child(13) {
    left: 595px;
    bottom: 20px;
}