@font-face {
    font-family: "rr_basic05";
    font-family: "FontAwesome";
    src: url(../font/rr_basic05.TTF);
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

.back{
    float: right;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    background: #feb701;
}
.position {
    text-align: left;
    margin-bottom: 15px;
    margin-left: 67px;
}

.position span {
    display: inline-block;
    margin: 0 5px;
}
p.tip span {
	font_family:Arial;
	color:#ffc72a;
	}

/*
    引导页
*/

#guide {
    background: url(../images/guidebg.jpg) no-repeat center;
    padding-bottom: 140px;
}
@media (max-width: 640px){
#guide {
    background: url(../images/guidebg.jpg) no-repeat center top;
	background-size:100% 100%;
}
}
.guide {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 640px){
.guide {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
}
.guide header img {
    float: left;
    position: relative;
    z-index: 2;
}

.guide header .header-r {
    float: left;
    background: rgba(0, 0, 0, 0.4);
    height: 123px;
    width: 81.45161%;
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 640px){
.guide header .header-r {
	display:none;
}
}
.guide header .header-r p {
    text-align: right;
    color: #fff;
    float: right;
    font-size: 23px;
    font-family: arial;
    margin: 40px 30px 0 0;
}

.guide header .header-r p span {
    
    font-size: 32px;
    display: inline-block;
    margin-left: 15px;
}

.guide header .header-r img {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 10px;
}

.guide header .lang {
    position: relative;
    z-index: 3;
    float: right;
    margin: 75px 30px 0 0;
}
@media (max-width: 640px){
.guide header .lang {
	display:none;
}
}
.guide header .lang a {
    color: #fff;
    font-size: 18px;
    font-family: arial;
}

.guide header .lang a::after {
    content: "";
    background: #fff;
    display: inline-block;
    margin: 0 5px 0 8px;
    font-size: 18px;
    position: relative;
    top: 3px;
    width: 2px;
    height: 18px;
}

.guide header .lang a:last-child::after {
    display: none;
}
.guide-p {
	width:952px;
    margin: 80px auto 0;
}
@media (max-width: 640px){
.guide-p {
	width:100%;
    margin: 80px auto 0;
}
}
/*.guide-p li {
    width: 254px;
    float: left;
    margin-right: 80px;
}
*/
.guide-p li div {
    width: 254px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    height: 254px;
    position: relative;
	margin: 0 auto;
}

.guide-p li img {
    margin: 27px auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.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: rgba(14, 12, 172, 0.35);
    line-height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    margin-top: 30px;
}

#guide-f {
    padding: 35px 0;
    border-bottom: 1px solid #144db9;
}

.guide-f {
    width: 1400px;
    margin: 0 auto;
}

.guide-f-l {
    float: left;
/*    width: 500px;*/
}

.guide-f-l .icons img {
    float: left;
    margin-right: 5px;
}

.guide-f-l p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 8px;
}

.guide-f > img {
    float: right;
}

@media only screen and (max-width: 1280px) {
    .guide-f {
        width: 90%;
        margin: 0 auto;
    }
}

/*
    首页HEADER
*/

#header {
    background: #000;
    height: 30px;
    border-bottom: 1px solid #c4c4c4;
}

.header-top,
.header-nav,
#index-pro,
.us,
.teams,
#factory,
#pro,
#contact {
    width: 1200px;
    margin: 0 auto;
}

.header-top-l {
    width: 22.91666667%;
    float: left;
    background: #009fe9;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
}

.header-top-l img {
    display: inline-block;
    margin: 0px 3px 0 9px;
    position: relative;
    top: 2px;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    float: right;
    background: #000;
    color: #fff;
    border: 1px solid #4d4d4d;
    height: 29px;
    width: 11.25%;
    background: url(../images/downarr.jpg) no-repeat center right 16px #000;
    padding-left: 5px;
    margin-right: 15px;
}

select option {
    background: #000;
}

.search {
    float: right;
    width: 24.16666667%;
}

.search input {
    background: #e3e3e3;
    border: none;
    display: block;
    float: left;
    height: 30px;
    font-size: 12px;
    color: #939393;
    padding: 0;
}

.search input[type="submit"] {
    color: #18c6da;
    background: url(../images/iconsearch.jpg) no-repeat center right #e3e3e3;
    padding: 0 15px;
    cursor: pointer;
}

.search input[type="text"] {
    width: 70%;
    padding-left: 15px;
}

/*
    logo && nav
*/

#logo {
    width: 28.75%;
    float: left;
    margin-top: 25px;
}

.header-nav nav {
    width: 44.58333333%;
    float: right;
    padding-top: 45px;
}

#nav {
    width: 100%;
    position: relative;
}

.nav01 {
    margin-top: 22px;
}

#nav > ul > li {
    float: left;
    text-align: center;
    position: relative;
    width: 20%;
    position: relative;
    background: url(../images/navline.jpg) no-repeat top right;
    position: relative;
    text-align: center;
}

