﻿@charset "utf-8";





/*head*/

.head {
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #ccc
}

.head h1 {
    height: 30px;
    overflow: hidden
}

.head h1 .logo {
    height: 30px;
}



.head .nav {
    height: 36px;
}

.head .nav ul li {
    width: 124px;
    float: left;
    height: 36px;
    line-height: 36px;
}

.head .nav ul li.on {
    background: url(../images/nav.jpg) no-repeat top center;
}

.head .nav ul li a {
    display: block
}













/*banner*/

.banner {
    width: 100%;
    overflow: hidden;
    height: 400px
}

.banner img {
    left: 50%;
    position: relative;
    margin-left: -960px
}



/*yingxiao*/

.yingxiao {
    width: 100%;
    height: 460px;
    background: url("../images/yxbg.jpg") no-repeat top center;
    color: #444;
}

/*pinpai*/

.pinpai li {
    width: 165px;
    height: 55px;
    float: left;
    border-right: #ddd solid 1px;
}

.pinpai li.last {
    border-right: 0
}

.pinpai li img {
    width: 165px;
    height: 55px;
}

/*join case*/

.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    height: 0;
}

.picScroll-left .hd .prev {
    display: block;
    width: 52px;
    height: 52px;
    float: left;
    margin-top: 80px;
    margin-left: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/j-btn.png") no-repeat;
}

.picScroll-left .hd .next {
    display: block;
    width: 52px;
    height: 52px;
    float: right;
    margin-top: 80px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/j-btn.png") no-repeat -52px 0;
}

.picScroll-left .hd .prev:hover {
    background-position: 0 -52px;
}

.picScroll-left .hd .next:hover {
    background-position: -52px -52px;
}



.picScroll-left .bd {
    width: 990px;
    overflow: hidden;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin-right: 44px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: left;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    overflow: hidden
}

