@charset "utf-8";

/*
    header
*/

.logo {
    width: 972px;
    margin: 30px auto 25px;
}

#head {
    background: rgba(0, 0, 0, 0.4);
    border-top: 10px solid #ffc72a;
}
.wenhua >img{
    margin:0 auto;
}
.radio{
    margin:20px auto;
    width:1200px;
}
#radio1{
    width:610px;
    height: 498px;
    margin:0 auto;
    display: block;
}
.pd img{
    margin:0 auto;
}
.head-b {
    width: 1200px;
    margin: 0 auto;
}

.head-b .nav {
    float: left;
    width: 63.75%;
    position: relative;
z-index: 22222;
}

#nav {
    position: relative;
}

#nav ul li {
    text-align: center;
    width: 13.856209%;
    float: left;
    position: relative;
}

#nav ul li.curr,
#nav ul li:hover {
    background: #ffc72a;
}

#nav ul li a {
    color: #4e4e4e;
    font-size: 18px;
    position: relative;
    display: block;
    line-height: 37px;
    color: #fff;
}
.navbar{
    background: rgba(0,0,0,0.3);
    height: 180px;
    border-bottom: 2px solid #ffc72a;
    display: none;
    z-index: 8888;
    top: 189px;
    width: 100%;
    position: absolute;
}
#nav ul li .second{
    position: absolute;
    left: 0;
    display: none;
    z-index: 99;
    width: 100%;
}
#nav ul li .second a{
    line-height: 40px;
    color: #fff;
}
#nav ul li:hover .second{
    display: block;
}
#menu {
    display: none;
    text-align: right;
    margin-top: -.5em;
}

#menu a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-top-color: #e5e5e5;
    border-bottom-color: #bfbfbf;
    color: #fff;
    width: 50px;
    text-shadow: none;
    margin: 0 auto 0;
    display: inline-block;
    border: 0;
    text-transform: none;
    background: #0e4562 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 1% 0;
}

#menu a:hover {
    background: #000 !important;
}

.bar {
    display: block;
    width: 55%;
    height: 2px;
    margin: 10% auto;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 1px;
}

#close_menu {
    display: none;
}

.lang {
    float: right;
    font-size: 13px;
    width: 25%;
    margin-top: 10px;
}

.lang a {
    margin-right: 15px;
    color: #fff;
}

.lang a,
.lang img {
    float: left;
}

.lang img {
    margin-right: 5px;
    margin-top: 3px;
}


/*
    banner
*/

.pc_banner {
    position: relative;
}

.pc_banner > img {
    position: absolute;
    left: 0;
    bottom: -13.9%;
}

.hiSlider-wrap {
    margin: 0 auto;
}

.hiSlider {
    overflow: hidden;
    height: auto;
    width: 100%;
    background: #eee;
}

.hiSlider-item {
    float: left;
}

.hiSlider-item img {
    width: 100%;
}

.phone_banner {
    display: none;
}


/*
    LIST
*/


/*
    index-p
*/

#list {
    padding: 30px 0 25px;
    background: #77a7d8;
}

.guide-p {
    width: 1200px;
    margin: 0 auto;
}

.guide-p li {
    width: 23.4%;
    float: left;
    margin-right: 25px;
}

.guide-p li:hover div img {
    animation: shake 1s;
}

.guide-p li div {
    width: 100%;
    background: url(../images/lib.png) no-repeat;
    height: 215px;
    position: relative;
}

.guide-p li img {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 55px;
}

.guide-p li img.border {
    position: absolute;
    top: -4px;
    left: -4px;
    margin: 0;
    box-shadow: none;
    width: 262px;
    max-width: 262px;
    opacity: 0;
    -moz-transition: transform 0.8s, opacity 0.8s;
    /* Firefox 4 */
    -webkit-transition: transform 0.8s, opacity 0.8s;
    /* Safari and Chrome */
    -o-transition: transform 0.8s, opacity 0.8s;
    /* Opera */
    transition: transform 0.8s, opacity 0.8s;
}