#nav > ul > li.curr::after,
#nav > ul > li:hover::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 4px;
    background: #009fe9;
    margin-top: 20px;
}

#nav > ul > li.curr a,
#nav > ul > li:hover a {
    font-style: 15px;
}

#nav > ul > li.curr a,
#nav > ul > li:hover a {
    color: #009fe9;
}

#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;
}

@media (max-width: 1035px) {
    #index {
        position: relative;
    }

    .homeBanner {
        margin-top: 0px;
    }

    #index {
        box-shadow: none;
        padding-bottom: 10px;
    }

    #nav1 {
        display: block;
    }

    #menu {
        position: absolute;
        top: 90px;
        display: block;
        width: 20%;
        right: 10px;
    }

    #nav {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        width: 45%;
        right: -60%;
        top: 0;
        height: 100%;
        z-index: 999;
    }

    #nav > ul {
        margin: 10% 0 0;
        padding: 0;
        width: 100%;
    }

    #nav > ul > li {
        background: none;
        display: block;
        float: none;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 40px;
    }

    #nav > ul > li > a {
        color: #fff;
        display: block;
        line-height: 31px;
        background: none;
    }

    #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;
    }

    #nav > ul > li.curr::after,
    #nav > ul > li:hover::after {
        display: none;
    }
}

/*
    banner
*/

#banner {
    position: relative;
    border-top: 1px solid #c9cdd1;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    display: none;
}

.banner-btn img {
    opacity: 0.5;
}

.banner h1 span,
.pro_show h1 span,
.news-center h1 span {
    color: #4597c8;
}

.prevBtn {
    left: 7.5%;
    position: absolute;
    left: 7.5%;
    top: 30%;
    z-index: 5555;
    width: 3%;
}

.nextBtn {
    right: 7.5%;
    position: absolute;
    right: 7.5%;
    top: 30%;
    z-index: 5555;
    width: 3%;
}

.banner-img {
    font-size: 0;
    *word-spacing: -1px;
    /* IE6、7 */
    letter-spacing: -3px;
    position: relative;
}

.banner-img li {
    width: 25%;
    text-align: center;
    float: left;
    position: relative;
}

.banner-img li img {
    max-width: 100%;
    height: 180px;
    margin: 0 auto;
}

.banner-circle {
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 9;
}

.banner-circle li {
    width: 26px;
    height: 6px;
    background: #fff;
    margin-right: 15px;
    display: inline-block;
}

.banner-circle li.selected {
    background: #cdd31f;
}

.side {
    position: fixed;
    width: 180px;
    height: 54px;
    right: -126px;
    top: 214px;
    z-index: 100;
    color: #fff;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}
.side:hover{
    right:0px;
}
.side ul li {
    width: 100%;
    height: 54px;
    float: left;
    position: relative;
}

.side ul li .sidebox {
    position: absolute;
    width: 100%;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}
.side ul li a{
    display: block;
    height: 54px;
}
.side ul li img {
    float: left;
}

.side ul li p {
    width: 70%;
    color: #fff;
    text-align: center;
    float: left;
    background: #009fe9;
}



/*
    index-pro
*/

#index-pro {
    padding-bottom: 15px;
    margin-top: -3.7%;
    position: relative;
}

#index-pro li {
    float: left;
    width: 32.5%;
    margin-right: 12px;
    box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
}

#index-pro li .pro {
    padding: 10px;
}

.pro-n {
    margin: 10px 0;
}

.pro-n h3 {
    font-size: 18px;
    color: #0076d1;
    float: left;
    max-width: 65%;
    overflow: hidden;
    max-height: 42px;
    height: 42px;
}

.pro-n a {
    width: 28.5%;
    height: 29px;
    color: #fff;
    border-radius: 14.5px;
    text-align: center;
    line-height: 29px;
    float: right;
    background: #7fcff4;
    font-size: 12px;
}

/*
    index news
*/

#index-news {
    background: #f6f6f6;
    padding: 15px 0 30px;
}

.index-news {
    width: 1190px;
    margin: 0 auto;
}

.index-news h4 {
    font-style: 22px;
    color: #5c5c5c;
}

.index-news h4::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 22px;
    background: #009de8;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.index-news ul {
    margin-top: 30px;
}

.index-news li {
    float: left;
    overflow: hidden;
    width: 47.05882353%;
    margin-right: 5.88235294%;
}

.index-news li img {
    float: left;
    width: 28.92857143%;
}

.index-news li .i-n-r {
    width: 64.28571429%;
    float: right;
}

.index-news li .i-n-r h3 {
    color: #5c5c5c;
    font-size: 18px;
}

.index-news li .i-n-r header p {
    font-size: 12px;
    color: #686868;
    margin: 10px 0 5px;
}