.picScroll-left .bd ul li .pic img {
    width: 300px;
    height: 225px;
    display: block;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.picScroll-left .bd ul li .pic:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.picScroll-left .bd ul li .title {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: #fff
}



/*join yaoqiu*/

.join {
    height: 500px;
}

.join_li {
    width: 175px;
    float: left;
    _display: inline;
    zoom: 1;
    background: url("../images/yuan.png") no-repeat 33px 0;
    display: none
}

.join_container {
    height: 108px;
    width: 108px;
    position: relative;
    overflow: hidden;
    margin-left: 33px;
}



.join1,
.join2,
.join3,
.join4,
.join5,
.join6 {
    height: 108px;
    width: 108px;
    background: url("../images/ico2.png") no-repeat;
    height: 108px;
    width: 108px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.join2 {
    background-position: -108px 0;
}

.join3 {
    background-position: -216px 0;
}

.join4 {
    background-position: -324px 0;
}

.join5 {
    background-position: -432px 0;
}

.join6 {
    background-position: -540px 0;
}



.join_container:hover .join1 {
    background: url("../images/ico1.png") no-repeat;
}

.join_container:hover .join2 {
    background: url("../images/ico1.png") no-repeat;
    background-position: -108px 0;
}

.join_container:hover .join3 {
    background: url("../images/ico1.png") no-repeat;
    background-position: -216px 0;
}

.join_container:hover .join4 {
    background: url("../images/ico1.png") no-repeat;
    background-position: -324px 0;
}

.join_container:hover .join5 {
    background: url("../images/ico1.png") no-repeat;
    background-position: -432px 0;
}

.join_container:hover .join6 {
    background: url("../images/ico1.png") no-repeat;
    background-position: -540px 0;
}



.join_container .mask {
    width: 108px;
    height: 108px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/yuanh2.png") no-repeat;
    z-index: 2;
}

.join_container:hover .mask {
    background: url("../images/yuanh.png") no-repeat;
}



.join_li .title {
    margin-top: 15px;
    font-size: 14px;
    color: #ccc
}

.join_li .title b {
    font-size: 18px;
    color: #444444
}

.join_li p {
    font-size: 12px;
    color: #666;
    width: 150px;
    margin: auto;
    margin-top: 10px;
}



.join1,
.join2,
.join3,
.join4,
.join5,
.join6,
.join_container .mask {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}





/* liucheng */

.section2 {
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 auto;
    height: 610px;
    background-image: url(../images/join-bg.jpg);
}

.section2 .gl {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}



.section {
    overflow: hidden;
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0 auto;
    height: 610px;
    margin-top: -610px
}

.section .container {
    width: 990px;
    margin: auto;
    overflow: hidden;
    height: 320px;
    margin-top: 100px;
    position: relative;
    z-index: 2;
    background: url(../images/j.png) no-repeat center;
}



.section .container .lc {
    position: absolute;
    width: 221px;
    height: 95px;
    background: url(../images/join.png) no-repeat;
    padding: 10px;
    overflow: hidden;
    display: none
}

.lc-1 {
    left: 145px;
    top: 0
}

.lc-2 {
    left: 450px;
    top: 0
}

.lc-3 {
    right: 0;
    top: 0
}

.lc-4 {
    left: 0;
    top: 195px
}

.lc-5 {
    left: 300px;
    top: 195px
}

.lc-6 {
    left: 605px;
    top: 195px
}

.section .container p {
    font-size: 12px;
    margin-top: 10px
}



/* mendian */

.poster-main {
    width: 860px;
    height: 500px;
    position: relative;
    margin: 0 auto;
}

.poster-main a,
.poster-main img {
    display: block;
}

.poster-main .poster-list {
    width: 860px;
    height: 360px;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #e8e8e8;
    margin-left: -10px;
}

.poster-main .poster-list .poster-item img {}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: -120px;
    background: url(../images/jbl.jpg) no-repeat center center;
}

.poster-main .poster-next-btn {
    right: -120px;
    background: url(../images/jbr.jpg) no-repeat center center;
}

.poster-main .poster-prev-btn:hover {
    background: url(../images/jblh.jpg) no-repeat center center;
}

.poster-main .poster-next-btn:hover {
    background: url(../images/jbrh.jpg) no-repeat center center;
}



/** lianxi2 page ***/

.lianxi2 {
    margin: auto;
    width: 945px;
    height: 300px;
    overflow: hidden;
}

.index_form {
    display: block;
    width: 945px;
    overflow: hidden;
    background: url(../images/fe.jpg) no-repeat right top;
}

.index_form .in_form {
    display: block;
    overflow: hidden;
    width: 450px;
}



.index_form .in_form .in_in,

.index_form .in_form .in_area,

.index_form .in_form .in_yan {
    height: 36px;
    position: relative;
    margin: 0 0px 31px;
    display: block;
    overflow: hidden;
}

.index_form .in_form .in_in input,

.index_form .in_form .in_area textarea,

.index_form .in_form .in_yan input {
    height: 34px;
    border: #DBD6CF solid 1px;
    line-height: 34px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 13px;
    color: #666;
    z-index: 10;
    background: none;
    padding: 0 3px;
}

.index_form .in_form .in_in strong,

.index_form .in_form .in_area strong,

.index_form .in_form .in_yan strong {
    width: 444px;
    height: 36px;
    display: block;
    overflow: hidden;
    padding: 4px;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    padding: 0 3px;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.index_form .in_form .in_in span,

.index_form .in_form .in_area span,

.index_form .in_form .in_yan span {
    height: 36px;
    line-height: 36px;
    display: block;
    overflow: hidden;
    padding: 4px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 0 3px;
    color: #999;
    font-size: 12px;
    background: #fff;
}

.index_form .in_form .in_in b,

.index_form .in_form .in_area b,

.index_form .in_form .in_yan b {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0)
}

.index_form .in_form .in_in {
    width: 450px;
}

.index_form .in_form .in_in input {
    width: 442px;
}

.index_form .in_form .in_in span {
    width: 444px;
}

.index_form .in_form .in_area {
    height: 94px;
    width: 450px;
}

.index_form .in_form .in_area textarea {
    height: 84px;
    width: 442px;
    line-height: 16px;
    padding: 4px 3px;
    overflow: auto;
}

.index_form .in_form .in_area span {
    height: 94px;
    width: 444px;
    padding-top: 4px;
    line-height: 18px;
}

.index_form .in_form .in_yan {
    width: 208px;
    float: left;
}

.index_form .in_form .in_yan input {
    width: 200px;
    z-index: 99;
}

.index_form .in_form .in_yan span {
    width: 202px;
}

.index_form .in_form .in_yan div {
    height: 36px;
    width: 60px;
    padding: 4px 10px;
    line-height: 33px;
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 15;
    background: #eee;
}

.index_form .in_form .in_yan div img {
    height: 15px;
    width: 50px;
    margin: 5px 0 0 0;
}

.index_form .in_form .in_sub {
    float: right;
    height: 36px;
    width: 170px;
    position: relative;
}

.index_form .in_form .in_sub .submit {
    float: right;
    width: 170px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #c4243e;
    border: none;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    letter-spacing: 0.1em;
}

.index_form .in_form .in_in span.sp_on {
    color: #ccc;
    text-align: right;
    background: #fff;
}

.index_form .in_form .in_in span.sp_out {
    color: #bf0202;
    text-align: left;
    background: #fe9ca1;
}

.index_form .in_form .in_area span.sp_on {
    color: #ccc;
    text-align: right;
    background: #fff;
}

.index_form .in_form .in_area span.sp_out {
    color: #bf0202;
    text-align: left;
    background: #fe9ca1;
}

.index_form .in_form .in_yan span.sp_on {
    color: #ccc;
    text-indent: 30px;
    background: #fff;
}

.index_form .in_form .in_yan span.sp_out {
    color: #bf0202;
    text-align: left;
    background: #fe9ca1;
}





/* about tab */

.about .about_c {
    width: 580px;
}

.about .about_c p {
    text-indent: 2em
}

.about .pic {
    width: 522px;
    height: 410px;
}

.about .pic .whlist .li {
    padding: 10px 0;
    border-right: 1px solid #e5e5e5;
    float: left;
    width: 172px;
}

.about .pic .whlist .last {
    border-right: 0
}

.about .pic .whlist b {
    font-size: 18px
}

.about .pic .whlist dt {
    font-size: 12px;
    color: #666;
    margin: 9px 0
}

.about .pic .whlist .line {
    width: 30px;
    height: 2px;
    background: #e5e5e5;
    margin: 0 auto
}



.about .slideTxtBox {
    width: 1140px;
    margin: auto
}

.about .slideTxtBox ul {
    overflow: hidden
}

.about .slideTxtBox li {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
    border-radius: 50%;
    border: 7px solid #e8e8e8;
    overflow: hidden;
    position: relative
}

.about .slideTxtBox li.last {
    margin-right: 0;
}

.about .slideTxtBox li img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden
}



