﻿@charset "utf-8";
* {
     font-family: 'Microsoft YaHei' !important;
     margin: 0;
     padding: 0;
     /* font-size: 14px; */
}

.min1200 {
     min-width: 1200px;
}

.c_b {
     clear: both;
}

a {
border-style:none;
     text-decoration: none;
}

.M {
     width: 1300px;
     min-width: 1200px;
     margin: 0 auto;
}
@media screen and (max-width:650px) {
     .M{
          width: 100%;
          padding: 0 2%;
          margin: 0 auto;
          min-width: 100vw;
     }
}
img,p{
	border-style: none;
}
/*header*/

header {
     width: 100%;
     height: 205px;
}

.he1 {
     background: #F2F2F2;
     min-width: 1200px;
     width: 100%;
     height: 45px;
}

.he1>.M>p {
     display: block;
     float: left;
     font-size: 12px;
     line-height: 45px;
     color: #6d6d6d;
}

.he1>.M>ul {
     margin-top: 16px;
     float: right;
}

.he1>.M>ul>li {
     line-height: 12px;
     float: left;
     list-style: none;
}

.he1>.M>ul>li>a {
     padding: 0 12px;
     height: 13px;
     display: block;
     margin-top: -1px;
     font-size: 12px;
     color: #6d6d6d;
}
.he1>.M>ul>li:last-child:hover>.h-qrcode{
     height: 140px;
     box-shadow: 1px 1px 9px 1px rgba(0,0,0,0.2);
}
.he1>.M>ul>li:last-child>.h-qrcode{
     width: 140px;
     height: 0px;
     transition: all .2s;
     position: absolute;
     margin-left: -34px;
     /* margin-top: 5px; */
     background: url(../images/c2-qrcode.jpg)no-repeat center #fff;
     box-shadow: none;
}
.he1>.M>ul>li+li {
     border-left: 1px solid #6d6d6d;
}

.he2 {
     width: 100%;
     height: 110px;
}
.he2>a{
    margin-top:15px;
    display: inline-block;
    float: left;
}
.he2>a>img{
     float: left;
}
.he2>img {
     float: left;
     margin-top: 16px;
}

.he2>div:nth-child(2) {
     margin-left: 27px;
     height: 100%;
     float: left;
}

.he2>div:nth-child(2)>p:first-child {
     line-height: 110px;
     font-size: 20px;
     color: #333333;
}

.he2>div:nth-child(3) {
     margin-top: 20px;
     float: right;
}

.he2>div:nth-child(3)>img {
     float: left;
}

.he3 {
    position: absolute;
    z-index: 11999;
     border-bottom: 1px solid #fff;
     background: #FF6600;
     width: 100%;
     height: 50x;
}

.nav-list {
     height: 50px;
     width: 100%;
}

.nav-list>li {
     float: left;
     list-style: none;
     height: 100%;
     text-align: center;
}

.nav-list>li.active, .nav-list>li:hover {
     background: #333333;
}

.nav-list>li>a {
     display: block;
     font-size: 15px;
     color: #fff;
     line-height: 50px;
     height: 50px;
     padding: 0 25px;
}
.nav-list>li>a>span{
    display: inline-block;
    position: relative
}
.nav-list>li>a>span>i{
    position: absolute;
    top: -6px;
    right: -26px;
    background: url("../images/nav_new.gif") no-repeat;
    width: 32px;
    height: 32px;
}
.nav-list>li:hover>ul{
	display:block;
}
.nav-list>li>ul{
	display:none;
	position: absolute;
        z-index: 999;
        width: 114px;
}

.nav-list>li>ul>li{

     background: #FF6600;
	height:50px;
	list-style:none;
}
.nav-list>li>ul>li>a{
display: block;
     font-size: 15px;
     color: #fff;
     line-height: 50px;
     height: 50px;
}
.nav-list>li>ul>li:hover>a{
	background: #333333;
}
/*公司简介页面样式*/
.about_mpa {
    width: 280px;
}
.about_mpb {
    width: 390px;
}
.about_wha {
    width: 50%;
    float: left;
}
@media screen and (max-width: 640px) { 
.about_wha {
	width: 100%;
}
} 
.about_whb {
    width: 50%;
    float: right;
}
.about_whab{display: inline-block; width:100%;}
.about_wha strong，.about_whb strong{font-size: 16px;
    color: #333;}

/*联系方式页面样式*/
.whass strong{    font-size: 16px;    color: #f60;}
.whass {line-height: 24px;}

/*头部导航下拉*/



/* 兼容IE8 */
@media \0screen {
    .he2>a+div {
        margin-left: 27px;
        height: 100%;
        float: left;
   }
   
   .he2>a+div>p:first-child {
        line-height: 110px;
        font-size: 24px;
        color: #333333;
   }
   
   .he2>a+div+div {
        margin-top: 28px;
        float: right;
   }
   
   .he2>a+div+div+div>img {
        float: left;
   }
}