.index-news li .i-n-r > p {
    font-size: 14px;
    line-height: 20px;
    color: #686868;
    max-height: 40px;
    overflow: hidden;
}

/*
    footer
*/

#footer {
    background: #5e5e5e;
    font-size: 14px;
    color: #afafaf;
    padding: 40px 0;
}

#footer footer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

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

#footer footer .f-l h1 {
    font-size: 18px;
}

#footer footer .f-l ul {
    margin-top: 15px;
    line-height: 24px;
}

#footer footer .f-l img {
    display: inline-block;
    margin-right: 5px
}

#footer footer .f-r {
    float: right;
    text-align: right;
    margin-top: 80px;
}

#footer footer .f-r .icons img {
    display: inline-block;
    margin-bottom: 5px;
}

#footer footer .f-r p {
    margin-top: 20px;
}

/*
    us
*/

#aside-pic {
    position: relative;
}

.us,
#contact {
    margin-top: -5%;
}

.us h1,
.us h2,
#contact h1 {
    text-align: center;
}

.us h1,
#contact h1 {
    font-size: 24px;
    color: #7f7f7f;
}

.us h1 span,
#contact h1 span {
    font-size: 48px;
    color: #009fe9;
}

.us h2 {
    font-size: 18px;
    color: #999;
}

.us header {
    margin-bottom: 60px;
}

.us-i {
    font-size: 14px;
    line-height: 18px;
    color: #7f7f7f;
}

.us-i p {
    text-indent: 2em;
}

.us-i p span {
    color: #009fe9;
}

#team {
    background: url(../images/tbg.jpg) no-repeat center;
    padding: 150px 0;
    position: relative;
    margin-top: 100px;
}

.teams > h4 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    top: -100px;
}

.team-1 {
    width: 71.66666667%;
    margin: 0 auto;
    text-align: center;
}

.team-1 li {
    display: inline-block;
    width: 27.6744186%;
    margin-right: 7.97496%;
    float: left;
}

.team-1 li p,
.team-2 li p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.team-2 {
    text-align: center;
    margin-top: -15px;
}

.team-2 li {
    display: inline-block;
    margin-right: 6.2%;
    width: 20%;
    float: left;
}

.team-1 img,
.team-2 img {
    cursor: pointer;
}

.t-slide {
}

#main {
    width: 650px;
    margin: 0 auto;
    position: fixed;
    bottom: 10%;
    left: 30%;
    z-index: 9;
}

.slides section {
    margin: 25px 0;
}

.slides h4 {
    text-align: center;
    font-size: 26px;
    color: #4a4a4a;
}

.slides h5 {
    text-align: center;
    font-size: 16px;
    color: #bdc5cb;
}

.slides p {
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: 25px 0;
}

.slides ul {
    width: 89.23076923%;
    margin: 0 auto;
}

.slides ul li {
    float: left;
    width: 32.9%;
    text-align: center;
    border-top: 1px solid #c6cdd2;
    border-right: 1px solid #c6cdd2;
}

.iconfont {
    font-family: FontAwesome;
}

.slides ul li i {
    font-size: 30px;
    color: #a9b7b7;
    border: 1px solid #a9b7b7;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    margin: 35px 0;
}

.slides ul li:hover {
    border-top: 1px solid #56abe4;
}

.slides ul li:hover i {
    color: #fff;
    background: #56abe4;
    border: none;
}

.btn-back {
    width: 180px;
    height: 50px;
    background: #7fcff4;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    margin: 30px auto;
    cursor: pointer;
    position: relative;
}

.t-fade {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    bottom: 260px;
    display: none;
}

#factory > h4 {
    font-size: 24px;
    color: #4a4a4a;
    text-align: center;
    position: relative;
    top: -50px;
}

#factory ul {
    width: 75%;
    float: left;
}

#factory ul li {
    float: left;
    width: 33.33333333%;
}

#factory ul li img {
    max-height: 226px;
}

.factory > img {
    float: right;
    width: 25%;
}

.factory {
    margin: 50px 0;
}

/*
    pro
*/

#pro {
    padding-bottom: 35px;
    margin-top: -4%;
    position: relative;
    z-index: 9;
}

.pro-left {
    width: 18.33333333%;
    float: left;
    border: 1px solid #999999;
    border-radius: 5px;
}

.pro-left h3 {
    font-size: 14px;
    color: #009ee7;
    line-height: 50px;
    text-align: center;
}

.pro-left li {
    line-height: 45.5px;
    border-top: 1px solid #c6cdd2;
    position: relative;
}

.pro-left > ul > li > a {
    color: #7f7f7f;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
}

.pro-left > ul > li span {
    font-size: 20px;
    margin-left: 30px;
    color: #7f7f7f;
    position: absolute;
    top: 12px;
    right: 5px;
}