.guide-p li:last-child {
    margin-right: 0;
}

.guide-p li:hover img.border {
    opacity: 1;
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.guide-p p {
    background: #ffbb42;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    margin-top: 5px;
    width: 64.82%;
    margin: 0 auto;
    font-size: 16px;
}


/*
    SHEIBEI
*/

#shebei {
    background: url(../images/sb.jpg) no-repeat top center;
    padding: 50px 0 25px;
    margin-top:25px;
}
#radio {
    background: url(../images/spbg.jpg) no-repeat top center;
    padding-top: 40px;
    margin: 15px auto;
    height: 530px;
}

.shebei {
    width: 1200px;
    margin: 0 auto;
}

#Tab-nav {
    overflow: hidden;
    width: 100%;
    color: #fff;
}
#Tab-nav{
    text-align: center;
}
#Tab-nav >a  {
    background: #77a7d8;
    border:3px solid #fff;
    text-align: center;
    line-height: 31px;
    width: 82px;
    border-radius: 18px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-right: 50px;

}

#Tab-nav >a.current {
    background: #ffbb42;
    color: #535353;
}
#content div>p{
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
}
#content >div {
    display: none;
}
#content li.li{
    float: left;
    width: 292px;
    margin-right: 13px;
}
.spic{
    position: relative;
    width: 292px;
    background: url(../images/04.png) no-repeat;
    height: 214px;
    padding-top: 11px;
}
.spic img{
    width: 266px;
    margin:0 auto;
}
.spic img.hide{
    position: absolute;
    top: 11px;
    left: 13px;
    display: none;
}
#content >div ul{
    width: 1220px;
    margin-top: 15px;
}
#content >div ul li:hover .spic img.hide{
    display: block;
}
#content div.active {
    display: block;
}
.int{
    padding:0 14px;
}
.int h4{
    color: #535353;
    font-weight: normal;
    margin-bottom: 10px;
}
.int span{
    font-family: "宋体";
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
/*
    INDEX_A
*/

.index-a {
    width: 1200px;
    margin: 0 auto;
    color: #535353;
    text-align: center;
}

.index-a >div {
    border: 1px solid #cccac9;
    padding-bottom: 15px;
    padding-top: 50px;
    position: relative;
    margin-top: 20px;
}

.index-a >div .more {
    font-size: 14px;
    color: #77a7d8;
    float: right;
    margin-right: 20px;
    margin-top: 45px;
}

.index-a p {
    font-size: 16px;
    color: #535353;
    line-height: 32px;

}

.index-a .a {
    padding: 0 30px;
    text-align: left;
    font-size: 16px;
    color: #535353;
    line-height: 32px;
}

.index-a p img {
    margin: 30px 0;
}

.index-a-l {
    float: left;
    width: 593px;
}

.index-a-r .title {
    text-align: center;
}

.index-a-r {
    float: right;
    width: 593px;
    text-align: left;
    text-indent: 0;
}

.index-a > p {
    line-height: 40px;
}

.title h3 {
    margin: 5px 0 0px;
    color: #9a6726;
    font-size: 24px;
    font-weight: normal;
}

.title.stitle h3,
.title.stitle p {
    color: #fff;
}

.title img {
    margin: 0 auto;
}

.title p {
    color: #999999;
    font-size: 10px;
}


/*
    INDEX_N
*/

body > img {
    margin: 50px auto 0;
}

#index-n {
    text-align: center;
    width: 1200px;
    margin: 50px auto 0;
}

.list {
    margin-top: 40px;
}

.list li {
    width: 49.1%;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 40px;
}

.list li img {
    float: left;
    width: 21.72%;
    border: 1px solid #2f83e3;
    border-radius: 5px;

}

.title {
    text-align: center;
    margin-bottom: 30px;
}

.n-r h1 {
    font-size: 20px;
    color: #535353;
    padding: 10px 0;
    width: 87%;
    margin: 0 auto;
}

.n-r p {
    margin-top: 11px;
    line-height: 30px;
}