h6 {
    font-size: 16px;
    font-weight: normal
}



/*jishu*/

.jishu ul {
    padding-left: 13px
}

.jishu ul li {
    width: 300px;
    padding: 10px 0;
    padding-right: 35px;
    border-right: 1px #d6d6d6 dashed;
    margin-left: 35px;
    text-align: center;
    float: left;
}

.jishu ul li.last {
    border-right: 0;
}

.jishu ul li dt {
    font-size: 12px;
    color: #ccc;
    margin-top: 15px
}

.jishu ul li dt em {
    color: #333;
    font-size: 16px
}





/*pinzhiguanli*/

.pinzhiguanli {
    height: 595px;
    background: url(../images/pz.jpg) no-repeat center center
}

.poster-main2 {
    width: 860px;
    height: 500px;
    position: relative;
    margin: 0 auto;
}

.poster-main2 a,
.poster-main img {
    display: block;
}

.poster-main2 .poster-list {
    width: 860px;
    height: 360px;
}

.poster-main2 .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.poster-main2 .poster-list .poster-item img {}

.poster-main2 .poster-btn {
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.poster-main2 .poster-prev-btn {
    left: -180px;
    background: url(../images/jbl.png) no-repeat center center;
}

.poster-main2 .poster-next-btn {
    right: -180px;
    background: url(../images/jbr.png) no-repeat center center;
}

.poster-main2 .poster-prev-btn:hover {
    background: url(../images/jblh.png) no-repeat center center;
}

.poster-main2 .poster-next-btn:hover {
    background: url(../images/jbrh.png) no-repeat center center;
}





/*honor*/

.honor_l li {
    width: 106px;
    height: 142px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 9px;
    position: relative
}

.honor_l li.last {
    width: 195px;
    margin-right: 0
}



.piclist li .in {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 96px;
}

.piclist li .in .imgdiv {
    display: block;
    width: 96px;
    height: 130px;
    margin-top: 6px;
    margin-left: 5px;
    overflow: hidden;
}

.piclist li.last .in .imgdiv {
    display: block;
    width: 185px;
    height: 130px;
    margin-top: 6px;
    margin-left: 5px;
    overflow: hidden;
}



.piclist li.pic .original {
    display: none;
    position: absolute;
    text-align: center;
    background: #fff;
}

.piclist li.pic .original .imga {
    display: block;
}

.piclist li .original img {
    *height: 250px;
    *width: auto;
}



.piclist li.on {
    z-index: 999
}

.piclist li.on .original {
    display: block;
    z-index: 100;
}



/*history*/

.history {
    width: 100%;
    position: relative;
    font-size: 12px
}

.start-history {
    width: 1140px;
    margin: auto;
    display: block
}

.history-img {
    height: 1400px;
    width: 150px;
    overflow: hidden;
    float: left;
    margin-top: -70px;
    background: url(history2.png) no-repeat top center
}

.history_left {
    width: 495px;
    float: left;
    clear: left;
    position: relative;
    overflow: hidden
}

.history_right {
    width: 495px;
    float: left;
    position: relative;
    overflow: hidden
}

.history_R {
    margin-top: 100px;
    position: relative;
    width: 443px;
    float: left;
    margin-left: 510px;
    background: #c4243e;
    border-radius: 5px;
    padding: 20px
}

.history_L {
    margin-top: 100px;
    position: relative;
    width: 443px;
    float: right;
    margin-right: 510px;
    background: #c4243e;
    border-radius: 5px;
    padding: 20px
}



.history_L:after {
    content: '';
    position: absolute;
    border: 6px solid #fff;
    border-left-color: #c4243e;
    right: -12px;
    top: 50%;
    margin-top: -6px;
}

.history_R:after {
    content: '';
    position: absolute;
    border: 6px solid #fff;
    border-right-color: #c4243e;
    left: -12px;
    top: 50%;
    margin-top: -6px;
}

.history_L dd {
    margin-top: 15px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.history_L dt {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    overflow: hidden
}

.history_R dd {
    margin-top: 15px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.history_R dt {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    overflow: hidden
}



.year2 {
    margin-top: 200px
}





/*dashiji*/

.slideBox {
    width: 1135px;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center
}

.slideBox .hd ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #c2c2c2
}

.slideBox .hd ul li.on {
    background: #c2c2c2;
    color: #c2c2c2;
}



.slideBox .bd {
    position: relative;
    height: 379px;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 1135px;
    height: 379px;
    display: block;
}



/*ditu*/

.ditu {
    margin-top: 50px;
    height: 500px;
    background: url(../images/ditu.jpg) no-repeat center center
}

.ditu p.btn {
    width: 300px;
    height: 40px;
    background: url(../images/btn.jpg) no-repeat left center
}

.ditu p.btn a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 8px
}



/*service*/

.fuwulinian {
    position: relative
}

.fuwulinian .line {
    position: absolute;
    top: 267px;
    border-top: 1px solid #e5e5e5;
    height: 0;
    width: 100%;
    z-index: -1
}



ul.fwln_list li {
    width: 166px;
    float: left;
    margin-right: 77px;
}

ul.fwln_list li.last {
    margin-right: 0;
}

ul.fwln_list li dd {
    height: 106px;
    width: 166px;
    position: relative;
    background: url(../images/y.png) no-repeat;
    color: #999;
    font-size: 9px;
    padding-top: 60px;
    cursor: pointer
}

ul.fwln_list li dd .mask {
    width: 166px;
    height: 166px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/yh.png) no-repeat;
    z-index: 1;
    display: none
}

