@CHARSET "UTF-8";

/* 公共样式 */


.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;}

.navigation{float:right;width:100px;}


/*首页新闻*/
.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;}



/*工程案例*/
.case{widows: 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;}

/*首页下载中心*/
.down_index{margin-top:10px;width:280px;float:right;}
.down_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;}
.down_index .content{padding:5px;}

/*首页区域*/
.region{border:1px solid #e0e1dc;padding:10px;margin-top:10px;color:#333;}
.region h3{line-height:30px;height:30px;line-height:30px;padding-left:10px;position:relative;font-family:"微软雅黑";background:#f3f3f3;
border-bottom:2px solid #df2525;font-size:14px;}
.region .item{padding:10px;padding-bottom:0;color:#666;}
.region .item a{color:#666;padding-left:12px;padding-right:12px;line-height:26px;margin-bottom:6px;}
.region .item a:hover{text-decoration:underline;color:#df2525;}
.city h2{line-height:30px;border-bottom:2px solid #ff6600;padding-left:5px;}
.city .item{line-height:28px;padding:10px;}

/*产品列表页描述*/
.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}



/*------------内页-------------------*/
.con2{background:url(../images/con2bg.png) no-repeat left bottom,url(../images/con2bg.jpg) no-repeat  center top;background-color:#fff7c8}
.n_banner{width:1000px;margin:0 auto;}
.left{width:217px;float:left;}
.left .box{margin-bottom:10px;padding:0 10px 5px;border:1px solid #a1ca02;border-radius:14px;background:url(../images/cbox.png) #fff no-repeat right top;}
.left .box h3{height:34px;padding-left:30px;background:url(../images/h3bg.png) no-repeat 5px center;color:#f96c00;font:400 14px/34px "微软雅黑";}
.left .sort_menu{background:url(../images/sbox.png) #fff no-repeat right top;}
.left .sort_menu h3{height:34px;padding-left:30px;background:url(../images/h3bg.png) no-repeat 5px center;color:#f96c00;font:400 14px/34px "微软雅黑";}
.left .sort_product{margin-top:10px;}
.left .sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.left .n_contact{padding:0 5px 5px;color:#000;line-height:23px;}
.left .n_contact h3{color:#000;}

.right{width:926px;float:right;padding-bottom:10px;padding:0 10px 10px;border:1px solid #a1ca02;border-radius:14px;background:url(../images/cbox.png) no-repeat right top;margin-bottom:90px;}
.sitemp{line-height:29px;height:29px;overflow:hidden;padding-left:28px;background:url(../images/h3bg.png) no-repeat left 43%;border-bottom:1px dashed #d5d2d2;color:#be2c2a;font-size:14px;}
.sitemp a{color:#be2c2a;}
.sitemp a:last-child{color:#ffa800;}
.sitemp .cc{color:#ffa800;}
.left .box1{margin-bottom:25px;display:none;}

.right .content{padding:15px 5px 5px;overflow:hidden;}
















/*初始化样式*/
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: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

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: 29px;
    background: #fff;
    color: #555555;
    line-height: 29px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}

.top2 {
    height: 80px;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 80px;
    height: 80px;
    display:flex;justify-content:center;align-items: center;
}
.logo img{width:246px; }

.top2 .k2 {
    margin-top: 25px;
    background: url(../images/tel.png) left center no-repeat;
    padding-left: 22px;
}

.top2 .k2 p {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #404040;
}

.top2 .k2 p strong {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #404040;
}

.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 a {
    color: #555555;
    font-size: 12px;
}

.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;} */

/*导航栏样式*/
.head_nav {
    margin-left: 2%;
}

.nav {
    height: 80px;
}

.nav li {
    line-height: 80px;
    height: 80px;
    text-align: center;
    padding:0 10px;
    float: left;
    position: relative;
    z-index: 999;
}

.nav li a {
    display: block;
    line-height: 80px;
    color: #404040;
    height: 80px;
    padding: 0;
    font-size: 15px;
}

.nav li a:hover {
    color: #7abe05;
    text-decoration: none;
    background: url(../images/f1.png) bottom center no-repeat;
}

.nav .sec {
    background: #fff;
    color: #404040;
    overflow: hidden;
    display: none;
    z-index: 9999;
    position: absolute;
    top: 80px;
    left: -25px;
}

.nav .sec a {
    background: #fff;
    color: #404040;
    height: 38px;
padding:0 3px;
font-size:13px;
    line-height: 38px;
    width: 120px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}

.nav .sec a:hover {
    background: #fff;color: #7abe05;
    text-decoration: none;
}

/* 新样式 */
.w1 {
    height: 484px;
    background: #fff;
}

.ab_name, .ab_tu {
    width: 50%;
    text-align: center;
    padding-top: 70px;
}

.ab_tu {
    text-align: right;
}

.ab_name dd {
    font-size: 24px;
    font-weight: Bold;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #404040;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 13px;
    font-family: MicrosoftYaHei;
}

.ab_name dt {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #777777;
    line-height: 12px;
    margin-top: 12px;
}

.ab_name .ab_jj {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #404040;
    margin-top: 30px;
    overflow: hidden;
}

.ab_name .the_more {
    margin: 38px auto;
    width: 135px;
    height: 40px;
    border: 1px solid #86c50b;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #686868;
}
.ab_name .the_more:hover{background:#86c50b;color: #fff; }


/* 制作工艺 */
.w2 {
    height: 595px;
    background: url(../images/bg1.png) center no-repeat;
}

.w2 .gy {
    width: 456px;
    margin-top: 70px;
    height: 455px;
}

.w2 .gy_y {
    background: url(../images/wri.png) center no-repeat;
    margin-top: 70px;
    height: 455px;
    width: 744px;
    text-align: center;
}

.w2 .gy_y dd {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: Bold;
    font-stretch: normal;
    letter-spacing: 10px;
    color: #404040;
    line-height: 24px;
    margin-top: 109px;
}

.w2 .gy_y dt {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #777777;
    line-height: 12px;
    margin-top: 40px;
}

.w2 .gy_y .gy_list {

    width: 629px;
    overflow: hidden;
    margin: 33px auto;
}

.w2 .gy_y .gy_list ul li {
    float: left;
    margin-right: 12px;
}

.w2 .gy_y .gy_list ul li:last-child {
    margin-right: 0px;
}

.w2 .gy_y .gy_list ul li h3 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #404040;
    line-height: 14px;
    margin-top: 18px;
}

/* 产品中心 */
.w3 {
    padding-bottom: 80px;
    background: #ffffff;
}

.pro_name {
    text-align: center;
    padding-top: 70px;
}

.pro_name dd {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: Bold;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #404040;
    line-height: 24px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.pro_name dt {
    margin-top: 12px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #777777;
    line-height: 12px;
}

.pro_gun {
    margin-top: 39px;
}

/* 本例子css */
.slideGroup {
    width: 1200px;
    text-align: center;
}

.slideGroup .parHd {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.slideGroup .parHd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.slideGroup .parHd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.slideGroup .parHd ul li.on {
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #fff;
}

.slideGroup .slideBox {
    zoom: 1;
    position: relative;
}

.slideGroup .sPrev, .slideGroup .sNext {
    position: absolute;
    left: 0px;
    top: 35%;
    display: block;
    width: 30px;
    height: 94px;
    background: url(images/icoLeft.gif) center center no-repeat #f4f4f4;
}

.slideGroup .sNext {
    left: auto;
    right: 5px;
    background: url(images/icoRight.gif) center center no-repeat;
}

.slideGroup .sPrev:hover, .slideGroup .sNext:hover {
    border-color: #f60;
}

.tempWrap {
    width: 1200px !important;
}

.slideGroup .sPrev {
    background: url(../images/le.png) left center no-repeat;
    left: -63px;
}

.slideGroup .sNext {
    background: url(../images/ri.png) right center no-repeat;
    right: -63px;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    width: 280px;
    height: 221px;
    margin: 0 10px;
    text-align: center;position: relative;
}

.slideGroup .parBd ul li .pic {
    text-align: center;
}

.slideGroup .parBd ul li .p_bgtu img {
    position: relative;width: 280px;
    height: 221px;

}

.slideGroup .parBd ul li .p_bgtu dd {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height:100%;
    position: absolute;
    z-index: 999;
    bottom: 0;
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 241px;
    letter-spacing: 0px;
    color: #ffffff;
    transition: all 0.8s;

}

.slideGroup .parBd ul li .p_bgtu .zhe_zhao {
   width: 100%;
    height:100%;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    z-index: 999;
    bottom: 0;
    text-align: center;
    display: none;
    transition: all 0.8s;

}

.slideGroup .parBd ul li .p_bgtu .zhe_zhao dt {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 51px;
    margin-bottom: 15px;
}

.slideGroup .parBd ul li .p_bgtu .zhe_zhao dl {
    width: 80%;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    height: 50px;
    overflow: hidden;
}

.slideGroup .parBd ul li .p_bgtu .zhe_zhao .the_more {
    width: 128px;
    height: 40px;
    margin: 20px auto;
    border: 1px solid #097c25;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    font-family: MicrosoftYaHei;
}

.slideGroup .parBd ul li:hover dd {
    display: none;
    transition: all 0.8s;
}

.slideGroup .parBd ul li:hover .zhe_zhao {
    display: block;
    transition: all 0.8s;
}

/* 优势 */
.pro_name1 {
    text-align: center;
    padding-top: 56px;
}

.pro_name1 dd {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: Bold;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #404040;
    line-height: 24px;
    margin-top: -10px;
    margin-bottom: 13px;
}

.pro_name1 dt {
    margin-top: 12px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #777777;
    line-height: 12px;
}

.ys_cc {
    background: url(../images/hen.jpg) center no-repeat;
    height: 760px;
}

.kong {
    height: 70px;
}

.ys_list {
    height: 620px;
    background: #fff;
}

.ys_cont {
    margin-top: 37px;
}

.ys_cont ul li:nth-child(1), .ys_cont ul li:nth-child(5) {
    margin-left: 46px;
}

.ys_cont ul li:nth-child(4n) {
    margin-right: 46px;
}

.ys_cont ul li {
    float: left;
    margin-right: 30px;
    width: 254px;
    height: 180px;
    text-align: center;
    margin-bottom: 10px;
    background: #fff;
}

.ys_cont ul li .ys_tu {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-top: 18px;
    position: relative;
}

.ys_cont ul li .ys_ftu {
    display: none;
    position: absolute;
    z-index: 999;
    bottom: 0;
}

.ys_cont ul li:hover .ys_ftu {
    display: block;
}

.ys_cont ul li:hover .img {
    filter: brightness(10000000%);
}

.ys_cont ul li:hover {
    background: #a2c125;
}

.ys_cont ul li:hover dd, .ys_cont ul li:hover dt {
    color: #ffffff;
}

.ys_cont ul li dd {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #404040;
    margin-top: 10px;
}

.ys_cont ul li dt {
    width: 97%;
    margin: 6px auto;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #777777;
}

/* 门店形象 */
.case_cont .case_liss {
    margin-top: 50px;
}

.case_cont .case_liss ul li {
    float: left;
    width: 24%;
    padding: 0.5%;
}

.case_cont .case_liss ul li img {
    width: 100%;
}

/* 最新活动 */
.xin_ri {
    width: 50%;
    margin-top: 56px;
}

.xin_lf {
    width: 45%;
    margin-top: 56px;
}

.xin_lf img {
    width: 537px;
    height: 488px;
    border: 16px solid #e1e1e1;
}

.xin_ri ul li {
    display: block;
    height: 180px;
    border-top: 1px solid #d2d2d2;
}

.xin_ri ul li:nth-child(1) {
    height: 158px;
    border: none;
}

.xin_ri ul li:nth-child(1) dt {
    padding-top: 0px;
}

.xin_ri ul li dt {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #838383;
    line-height: 24px;
    margin-bottom: 9px;
    padding-top: 20px;
}

.xin_ri ul li dl {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 14px;
    color: #838383;
    margin-bottom: 15px;
}

.xin_ri ul li .nei h3 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #404040;
}

.xin_ri ul li .nei h4 {
    margin-top: 10px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #404040;
    line-height: 23px;
}

.xin_ri ul li:hover h3, .xin_ri ul li:hover h4 {
    color: #86c50b;
}

/* 留言 */
.messliu {
    height: 640px;
    background: url(../images/liuyan.jpg) center no-repeat;
    margin-top: 35px;
}

.messliu .liu {
    height: 500px;
    width: 1200px;
    background: #fff;
}

.pro_name3 {
    text-align: center;
    padding-top: 36px;
}

.pro_name3 dd {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: Bold;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #404040;
    line-height: 24px;
    margin-top: -1px;
    margin-bottom: 13px;
}

.pro_name3 dt {
    margin-top: 12px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #777777;
    line-height: 12px;
}

.quei {
    margin-top: 36px;
}

.quei .ms0 .ms1 {
    float: left;
    width: 31%;
    margin-right: 17px;
}

.quei .ms0 .ms1 input {
    width: 100%;
    height: 42px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
    background: none;
    outline: none;
    margin-bottom: 20px;
}

.quei .ms0 {
    margin-left: 100px;
    margin-right: 61px;
}

.quei .ms3 {
    margin-left: 100px;
    margin-right: 100px;
    height: 42px;
    margin-bottom: 20px;
}

.quei .ms3 textarea {
    width: 100%;
    height: 42px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
    background: none;
    outline: none;
    line-height: 40px;

}

.yzm {
    height: 42px;
    width: 27%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.yzm #checkCodeImg{height: 40px;width: 120px;}

.yzm #checkcode {
    width: 53%;
    height: 42px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
    background: none;
    outline: none;
}

.tj_btn {
    height: 41px;
    width: 156px;
    margin: 0 auto;
}

.tj_btn input {
    height: 41px;
    width: 156px;
    margin: 0 auto;
    background: #ebebeb;
    text-align: center;
    line-height: 41px;
    color: #666666;
    font-size: 16px;
    outline: none;
    border: none;
    cursor: pointer;
}
.tj_btn input:hover{background: #86c50b;color: #fff;}

/* 底部 */
.foot_bg {
    background: #f7f7f7;
    position: relative;
}

.foot_bg .fot1 {
    width: 55%;
    margin-top: 70px;
}

.foot_bg .fot1 dl {
    float: left;
    width: 20%;
}

.foot_bg .fot1 dl dt {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 41px;
}

.foot_bg .fot1 dl dd a {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #999999;
    line-height: 25px;
}

.fewm {
    width: 150px;
    margin-top: 111px;
}
.fewm img{width: 150px;}
.fso {
    margin-top: 70px;
    text-align: left;
    width: 294px;
}

.fso dd {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #666666;
}

.fso #formsearch {
    background: url(../images/ss.png) center no-repeat;
    width: 294px;
    height: 38px;
    margin-top: 36px;
}

.fso #formsearch #keyword {
    width: 234px;
    line-height: 38px;
    border: none;
    background: none;
    outline: none;
    padding-left: 14px;
    height: 38px;
}

.fso #formsearch input#s_btn {
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 12px;
    outline: none;
}

.foot_wai {
    margin-top: 20px;
}

.foot_wai .bds_tsina {
    background: url(../images/x1.png) center no-repeat;
}

.foot_wai .bds_tqq {
    background: url(../images/x2.png) center no-repeat;
}

.foot_wai .bds_weixin {
    background: url(../images/x3.png) center no-repeat;
}

.foot_wai a {
    width: 33px !important;
    height: 33px !important;
    padding: 0 !important;
    background-position: 0 !important;
}

.foot_add {
    margin-top: 10px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #999999;
}

.f_copyright {
	margin: 0 auto;
    width: 1200px;
    margin-top: 20px;
    border-top: 1px solid #efefef;
}

.f_copyright dd {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height:23px;padding: 15px 0;
    letter-spacing: 0px;
    color: #888888;
    text-transform: uppercase;
}

.f_copyright a {
    color: #888888;
}

.f_copyright span {
    float: right;
    width: 20%;
    text-align: right;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #888888;
}


.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #fe9805;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}

.owl-carousel .owl-dots button.owl-dot:hover {
  opacity: 1;
}

.owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}
@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}





#container{width: 1200px;margin: 0 auto;}
.container{width: 1200px;margin: 0 auto;}