.list li .n-r {
    float: right;
    width: 75.5%;
}

.list li:hover {
    background: #f2f2f2;
}

.list li:hover h1 {
    color: #77a7d8;
}

.list li:hover p {
    color: #9c9c9c;
}

.list li h1{
	border-bottom: 2px solid #fff;
}
.list li:hover h1 {
    border-bottom: 2px solid #c59c6c;
}

.list li .n-r h1 {
    padding: 10px 2.96%;
    max-height: 48px;
    overflow: hidden;
}

.list li .n-r p {
    padding: 0px 2.96%;
    max-height: 60px;
    overflow: hidden;
}


/*
    PRODUCT
*/

#roll {
       background: url(../images/cpbg.jpg) no-repeat top center;
    padding: 25px 0 25px;
    margin-top: 25px;
}

#index-roll #roll {
    width: 1060px;
    margin: 0 auto;
    position: relative;
}

.index-p img ,.mr_frUl ul li > img{
    margin: 35px auto 10px;
}

.friend {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

.mr_frBtnL {
    cursor: pointer;
    display: inline;
    float: left;
    height: 32px;
    width: 3.632%;
    ;
    position: absolute;
    z-index: 9;
    left: 530px;
    top: -117px;
}

.mr_frUl {
    float: left;
    x;
    width: 100%;
}

.mr_frBtnR {
    float: right;
    cursor: pointer;
    height: 32px;
    width: 3.632%;
    ;
    position: absolute;
    z-index: 9;
    right: 530px;
    top: -117px;
}

.mr_frUl ul li,
.product li {
    display: inline;
    float: left;
    /*height:389px;*/
    width: 258px;
	background:#fff;
    overflow: hidden;
    position: relative;
    margin:15px;
    text-align: center;
    border: 5px solid #f3f3f3;
    position: relative;
    height: 307px;
}

.mr_frUl ul li > img,
.product li >img {
    position: absolute;
    top: 0;
    left: 16px;
    display: none;
    z-index: 9;
}

.mr_frUl ul li a,
.product li a {
    display: block;
    width: 100%;
    height: 100%;
}

.mr_frUl ul li a.a2,
.product li a.a2 {
    display: none;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}

.mr_frUl ul li:hover > img,
.product li:hover > img {
    display: block;
}

.mr_frUl ul li:hover > .a2,
.product li:hover > .a2 {
    display: block;
}

.mr_frUl ul li:hover .a1,
.product li:hover .a1 {
    display: none;
}

.name {
    background: url(../images/4.jpg) no-repeat top center;
    text-align: center;
    padding: 10px 0 10px;
    margin-top: 10px;
}

.name .p1 {
    color: #535353;
    font-weight: bold;
}

.name .p2 {
    color: #5c5c5c;
    margin-bottom: 10px;
}

.name .p3 {
    font-size: 14px;
    background: #77a7d8;
    width: 160px;
    line-height: 36px;
    color: #fff;
    margin: 0 auto;
}

.mr_frUl ul li span {
    font-size: 18px;
    font-family: "宋体";
    font-weight: 100;
    display: block;
    margin-top: 17px;
    color: #553a25;
}

.ph {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 89%;
    height: 100%;
    padding: 0 15px;
}

.mr_zhe {
    width: 300px;
    position: absolute;
    top: 0;
    background: rgba(78, 164, 181, 0.65) none repeat scroll 0 0 !important;
    /*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=80);
    background: #4ea4b5;
    /*实现IE背景透明*/
    /*height:389px;*/
    left: 0;
    right: 0;
}

.mr_zhe_p {
    margin-bottom: 60px;
}

.mr_zhe_hover {
    bottom: -596px;
    height: 200px;
    position: absolute;
    width: 300px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    /*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=80);
    background: #0a0a0a;
    /*实现IE背景透明*/
}

.ph .p1 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.ph .p2 {
    font-size: 12px;
    font-family: arial;
    color: #fff;
    margin-top: 3px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.ph .p3 {
    text-indent: 2em;
    font-size: 15px;
    color: #fff;
    text-align: left;
    line-height: 25px;
    margin-top: 20px;
    max-height: 75px;
    overflow: hidden;
}

.ph .p4 {
    width: 160px;
    line-height: 34px;
    border: 1px solid #ffd77e;
    text-align: center;
    color: #fff;
    margin: 35px auto 0;
}


/*
    footer
*/

#footer {
    background: #586875;
    padding: 50px 0 30px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.footer p {
    color: #fff;
    line-height: 40px;
}

.footer p.p1 {
    font-size: 20px;
    margin-bottom: 10px;
    background: url(../images/05.png) no-repeat bottom left;
}
.footer p.p2{
    margin-top: 25px;
}
.footer p img {
    display: inline-block;
    margin-right: 5px;
}

.footer .f-l {
    width: 30.834%;
    float: left;
}

.footer div.f-r {
    float: right;
    width: 30%;
}
.f-r textarea{
    height: 170px;
        padding:10px 0 0 10px;
}
.f-r input{
    line-height: 36px;
    padding:0px 0 0 10px;
}
.f-r input.name{
    width: 50%;
    text-align: left;
}
.f-r input[type="radio"]{
    width: 10px;
}
.f-r input[type="radio"]{
    width: 10px;
}
.f-r input[type="submit"]{
    width: 150px;
    color: #fff;
    text-align: center;
    padding:0;
    margin:15px auto 0;
    display: block;
    cursor: pointer;
}
.f-r textarea,.f-r input{
    background: #9ba4ac;
    border:1px solid #fff;
    border-radius: 10px;
    width: 96.5%;
    color: #535353;

    font-size: 16px;
    margin-bottom: 10px;
}
.copyright {
    background: #77a7d8;
    text-align: center;
    line-height: 65px;
    color: #fff;
}
.f-m{
    float:left;
    width: 30%;
    margin-left: 60px;
}
.f-m img{
    float: left;
    width: 28.334%;
}
.f-m > div{
    margin-bottom: 15px;
}
.f-m .leader{
    width: 67%;
    float: left;
    margin: 15px 0 0 15px;
}
.f-m .leader h4{
    font-weight: normal;
}
.footer div.f-m .leader p{
    line-height: 20px;
    font-family: "宋体";
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
.footer div.f-m .leader p a{
	color: #fff;
	font-family: "宋体";
    font-size: 14px;
}
/*
    SIDE_ABOUT
*/
#about{
    background:url(../images/08.png) no-repeat center top;
    padding: 0px 0 125px;
}
.side-about {
    width: 1200px;
    margin: 50px auto 0;
    padding-bottom: 30px;
}
#boss{
    width: 1200px;
    margin: 0px auto;
}
#b{
	margin-bottom: 30px;
}
#boss .about p{
    color: #535353;
    text-align: left;
    line-height: 30px;
}
#boss .about p img{
    width: 266px;
    float: right;
    margin-top: 50px;
}
#boss .side-about .title h3,
#boss .side-about .title p ,
.rolls .title h3,
.rolls .title p{
    color: #535353;
}
.side-about .title h3,
.side-about .title p {
    text-align: center;
    color: #fff;
}
.side-about .title.p-title h3,
.side-about .title.p-title p {
    text-align: center;
    color: #535353;
}
.about img {
    width: 50%;
    float: left;
}