ul.fwln_list li dd .text {
    position: relative;
    z-index: 2;
}

ul.fwln_list li dd .text b {
    font-size: 20px;
    color: #c4243e;
}

ul.fwln_list li dt {
    line-height: 18px;
    margin-top: 15px;
    font-size: 12px;
    color: #666;
}



ul.fwln_list li:hover .text,
ul.fwln_list li:hover .text b {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}





/*fuwucengnuo*/

.fuwucengnuo .fw {
    width: 550px;
    background: #fff
}

.fuwucengnuo .fw .p {
    padding: 20px 25px 0 25px;
    width: 250px;
    font-size: 16px;
}

.fuwucengnuo .fw .p .p1 {
    margin: 20px 0 10px
}

.fuwucengnuo .fw .p .p2 {
    font-size: 12px;
    color: #666;
    line-height: 18px
}



/*fuwuliucheng*/

.liucheng_list li {
    width: 116px;
    height: 279px;
    float: left;
    margin-right: 88px;
    background: url(../images/yf.png) no-repeat top center;
}

.liucheng_list li.last {
    margin-right: 0
}

.liucheng_list li dt {
    margin-top: 35px
}

.liucheng_list li dt h3 {
    font-size: 18px;
    margin-top: 65px
}

.liucheng_list li dt p {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin-top: 10px
}

.liucheng_list li dt i {
    color: #999;
    font-size: 50px;
}

.liucheng_list li,
.liucheng_list li dt i {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.liucheng_list li:hover {
    background: url(../images/yfh.png) no-repeat top center;
}

.liucheng_list li:hover i {
    color: #fff
}

/*ziliaoxiazai*/

.multipleColumn2 {
    position: relative;
    width: 1140px;
    height: 220px;
}

.multipleColumn2 .hd {
    height: 0;
}

.multipleColumn2 .hd ul {
    text-align: center;
    overflow: hidden;
    zoom: 1;
}

.multipleColumn2 .hd ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    background: #bfbfbf;
}

.multipleColumn2 .hd ul li.on {
    background: #c4243e;
}







.multipleColumn2 .bd {
    overflow: hidden;
}

.multipleColumn2 .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 1140px;
    height: 200px;
    float: left;
    _display: inline;
}





.ulWrap2 li {
    width: 354px;
    height: 70px;
    float: left;
    margin-right: 35px;
    margin-bottom: 15px;
    line-height: 70px;
    box-shadow: 4px 4px 0px #ededed;
}

.ulWrap2 li.last {
    margin-right: 0
}

.ulWrap2 li dt {
    float: left;
    width: 84px;
    height: 70px;
    color: #666;
    font-size: 24px;
    text-align: center;
    background: #fff
}

