/*初始化样式*/
*{margin:0;padding:0;border:0;}
html{width:100%;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;text-align:justify;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#009b4c;text-decoration:none;outline:none;}
p {margin: 0;}
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;}
dt{font-weight: normal;}

/*----- 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;}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flexd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.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.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.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);}

/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

/*头部样式*/
.top1{height: 30px;background: #f4f6f7;color: #727171;line-height: 30px;overflow: hidden;font-size: 12px;}
.top1 a{color: #727171;}
.top2{height: 130px;overflow: hidden;}
#header{width:1000px;margin:0 auto;}
.logo{float:left;line-height: 130px;}
.top2 .k2{margin-top: 55px;font-size: 14px;color: #404040;background: url(../images/c8ccc8e139904abd92ebe959331259a2010fe589.png) no-repeat left center;padding-left: 51px;height: 34px;line-height: 34px;}
.top2 .k2 p{ display:flex;}
.logowz{padding-left: 25px;padding-top:5px;margin-left: 22px;margin-top: 38px;color: #3e3a39;font-size: 15px;
background: url(../images/b3973948aacda4b98ba1a6bfe66e4b3a50549762.png) no-repeat left center;
height: 56px;
}

/*热门搜索*/
.sou{border-bottom: 1px solid #efefef;height: 61px;}
.hotSearch a{margin-right:6px;color: #595757;}
.hotSearch{float:left;height:60px;line-height:60px;font-weight:normal;color: #595757;font-size: 12px;}

/*搜索和热门搜索*/
#formsearch{float:right;width: 245px;height: 35px;background: url(../images/c5f6a19c08a9405731cca0253052ab6a060d8375.png) no-repeat center;margin-top: 12px;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
#formsearch input{height:35px;background:transparent;border:none;line-height:35px;}
#formsearch input#keyword{width:207px;height:35px;line-height:35px;padding-left:8px;color:#727171;}
#formsearch input#s_btn{width:34px;height:35px;line-height:35px;text-align:center;background-color:transparent;color:#fff;border:none;cursor:pointer;font-size:12px;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #727171;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #727171;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #727171;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #727171;
}



/* 导航样式 */
#menu {
    background-color: #036eb8;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>li {
    position: relative;
    width: 171px;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 54px;
    height: 54px;
    text-align: center;
}

.x-menu>li:hover>a {
    background-color: #000000;
    font-weight: 600;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #ffffff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 54px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #3e3a39;
    line-height: 45px;
}

.x-sub-menu>li>a:hover {
    background: #036eb8;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

/**/
.product-bg{
    background:#f3f5f6;
    padding: 70px 0;
    padding-bottom: 58px;
}

.pt{
    text-align: center;
}

.pt .pt1{
    font-weight: 600;
    color: #3e3a39;
    font-size: 28px;
    line-height: 1;
}
.pt .pt2{
    color: #595757;
    font-size: 14px;
    padding-top: 5px;
}

.tt{
    display: none;
}

.psort{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.psort li{
    display: inline-block;
    width: 130px;
    height: 40px;
    border-radius: 30px;
    background: #fff;
    margin: 0 8px;
}

.psort li a{
    display: block;
    text-align: center;
    line-height: 40px;
    color: #3e3a39;
    font-size: 14px;
}

.psort li.cur{
    background: #036eb8;
}

.psort li.cur a{
    color: #fff;
}

.plist1{
 margin: 0 -6px;
}

.plist1 li{
    float: left;
    width: 290px;
    margin: 0 6px;
    margin-bottom: 12px;
}

.plist1 li .img1 img{
    width: 290px;
    height: 190px;
}

.plist1 li .w1{
    text-align: center;
    background: #ffffff;
    height: 40px;
    line-height: 40px;
    color: #3e3a39;
    font-size: 14px;
}

/**/
.about-bg{
    background: url(../images/7739091ceeccd82dbaa82548cb0c762adf3f7a68.jpg) no-repeat top center;
    height: 530px;
}

.aboutimg{
    position: absolute;
    left: 0;
    top: 0;
}

.about-right{
    width: 506px;
}


.about-right .at{
    padding-top: 60px;
}

.about-right .at h3{
    font-weight: 600;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
}

.about-right .at h4{
    color: #ffffff;
    font-size: 14px;
    padding-top: 8px;
    font-weight: 500;
}

.about-right .aw{
    margin-top: 24px;
}

.about-right .aw {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.about-right .amore{
    width: 109px;
    height: 40px;
    background: #fff;
    border-radius: 30px;
    margin-top: 56px;
}


.about-right .amore a{
    display: block;
    color: #036eb8;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}



/**/
.ys-index{
    margin-top: 70px;
}

.ys-con{
    position: relative;
    height: 607px;
    overflow: hidden;
    margin-top: 20px;
}

.ysimg1{
    position: absolute;
    right: 0;
    top: 0;
    width: 560px;
    height: 250px;
}

.ysimg2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 539px;
    height: 334px;
}


.ys-list li{
    margin-bottom: 36px;
}

.ys-list li .y1{
    margin-bottom: 14px;
}

.ys-list li .y1 .y11{
    margin-right: 6px;
}

.ys-list li .y1 .y22{
    color: #3e3a39;
    font-size: 20px;
    font-weight: 600;
}

.ys-list li .y2{
    color: #595757;
    font-size: 14px;
    line-height: 24px;
}


.ys-list1{
    height: 273px;
    width: 600px;
}

.ys-list2{
    height: 334px;
    width: 620px;
    float: right;
    padding-top: 5px;
}


.ys-list2 li{
    margin-bottom: 20px;
}

.ys-list2 li .y1{
    margin-bottom: 10px;
}


/**/
.case-index{
    margin-top: 70px;
}

.case-roll{
    position: relative;
    margin-top: 15px;
}

.case-roll .tempWrap{
    width: 1200px !important;
    margin: 0 auto;
}

.case-roll .hd .next{
    position: absolute;
    left: -60px;
    top: 75px;
    background: url(../images/264d5efa9cacdb43cb75af1f2a1c5749da04a155.png) no-repeat top center;
    width: 40px;
    height: 41px;
}


.case-roll .hd .prev{
    position: absolute;
    right: -60px;
    top: 75px;
    background: url(../images/4921f382cc66c73baed167d08688de355cc09feb.png) no-repeat top center;
    width: 40px;
    height: 41px;
}


.case-roll .bd ul li{
    float: left;
    width: 290px;
    margin: 0 6px;
}

.case-roll .bd ul li .img1 img{
    width: 290px;
    height: 190px;
}


.case-roll .bd ul li .w1{
    background: #e8ecef;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #3e3a39;
    font-size: 14px;
}   

.case-roll .bd ul li:hover .w1{
    background: #036eb8;
    color: #fff;
}



/**/
.hezuo-bg{
    background: #f3f5f6;
    padding: 70px 0;
    margin-top: 70px;
}

.hezuo-index{
}

.hezuo-list{
    margin-top: 35px;
}

.hezuo-list li{
    background: url(../images/e86b565db3d00caff437a776e7f4438afae663af.png) no-repeat top center;
    width: 148px;
    height: 92px;
    text-align: center;
    position: relative;
}

.hezuo-list li::before{
    content: '';
    position: absolute;
    right: -42px;
    bottom: 12px;
    background: url(../images/a271bd65e8cd188d805e17c56171a35d2415f80d.png) no-repeat top center;
    width: 22px;
    height: 17px;
}

.hezuo-list li:last-child::before{
    display: none;
}

.hezuo-list li .hz1{
    color: #3e3a39;
    font-size: 18px;
    margin-top: -15px;
}   

.hezuo-list li .img1{
    margin-top: 10px;
}

.hezuo-list li .hz2{
    color: #ffffff;
    font-size: 14px;
    padding-top: 3px;
}

.hezuo-list2{
    flex-direction: row-reverse;
    margin-top: 30px;
}

.hezuo-list2 li::before{
    content: '';
    position: absolute;
    right: 170px;
    bottom: 12px;
    background: url(../images/1c6f9e3b3aa561c0f9a50d6e3804a7f86a41bf56.png) no-repeat top center;
    width: 22px;
    height: 17px;
}

.zx{
    width: 109px;
  height: 40px;
  background: #036eb8;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 22px;
}


.zx a{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.ztel{
    background: url(../images/aa7c8fa8069b81084691e1899438e42e8014c01f.png) no-repeat left 75%;
    width: 290px;
    margin: 0 auto;
    padding-left: 25px;
    margin-top: 15px;
}

.ztel p{
    color: #404040;
    font-size: 14px;
}


/**/
.news-index{
    margin-top: 50px;
    margin-bottom: 40px;
}

.news-con{
    margin-top: 20px;
}


.news1{
    width: 370px;
    margin-right: 45px;
}

.nt{
  margin-bottom: 15px;
  background: url(../images/71c6ff70f05a3e43bf994fbebb3324b23040d1b1.png) no-repeat left center;
  padding-left: 10px;
}

.nt b{
    color: #3e3a39; 
    font-size: 18px; 
   font-weight: 600;
}

.nt a{
    color: #3e3a39;
    font-size: 12px;
}

.nt a:hover{
    color: #036eb8;
}

.nlist1 li{
    position: relative;
}
.nlist1 li .img1 img{
width:370px;
}

.nlist1 li .w1{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    opacity: 0;
    overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1;
}
.nlist1 li:hover .w1{
    opacity: 1;
}

.nlist2{
    margin-top: 20px;
}

.nlist2 li{
    background: url(../images/f61587f685d8c6921ade3dfb9811c21f6cc56d7b.png) no-repeat left center;
    padding-left: 12px;
    margin-bottom: 15px;
}

.nlist2 li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.nlist2 li a .w1{
    max-width: calc(100% - 80px);
    max-height: 20px;
    color: #595757;
    font-size: 14px;
    overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1;
}

.nlist2 li a .w2{
    color: #595757;
    font-size: 14px;
    font-family: "Arial";
}

.nlist2 li:hover{
    background: url(../images/d18eb5c90a6d47c18f25771dd01ba0cc36449766.png) no-repeat left center;
}

.nlist2 li:hover a .w1{
    color: #036eb8;
}

.nlist2 li:hover a .w2{
    color: #036eb8;
}

/*底部*/
.foot{background: #036eb8;padding:50px 0;}
.dao{color: #ffffff;font-size: 16px;margin:-5px 0 25px;display:flex;}
.dao span{padding-left:41px;position:relative;}
.dao span:before{width:1px;height:14px;content:"";background:#fff;position:absolute;top:50%;left:20px;margin-top:-6px;}
.dao span:nth-of-type(1){padding:0;}
.dao span:nth-of-type(1):before{display:none;}
.tleft{color: #ffffff;}
.tleft a{color: #ffffff;}
.bq{line-height: 24px;font-size: 14px;margin-bottom: -5px;}
.ewz{color: #ffffff;font-size: 14px;width: 16px;padding-top: 32px;background: url(../images/65731bb0df085745da0753a55f2a86ab05f87986.png) no-repeat center 8px;text-align: center;line-height: 1.1;margin-right: 10px;}
.dao a:hover,.bq a:hover{color: #66c6f2;}
.ft2{background: #000000;}

/* 友情链接 */
.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
    padding-left: 19px;
    background: url(../images/7f21c072bdc955b3e789bf94e6938eb83f2530e3.png) no-repeat left 5px;
}

.c-link dd{
    width:calc(100% - 89px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #ffffff;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}
.c-link .sec a{color: #000;}

/*内页左侧样式*/


.container{width: 1200px!important;margin: 0 auto;padding: 0;}


.page-product-inquiry a{color: #fff;}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

/*内页左侧样式*/
.page-wrap{margin-top: 50px;}
.left{width: 250px;float: left;}
.right{width: 900px;float: right;}
.weizhi{background:#036eb8;margin-bottom: 23px;}
.weizhi h2{margin-left: 13px;color: #fff;font-size: 20px;font-weight: bold;height: 50px;line-height: 50px;float: left;}
.weizhi h2:before{content: '◆ ';}
.weizhi .site{color: #ffffff;font-size: 12px;height: 50px;line-height: 50px;background: url(../images/4481a1847489c36acb2141a411b376066453c3cc.png)no-repeat left;padding-left: 32px;margin-right: 14px;}
.weizhi .site a{color: #ffffff;}


/**新增**/
#detail { line-height:24px; font-size:14px; text-align:justify;}
#detail img { max-width:100%;}
#detail iframe { max-width:calc(100% - 2px); border:1px solid #ccc;}

.list-pages { height:54px; padding:12px 95px 12px 10px; margin-top:5px; background:#f3f7f8; border-radius:4px; font:12px/20px Helvetica,"microsoft yahei","SimSun"; display:flex; justify-content:right; position:relative; z-index:100;}
.list-pages i { font-style:normal;}
.list-pages>a { height:28px; padding:0 12px; margin-left:8px; background:#fff; border:1px solid #c9caca; border-radius:3px; line-height:30px; color:#595757; display:flex; align-items:center; position:relative; z-index:10;}
.list-pages>a[href]:hover { border-color:#1058a0; color:#1058a0;}
.list-pages>.now { padding:0 6px; background:rgb(245,245,245); border-color:#1058a0; color:#1058a0;}
.list-pages>.now span { margin:0 3px;}
.list-pages>.tongji { padding:0; margin-left:0; background:none; border-color:transparent; color:#3e3a39; position:absolute; top:12px; left:10px;}
.list-pages>.tongji span { margin-left:10px;}
.list-pages>.tongji span:first-child { margin:0;}
.list-pages>.none { border-color:#ccc; color:#ccc; cursor:no-drop;}
.list-pages>.none[href]:hover { background:#fff; border-color:#ccc; color:#ccc;}

.list-pages .openPage { width:75px; height:28px; text-align:left; color:#3e3a39; position:absolute; top:12px; right:10px;}
.list-pages .openPage em { font-style:normal; position:absolute; cursor:pointer; background:#fff;}
.list-pages .openPage em.value { width:100%; height:100%; line-height:27px; border:1px solid #c8cfd2; border-radius:3px; text-indent:10px; top:0; left:0;}
.list-pages .openPage em.value:after { width:0; height:0; content:""; border:6px solid transparent; border-top-color:#ccc; border-bottom:0; position:absolute; top:50%; right:9px; z-index:10; margin-top:-3px; transition-duration:400ms;}
.list-pages .openPage em.open { border-color:#1058a0; color:#1058a0;}
.list-pages .openPage em.open:after { border-top-color:#1058a0; transform:rotate(180deg);}
.list-pages .openPage dl { width:100%; max-height:calc(30px * 6 - 1px); margin:0; background:#fff; border:1px solid #1058a0; border-radius:4px 4px 0 0; position:absolute; bottom:calc(100% + 2px); right:0; cursor:auto; z-index:100; transition:all 0.3s; transform:translateY(0); opacity:0; visibility:hidden; overflow-x:hidden; overflow-y:auto;}
.list-pages .openPage dl dd { height:30px; border-top:1px solid #ddd; text-indent:10px; line-height:30px; display:block; overflow:hidden;}
.list-pages .openPage dl dd:first-child { border:0;}
.list-pages .openPage dl dd a { height:100%; display:block;}
.list-pages .openPage dl dd a:hover { background:#fff; color:#1058a0;}
.list-pages .openPage dl dd a.active,
.list-pages .openPage dl dd a.active:hover { background:rgba(0,0,0,0.08); color:#1058a0;}
.list-pages .openPage dl.open { transform:translateY(0); opacity:1; visibility:visible;}

.list-message { padding:10px 30px 104px; background:#f3f5f6; border-radius:4px; display:flex; flex-wrap:wrap; justify-content:space-between; position:relative;}
.list-message li { width:calc(100% / 2 - 10px); height:50px; margin-top:20px; background:#fff; border-radius:4px; position:relative;}
.list-message li:before { width:20px; height:16px; content:""; background:url(../images/app.png) no-repeat 20px 0; position:absolute; top:50%; left:13px; z-index:10; margin-top:-8px;}
.list-message li.user:before { background-position:0 0px;}
.list-message li.tel:before { background-position:-20px 0px;}
.list-message li input,
.list-message li textarea { width:100%; height:100%; border:1px solid #b5b5b5; border-radius:4px;}
.list-message li input { text-indent:40px;}
.list-message li textarea { width:100%; padding:10px 12px;}
.list-message li input:focus,
.list-message li textarea:focus { border-color:#1058a0;}
.list-message li.detail { width:100%; height:200px; background:#fff;}
.list-message li.submit { width:130px; height:46px; background:#1058a0; border:0; border-radius:5px; text-align:center; line-height:46px; font-size:16px; color:#fff; position:absolute; bottom:30px; right:30px; cursor:pointer;}
.list-message li.submit:hover { background:#e87518;}
.list-message li.submit i { padding-left:28px; font-style:normal; display:inline-block; position:relative;}
.list-message li.submit i:before { width:16px; height:16px; content:""; background:url(../images/app.png) no-repeat 0 -20px; position:absolute; top:50%; left:0; margin-top:-8px;}
.list-message li.loading { width:100%; height:100%; margin:0; background:rgba(0,0,0,0.1) url(../images/app_loading.gif) no-repeat center center; background-size:40px; border:0; position:absolute; top:0; left:0; z-index:30; display:none;}