.about p {
    line-height: 40px;
    color: #fff;
    text-indent: 2em;
    float: right;
    width: 47%;
    text-align: center;
}
.leader-l{
    margin: 0px auto 0;
    position: relative;
    width: 1200px;

}
.leader-l li{
    background: url(../images/010.png) no-repeat;
    height: 459px;
    float: left;
}
.leader-l li >img {
    width: 100%;
    
}
.leader-l li p img{
    width:31px;
    display: inline-block;
    position: relative;
top: 6px;
left: -5px;
}
.leader-l li {
    position: relative;
    margin-right:40px;
    text-align: center;
    color: #464646;
    overflow: hidden;
    float: left;
    border-radius: 15px;
    overflow: hidden;
    width: 259px;
    text-align: center;
}
.leader-l li .himg{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.leader-l li:hover .himg{
    display: block;
}
#rolldiv li h4{
    font-size: 16px;
    color:#004994;
    margin:15px 0 5px;
}
.leader-l li p{
    line-height: 26px;
    color: #535353;
    font-family: "宋体";
    width: 80%;
    margin:0 auto;
    height: 100px;
}
.leader-l li span{
    font-size: 16px;
    font-family: arial;
}
.leader-l li img.q{
    width: 121px;
    margin:10px auto 0;
}
.rolls{
    margin: 0 auto 0;
    position: relative;
    width: 1200px;
}