.ulWrap2 li a {
    float: left;
    display: block;
    width: 240px;
    height: 70px;
    color: #fff;
    padding-left: 30px;
    background: url("../images/do.png") no-repeat right bottom #bfbfbf;
}

.ulWrap2 li:hover a {
    background: url("../images/do.png") no-repeat right bottom #c4243e;
}

/*pro*/

.p_menu {
    height: 160px;
    background: #e8e8e8
}

.p_menu .btn {
    float: left;
    height: 158px;
    width: 225px;
    border: 1px solid #fff;
    background: #e8e8e8
}

.p_menu .btn a {
    display: block;
    height: 43px;
    width: 225px;
    text-align: center;
    padding-top: 115px;
    color: #aaa;
    font-size: 16px
}

.p_menu .btn1 {
    background: url(../images/p1.png) no-repeat center 40px
}

.p_menu .btn2 {
    background: url(../images/p2.png) no-repeat center 45px
}

.p_menu .btn3 {
    background: url(../images/p3.png) no-repeat center 50px
}

.p_menu .btn4 {
    background: url(../images/p6.png) no-repeat center 35px
}

.p_menu .btn5 {
    background: url(../images/p7.png) no-repeat center 35px
}



.p_menu .on,
.p_menu .btn:hover {
    background: #c4243e;
}

.p_menu .on a,
.p_menu .btn:hover a {
    color: #fff;
}

.p_menu .on .btn1,
.p_menu .btn:hover .btn1 {
    background: url(../images/p1h.png) no-repeat center 40px
}

.p_menu .on .btn2,
.p_menu .btn:hover .btn2 {
    background: url(../images/p2h.png) no-repeat center 45px
}

.p_menu .on .btn3,
.p_menu .btn:hover .btn3 {
    background: url(../images/p3h.png) no-repeat center 50px
}

.p_menu .on .btn4,
.p_menu .btn:hover .btn4 {
    background: url(../images/p6h.png) no-repeat center 35px
}

.p_menu .on .btn5,
.p_menu .btn:hover .btn5 {
    background: url(../images/p7h.png) no-repeat center 35px
}



.p_menu .btn,
.p_menu .btn a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}



/*list*/

ul.p_list {
    width: 1170px;
    margin-top: 40px;
    overflow: hidden
}

ul.p_list li {
    width: 263px;
    height: 263px;
    border: 1px solid #e8e8e8;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

ul.p_list li img {
    width: 250px;
    height: 187px;
    margin-top: 10px
}

ul.p_list li p {
    height: 35px;
    line-height: 35px;
    color: #666;
    font-size: 16px;
    text-align: center;
}

ul.p_list li .jiage {
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

ul.p_list li .jiage span {
    color: #c4243e;
    font-weight: bold;
}



ul.p_list li.big {
    width: 552px;
    height: 552px;
}

ul.p_list li.big img {
    width: 552px;
    height: 414px;
    margin-top: 33px
}

ul.p_list li.big p {
    height: 45px;
    line-height: 45px;
}



ul.p_list li.big2 {
    width: 552px;
    height: 552px;
    float: right;
    margin-right: 38px
}

ul.p_list li.big2 img {
    width: 552px;
    height: 414px;
    margin-top: 33px
}

ul.p_list li.big2 p {
    height: 45px;
    line-height: 45px;
}



ul.p_list li:hover {
    border: 1px solid #c4243e;
}

/*********      page      ***************/

#page {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

#page .page_info {
    text-align: center
}

#page .page_info select {
    display: none;
}

#page .page_info span,
#page .page_info a {
    padding: 8px 14px;
    font-size: 14px;
    font-family: SimSun;
    margin: 0 5px;
    background-color: #ececec;
    line-height: 30px;
    color: #555;
}

#page .page_info span {
    color: #999;
}

#page .page_info span font {
    color: #c4243e;
    font-weight: normal;
    *padding: 0;
    *width: 8px;
    *height: 10px;
    font-size: 14px;
    font-weight: bold
}

#page .page_info a:hover {
    background-color: #c4243e;
    color: #fff;
}







/*product*/

.pro_center {
    margin: 40px auto 0;
    width: 1140px;
    overflow: hidden;
}

.pro_info {
    float: left;
    width: 1140px;
    overflow: hidden;
}

.pro_img {
    position: relative;
    width: 680px;
    height: 428px;
    text-indent: 0;
}

.pro_img .MaxLI {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    width: 568px;
    height: 426px;
    border: #e5e5e5 solid 1px;
}

.pro_img .MaxLI li {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 5;
    width: 568px;
    height: 426px;
    overflow: hidden
}

.pro_img .MaxLI li img {
    display: block;
    width: 568px;
    height: 426px;
    background: url(../images/load.gif) #fff no-repeat center center;
}



.pro_img .image_pn_l,
.pro_img .image_pn_r {
    overflow: hidden;
    position: absolute;
    top: 100px;
    width: 30px;
    height: 60px;
    z-index: 99;
}

