﻿@charset "utf-8";
/*Css Document*/
html { -ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; height: 100%;font: inherit;overflow-x: hidden;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{ margin:0;padding:0;border:0;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { display: block;}
audio,canvas,progress,video { display: inline-block;vertical-align: baseline;}
audio:not([controls]) { display: none;height: 0;}
a { background: transparent;outline: none; }
a:active,a:hover { outline: 0;}
img { border: 0;max-width:100%;height:auto;width:auto\9;-ms-interpolation-mode: bicubic;}
img.inherit { max-width:  inherit; *width: auto;}
table,tr,td{ max-width: 100%;width:auto\9;}
.video embed,.video object,.video iframe { width:100%;height:auto;}
svg:not(:root) { overflow: hidden;}

button,input,optgroup,select,textarea { color: inherit;font: inherit;margin: 0;}
button { overflow: visible;}
button,select { text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] { -webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled] { cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner { border: 0;padding: 0;}
input { line-height: normal;}
input[type="checkbox"],input[type="radio"] { box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto;}
input[type="search"] { -webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
textarea { overflow: auto;font-size: 1em;}


*:before,*:after,.sizing { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ul.ul,ul.list,ul.grid { margin: 0;padding: 0;}
dl dt,dl dd,ul li,ol li { list-style:none; }
dl.grid dt,ul.grid li { float:left; }

.opacity-9 { opacity: 0.9;filter:alpha(opacity=90);}.opacity-8 { opacity: 0.8;filter:alpha(opacity=80);}.opacity-7 { opacity: 0.7;filter:alpha(opacity=70);}.opacity-6 { opacity: 0.6;filter:alpha(opacity=60);}.opacity-5 { opacity: 0.5;filter:alpha(opacity=50);}.opacity-4 { opacity: 0.4;filter:alpha(opacity=40);}.opacity-3 { opacity: 0.3;filter:alpha(opacity=30);}.opacity-2 { opacity: 0.2;filter:alpha(opacity=20);}.opacity-1 { opacity: 0.1;filter:alpha(opacity=10);}
.img-gray { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter: gray;-webkit-filter: grayscale(100%);}
.img-circle { border-radius: 50%;}
.img-blur { filter: url(../fonts/blur.svg#blur); -webkit-filter: blur(10px); -moz-filter: blur(10px);-ms-filter: blur(10px);filter: blur(10px);filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); }
.en-font { font-family: Arial,Verdana,sans-serif;}
.coverBg { background-position: center center; background-size: cover;background-repeat: no-repeat;}

.left ,.fl { float:left; }
.right,.fr { float:right; }
.hidden,.r-hidden { display:none; }
.relative { position:relative;}
.absolute { position: absolute; left: 0; top: 0;}
.clear { clear:both; height:0px; overflow:hidden; }
.clearfix:after,ul.grid:after { content: " ";display: block;clear: both;height: 0;}/*如果有浮动，给浮动元素父级元素加上clearfix类即可清除浮动*/
.clearfix,ul.grid { zoom: 1;}
.transition { -webkit-transition: all 0.4s ease-in;-moz-transition: all 0.4s ease-in;-o-transition: all 0.4s ease-in;-ms-transition: all 0.4s ease-in;transition: all 0.4s ease-in;}
.transition-delay { -webkit-transition: all 0.4s ease-in 0.4s;-moz-transition: all 0.4s ease-in 0.4s;-o-transition: all 0.4s ease 0.4s;-ms-transition: all 0.4s ease-in 0.4s;transition: all 0.4s ease-in 0.4s;}

h1,.h1 { font-size: 33px;}
h2,.h2 { font-size: 27px;}
h3,.h3 { font-size: 23px;}
h4,.h4 { font-size: 17px;}
h5,.h5 { font-size: 13px;}
h6,.h6 { font-size: 12px;}
p { margin: 10px 0;}

@font-face
{ font-family: lighterFont;src: url('../fonts/fzltcxhjw.ttf');}



body { color: #000;/*整站默认颜色*/ font-size: 12px;/*整站默认字体大小*/ line-height: 1.5; font-family: Microsoft YaHei,Arial,Verdana,sans-serif;}

.wrap { width: 100%; margin: 0 auto;max-width: 1200px;/*PC端，中间主体宽度*/}
.wrap_full { width: 100%; margin: 0 auto;}
.reset { margin:0px; padding:0px; font-size: 12px;font-weight: normal;}
a { color: #000;/*整站a连接默认颜色*/text-decoration: none;}
a:hover,a:focus { color: #31833e;/*整站a连接移入默认颜色*/text-decoration: none; }

@media screen and (max-width: 768px) {
    .wrap,.wrap_full { width: 92%; }
}



/*=========前面是reset.css，不建议删除；下面的是你自己的全局css=========*/
#header{background:#fff;height:90px;}
#header .logo{ font-size: 20px;float: left;padding-top:20px;}
#header .logo a{ color: #fff;}
#Menu { float: right;padding-top: 10px;}
#Menu .layui-nav .layui-this::after, #Menu .layui-nav-bar, #Menu .layui-nav-tree .layui-nav-itemed::after{ background-color: #31833e;}
#Menu>.layui-nav{background-color:#fff;}
#Menu .layui-nav .layui-nav-item a{color:#353535;}
#Menu .layui-nav .layui-nav-item a:hover,
#Menu .layui-nav .layui-this a{color:#353535;}
#mMenu{ display: none;}


#header .menuBar{ height: 70px;cursor: pointer;float: right;display: none;}
#header .menuBar ul{ padding: 30px 0 0 0;}
#header .menuBar .bar_line{ width: 17px;height: 2px;background: #333;margin-bottom: 3px;-webkit-transition:-webkit-transform .6s,opacity .3s;transition:transform .6s,opacity .3s;border-radius: 1px; }
#header.menu_close .menuBar .bar_line.bar_top{  -webkit-transform:rotate(39deg);-ms-transform:rotate(39deg);transform:rotate(38deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;}
#header.menu_close .menuBar .bar_line.bar_mid{ opacity: 0;}
#header.menu_close .menuBar .bar_line.bar_foot{  -webkit-transform:rotate(-39deg);-ms-transform:rotate(-39deg);transform:rotate(-38deg);-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;}
#header .menuBar:hover .bar_line{ background: #fff;}

#footer .link,#footer .foot{ text-align: center;line-height: 24px;}
#footer .link em{ font-style: normal;margin: 0 15px;color: #999;}
#footer .foot{ padding: 24px 0px 12px 0px;}
#footer .foot span{ margin-right: 15px;}


/*service*/
.service{margin-top: 90px;}
.service>div.main{width: 1440px;margin: 0 auto;position: relative;border-top:1px solid #e0e0e0;}
.service li{width:140px;padding:30px 110px;float:left;text-align: center;line-height: 20px;color:#131313;}
.service li i{width:100%;height:90px;background-size: 50px 50px;display: inline-block;font-size: 0;vertical-align: middle;}
.service li .s1{background:url(../images/service1.png) no-repeat center center;background-size: 50px 50px;}
.service li .s2{background:url(../images/service2.png) no-repeat center center;background-size: 50px 50px;}
.service li .s3{background:url(../images/service3.png) no-repeat center center;background-size: 50px 50px;}
.service li .s4{background:url(../images/service4.png) no-repeat center center;background-size: 50px 50px;}

.index_box6{min-width:1440px;height:470px;background:#f1f1f1;text-align:center;}
.index_box6>dt{padding-top:100px;}
.index_box6>dt>h1{font-size:48px;line-height:60px;font-weight:normal;}
.index_box6>dt>a{font-size:18px;font-weight:bold;text-decoration:underline;}
.index_box6>dd{padding-top:30px;}
.index_box6>dd>div{padding-bottom:80px;color:#383737;}
.index_box6>dd>div>span{border-bottom: 1px #383737 solid}
.index_box6>dd>div>a{padding:0px 10px}

.end{min-width:1440px;margin:0 auto;text-align:center;padding:20px 0px 0px 0px;background:#f1f1f1;border-top:1px #aeaeae dotted;min-height:24px;}
.end a,.end a:link,.end a:visited,.end a:hover{font-size:14px;text-decoration:none;overflow:hidden;color:#171717;padding:0px 10px;}
.end .link,.end .link a{color:#8b8b8b;font-size:13px;padding:0px 0px}
.end>div{padding-bottom:10px;}
.end>p{padding-bottom:30px;}
.end>ul>li{display:inline-block;}
.end>ul>li ul{display:none}
.end a.red{color:#a12514;text-decoration:underline;}

#lng{float:right;padding-top:10px;}
#lng a{display:block;border-bottom:1px #b5b5b5 solid;line-height:24px;width:77px;}
.foot_menu{ display: none;}

@media screen and (max-width: 768px) {
    body{ font-size:14px;}
    #Menu,#lng,.wrap_hide{ display:none;}
    #header .menuBar{ display: block;}
    #mMenu{ position: absolute;width: 100%;background: #393D49;z-index: 1;top: 70px;left: 0;opacity: 0.9;padding: 20px 0;display: none;}
    #mMenu ul li{ height: 40px;line-height: 40px;text-align: center;}
    #mMenu ul li a{ color: #fff;}
    #header.menu_close #mMenu{ display: block;}
    #footer{ margin-top: 4%;}
    #footer .link{ text-align: left;}

    .index_dl,.index_dl_bg,.index_dl>dt>h1,.service>div.main,.index_box6,.end{width:100%;min-width:100%}
    .index_box6{height: auto;}
    .index_box6>dt{padding-top:20px;}
    .index_box6>dt>h1{font-size:24px;line-height:30px;}
    .index_box6>dd>div{padding-bottom:20px}
    .index_box6>dd>div .mail{display:block; width: auto;}
    .index_box6>dd>div>a{display:inline-block; width: 30%;padding:10px 0px;}

    .service{margin-bottom:20px;}
    .service li{width:50%;padding:0px;}

    .end{text-align:left;}
    #footer .link{padding:10px 10px 0px 10px;}

    #footer{margin-bottom: 36px}
    .foot_menu{position:fixed;left:0px;right:0px;bottom:0px;height:36px;background-color:#242830; display: block;}
    .foot_menu li{width:24%;text-align: center}
    .foot_menu a, .foot_menu a:link, .foot_menu a:visited, .foot_menu a:hover{color:#fff;line-height: 36px;}
}






