.a-r #roll {
    width: 95%;
    overflow: hidden;
    position: relative;
    margin: 15px auto 0;
}

#rolldiv {
    width: 9999999px;
}

#rolldiv li,
#rolldiv ul {
    float: left;
}

#rolldiv li img {
    width: 100%;
}
#rolldiv li {
    position: relative;
    margin: 0 20px;
    text-align: center;
    color: #464646;
    overflow: hidden;
    float: left;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}

#rolldiv li p {
    text-align: center;
    overflow: hidden;
    color: #0b0b0b;
    font-size: 16px;
    width: 85%;
    margin:10px auto 0;

}

#rolldiv li p span {
    color: #f59000;
}

#rollimg,
#rollimg1 {
    list-style: none;
    width: auto;
    float: left;
}

#prev,
#next {
    width: 3.5%;
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 9;
}

#prev {
    left: -50px;
}

#next {
    right: -50px;
    top: 45%;
}

.inpro .carousel {
    width: 100%;
    overflow: hidden;
}

.inpro .carousel .prev,
.inpro .carousel .next {
    width: 2%;
    height: 100%;
    cursor: pointer;
    display: block;
    float: left;
}

.inpro .jCarouselLite {
    width: 94%;
    overflow: hidden;
    float: left;
    margin: 0 1%;
}

.inpro .jCarouselLite li {
    width: 143px;
    text-align: center;
    margin: 0 6px;
}

.inpro .jCarouselLite li .pic {
    border: solid 1px #EAEAEA;
    text-align: center;
    width: 141px;
    height: 105px;
    overflow: hidden;
}

.inpro .jCarouselLite li .pic img {
    height: 100%;
}

.a-r {
    padding: 30px 0;
    background: #4f63ff;
    background: url(../images/boss1.jpg);
    margin-top:100px;
}

.product {
    margin-top: 30px;
}

.page {
    text-align: center;
    margin: 40px 0;
}

.page a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #535353;
    text-align: center;
    line-height: 35px;
    background: #f3f3f3;
}

.page a:first-child,
.page a:last-child {
    width: 55px;
}

.page a:hover {
    background: #4f63ff;
    color: #fff;
    border: 1px solid #4f63ff;
}

/*
    PD
*/
.pd .desiger{
    background:#f3f3f3;

}
.pd .desiger .left{
    float: left;
    width: 19.5833333%;
    margin-right: 25px;
}.pd .desiger .right{
    line-height: 24px;
    color: #535353;
    font-size: 16px;
    margin-top: 5px;
    padding-left: 25px;
    border-left: 1px solid #999999;
    width: 76%;
    max-height: 72px;
    overflow: hidden;
}
.pd .desiger .left img{
    float: left;
    width: 34.45%;
}
.pd>img{
    margin-top: 15px;
}
.pd .desiger .left p{
    float: left;
    line-height: 24px;
    color: #535353;
    font-size: 16px;
    margin:5px 0 0 10px;
    width: 61%;
    max-height: 72px;
    overflow: hidden;
}
.pd .desiger .left p span{
    font-size: 14px;
    color: #999999;
}
.news {
    width: 1200px;
    margin: 20px auto 0;
    text-align: center;
}