.pro-left li.curr01::after {
    content: "";
    background: url(../images/08.png) no-repeat;
    display: block;
    position: absolute;
    width: 7px;
    height: 47px;
    top: 0;
    right: -7px;
}

.side-nav-s {
    display: none;
}

.side-nav-s a {
    font-size: 13px;
    color: #999999;
    margin-left: 10px;
    font-weight: bold;
}

.pro-left > ul > li span.icon-angle-down {
    color: #009ee7;
}

.pro-right {
    float: right;
    width: 80%;
}

.pro-right > h1 {
    font-size: 24px;
    color: #7f7f7f;
    text-align: center;
    margin: 0;
}

.pro-right ul li {
    width: 31.14583333%;
    float: left;
    border: 1px solid #c6cdd2;
    border-radius: 5px;
    margin-top: 25px;
    margin-right: 2.9604%;
}

.pro-right ul li img {
    border-bottom: 1px solid #c6cdd2;
}

.pro-right ul li:nth-of-type(3n) {
    margin-right: 0;
}

.p-name {
    padding: 0 10px;
}

.p-name h4 {
    font-weight: normal;
    font-size: 16px;
    color: #7f7f7f;
    text-align: center;
    line-height: 24px;
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #c6cdd2;
    padding-top: 10px;
    max-height: 48px;
    overflow: hidden;
    height: 48px;
    overflow: hidden;
}

.p-name p {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin: 10px 0;
}

/*
    pd
*/

#pd {
    width: 1200px;
    margin: 0 auto;
}

.pd-left,
.nd-left {
    width: 74.58333333%;
    float: left;
}

.pd-left > h2,
.nd-left > h2 {
    font-size: 24px;
    color: #7f7f7f;
    text-align: center;
}

#pd .hiSlider-wrap {
    border: 1px solid #c6cdd2;
    margin-top: 65px;
}

.share {
    margin: 48px 0;
}

.s-l {
    width: 73.18435754%;
    float: left;
}

.s-l-a {
    width: 32.0610687%;
    background: #009fe9;
    float: left;
    margin-right: 1.90348%;
}

.s-l-a img {
    float: left;
    width: 25px;
    margin: 20px;
    height: 25px;
}

.s-l-a section {
    float: left;
    width: 125px;
    margin-top: 15px;
}

.s-l-a h5 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.s-l-a p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.s-r {
    float: right;
    width: 18.43575419%;
}

.s-r p {
    font-size: 14px;
    color: #7f7f7f;
}

.share-img img {
    float: right;
    margin: 12px 0 0 12px;
}

.partner {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
}

.students a {
    float: left;
    display: block;
    width: 23.46368715%;
    text-align: center;
    line-height: 56px;
    color: #7f7f7f;
    font-size: 14px;
    border-top: 1px solid #999;
    border-right: 1px solid #c6cdd2;
}

.students a.active {
    background: #7fcff4;
    color: #fff;
}

.students a:first-child {
    border-left: 1px solid #999;
    border-radius: 5px 0 0 0;
}

.students a:last-child {
    border-right: 1px solid #999;
    border-radius: 0 5px 0 0px;
}

.sex div {
    float: left;
}

.sex div {
    display: none;
    border: 1px solid #999;
    padding: 25px 0;
    width: 99.8%;
}

.sex .on {
    display: block;
    border: 1px solid #999;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
    padding: 25px 0;
}

.sex .on p img {
    margin: 0 auto;
}

.sex div section {
    padding: 0 30px;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
}

.pd-mes {
    margin-top: 30px;
}

.pd-mes h3 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.pd-form {
    margin-top: 10px;
    border: 1px solid #c6cdd2;
    margin-bottom: 100px;
}

.pd-form form {
    padding: 40px;
}

.pd-form form p {
    font-size: 14px;
}

.pd-form form > p > span {
    color: #000;
}

.pd-form form div {
    position: relative;
    margin-top: 25px;
}

.pd-form form div span {
    position: relative;
    top: -145px;
    color: #7f7f7f;
}

.pd-form form div span i {
    color: #ea002a;
}

.pd-form form div p {
    margin-left: 10%;
    margin-top: 10px;
}

.pd-form form div textarea {
    width: 85%;
    border: 1px solid #c6cdd2;
    height: 160px;
    font-size: 14px;
    color: #cacaca;
    padding: 10px 0 0 10px;
}

.pd-form form div.input span {
    top: 0;
}

.pd-form form div.input input,
.pd-form form div.input select {
    border: 1px solid #c6cdd2;
    line-height: 26px;
    height: 26px;
    margin-left: 10px;
    width: 28.2902829%;
}

.pd-form form div.input select {
    line-height: 30px;
    height: 30px;
    float: none;
    color: #000;
    background: url(../images/arrdown.png) no-repeat center right 16px;
}

.pd-form input.send {
    width: 115px;
    height: 43px;
    color: #fff;
    background: #7fcff4;
    cursor: pointer;
    line-height: 43px;
    text-align: center;
    margin: 0 auto 40px;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    display: block;
}

