    @charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
body{font-size:12px;background:#fff;font-family:"微软雅黑", "Arial" !important;}
div{padding:0px;margin:0px;}
span,
p{margin:0px;padding:0px;}
img{margin:0px;padding:0px;}
dl,dt,dd,ol,ul,li{margin:0px;padding:0px;list-style:none;}
img{border-right-width:0px;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;}
from,input,select{margin:0px;padding:0px;}
a{text-decoration:none;color:#333;}
.animated{
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fl{float:left;}
.fr{float:right;}
.all_bg{
    width: 84%;
    max-width: 1600px;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.clear{clear:both;}
.wes{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*top*/
.head {
    display: none;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #f0f0f0;
}
.head_left {
    width: 50%;
    height: 100%;
    line-height: 35px;
    font-size: 0.8vw;
    color: #999;
}
.head_right {
    width: auto;
    height: 100%;
}
.head_right a {
    font-size: 0.8vw;
    line-height: 35px;
    color: #999;
    display: inline-block;
}
.head_right a:hover{color: #b20202;}

/*导航*/
.top{
    height: 130px;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}
.fixed{ 
	position: fixed !important;
	z-index: 9999;
	width: 100%;
	top: 0px;
	background-color:#fff;
}
.logo {
    width: 42%;
    margin-top: 2.3%;
    margin-left: -40px;
}
.logo a {
    width: 100%;
    height: 100%;
    display: block;
}
.logo a img{
    width: 72%;
}
.nav {
    /* padding-top: 36px; */
    /* margin-top: 54px; */
    width: 38.5%;
    margin-left: 12%;
}
.nav>ul>li {
    float: left;
    display: block;
    position: relative;
    padding: 0 14px;
    height: 88px;
}
.nav ul li>a {
    display: block;
    line-height: 100px;
    color: #333;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 3333
}
#Zz0 a{
    background:url(/statics/images/tem/head_nav_icon1.png)no-repeat left center;
    background-position-y: 0;
    padding-left: 26px;
}
.nav ul #Zz0:hover a{
    background-position-y: -20px;
    color: #b20202;
}
.Zz1 {
    background:url(/statics/images/tem/head_nav_icon2.png)no-repeat left center;
    background-position-y: 0;
    padding-left: 26px;
}
.nav ul li:hover .Zz1{
    background-position-y: -20px;
    color: #b20202;
}
.Zz2{
    background:url(/statics/images/tem/head_nav_icon3.png)no-repeat left center;
    background-position-y: 0;
    padding-left: 26px;
}
.nav ul li:hover .Zz2{
    background-position-y: -22px;
    color: #b20202;
}
.Zz3{
    background:url(/statics/images/tem/head_nav_icon4.png)no-repeat left center;
    background-position-y: 0;
    padding-left: 26px;
}
.nav ul li:hover .Zz3{
    background-position-y: -20px;
    color: #b20202;
}
.Zz4{
    background:url(/statics/images/tem/head_nav_icon5.png)no-repeat left center;
    background-position-y: 0;
    padding-left: 26px;
}
.nav ul li:hover .Zz4{
    background-position-y: -20px;
    color: #b20202;
}
.Zz5{
    background:url(/statics/images/tem/head_nav_icon6.png)no-repeat left center;
    background-position-y: 0;
    padding-left: 26px;
}
.nav ul li:hover .Zz5{
    background-position-y: -20px;
    color: #b20202;
}
.nav ul li a span {
    display: block;
    font-size: 1vw;
    color: #999;
}
.nav ul li{
    position: relative;
}
.nav>ul>li:nth-child(1):before{
    content: 'HOME';
    display: block;
    position: absolute;
    top: 72%;
    left: 15%;
    font-size: 13px;
    color: #828282;
}
.nav>ul>li:nth-child(2):before{
    content: 'ABOUT';
    display: block;
    position: absolute;
    top: 72%;
    left: 25%;
    font-size: 13px;
    color: #828282;
}
.nav>ul>li:nth-child(3):before{
    content: 'CASE';
    display: block;
    position: absolute;
    top: 72%;
    left: 28%;
    font-size: 13px;
    color: #828282;
}
.nav>ul>li:nth-child(4):before{
    content: 'SERVIE';
    display: block;
    position: absolute;
    top: 72%;
    left: 28%;
    font-size: 13px;
    color: #828282;
}
.nav>ul>li:nth-child(5):before{
    content: 'NEWS';
    display: block;
    position: absolute;
    top: 72%;
    left: 26%;
    font-size: 13px;
    color: #828282;
}
.nav>ul>li:nth-child(6):before{
    content: 'CONTACT';
    display: block;
    position: absolute;
    top: 72%;
    left: 16%;
    font-size: 13px;
    color: #828282;
}
.nav ul li:after,
.nav ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-radius: 50px;
    z-index: 2222
}
.nav ul li.navcurrent:after,
.nav ul li:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}
.NavCeshi>li.navcurrent>a,
.NavCeshi>li:hover>a {
    margin: 0 auto;
    color: #333;
}
.NavCeshi>li.navcurrent,
.NavCeshi>li:hover {
    border-bottom: 2px #b20202 solid;
}
.nav ul li>ul {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    width: 158px;
    border-top: #b20202 3px solid;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(26px, 10px, 0px);
    -moz-transform: translate3d(26px, 10px, 0px);
    -webkit-transform: translate3d(26px, 10px, 0px);
    z-index: 9999;
    left: -33px;
    top: 94px;
}
.nav ul li>ul li>a {
    background: #f5f5f5;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    padding: 14px 0 14px 30px;
    width: 128px;
    height: 20px;
    line-height: 20px;
    display: block;
    color: #232121;
    font-size: 0.8vw;
    text-align: left;
    -webkit-transition: none ease-out .3s;
    transition: none ease-out .3s;
    -webkit-transition-property: color, background, text-indent, opacity;
    transition-property: color, background, text-indent, opacity;
}
.nav ul li>ul li>a:hover {
    background: #fff;
    text-indent: 4px;
    color: #b20202;
}
.nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(26px, -6px, 0px);
    -moz-transform: translate3d(26px, -6px, 0px);
    -webkit-transform: translate3d(26px, -6px, 0px);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav ul li ul li {
    position: relative;
}
.nav ul li ul li div {
    position: absolute;
    top: 0;
    left: 210px;
    opacity: 0;
    background: #fff;
}
.nav ul li>ul li:hover div {
    opacity: 1;
}
.nav ul li ul li div a {
    display: none;
    width: 120px;
    float: left;
    text-align: center;
    line-height: 62px;
}
.nav ul li>ul li:hover div a {
    display: block;
}
.nav ul li>ul li:hover div a:hover {
    background: #eee;
    color: #b20202;
}
.head_fr{margin-top: 10px;margin-right: -40px;}
.head_fr p{
    font-size: 14px;
    color: #b20202;
    line-height: 1.0vw;
    letter-spacing: 1px;
    font-weight: 600;
}
.head_fr p span{
    font-size: 0.7vw;
    color: #666;
    letter-spacing: 0;
}
.head_fr h1{
    margin-top: 9%;
    font-weight: 500;
    font-size: 16px;
}
.head_p_one{
    letter-spacing: 0;
    margin-top: 3%;
}
/*banner*/
#flash_bg {
    width: 100%;
    margin: 0 auto;
}
.index_banner_fix{
    margin-top: 82px;
}
.focus {
    width: 100%;
    position: relative;
    left: 0;
    overflow: hidden;
}
.jqfocus ul,
.jqfocus li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.jqfocus li {
    display: none
}
.focus .bg {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1;
    background: none;
}
.focus .f_btns {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    left: 0;
    bottom: 20px;
    text-align: center;
    z-index: 2
}
.focus .f_btns h2 {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.focus .f_btns h2 a {
    color: #fff;
}
.focus .f_btns h2 a:hover {
    text-decoration: none
}
.focus .f_btns .btn {
    text-align: center;
    height: 24px;
    overflow: hidden;
    font-size: 0;
}
.focus .f_btns .btn span {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin: 0 10px;
    background:url(/statics/images/tem/dian.png) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}
.focus .f_btns .btn span.cur {
    background:url(/statics/images/tem/yuan.png) no-repeat;
    background-size: 100% 100%;
}
.focus .prev {
    background:url(/statics/images/tem/left.png) no-repeat;
    position: absolute;
    top: 45%;
    left: 160px;
    width: 40px;
    height: 60px;
    z-index: 3;
    cursor: pointer;
    background-size: 100% 100%;
}
.focus .next {
    background:url(/statics/images/tem/right.png) no-repeat;
    position: absolute;
    top: 45%;
    width: 40px;
    height: 60px;
    right: 160px;
    z-index: 3;
    cursor: pointer;
}
.jqfocus ul li a {
    width: 100%;
    height: 100%;
    display: block;
}
.jqfocus ul li a img {
    width: 100%;
    height: 100%;
}
/* footer */
.footer{
    width: 100%;
    min-width: 1200px;
    margin-top: 5%;
    display: table;
    height: auto;
    background:url(/statics/images/tem/footer_bg.jpg)no-repeat center;
    background-size: 100% 100%;
}
.footer_fl{
    width: 13%;
    margin-top: 3%;
    padding-bottom: 4.5%;
}
.footer_logo{
    width: 100%;
    display: block;
}
.footer_ewm{
    margin-top: 8%;
    width: 46%;
    margin-right: 8%;
    float: left;
}
.footer_ewm1{
    margin-top: 8%;
    width: 46%;
}
.footer_fl p{
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 0.75vw;
    margin-top: 3%;
    text-align: center;
}
.footer_md{
    width: 40%;
    margin-top: 3%;
    margin-left: 10%;
}
.footer_md ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer_md li a{
    display: block;
    font-size: 0.8vw;
    color: #444;
    line-height: 1.5vw;
}
.footer_md li a:first-child{font-size: 0.88vw;}
.footer_md li a:hover{color: #b20202;}
.footer_fr{
    width: 32%;
    margin-top: 3%;
    font-size: 0.75vw;
    color: #444;
}
.footer_fr span{
    display: block;
    margin-bottom:3%;
}
.footer_fr p{
    float: left;
    width: 50%;
    margin-bottom:2%;
}
.footer_fr p a{
    display: inline-block;
    color: #444;
}
.footer_fr p a:hover{color: #b20202;}
.footer_link{
    width: 100%;
    height: auto;
    display: table;
    background-color: #bdbdbd;
}
.footer_link li{
    float: left;
    color: #444;
    margin: 0.5% 0.5%;
}
.footer_link li:first-child{margin-right: 0;margin-left: 0;}
.footer_link li p{
    font-size: 0.8vw;
}
.footer_link li a{
    font-size: 0.75vw;
    color: #444;
    display:block;
}
.footer_link li a:hover{color: #b20202;}
@media screen and (min-width:1500px) and (max-width:1700px){
    .nav { width: 46%;}
    .logo { margin-top: 1.4%;}
    .head_p_one{margin-top: 10%;}
}
/* @media screen and (min-width:1400px) and (max-width:1500px){
    .nav { width: 46%;}
    .nav>ul>li {padding: 0px 15px;}
    .logo { margin-top: 1.8%;}
    .footer_fr { width: 35%;}
    .footer_md {margin-left: 7%;}
    .head_p_one{margin-top: 12%;}
    .footer_fl p { width: 38%;}
    .top{height: 110px;}
} */
@media screen and (min-width:1000px) and (max-width:1440px){
    .nav { width: 45%;margin-left: 2%;}
    .top{height: 110px;}
    .nav>ul>li {padding: 0px 13px; height: 84px;}
    .nav ul li>a {font-size: 15px;}
    .logo { margin-top: 2.9%;width: 37%;}
    .footer_fr { width: 35%;}
    .footer_md {margin-left: 7%;}
    .footer_fl p { width: 38%;}
    .head_fr h1{margin-top: 13%; font-size: 17px;}
    .head_p_one{margin-top: 4%;}
    .nav ul li>a{line-height: 82px;}
    .nav ul li>ul{top: 90px;}
    .nav>ul>li:nth-child(1):before{top: 64%; left: 18%; font-size: 12px;}
    .nav>ul>li:nth-child(2):before{top: 64%; left: 29%; font-size: 12px;}
    .nav>ul>li:nth-child(3):before{top: 64%; left: 35%; font-size: 12px;}
    .nav>ul>li:nth-child(4):before{top: 64%; left: 30%; font-size: 12px;}
    .nav>ul>li:nth-child(5):before{top: 64%; font-size: 12px;}
    .nav>ul>li:nth-child(6):before{top: 64%; left: 18%; font-size: 12px;}
}
/* fix_right_contact */
#online_qq_tab a,.onlineMenu h3,.onlineMenu li.tli,.newpage{background:url(/statics/images/tem/float_s.gif) no-repeat;}
#onlineService,.onlineMenu,.btmbg{background:url(/statics/images/tem/float_bg.gif) no-repeat;}
#online_qq_layer{z-index:9999;position:fixed;right:0px;top:15%; }
#online_qq_tab{width:28px;float:left;margin:120px 0 0 0;position:relative;z-index:9;}
#online_qq_tab a{display:block;height:118px;line-height:999em;overflow:hidden;}
#online_qq_tab a#floatShow{background-position:-30px -374px;}
#online_qq_tab a#floatHide{background-position:0 -374px;}
#onlineService{display:inline;margin-left:-1px;float:left;width:130px;background-position:0 0;padding:10px 0 0 0;}
.onlineMenu{background-position:-262px 0;background-repeat:repeat-y;padding:0 10px;}
.onlineMenu h3{height:36px;line-height:999em;overflow:hidden;border-bottom:solid 1px #ACE5F9;}
.onlineMenu h3.tQQ{background-position:0 10px;}
.onlineMenu h3.tele{background-position:0 -47px;}
.onlineMenu li{height:36px;line-height:36px;border-bottom:solid 1px #E6E5E4;text-align:left;}
.onlineMenu li.tli{padding:0 0 0 20px;font-size:12px;text-align:left;}
.onlineMenu li.zixun{background-position:0px -131px;}
.onlineMenu li.fufei{background-position:0px -190px;}
.onlineMenu li.phone{background-position:0px -244px;}
.onlineMenu li a{color: #616161;}
.onlineMenu li a:hover{color: #b20202;}
.onlineMenu li img{margin:10px 5px 0 0;float: left;}
.onlineMenu li.last{border:0;}
.wyzx{padding:8px 0 0 5px;height:57px;overflow:hidden;background:url(/statics/images/tem/webZx_bg.jpg) no-repeat;}
.btmbg{height:12px;overflow:hidden;background-position:-131px 0;}
/*左侧留言版块*/
.js-box{ background: #000;  background: rgba(0,0,0,0.7); height: 170px;overflow: inherit}
.js-box .img{width: 485px; float: left; margin-top: 50px;}
.js-box .form{ width: 480px; float: left;}
.js-box .form .left{ width: 340px; float: left; margin-top: 40px; margin-left: 20px;}
.js-box .form input{ width: 156px; margin-bottom: 10px; height: 40px; padding-left: 4px; border: none; margin-right: 10px; background: #fff; float: left;}
.js-box .rg{ width: 250px; float:left ; color: #fff; font-size: 14px; margin-left: 30px; line-height: 30px; margin-top: 40px;}
.js-box .form select{ width: 160px; margin-bottom: 10px; height: 42px; border: none; margin-right:10px; background: #fff; float: left;}
.js-box .form .right{ float: left; width: 120px;margin-top: 40px; height: 95px; }
.js-box .form .right a{display: block; background: #b20202; height:79px;  padding-top: 16px; font-size: 24px; color: #fff; text-align: center;}
.main2{ width:100%; height:180px; position:relative; padding:10px;}
.bar {
    width: 121px;
    height: 178px;
    position: absolute;
    right: -101px;
    top: -1px;
    background: url(/statics/images/tem/mini_bg.png) no-repeat;
    display: block;
}
.center-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.onlineMenu div span{
    color: #616161 !important;
}
.onlineMenu .last{
    display: none;
}
/*左侧留言版块end*/
.lianxiwmen .iconfont{
    color: red;
    font-size: 20px;
}