.news a {
    display: inline-block;
    width: 10%;
    margin-right: 5%;
    background: #b9c1ff;
    color: #fff;
    line-height: 35px;
    border-radius: 15px;
    text-align: center;
}

.news a.active,
.news a:hover {
    background: #4f63ff;
}
#shebei.side-shebei{
    margin-top: 0;
    background: url(../images/11.jpg) no-repeat center top
}
.sd{
    width: 1200px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}
.sd iframe{
	width: 510px;
}
.sd p{
text-indent: 2em;
}
.sd img{
    float: left;
    margin:0 25px 25px 0;
}
/*
    CONTACT
*/

.contact {
    margin-top: 30px;
    padding-bottom: 30px;
}

.c-l {
    width: 47.25%;
    float: left;
}


.c-r {
    float: right;
    width: 48%;
    color: #535353;
    line-height: 30px;
    position: relative;
}

.c-r p {
    text-align: left;
    margin-top: 15px;
}
.c-r p.p1{
    font-size: 30px;
    color: #77a7d8;
    font-weight: bold;
}
.c-r p img {
    display: inline-block;
    margin-right: 5px;
}
.c-r >img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.m{
    padding-bottom:50px;
}
.m-l{
    width: 47.0833333%;
    float: left;
    text-align: left;
}
.m-l p{
    font-size: 14px;
    line-height: 20px;
}
.m-l form{
    margin-top: 20px;
}
.m-l form span{
    font-size: 14px;
    color: #535353;
}
.m-l form input{
    width: 100%;
    height: 29px;
    margin-top: 5px;
    border-radius: 15px;
    background: #fff;
    border:1px solid #999999;
}
.m-l form input[type="submit"]{
    width: 153px;
    height: 33px;
    background: #77a7d8;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 20px;
    display: block;
    margin:45px auto 0;
    border-radius: 5px;
    border:none;
    cursor: pointer;
}
.m-l form textarea{
    width: 100%;
    height: 160px;
    margin-top: 5px;
    border-radius: 15px;
    background: #fff;
    border:1px solid #999999;
}
.m-r{
    float: right;
    width: 51%;
}
@media screen and (max-width: 1366px){
    .hiSlider-item img {
        height: 475px;
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    #menu {
        position: absolute;
        top: 53px;
        display: block;
        width: 20%;
        right: 12px;
    }
    #nav {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        width: 42%;
        right: -55%;
        top: 0;
        height: 100%;
        z-index: 999;
        padding: 0;
    }
    #nav > ul {
        margin: 10% 0 0;
        padding: 0;
        width: 100%;
    }
    #nav > ul > li {
        display: block;
        float: none;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 50px;
        background: none;
    }
    #nav ul li img {
        display: none;
    }
    #nav ul li.curr img.img2,
    #nav ul li:hover img.img2 {
        display: none;
    }
    #nav ul li a {
        margin-top: 0;
    }
    #nav > ul > li > a {
        color: #fff;
        display: block;
        line-height: 50px;
        width: 100%;
        background: none;
        padding-left: 0;
    }
    #nav > ul > li > ul {
        right: -300px;
    }
    #nav ul li a:hover,
    #nav ul li a.curr {
        color: #71bd0f;
        margin: 0;
        width: 100%;
        background: none;
    }
    #close_menu {
        display: block;
        position: absolute;
        z-index: 9999999999999;
        top: 30%;
        color: #fff;
        left: -40px;
        background: #009fe9;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
    }


    .index-a,
    .friend,
    #index-n,
    .footer,
    .side-about,
    .news ,.head-b,.guide-p{
        width: 98%;
        margin: 0 auto;
    }
    .guide-p li div{
        background: none;
    }
    #head{
        padding-bottom: 10px;
        width: 100%;
    }
    .lang{
        float: left;
        width: 66.87%;
    }
    .logo{
        width: 98%;
        margin: 15px auto;
    }
    .head-t-l {
        width: 25%;
    }

    .head-b .logo {
        width: 38%;
    }
    .head-t-r {
        width: 33.4%;
    }
    #index-a {

        padding-bottom: 20px;
    }
    .title {
        padding-top: 10px;
        margin-bottom: 15px;
    }
    .index-a > p {
        color: #fff;
    }
    #roll {
        margin-top: 15px;
    }
    .mr_frUl ul li,
    .product li {
        height: 233px;
    }
    .ph {
        padding: 0 9px;
    }
    .ph .p1 {
        margin-top: 5px;
    }
    .ph .p4 {
        width: 145px;
    }
    .mr_frUl ul li,
    .product li {
        margin: 0 15px;
    }
    .mr_frUl ul li:hover > img,
    .product li:hover > img {
        display: none;
    }
    .mr_frUl ul li:hover > .a2,
    .product li:hover > .a2 {
        display: none;
    }
    .mr_frUl ul li:hover .a1,
    .product li:hover .a1 {
        display: block;
    }
    .mr_frBtnR {
        right: 2%;
        top: 100px;
    }
    .mr_frBtnL {
        left: 3%;
        top: 100px;
    }
    .list li {
        width: 48%;
    }
    .list li .n-r h1 {
        padding: 0;
    }
    .n-r p {
        line-height: 18px;
        margin-top: 0;
        font-size: 12px;
    }
    .footer div {
        width: 66%;
    }
    .footer p {
        line-height: 28px;
    }
    .footer div.f-r {
        width: 15%;
        margin-right: 1%;
    }
    .rolls {
        width: 85%;
        margin: 0 auto;
    }
    .news a {
        width: 15%;
    }
}