.newpd {
    width: 22.5%;
    float: right;
}

.newpd .pro-left {
    width: 100%;
    margin-bottom: 20px;
}
.newpd .pro-left h3{
    text-align: left;
    padding-left: 10px;
}
.newpd .pro-left > ul > li > a{
    font-size: 12px;
    font-weight: normal;
}
.pd-right {
    width: 100%;
    float: right;
    border: 1px solid #999999;
    border-radius: 5px;
}

.pd-right h2 {
    font-size: 14px;
    color: #009ee7;
    text-align: left;
    padding-left: 10px;
    line-height: 70px;
    border-bottom: 1px solid #c6cdd2;
}

.pd-right ul {
    width: 92.59259259%;
    margin: 0 auto;
}

.pd-right ul li {
    overflow: hidden;
    padding-bottom: 8px;
    border-bottom: 1px solid #c6cdd2;
    margin-top: 8px;
}

.pd-right ul li img {
    float: right;
    width: 73px;
}

.pd-right ul li section {
    width: 165px;
    float: left;
}

.pd-right ul li section h5 {
    font-weight: normal;
    line-height: 24px;
    font-size: 12px;
    max-height: 48px;
    overflow: hidden;
}

.pd-right ul li section p {
    text-align: left;
    color: #cacaca;
    font-size: 12px;
}

/*
    news
*/

#news {
    width: 1200px;
    margin: -4.9% auto 0;
}

#news > h2 {
    font-size: 24px;
    text-align: center;
}

#news > h2 span {
    font-size: 48px;
    color: #009fe9;
}

.top-news,
.top-contact {
    margin-top: 60px;
}

.top-news img,
.top-contact > img {
    float: left;
    width: 47.0833333%
}

.top-news-r {
    float: right;;
    width: 50%;
}

.top-news-r section {
    margin-top: 15px;
}

.top-news-r h1 {
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c6cdd2;
    margin-bottom: 5px;
}

.top-news-r section p {
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
    text-indent: 2em;
}

#news1 {
    background: url(../images/n.jpg) no-repeat center top #009ee7;
    position: relative;
    padding-bottom: 90px;
    margin-top: 110px;
}

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

.news header > h3,
.contact header > h3 {
    font-size: 24px;
    margin-left: 17.91666667%
}

.news h3 span,
.contact h3 span {
    font-size: 48px;
    color: #009fe9;
}

@charset "utf-8";

/*主窗*/

#scroll {
    position: relative;
}

#scroll > img {
    position: relative;
    top: -15%;
    left: 1%;
    margin-top: -11.3%;
}

/*左边内容区*/

#scroLeft {
    height: 100%;
    width: 430px;
    overflow: hidden;
    margin: 0 0;
}

/*右边滚动条轨道*/

#scroRight {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 0;
    height: 85%;
    z-index: 0;
    width: 5px;
    overflow: hidden;
}

/*滚动条*/

#scroLine {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 5px;
    background: #cb8c92;
    cursor: pointer;
}

#boxscroll01 p {
    line-height: 30px;
    color: #838383;
    font-size: 0.8em;
    text-align: justify;
}

/*主窗2*/

#scroll {
    width: 100%;
    position: relative;
    float: right;
}

/*左边内容区*/

#scroLeft {
    height: 100%;
    width: 83.33333333333334%;
    overflow: hidden;
    margin: 0 0;
}

/**/

#scroll01 {
    position: relative;
    float: left;
}

#scroll01 > img {
    position: relative;
    top: -34%;
    margin-top: -26.3%;
}

/*左边内容区*/

#scroLeft01 {
    height: 100%;
    width: 430px;
    overflow: hidden;
    margin: 0 0;
}

/*右边滚动条轨道*/

#scroRight01 {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    width: 5px;
    overflow: hidden;
}

/*滚动条*/

#scroLine01 {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 5px;
    background: #cb8c92;
    cursor: pointer;
}

.prds-infocon01 {
    line-height: 30px;
    color: #363636;
    font-size: 0.8em;
    text-align: justify;
}

/*主窗2*/

#scroll01 {
    width: 100%;
    position: relative;;
}

/*左边内容区*/

#scroLeft01 {
    height: 100%;
    width: 82.83132530120482%;
    overflow: hidden;
    margin: 0 0;
}

#scroll1 {
    width: 100%;
}

#scrollbar1 {
    width: 100%;
    clear: both;
    margin: 20px 0 10px;
}

#scrollbar1 .viewport {
    width: 95%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(131, 131, 131)
}

#scrollbar1 .overview P {
    color: rgb(131, 131, 131);
    text-align: justify;
    line-height: 31px;
}

#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb {
    background: transparent url(../images/bg-scrollbar.png) no-repeat;
}