.pro_img .image_pn_l {
    left: 0;
}

.pro_img .image_pn_r {
    right: 0;
}

.pro_img .Prev,
.pro_img .Next {
    display: block;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 99;
    background-color: #CCC;
    width: 30px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    font-family: "";
    color: #000;
}

.pro_img .Prev {
    dleft: -50px;
    text-align: left;
}

.pro_img .Next {
    dright: -50px;
    text-align: right;
}



.pro_img .MinLI {
    position: relative;
    width: 110px;
    overflow: hidden;
}

.pro_img .MinLI li {
    display: block;
    border: #e5e5e5 solid 1px;
    width: 88px;
    height: 66px;
    float: left;
    margin-bottom: 10px;
    cursor: pointer
}

.pro_img .MinLI li img {
    width: 88px;
    height: 66px;
}

.pro_img .MinLI .on {
    border: #c4243e solid 1px;
}



#pro_move {
    position: absolute;
    width: 24px;
    overflow: hidden;
    top: 20px;
    left: 89px;
}



/*pro_move*/

.pro_move ul {
    width: 193px;
    position: relative;
    overflow: hidden;
    border-left: #ccc solid 1px;
    border-top: #ccc solid 1px;
}

.pro_move ul li {
    width: 192px;
    height: 180px;
    float: left;
    overflow: hidden;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}

.pro_move ul li .img {
    width: 192px;
    height: 144px;
    float: left;
}

.pro_move ul li .img img {
    display: block;
    width: 192px;
    height: 144px;
    position: relative
}

.pro_move ul li .p {
    display: block;
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    position: relative;
    text-align: center;
    top: 0;
    z-index: 9;
}

.pro_move ul li:hover {}

.pro_move ul li:hover .p {
    color: #333;
}



.Infos {
    width: 910px;
    padding-top: 20px;
    border-top: #ccc solid 1px;
}

.Infos img {
    max-width: 910px;
}

.Infos p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}



.Infos tr,
td {
    background: #fff
}

.Infos td {
    padding: 5px 10px
}





.Infos #pn {
    margin-top: 20px;
    height: 20px;
    border-top: 1px solid #ccc;
    padding-top: 15px
}

.Infos #pn #pn_l {
    float: left
}

.Infos #pn #pn_r {
    float: right
}

.Infos #pn a:hover {
    color: #c4243e
}





.pro_g {
    width: 440px;
}

.pro_g h2 {
    line-height: 30px;
    font-size: 26px;
    font-weight: normal;
    color: #c4243e;
    margin: 10px 0;
}

.pro_g h4 {
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    margin-top: 30px;
}

.pro_g .tts {
    height: auto;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin-top: 0;
    padding: 10px;
    overflow: hidden;
    border: 1px dashed #ccc;
    border-left: 0;
    border-right: 0
}