@media screen and (min-width: 320px) and (max-width:500px) {
    #radio1{
        width:98%;
        height:235px;
    }
    #radio{
        height: 250px;
    }
	.product li{width: 43.6%;
    height: auto;
    margin: 0 8px 10px;}
.about p {
    line-height: 26px;
    color: #fff;
    text-indent: 2em;
    float: right;
    width: 47%;
    text-align: center;
}
.side-about {
    width: 100%;
    margin: 00px auto;
    padding-bottom: 20px;}

    .head-t {
        margin: 0;
    }
	.index-a .a {
    padding: 0 20px;
    text-align: left;
    font-size: 14px;
    color: #535353;
    line-height: 22px;
}
.index-a >div .more {
    font-size: 14px;
    color: #77a7d8;
    float: right;
    margin-right: 20px;
    margin-top: -10px;
}
	.index-a p {
    font-size: 14px;
    color: #535353;
    line-height: 22px;
    margin-bottom: 20px;
}
#content div>p {
    text-align: center;
    line-height:30px;
    color: #fff;
    margin-top: 10px;
}
    .head-t div {
        float: none;
        margin: 0 auto;
    }
    .head-t div.head-t-l {
        width: 60%;
        margin: 5px auto;
    }
    .head-t-r {
        width: 80%;
    }
    .head-t-r img {
        margin: 0 3px;
    }
    .head-b .logo {
        width: 80%;
    }
    #menu {
        top: 11px;
        right: -105px;
    }
	.title {
    padding-top: 10px;
    margin-bottom: 50px;}
    #nav > ul > li:hover .second{
        display: none;
    }
    #list {
        margin: 15px auto 0;
        width: 100%;
    }
	

    #list li {
        width: 47%;
        margin:0 1.5%;
        margin-bottom: 15px;
    }

    .guide-p li div{
        height: 105px;
    }
    .shebei{
        width: 100%;
    }
    .index-a-l,.index-a-r{
        width: 100%;
        float: none;
    }
    #Tab-nav > a{
        display: block;float: left;
        margin-right: 0;
    }
    #shebei {
        background: url(../images/ssb.jpg);
        padding: 20px 0 10px;
        margin-top: 15px;
    }
    #content > div ul{
        width: 100%;
    }
    .spic{
        margin:0 auto;
        height: 200px;
    }
    .int h4,.int span{
        color: #fff;
    }
    .int{
        width: 292px;
        margin:0 auto;
        padding:0;
    }
    #content li.li{
        width: 100%;
        float: none;
        margin-bottom: 15px;
        margin: 0 auto;
    }
    .index-a > div{
        padding-top: 20px;
    }
    .guide-p li img{
        padding-top: 10px;
    }
    #list li p {
        margin-top: 5px;
    }
    .sd{
    	width: 100%;
    }
    .pc_banner {
        display: none;
        width:100%;
    }
    .phone_banner {
        display: block;
    }
    .hiSlider-item img {
        height: 160px;
    }
    #index-a {
        margin-top: 0;
    }
    .index-a > p {
        line-height: 28px;
    }
    .mr_frUl ul li,
    .product li {
        width: 150px;
        height: 220px;
        margin: 0 8px;
    }
    .friend {
        margin:0 auto;
        overflow: hidden;
    }
    .mr_frBtnL {
        left: -0%;
    }
    .list li {
        width: 100%;
        margin-bottom: 15px;
    }
    #footer {
        padding: 15px 0;
        background: #ccc;
    }
    .footer div {
        width: 100%;
        margin:0 0 10px 0;
    }
    .footer div.f-m .leader p a{
        color: #545454;
    }
    .footer p {
        font-size: 14px;
        color: #545454;
    }
    .f-m .leader h4,.footer div.f-m .leader p{
color: #545454;
    }
    .footer div.f-r {
        display: none;
    }
    .copyright {
        font-size: 10px;
        line-height: 25px;
    }
    .mr_frUl ul li {
        width: 150px;
        height: 202px;
        float: left;
        margin-bottom: 10px;
    }
    body > img{
        margin-top: 10px;
    }
    .list {
        margin-top: 15px;
    }

    .about p {
        float: none;
        width: 100%;
    }
    #boss{
        width: 100%;
    }
    #about {
        background: #71a0d0;
        padding: 20px 0;
    }
    #prev,
    #next {
        display: none;
    }
    .news a {
        width: 30%;
        margin-top: 15px;
    }
    .contact div {
        width: 98%;
        margin: 0 auto;
    }
    .c-l img {
        width: 95%;
    }
    .footer .f-l{
        width: 100%;
    }
    .footer .f-l >img{
        display: none;
    }
    #boss .about p img{
        width: 266px;
        float: right;
        margin-top: 0;
        margin-bottom: 30px;
    }
    #shebei.side-shebei{
        background: #272727;
    }
    .leader-l{
        display: block;
        width: 100%;
    }
    .leader-l li{
        margin: 0 4px 10px;
        width:47%;
        background: none;
        border: 1px solid #000;
    }

    .leader-l li p{
        height: auto;
        min-height: 100px;
    }
    .pd .desiger .left,.pd .desiger .right{
        width: 100%;
        float: none;
    }
    .pd .desiger .left img{
        width:80px
    }
    .pd .desiger .right{
        padding-left: 0;
        border:none;
        max-height: 100px;
        margin-top: 5px;
        font-size: 15px;
    }
    .m-l,.c-l,.c-r{
        width: 100%;
    }
    .m-r,.c-r >img{
        display: none;
    }
    .c-r p.p1{
        font-size: 23px;
    }
    .c-r{
        float: none;
    }
    .list li .n-r h1{
        max-height: 30px;
        overflow: hidden;
    }
}
@media screen and (max-width: 500px){
    #Tab-nav > a{
        width: 23.5%;
    }
    .product li{
        width:170px;
    }
    #Tab-nav > a {
        width: 23.3%;
    }
    .sd p{
    	text-align: center;
    	text-indent: 0;
    }
    #roll{
    	background: none;
    }
    .mr_frUl ul li{
    	width: 42.6%;
    	height: auto;
    }
    .product li {
	    width: 42.6%;
	    height: auto;
	    margin:0 8px 10px;
	}
	.about img{
		width: 100%;
	}
	#boss{
		margin-top: 20px;
	}
	#boss p{
		color: #fff;
	}
	.sd iframe{
		width: 100%;
		height: auto;
	}
	.a-r{
		margin-top: 0;
	}
}