#scrollbar1 .scrollbar {
    position: relative;
    background-position: 0 0;
    float: right;
    width: 13px;
}

#scrollbar1 .track {
    background: transparent url(../images/bg-scrollbar-end.png) no-repeat 0 100%;
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

#scrollbar1 .thumb {
    background-position: 100% 100%;
    height: 20px;
    width: 14px;
    cursor: pointer;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0;
}

#scrollbar1 .thumb .end {
    background-position: 100% 0;
    height: 5px;
    width: 13px;
}

#scrollbar1 .disable {
    display: none;
}

#scroll2 {
    width: 100%;
}

#scrollbar2 {
    width: 100%;
    clear: both;
    margin: 20px 0 10px;
}

#scrollbar2 .viewport {
    width: 95%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

#scrollbar2 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

#scrollbar2 .overview p {
    text-align: justify;
    line-height: 31px;
}

#scrollbar2 .scrollbar,
#scrollbar2 .thumb .end,
#scrollbar2 .thumb {
    background: transparent url(../images/bg-scrollbar.png) no-repeat;
}

#scrollbar2 .scrollbar {
    position: relative;
    background-position: 0 0;
    float: right;
    width: 14px;
}

#scrollbar2 .track {
    background: transparent url(../images/bg-scrollbar-end.png) no-repeat 0 100%;
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

#scrollbar2 .thumb {
    background-position: 100% 100%;
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

#scrollbar2 .thumb .end {
    background-position: 100% 0;
    height: 5px;
    width: 13px;
}

#scrollbar2 .disable {
    display: none;
}

.news header > h4,
.contact header > h4 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: -20px;
}

.news-list div:last-child {
    float: right;
}

.news-list .c-news {
    width: 47.08333333%;
    float: left;
    border-radius: 5px;
    border: 1px solid #999;
    margin-top: 95px;
    background: #fff;
}

.news-list .c-news h3 {
    text-align: center;
    color: #009ee7;
    line-height: 70px;
    border-bottom: 1px solid #999;
    font-size: 30px;
}

.news-list .c-news ul {
    width: 100%;
    margin: 0 auto;
}

.news-list .c-news ul li {
    border-bottom: 1px solid #c6cdd2;
    margin-top: 25px;
    overflow: hidden;
    padding: 0 10px 15px;
}

.news-list .c-news ul img {
    width: 21.04247104%;
    float: left;
}

.news-r {
    float: right;
    width: 77.22007722%;
}

.news-r h4 {
    font-size: 18px;
    word-break: break-all;
    line-height: 24px;
    border-bottom: 1px solid #c6cdd2;
}

.news-r h5 {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    text-align: justify;
}

.news-r p {
    text-align: right;
    font-size: 11px;
    color: #cacaca;
}

.date {
    text-align: center;
    margin: 30px 0;
}

.date a {
    display: inline-block;
    color: #7f7f7f;
    font-size: 14px;
    font-family: "宋体";
}

.news-list .c-news.i-news {
    float: right;
}

/*
    nd
*/

.nd-left > img {
    margin-top: 70px;
}

.n {
    margin: 60px 0;
}

.n p {
    line-height: 20px;
    text-indent: 2em;
    font-size: 14px;
}

.article {
    border: 1px solid #999;
    border-radius: 5px;
}

.article h2 {
    font-size: 18px;
    color: #009ee7;
    padding-left: 30px;
    line-height: 70px;
    border-bottom: 1px solid #c6cdd2;
}

.article .com {
    padding-bottom: 30px;
}

.cus {
    border-bottom: 1px solid #c6cdd2;
    padding: 0 30px 5px;
    margin-top: 15px;
}

.article .com img {
    float: left;
    width: 40px;
}

.article .com .comm {
    float: left;
    width: 90%;
    margin-left: 10px;
    margin-top: 5px;
}

.article .com .comm > p {
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
    margin-top: 5px;
}

.article .com .comm > a p.com-n {
    text-align: right;
    color: #cacaca;
    font-size: 12px;
}

.reply {
    color: #7f7f7f;
}

.reply-i {
    width: 80%;
    margin-top: 5px;
    display: none;
}

.r .reply {
    text-align: right;
    width: 94%;
    display: inline-block;
}

.r .reply-i {
    width: 100%;
}

.article .com .comm h6,
.article .com .r-cus h6,
.c-r-cus h6 {
    font-size: 16px;
}

.article .com .comm section p,
.article .com .r-cus p,
.c-r-cus p {
    font-size: 12px;
    color: #cacaca;
}

.article .com .r-cus > img {
    float: right;
    width: 40px;
}

.r {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #c6cdd2;
}

.r-comm {
    float: right;
    width: 90%;
    margin-right: 10px;
}

.article .com .r-cus h6,
.article .com .r-cus p {
    text-align: right;
}

.article .com .r-cus .r-comm > p,
.c-r-comm > p {
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
    margin-top: 5px;
}