.pro_g .tts p {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.pro_g .jiage {
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.pro_g .jiage span {
    color: #c4243e;
    font-weight: bold;
    font-size: 18px;
}







.canshu {}

.canshu h3 {
    width: 100%;
    border-bottom: #ccc solid 1px;
    line-height: 36px;
    font-size: 18px;
    font-weight: normal;
    color: #fb0b8a;
    margin-top: 20px;
}

.canshu .canshu1 {
    width: 500px;
    font-size: 14px;
    margin-top: 15px;
    line-height: 26px
}

.canshu .canshu1 td {
    height: 30px;
    line-height: 30px
}

.canshu .canshu2 {
    width: 460px;
    font-size: 16px;
    margin-top: 40px;
    text-indent: 3em;
}

.canshu .canshu2 img {
    max-width: 460px;
    display: block;
}







/***  newslist page  #3388ff**/

.n_list_center {
    margin: 30px auto 20px;
    width: 1140px;
    overflow: hidden;
}

.n_main {
    width: 100%;
    overflow: hidden;
}

.n_list {
    width: 1140px;
    overflow: hidden;
}

.n_list ul {}

.n_list ul li {
    margin-bottom: 30px;
    width: 1140px;
    height: 160px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.n_list ul li .date {
    float: left;
    width: 138px;
    height: 160px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.n_list ul li .date .p1 {
    text-align: center;
    padding-top: 50px;
    height: 50px;
    font-size: 48px;
    color: #777;
    overflow: hidden;
}

.n_list ul li .date span {
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #999;
    overflow: hidden;
}

.n_list ul li .img {
    float: left;
    width: 212px;
    height: 160px;
    overflow: hidden;
}

.n_list ul li .n_text {
    float: left;
    padding-left: 30px;
    width: 730px;
    height: 160px;
    overflow: hidden;
}

.n_list ul li .n_text .a1 {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    padding-top: 20px;
}

.n_list ul li .n_text .a1:hover {
    color: #c4243e;
}

.n_list ul li .n_text .p2 {
    height: 56px;
    line-height: 28px;
    font-size: 14px;
    color: #888888;
    overflow: hidden;
    padding-top: 5px;
}

.n_list ul li .n_text .a2 {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.n_list ul li .n_text .a2:hover {
    color: #c4243e;
}



.r_nav_list {
    width: 54px;
    overflow: hidden;
    z-index: 9999999999;
    position: fixed;
    bottom: 270px;
    left: 50%;
    margin-left: 580px
}

.r_nav_list li {
    margin-top: 1px;
    width: 54px;
    height: 54px;
    overflow: hidden;
}

.r_nav_list li a {
    display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
    background-color: #c1c3c6;
}

.r_nav_list li a:hover {
    background-color: #c4243e;
    color: #fff;
}

.r_nav_list li.this a,
.r_nav_list li.cur a {
    background-color: #c4243e;
    color: #fff;
}

.r_nav_list li img {
    width: 54px;
    height: 54px;
    overflow: hidden;
}

.news_nav_list li a {
    width: 44px;
    height: 44px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 22px
}

/*** news list page  ***/

.n_main .n_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.n_main .h2 {
    float: left;
    font-size: 20px;
    color: #555;
    font-weight: normal
}

.n_main .p1 {
    float: right;
    font-size: 12px;
    color: #9f9f9f;
    text-align: right;
    margin-top: 10px;
}

.n_content {
    line-height: 22px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
}

.n_content img {
    width: auto;
    max-width: 100%;
    height: auto !important;
    overflow: hidden;
}



.n_main {
    position: relative
}

.qrcode {
    position: absolute;
    right: 0;
    top: 0
}

/** prev next button ***/

.pn {
    padding-top: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-top: 1px solid #ddd
}

.pn_l {
    width: 45%;
    float: left;
    font-size: 12px;
    overflow: hidden;
}

.pn_l a:hover {
    color: #d7203f;
}

.pn_r {
    width: 45%;
    float: right;
    font-size: 12px;
    overflow: hidden;
    text-align: right;
}

.pn_r a:hover {
    color: #d7203f;
}







/*news_index*/

.qiyehuodong li {
    width: 265px;
    height: 375px;
    overflow: hidden;
    margin-left: 25px;
    background: #f8f8f8;
    float: left
}

.qiyehuodong li.last {
    margin-left: 0
}

.qiyehuodong li img {
    width: 265px;
    height: 185px;
}

.qiyehuodong li dt a {
    display: block;
    height: 60px;
    line-height: 40px;
    background: url(../images/n.jpg) no-repeat center bottom
}

.qiyehuodong li dt p {
    height: 100px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 12px
}



.gongsixinwen li {
    width: 420px;
    float: left;
    height: 100px;
    overflow: hidden
}

.gongsixinwen li .date {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    text-align: center
}

.gongsixinwen li .date .p1 {
    font-size: 30px;
    margin-top: 13px;
}

.gongsixinwen li .date span {
    font-size: 14px;
    margin-top: 5px
}

.gongsixinwen li dt {
    float: left;
    width: 210px;
    margin-left: 20px;
}

.gongsixinwen li dt a {
    font-size: 14px;
    height: 30px;
    line-height: 30px
}

.gongsixinwen li dt p {
    line-height: 22px;
    font-size: 12px
}













.head-box {
    position: relative;
    z-index: 10000;
}

.navbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 0;
    z-index: 9999;
}

/* sublist */

.sublist li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    height: 40px;
    line-height: 40px;
    padding: 15px 0;
}

.sublist li a {
    padding-left: 40px;
    display: block
}

.sublist li:hover a {
    color: #d7203f;
}

.sublist.ul1 {
    text-align: right;
    padding-right: 400px;
    width: 800px;
}

.sublist.ul1 li.li1 {
    background: url(../images/a1.png) no-repeat left center
}

.sublist.ul1 li.li2 {
    background: url(../images/a2.png) no-repeat left center
}

.sublist.ul1 li.li3 {
    background: url(../images/a3.png) no-repeat left center
}

.sublist.ul1 li.li4 {
    background: url(../images/a4.png) no-repeat left center
}

.sublist.ul1 li.li5 {
    background: url(../images/a5.png) no-repeat left center
}



.sublist.ul2 {
    text-align: right;
    padding-right: 150px;
    width: 1050px;
}

.sublist.ul2 li.li1 {
    background: url(../images/b1.png) no-repeat left center
}

.sublist.ul2 li.li2 {
    background: url(../images/b2.png) no-repeat left center
}

.sublist.ul2 li.li3 {
    background: url(../images/b3.png) no-repeat left center
}

.sublist.ul2 li.li4 {
    background: url(../images/b4.png) no-repeat left center
}

.sublist.ul2 li.li5 {
    background: url(../images/b5.png) no-repeat left center
}



.sublist.ul3 {
    text-align: right;
    padding-right: 250px;
    width: 950px;
}

.sublist.ul3 li.li1 {
    background: url(../images/c1.png) no-repeat left center
}

.sublist.ul3 li.li2 {
    background: url(../images/c2.png) no-repeat left center
}

.sublist.ul3 li.li3 {
    background: url(../images/c3.png) no-repeat left center
}





.sublist.ul4 {
    text-align: right;
    padding-right: 0;
}

.sublist.ul4 li.li1 {
    background: url(../images/d1.png) no-repeat left center
}

.sublist.ul4 li.li2 {
    background: url(../images/d2.png) no-repeat left center
}

.sublist.ul4 li.li3 {
    background: url(../images/d3.png) no-repeat left center
}

.sublist.ul4 li.li4 {
    background: url(../images/d4.png) no-repeat left center
}

.sublist.ul4 li.li5 {
    background: url(../images/d5.png) no-repeat left center
}

.sublist.ul4 li.li6 {
    background: url(../images/d6.png) no-repeat left center
}



.sublist.ul5 {
    text-align: right;
    padding-right: 0;
}

.sublist.ul5 li.li1 {
    background: url(../images/e1.png) no-repeat left center
}

.sublist.ul5 li.li2 {
    background: url(../images/e2.png) no-repeat left center
}

.sublist.ul5 li.li3 {
    background: url(../images/e3.png) no-repeat left center
}


















@media screen and (min-width: 200px) and (max-width:800px) {

    .banner {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .banner img {
        width: 100%;
        left: 0;
        position: relative;
        margin-left: 0;
    }

    ul.p_list {
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
    }

    ul.p_list li {
        width: 46%;
        height: auto;
        border: 1px solid #e8e8e8;
        float: left;
        margin-right: auto;
        margin-bottom: auto;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        margin: 2%;
        box-sizing: border-box;
    }

    ul.p_list li img {
        width: 100%;
        height: auto;
    }

    .pro_center {
        margin: 20px auto 0;
        width: 100%;
        overflow: hidden;
    }

    .pro_info {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .pro_img {
        position: relative;
        width: 100%;
        height: auto;
        text-indent: 0;
    }

    .pro_img .MaxLI {
        position: relative;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 280px;
        border: #e5e5e5 solid 1px;
    }

    .pro_img .MinLI {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }

    .pro_img .MaxLI li {
        display: block;
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 5;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .pro_img .MaxLI li img {
        display: block;
        width: auto;
        margin: 0 auto;
        height: 100%;
    }

    .pro_g {
        width: 100%;
    }

    #pro_move {
        display: none;
    }

    .Infos {
        width: 100%;
        padding-top: 20px;
        border-top: #ccc solid 1px;
    }

    .pro_move ul {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-left: #ccc solid 1px;
        border-top: #ccc solid 1px;
        box-sizing: border-box;
    }

    .pro_move ul li {
        width: 46%;
        height: auto;
        margin: 2%;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }


    .pro_move ul li .img {
        width: 100%;
        height: auto;
        float: left;
    }

    .pro_move ul li .img img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }

    .lianxi2 {
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
    }    

    .index_form {
        display: block;
        width: 100%;
        overflow: hidden;
        background: none;
    }


    .index_form .in_form {
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

    .index_form .in_form .in_sub {
        float: none;
        height: 36px;
        width: 170px;
        position: relative;
        margin: 0 auto;
    }

    .index_form .in_form .in_in input {
        width: 100%;
        box-sizing: border-box;
    }

    .index_form .in_form .in_in {
        width: 100%;
    }

    .index_form .in_form .in_area {
        height: 94px;
        width: 100%;
    }

    .index_form .in_form .in_area textarea {
        height: 84px;
        width: 100%;
        line-height: 16px;
        padding: 4px 3px;
        overflow: auto;
        box-sizing: border-box;
        resize: none;
    }

    .picScroll-left .bd {
        width: 100%;
        overflow: hidden;
    }

    .poster-main {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 auto;
    }
    .multipleColumn2 .bd ul {
        overflow: hidden;
        zoom: 1;
        width: 100%;
        height: 200px;
        float: left;
        _display: inline;
    }
    .multipleColumn2 {
        position: relative;
        width: 100%;
        height: 220px;
    }

    .ditu {
        margin-top: 20px;
        height: auto;
    }

    .map {
        width: 100%;
    }

    #contact2 {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
    }

    #contact3 {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
    }

    .feed-box {
        padding: 20px 0;
        background-color: #f6f6f6;
    }

    .page-title h2 {
        color: #000;
        font-size: 30px;
        font-weight: bold;
    }

    .page-title h3 {
        color: #000;
        font-size: 20px;
    }

   





















}