.c-r-cus {
    margin-top: 15px;
}

.c-r .c-r-cus img {
    float: left;
}

.c-r-comm {
    float: left;
    width: 90%;
    margin-left: 10px
}

.nd {
    padding-bottom: 60px;
}

/*
    contact
*/

.top-contact {
    width: 99.95%;
}

.top-contact-r {
    width: 52.82666667%;
    float: left;
    border-right: 1px solid #c6cdd2;
    border-top: 1px solid #c6cdd2;
    border-bottom: 1px solid #c6cdd2;
    padding-bottom: 23px;
}

.top-contact-r-i {
    margin-left: 10.88328076%;
}

.top-contact-r-i h2 {
    color: #1aa6ea;
    font-size: 30px;
    padding: 13px 0;
    border-bottom: 1px solid #c6cdd2;
}

.top-contact-r-i p {
    line-height: 36px;
    font-size: 14px;
}

.top-contact-r-i img {
    display: inline-block;
    margin-right: 8px;
}

.icons {
    text-align: right;
}

.icons img {
    display: inline-block;
}

#contact1 {
    background: url(../images/n.jpg) no-repeat center top;
    margin-top: 100px;
    height: 834px;
}

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

.contact-l {
    width: 47.08333333%;
    float: left;
    margin-top: 80px;
}

.contact-r {
    width: 49.58333333%;
    float: right;
    margin-top: 80px;
    background: #fff;
    border-radius: 5px;
}

.contact-r > h3 {
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #c6cdd2;
    color: #009ee7;
}

.contact-l p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.contact-l input,
.contact-l textarea {
    width: 99%;
    height: 22px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    margin-top: 5px;
}

.contact-l textarea {
    height: 160px;
}

.contact-l input[type="submit"] {
    width: 152px;
    height: 32px;
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 32px;
    text-align: center;
    margin: 45px auto 0;
    display: block;
    font-size: 20px;
    color: #fff;
}

.contact-r ul > li {
    line-height: 49.4px;
    border-bottom: 1px solid #c6cdd2;
    color: #7f7f7f;
    font-size: 13px;
    position: relative;
    padding: 0 30px;
    cursor: pointer;
}

.contact-r ul > li span {
    text-align: right;
    font-size: 18px;
    position: absolute;
    right: 30px;
    top: 16px;
}

.contact-r ol {
    padding: 0 15px;
    display: none;
}

.contact-r ol li {
    list-style: normal;
    line-height: 20px;
}

.contact-r ul > li.active {
    color: #009ee7;
}

@media only screen and (max-width: 1680px) {
    .hiSlider-item img {
        height: 516px;
    }

    #pd .hiSlider-item img {
        height: 484;
    }
}

@media only screen and (max-width: 500px) {
    .header-top,
    .header-nav,
    #index-pro,
    .us,
    .teams,
    .teams1,
    .team-1,
    #factory,
    #pro,
    #pd,
    .share,
    #news,
    #news1,
    #contact {
        width: 100%;
    }

    .header-top-l,
    #footer footer .f-l,
    #footer footer .f-r,
    #factory ul,
    .pro-left,
    .pro-right,
    .pd-left,
    .s-l,
    .top-contact > img,
    .top-contact-r {
        width: 100%;
        float: none;
    }

    .index-news,
    #footer footer {
        width: 96%;
        margin: 0 auto;
    }

    .pd-form {
        margin-bottom: 20px;
    }

    .search input[type="submit"] {
        padding: 0 7px;
        background: none
    }

    #header {
        height: auto;
    }

    select {
        margin: 0;
        padding: 0;
        background: #000;
        width: 45%;
        float: left;
        border: 1px solid #fff;
    }

    .search {
        width: 55%;
        float: left;
    }

    .search input[type="text"] {
        width: 65%;
        padding: 0;
    }

    .newpd .pro-left {
        display: none;
    }

    .newpd {
        width: 100%;
    }

    #logo {
        width: 80%;
        margin: 10px 0;
    }

    .header-nav nav {
        padding-top: 0;
    }

    #banner {
        display: none;
    }

    .banner {
        display: block;
    }

    #index-pro {
        margin: 0;
    }

    #index-pro li,
    .index-news li,
    .index-news li .i-n-r {
        width: 100%;
        margin-bottom: 10px;
    }

    .index-news li {
        border-bottom: 1px solid #000;
    }

    .index-news li img {
        display: none;
    }

    #footer footer .f-l {
        margin-left: 5px;
    }

    #footer footer .f-r {
        margin: 20px 0 0 5px;
        text-align: left;
    }

    #footer footer .f-r p {
        margin-top: 5px
    }

    .us header {
        margin-bottom: 20px;
    }

    .us-i {
        padding: 0 10px;
    }

    .us-i p {
        text-align: justify;
    }

    #team {
        margin-top: 30px;
        background: #009ee7;
    }

    .team-1 li {
        width: 24%;
        margin-right: 1%;
    }

    .team-1 li:first-child {
        margin-left: 13%;
    }

    .team-1 li p,
    .team-2 li p {
        font-size: 10px;
    }

    .team-2 {
        margin-top: 10px;
    }

    .team-2 li {
        width: 24%;
        margin-right: 1%;
    }

    #team {
        padding: 15px 0;
    }

    #main {
        left: 0;
        width: 100%;
        bottom: 18%;
    }

    .t-fade {
        background: none;
    }

    .slides section {
        margin: 10px 0;
    }

    .t-fade,
    #main {
        width: 70%;
        left: 15%;
    }

    .slides h4 {
        font-size: 20px;
    }

    .slides h5 {
        font-size: 16px;
    }

    .slides ul li {
        width: 32.5%;
    }

    .slides p {
        margin: 5px 0;
    }

    .slides ul li i {
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 5px 0;
    }

    .pro-right {
        margin-top: 15px;
    }

    .pd-right {
        border: none;
    }

    #factory > h4 {
        top: 0;
        margin-top: 10px;
    }

    .factory {
        margin: 10px 0;
    }

    .factory > img {
        display: none;
    }

    #pro {
        margin-top: 0;
    }

    .pro-left {
        border: none;
    }

    .pro-right ul li {
        width: 47%;
        margin: 1%;
    }

    .pro-right ul li:nth-of-type(3n) {
        margin: 1%;
    }

    .p-name {
        padding: 0;
    }

    .p-name h4 {
        font-size: 10px;
    }

    .p-name p {
        font-size: 9px;
    }

    #pd .hiSlider-item img {
        height: 194;
    }

    .share {
        margin: 10px 0;
    }

    .pd-form form {
        padding: 5px;
    }

    .pd-form form div span {
        top: 0;
    }

    .s-l-a {
        width: 32%;
        margin-right: 1%;
        padding: 5px 0;
        height: 108px;
    }

    .s-l-a img {
        float: none;
        margin: 10px auto;
    }

    .sex div section {
        padding: 0 8px;
    }

    .partner,
    .pd-mes,
    .pd-right,
    .sex .on,
    .s-r {
        width: 99%;
        margin: 0 auto;
    }

    .icons {
        text-align: left;
    }

    .s-l-a section {
        width: 100%;
        margin-top: 0px;
    }

    .share-img img {
        float: left;
    }

    .pd-right ul li section {
        width: 70%;
    }

    .pro-left li.curr01::after {
        display: none;
    }

    #pd .hiSlider-wrap {
        margin-top: 15px;
        border: none;
    }

    .top-news img {
        display: none;
    }

    .top-news-r {
        margin: 0 auto;
        width: 96%;
        float: none;
    }

    .news-list .c-news ul {
        width: 96%;
        margin: 0 auto;
    }

    .top-news-r section p {
        text-align: left;
    }

    #news {
        margin-top: 0;
    }

    .top-news {
        margin-top: 20px;
    }

    #news1 {
        background: none;
        margin-top: 30px;
    }

    .news {
        width: 100%;
    }

    .news header > h4,
    .news-list .c-news ul img {
        display: none;
    }

    .news header > h3 {
        text-align: center;
        margin: 0;
    }

    .news-list .c-news {
        margin-top: 0px;
        width: 100%;
        float: none;
        border: none;
    }

    .news-r {
        width: 100%;
        float: none;
    }

    .news-list .c-news ul li {
        padding: 0 5px 5px;
    }

    .nd-left {
        width: 100%;
        float: none;
    }

    .nd-left > img,
    .n {
        margin-top: 20px;
    }

    .n {
        padding: 0 10px;
    }

    .n p {
        width: 99%;
        margin: 0 auto;
    }

    .cus {
        padding: 0 5px 5px;
    }

    .article .com .comm,
    .r-comm,
    .c-r-comm {
        width: 80%;
    }

    .top-contact-r-i {
        margin-left: 0;
        width: 96%;
        margin: 0 auto;
    }

    #contact1 {
        background: #009ee7;
        height: auto;
        margin-top: 20px;
    }

    #contact1,
    .contact {
        width: 100%;
    }

    .contact-l,
    .contact-r {
        float: none;
        width: 96%;
        margin: 0 auto;
    }

    .top-contact-r-i h2 {
        font-size: 26px;
    }

    .contact header > h4 {
        display: none;
    }

    .contact-l input[type="submit"] {
        margin: 15px auto 30px;
    }

    .contact-r ul > li {
        line-height: 20px;
        padding: 15px 10px;
    }

    .top-contact-r {
        border-right: none;
    }

    #scrollbar1 .viewport {
        height: 360px;
    }

    .side {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .search input[type="text"] {
        width: 74.5%;
    }

    #pd .hiSlider-item img {
        height: 173px;
    }
}
