@charset "utf-8";

/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    line-height: 35px;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    font-size: 12px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pos_a {
    position: absolute;
}

.pos_r {
    position: relative;
}

body {
    font-family: "微软雅黑";
    font-size: 12px;
    overflow-x: hidden;
    min-width: 1440px;
}

/* CSS Header */
#he_01 {
    width: 100%;
    height: 32px;
    border-bottom: solid 1px #d9d9d9;
    background-color: #fbfbfb;
}

#he_01_mid {
    width: 1200px;
    height: 32px;
    line-height: 32px;
    color: #575757;
    font-size: 14px;
    margin: 0 auto;
    position: relative;
}

#he_01_sy {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    color: #575757;
    font-size: 14px;
}

#he_01_sy a {
    color: #575757;
    font-size: 14px;
    padding: 0 6px;
    transition: all .4s;
}

#he_01_sy a:hover {
    text-decoration: underline;
    color: #0758b3;
}

#he_02 {
    width: 1200px;
    height: 132px;
    margin: 0 auto;
    position: relative;
}

#he_02_logo {
    position: absolute;
    left: 0;
    top: 32px;
}

#he_02_tel {
    background: url(../images/he_01_tel.png) left center no-repeat;
    padding-left: 55px;
    position: absolute;
    right: 0;
    top: 30px;
}

#he_02_tel p {
    line-height: 35px;
    color: #666666;
    font-size: 16px;
}

#he_02_tel span {
    color: #fe330b;
    font-size: 32px;
    font-family: Impact;
}

#he_03 {
    width: 100%;
    height: 55px;
    background: #0758b3;
    margin: 0 auto;
}

#he_03_mid {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
}

#he_03_mid li {
    width: 170px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-right: solid 1px #2c71be;
    float: left;
}

#he_03_mid li:last-child {
    border-right: none;
}

#he_03_mid li a {
    color: #fff;
    font-size: 16px;
    display: block;
}

#he_03_mid li a:hover {
    background: #2c71be;
}

#he_04 {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

#he_04_mid {
    width: 1920px;
    height: 500px;
    position: absolute;
    top: 0;
    left: -360px;
    z-index: 1;
}

#zy_banner {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background: url(../images/zy_banner.jpg) center no-repeat;
}

#he_05 {
    width: 100%;
    height: 52px;
    background: url(../images/he_05_bg.png) repeat-x;
    margin: 0 auto;
}

#he_05_mid {
    width: 1200px;
    height: 52px;
    margin: 0 auto;
    position: relative;
    line-height: 52px;
    color: #000000;
    font-size: 14px;
}

#he_05_mid a {
    color: #404040;
    font-size: 14px;
    margin-right: 10px;
}

#he_05_mid a:hover {
    color: #e80000;
}

#he_05_search {
    width: 279px;
    height: 29px;
    background: url(../images/search_bg.png) left center no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
}

#he_05_search #keyword {
    width: 232px;
    text-indent: 10px;
    height: 29px;
    line-height: 29px;
    float: left;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, .3);
    font-family: "微软雅黑";
    font-size: 12px;
    background: none;
}

#he_05_search #button {
    width: 47px;
    height: 29px;
    float: right;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}


/* CSS Footer */
#footer {
    width: 100%;
    background: #0758b3;
    margin: 0 auto;
}

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

#footer_l {
    width: 259px;
    height: 418px;
    background: #2c71be;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

#footer_r {
    width: 912px;
    float: right;
    padding-top: 25px;
}

#footer_nav {
    height: 70px;
    line-height: 70px;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
}

#footer_nav a {
    font-size: 14px;
    color: #fff;
    margin-right: 41px;
    transition: all .4s;
}

#footer_nav a {
    color: rgba(255, 255, 255, .5);
}

#footer_lxwm {
    padding: 30px 0;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
}

#footer_lxwm p {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

#footer_lxwm p a {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    margin-right: 10px;
}

#footer_lxwm p a:hover {
    color: #fff;
}

#footer_link {
    padding-top: 15px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
}

#footer_link a {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    transition: all .4s;
}

#footer_link a {
    color: rgba(255, 255, 255, .5);
}

#footer_link a:hover {
    color: #fff;
}

/*固定的悬浮窗*/

.yb_conct {

    position: fixed;

    z-index: 9999999;

    top: 200px;

    right: -127px;

    cursor: pointer;

    transition: all .3s ease;

}

.yb_bar ul li {

    width: 180px;

    height: 53px;

    font: 16px/53px 'Microsoft YaHei';

    color: #fff;

    text-indent: 54px;

    margin-bottom: 3px;

    border-radius: 3px;

    transition: all .5s ease;

    overflow: hidden;

}

.yb_bar .yb_top {

    background: url('../images/fixCont.png') no-repeat 0 0 #0060c6;

}

.yb_bar .yb_phone {

    background: url('../images/fixCont.png') no-repeat 0 -57px #0060c6;

}

.yb_bar .yb_QQ {

    text-indent: 0;

    background: url('../images/fixCont.png') no-repeat 0 -113px #0060c6;

}

.yb_bar .yb_ercode {

    /*height:200px;*/



    background: url('../images/fixCont.png') no-repeat 0 -169px #0060c6;

}

.hd_qr {

    padding: 0 29px 25px 29px;

}

.yb_QQ a {

    display: block;

    text-indent: 54px;

    width: 100%;

    height: 100%;
    font-size: 14px;

    color: #fff !important;

}



/* CSS Main */
#in_01 {
    width: 100%;
    margin: 0px auto;
    background-color: #f7f7f7;
    padding: 40px 0;
}

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

#in_01_l {
    width: 245px;
    float: left;
    background-color: #fff;
}

#in_01_r {
    width: 937px;
    float: right;
}

#in_01_r .in_01_tit {
    width: 100%;
    line-height: 20px;
    color: #666666;
    font-size: 10px;
    height: 45px;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
}

#in_01_r .in_01_tit span {
    color: #0052a7;
    font-size: 24px;
    font-weight: bold;
}

#in_01_r .in_01_tit .in_more {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 60px;
    text-indent: 20px;
    background: url(../images/in_mor.png) left center no-repeat;
    line-height: 30px;
    color: #7e7e7e;
    font-size: 14px;
    text-transform: uppercase;
}

#in_01_hot {
    width: 100%;
    height: 226px;
    background: #fff;
    margin: 0 auto;
    margin-top: 8px;
}

#in_01_hotl {
    width: 302px;
    height: 226px;
    text-align: center;
    float: left;
    overflow: hidden;
}

#in_01_hotl img {
    width: 302px;
    height: 226px;
    vertical-align: middle;
}

#in_01_hotr {
    width: 580px;
    height: 206px;
    padding-top: 20px;
    float: left;
    margin-left: 30px;
}

#i_01_hotc {
    width: 100%;
    height: 103px;
    line-height: 25px;
    margin: 0 auto;
    font-size: 14px;
    color: #444444;
    overflow: hidden;
}

#in_01_hotr span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

#in_01_hotr #in_01_hotb {
    width: 100%;
    height: 39px;
    margin: 0 auto;
    margin-top: 10px;
}

#in_01_hotr #in_01_hotb .pro_more {
    width: 165px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #0758b3;
    font-size: 14px;
    color: #fff;
}

#in_01_hotr #in_01_hotb .pro_tel {
    width: 165px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #fe330b url(../images/pro_tel.png) 31px center no-repeat;
    text-indent: 40px;
    font-size: 14px;
    color: #fff;
}

#in_01_hotr #in_01_hotb a {
    float: left;
    display: block;
    margin-right: 23px;
}

#in_01_hotr #in_01_hotb a:hover {
    background: #333;
}

#in_01_hotr #in_01_hotb .pro_tel:hover {
    background: #333 url(../images/pro_tel.png) 31px center no-repeat;
}

#in_01_r .in_01_ul {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

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

.picMarquee .hd {
    overflow: hidden;
    height: 0px;
    margin: 0;
}

.picMarquee .bd {
    padding: 0px;
    margin: 0;
}

.picMarquee .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee .bd ul li {
    margin: 0px 20px;
    margin-bottom: 20px;
    background: #fff;
    transition: all .4s;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee .bd ul li a img {
    width: 283px;
    height: 210px;
    display: block;
}

.picMarquee .bd ul li a .icptit {
    display: block;
    line-height: 20px;
    height: 60px;
    padding: 10px 0;
    overflow: hidden;
    background: #fff;
    color: #333;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.picMarquee .bd ul li a .icptit span {
    margin: 0 auto;
    margin-top: 5px;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #c8c8c8;
    color: #fff;
    font-size: 14px;
    transition: all .4s;
}

.picMarquee .bd ul li a:hover .icptit span {
    background: #0758b3;
}

.picMarquee .bd ul li:hover {
    -moz-box-shadow: 0px 4px 5px #c8c8c8;
    -webkit-box-shadow: 0px 4px 5px #c8c8c8;
    box-shadow: 0px 4px 5px #c8c8c8;
}

.picMarquee .picList {
    width: 310px;
    height: auto;
    float: left;
}

#in_02 {
    width: 100%;
    padding: 40px 0;
    background: #2979cb url(../images/in_02_bg.jpg) center no-repeat;
    margin: 0 auto;
}

#in_02_title {
    width: 100%;
    height: 78px;
    background: url(../images/in_02_title.png) center no-repeat;
    margin: 0 auto;
}

#in_02_subtitle {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 30px auto;
}

#in_02_subtitle span {
    font-size: 24px;
}

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

#in_02_mid li {
    width: 594px;
    height: 228px;
    background: #fff;
    cursor: pointer;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
}

#in_02_mid li:nth-child(even) {
    margin-right: 0;
}

#in_02_mid li ._02_circle {
    width: 432px;
    height: 432px;
    border-radius: 100%;
    background: #b4cde8;
    position: absolute;
    z-index: 1;
    transition: all .6s;
}

#in_02_mid li:hover ._02_circle {
    width: 574px;
    height: 208px;
    border-radius: 0;
    position: absolute;
    left: 9px !important;
    top: 9px !important;
    z-index: 2;
}

#in_02_mid li ._02_circle1 {
    right: -216px;
    bottom: -216px;
}

#in_02_mid li ._02_circle2 {
    left: -216px;
    bottom: -216px;
}

#in_02_mid li ._02_circle3 {
    right: -216px;
    top: -216px;
}

#in_02_mid li ._02_circle4 {
    left: -216px;
    top: -216px;
}

#in_02_mid li ._02_img {
    width: 195px;
    height: 195px;
    position: absolute;
    z-index: 3;
}

#in_02_mid li ._02_img1 {
    right: 0;
    bottom: 0;
}

#in_02_mid li ._02_img2 {
    left: 0;
    bottom: 0;
}

#in_02_mid li ._02_img3 {
    right: 0;
    top: 0;
}

#in_02_mid li ._02_img4 {
    left: 0;
    top: 0;
}

#in_02_mid li:hover ._02_k {
    width: 0;
    height: 0;
    background: #83abd9;
    left: 50%;
    top: 50%;
}

#in_02_mid li ._02_con {
    width: 330px;
    height: 160px;
    position: absolute;
    top: 32px;
    z-index: 4;
}

#in_02_mid li ._02_con dt {
    line-height: 25px;
    color: #c9c9c9;
    font-size: 12px;
    text-transform: uppercase;
}

#in_02_mid li ._02_con dt span {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

#in_02_mid li ._02_con dd {
    line-height: 26px;
    color: #333333;
    font-size: 16px;
}

#in_02_mid li:nth-child(odd) ._02_con {
    left: 40px;
}

#in_02_mid li:nth-child(even) ._02_con {
    text-align: right;
    right: 40px;
}

#in_02_mid li:hover ._02_con dt {
    color: #333333;
}

#in_02_mid li:hover {
    -moz-box-shadow: 0px 0px 7px #333333;
    -webkit-box-shadow: 0px 0px 7px #333333;
    box-shadow: 0px 0px 7px #333333;
}

#in_02_arrow {
    display: block;
    width: 33px;
    height: 30px;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
}

#in_02_arrow i {
    display: inline-block;
    width: 33px;
    height: 18px;
    position: absolute;
    left: 0;
}

#in_02_arrow .i1 {
    background: url(../images/_02_arrow1.png) no-repeat center;
    top: 0;
    animation: 2s linear 0s infinite running icotop;
}

#in_02_arrow .i2 {
    background: url(../images/_02_arrow2.png) no-repeat center;
    top: 12px;
    animation: 2s linear 0s infinite running icotop;
}

@keyframes icotop {
    0% {
        transform: translate(0, -150%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 150%);
    }
}

#in_02_tel {
    width: 407px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #fe330b;
    transition: all .4s;
    margin: 0 auto;
    margin-top: 20px;
}

#in_02_tel:hover {
    -moz-box-shadow: 0px 0px 7px #333333;
    -webkit-box-shadow: 0px 0px 7px #333333;
    box-shadow: 0px 0px 7px #333333;
}

#in_05 {
    margin: 40px auto;
}

#in_05_title {
    height: 48px;
    background: url(../images/in_05_title.png) center no-repeat;
    margin: 0 auto;
}

#in_05_mid {
    width: 1200px;
    margin: 0px auto;
    margin-top: 25px;
    position: relative;
}

#in_05_mid .btn_l {
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -22px;
    width: 27px;
    height: 44px;
    background: url(../images/gd_lf.png) center no-repeat;
    cursor: pointer;
}

#in_05_mid .btn_r {
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -22px;
    width: 27px;
    height: 44px;
    background: url(../images/gd_rt.png) center no-repeat;
    cursor: pointer;
}

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

#in_05_ul li {
    float: left;
    background: #f7f7f7;
    margin-right: 15px;
    width: 290px;
    transition: all .4s;
}

#in_05_ul li ._05_img {
    width: 290px;
    height: 218px;
    overflow: hidden;
    margin: 0 auto;
}

#in_05_ul li ._05_img img {
    width: 290px;
    height: 218px;
    transition: transform 1s ease 0s;
}

#in_05_ul li:hover ._05_img img {
    transform: scale(1.05, 1.05);
}

#in_05_ul li ._05_capital {
    color: #333333;
    font-size: 16px;
    line-height: 44px;
    margin: 0 auto;
    text-align: center;
}

#in_05_ul li:hover {
    background: #2073cf;
}

#in_05_ul li:hover ._05_capital {
    color: #fff;
}

#in_06 {
    margin: 0px auto;
}

#in_06_title {
    height: 48px;
    background: url(../images/in_06_title.png) center no-repeat;
    margin: 0 auto;
}

#in_06_mid {
    width: 1200px;
    margin: 0px auto;
    margin-top: 25px;
    overflow: hidden;
}

#in_06_mid li {
    float: left;
    overflow: hidden;
    background: #fff;
    margin-right: 15px;
    width: 290px;
    height: 170px;
    transition: all .4s;
    border: solid 1px #f7f7f7;
}

#in_06_mid li img {
    width: 270px;
    height: 150px;
    transition: transform 1s ease 0s;
    padding: 10px;
}

#in_06_mid li:hover img {
    transform: scale(1.05, 1.05);
}

#in_03 {
    width: 100%;
    margin: 0px auto;
    padding: 40px 0;
    padding-top: 80px;
    background: url(../images/in_03_bg.jpg) no-repeat;
    background-attachment: fixed;
}

#in_03_mid {
    width: 1200px;
    margin: 0px auto;
    position: relative;
    height: 450px;
}

#in_03_mid #video {
    width: 492px;
    height: 306px;
    border: solid 37px #fff;
    position: absolute;
    left: -43px;
    top: 25px;
    overflow: hidden;
    z-index: 1;
}

#in_03_mid #video_k {
    width: 554px;
    height: 375px;
    border: solid 6px #fff;
    background: #f3f3f3;
    transition: all .4s;
    position: absolute;
    left: -43px;
    top: 25px;
    overflow: hidden;
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -moz-transform: rotate(7deg);
    /* Firefox */
    -webkit-transform: rotate(7deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(7deg);
}

#in_03_mid:hover #video {
    -moz-box-shadow: 0px 0px 7px #333333;
    -webkit-box-shadow: 0px 0px 7px #333333;
    box-shadow: 0px 0px 7px #333333;
}

#in_03_r {
    width: 600px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    float: right;
}

#in_03_r a {
    margin-top: 15px;
    width: 185px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: block;
    background: #fe330b;
    color: #fff;
    font-size: 16px;
    transition: all .4s;
}

#in_03_r a:hover {
    -moz-box-shadow: 0px 0px 7px #333333;
    -webkit-box-shadow: 0px 0px 7px #333333;
    box-shadow: 0px 0px 7px #333333;
}

#in_07 {
    width: 100%;
    height: 212px;
    padding: 20px 0;
    background: #f7f7f7;
    margin: 0px auto;
    margin-top: 40px;
}

#in_07_mid {
    width: 1200px;
    height: 212px;
    margin: 0px auto;
    position: relative;
}

#in_07_ul {
    width: 1200px;
    height: 212px;
    margin: 0 auto;
    overflow: hidden;
}

#in_07_ul li {
    width: 284px;
    height: 212px;
    float: left;
    margin-right: 20px;
    text-align: center;
    border: solid 1px #fff;
    cursor: pointer;
}

#in_07_ul li img {
    max-width: 284px;
    height: 212px;
}

._07_btn {
    width: 1200px;
    height: 212px;
    line-height: 212px;
    position: absolute;
    top: 0;
    cursor: pointer;
    font-size: 45px;
    color: #666666;
    background: #fff;
    transition: all .4s;
}

._07_lbtn {
    right: 1230px;
}

._07_lbtn p {
    text-align: right;
    padding-right: 30px;
}

._07_rbtn {
    left: 1230px;
}

._07_rbtn p {
    padding-left: 30px;
}

._07_btn:hover {
    background: #2073cf;
    color: #fff;
}

#in_04 {
    width: 1200px;
    margin: 40px auto;
    position: relative;
}

#in_04:after {
    width: 1200px;
    height: 287px;
    position: absolute;
    left: 854px;
    top: -12px;
    background: #f7f7f7;
    content: "";
}

#in_04_img {
    width: 366px;
    height: 275px;
    float: left;
    overflow: hidden;
}

#in_04_img img {
    width: 366px;
    height: 275px;
    transition: transform 1s ease 0s;
}

#in_04_img:hover img {
    transform: scale(1.05, 1.05);
}

#in_04_l {
    width: 427px;
    height: 275px;
    float: left;
    margin-left: 30px;
}

#in_04_lt {
    height: 40px;
    line-height: 30px;
    border-bottom: solid 1px #f7f7f7;
    margin-bottom: 8px;
    ;
    color: #0052a7;
    font-size: 24px;
    text-indent: 14px;
    position: relative;
}

#in_04_lt:after {
    background: #0758b3;
    height: 30px;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

#in_04_lt a {
    float: right;
    text-align: right;
    color: #0052a7;
    font-size: 14px;
    text-indent: 0;
}

#in_04_lt a:hover {
    text-decoration: underline;
}

#in_04_lis {
    height: 222px;
    overflow: hidden;
}

#in_04_lis li {
    height: 44px;
    color: #333;
    font-size: 14px;
    line-height: 44px;
    transition: all .4s;
    border-bottom: dotted 1px #e8e8e8;
    margin: 0 auto;
    position: relative;
}

#in_04_lis li i {
    color: #0758b3;
    font-size: 20px;
    font-weight: bold;
    padding-right: 4px;
    font-style: normal;
}

#in_04_lis ._time {
    text-align: right;
    color: #575757;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 0;
    transition: all .4s;
}

#in_04_lis li:hover {
    text-indent: 20px;
    background: #f3f3f3;
}

#in_04_lis li:hover ._time {
    right: 20px;
}

#in_04_lis a {
    display: block;
    color: #333;
    font-size: 14px;
}

#in_04_r {
    width: 319px;
    height: 275px;
    float: right;
    position: relative;
    z-index: 1;
}

#in_04_rt {
    height: 40px;
    line-height: 30px;
    border-bottom: solid 1px #f7f7f7;
    margin-bottom: 8px;
    ;
    color: #0052a7;
    font-size: 24px;
    text-indent: 14px;
    position: relative;
}

#in_04_rt:after {
    background: #0758b3;
    height: 30px;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

#in_04_rt a {
    float: right;
    text-align: right;
    color: #0052a7;
    font-size: 14px;
    text-indent: 0;
}

#in_04_rt a:hover {
    text-decoration: underline;
}

#in_04_ris {
    height: 222px;
    overflow: hidden;
}

#in_04_ris li {
    width: 100%;
    height: 94px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #d8d8d8;
    position: relative;
}

#in_04_ris li .w {
    height: 22px;
    padding-left: 34px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    background: url(../images/ask_icon.png) 10px center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#in_04_ris li .a {
    height: 44px;
    padding-left: 34px;
    position: absolute;
    left: 0px;
    top: 25px;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 25px;
    background: url(../images/answer_icon.png) 10px 5px no-repeat;
}

#wrap {
    width: 1200px;
    height: auto;
    margin: 30px auto;
    position: relative;
    z-index: 100;
}


/*left*/
#left {
    width: 245px;
    float: left;
    border: solid 1px #f7f7f7;
}

.left_title {
    width: 100%;
    height: 96px;
    background: url(../images/left_tit_bg.png) center no-repeat;
    margin: 0 auto;
}

.left_title p {
    padding-left: 88px;
    padding-top: 27px;
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}

.left_title p span {
    color: #fff;
    font-size: 24px;
}

.left_lis {
    margin: 0 auto;
}

.left_lis li {
    height: 70px;
    line-height: 70px;
    background: url(../images/left_ico.png) 200px center no-repeat;
    text-indent: 42px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
}

.left_lis li:after {
    width: 228px;
    height: 1px;
    background: #f7f7f7;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -114px;
    content: '';
    transition: all .4s;
}

.left_lis li:last-child:after {
    background: none;
}

.left_lis li a {
    display: block;
    color: #333;
    font-size: 17px;
    font-weight: bolder;
}

.left_lis li:hover {
    background: #e5eff7 url(../images/left_ico.png) 200px center no-repeat;
}

.left_lis li:hover:after {
    width: 100%;
    margin-left: 0;
    left: 0;
}

.left_tel {
    width: 100%;
    margin: 0 auto;
    height: 180px;
    background: #0061b1 url(../images/left_tel.jpg) center top no-repeat;
}

.left_tel p {
    text-align: center;
    color: #fff;
    font-size: 21px;
    padding-top: 22px;
    padding-bottom: 10px;
    line-height: 35px;
}

.left_tel p span {
    font-weight: bold;
    font-size: 28px;
}

.left_tel a {
    display: block;
    width: 157px;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #fe330b;
    font-size: 16px;
    color: #fff;
    transition: all .4s;
}

.left_tel a:hover {
    background: #ffa800;
}

/*product_info css*/
#pro_c {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 35px;
    margin-top: 20px;
}

#pro_nav {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    background: #1d69c5;
}

#pro_nav li {
    float: left;
    width: 114px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#pro_nav li a {
    color: #fff;
    font-size: 16px;
    display: block;
}

#pro_nav li a:hover {
    background: #414141;
    color: #fff;
}

.pro_capital {
    width: 100%;
    height: 50px;
    line-height: 22px;
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}

.pro_capital span {
    color: #0052a7;
    font-size: 24px;
    font-weight: bold;
}

.pro_capital:after {
    width: 817px;
    background: #ccdced;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
}

.pro_detail {
    width: 100%;
    height: auto;
    margin: 20px auto;
    font-size: 15px;
    color: #2e2e2e;
    line-height: 35px;
}

.pro_detail img {
    max-width: 100%
}

.submit {
    width: 96px;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: #fb4646;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: "微软雅黑";
}

.reset {
    width: 96px;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: #dddddd;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    text-align: center;
    font-family: "微软雅黑";
}

#pro_l {
    width: 475px;
    float: left;
    text-align: center;
    border: solid 1px #e2e2e2;
    position: relative;
}

#pro_r {
    width: 433px;
    float: right;
}

#pro_r p {
    font-size: 14px;
    line-height: 33px;
    padding: 20px 0;
    border-top: dashed 1px #e0e0e0;
    border-bottom: dashed 1px #e0e0e0;
}

#pro_tel {
    color: #333;
    font-size: 16px;
    padding: 5px 0;
}

#pro_tel span {
    color: #fe330b;
    font-size: 24px;
}

#pro_a a {
    width: 127px;
    height: 35px;
    margin: 5px 10px 0px 0px;
}

#pro_r tr td {
    padding: 8px 0px;
}

#pro_share {
    height: 40px;
    margin: 0 auto;
}

.pro_a {
    display: block;
    width: 220px;
    height: 47px;
    line-height: 47px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #fe330b;
    transition: all .4s;
}

.pro_a:hover {
    background: #0758b3;
}

#lxwm_c {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
}

#lxwm_c p {
    border-bottom: 1px dotted #999;
    height: 35px;
    line-height: 35px;
}

#pro_apply {
    width: 100%;
    height: 198px;
    margin: 20px auto;
    overflow: hidden;
}

#pro_apply li {
    float: left;
    width: 210px;
    height: 191px;
    margin: 2px 10px;
    text-align: center;
    line-height: 20px;
    border: solid 1px #efefef;
    background: #fff;
    text-align: center;
}

#pro_apply li a {
    color: #333 !important;
    font-size: 14px !important;
    display: block !important;
}

#pro_apply li img {
    width: 195px;
    height: 150px
}

/* CSS Ziye */
#right {
    width: 932px;
    height: auto;
    float: right;
}

#right_title {
    width: 932px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    border-bottom: solid 2px #1d69c5;
}

#title_left {
    float: left;
    width: 245px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #1d69c5;
}

#title_right {
    width: 70%;
    float: right;
    color: #393939;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
}

#title_right a {
    color: #393939;
    font-size: 12px;
}

#title_right a:hover {
    color: #e80000;
}

#right_content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 32px;
    color: #393939;
    font-size: 14px;
}

#indexNews li {
    width: 98%;
    height: 45px;
    margin: 0 auto;
    text-indent: 20px;
    border-bottom: #D9D9D9 1px dotted;
    color: #393939;
    font-size: 14px;
    position: relative;
    background: url(../images/icon.png) left center no-repeat;
}

#indexNews li a {
    height: 45px;
    line-height: 45px;
    display: block;
    color: #393939;
    font-size: 14px;
}

#indexNews li span {
    position: absolute;
    height: 45px;
    line-height: 45px;
    color: #393939;
    font-size: 14px;
    right: 0px;
    top: 0px;
}

#indexNews li img {
    margin: 13px 10px 0 0;
}

#indexNews li a:hover {
    color: #e80000;
}

#indexNews1 li {
    width: 429px;
    float: left;
    height: 45px;
    line-height: 45px;
    color: #393939;
    font-size: 14px;
    margin: 0 auto;
    text-indent: 40px;
    border-bottom: #D9D9D9 1px dotted;
    color: #393939;
    font-size: 14px;
    position: relative;
    background: url(../images/icon.png) 20px center no-repeat;
}

#indexNews1 li:nth-child(even) {
    margin-left: 20px;
}


#page {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    margin: 20px auto;
    color: #575656;
    font-size: 14px;
    clear: both;
}

#page a {
    color: #575656;
    font-size: 14px;
}

#page a:hover {
    color: #e80000;
}

#newTitle {
    width: 750px;
    line-height: 30px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
}

#productTitle {
    width: 100%;
    height: 70px;
    color: #333333;
    line-height: 70px !important;
    font-size: 24px !important;
    text-align: left;
    margin: 0 auto;
}

#newsInfo {
    width: 750px;
    height: 20px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin: 10px auto;
}

.newsinfoleft {
    padding-left: 30px;
}

.xxsmys {
    height: 30px;
    line-height: 30px;
    background-color: #ececec;
}

.xxsmwz {
    width: 88px;
    height: 30px;
    color: #FFF;
    text-align: center;
    display: block;
    background-color: #9a9a9a;
}

.pageys {
    width: 59px;
    height: 21px;
    line-height: 21px;
    border: #e5e5e5 solid 1px;
    display: block;
    float: left;
    text-align: center;
}

.pageys:hover {
    color: #ff6c00
}

.pageys1 {
    width: 20px;
    height: 21px;
    line-height: 21px;
    border: #e5e5e5 solid 1px;
    display: block;
    float: left;
    text-align: center;
    margin-left: 5px;
}

.pageys2 {
    float: left;
    padding-left: 5px;
    height: 21px;
    line-height: 21px;
}

#infoImage {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
}

#infoImage img {
    max-width: 600px;
    padding: 3px;
    border: #dcdcdc solid 1px;
}

#newsContent {
    width: 100%;
    margin: 0 auto;
    line-height: 36px;
    color: #393939;
    font-size: 15px;
}

#picUL {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#picUL li {
    height: 253px;
    width: 297px;
    float: left;
    margin: 0 6px 5px 7px;
    _margin: 0 8px;
    text-align: center;
    cursor: pointer;
}

#picUL li .pic_01 {
    width: 297px;
    height: 225px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dcdcdc;
}

#picUL li .pic_01 img {
    max-height: 221px;
    max-width: 295px;
    padding: 2px;
    vertical-align: middle;
}

#picUL li .pic_01 span {
    height: 100%;
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

#picUL li .pic_02 {
    width: 297px;
    text-align: center;
    line-height: 30px;
}

#picUL li a {
    color: #393939;
    font-size: 14px;
}

#picUL li a:hover {
    color: #e80000;
}

.G_tips {
    color: #666;
    width: 486px;
    border: 1px solid #dedede;
    padding: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}


.recruitys {
    width: 670px;
    height: auto;
    padding: 10px;
    background-color: #fafafa;
    border: #dedede solid 1px;
}

.recruitcon {
    height: 173px;
    border-bottom: #cdcdcd dashed 1px;
    margin: 10px;
}

.recruitcon1 {
    height: 173px;
    margin: 10px;
}

.recruitconl {
    width: 145px;
    height: 153px;
    float: left;
    text-align: left;
}

.recruitconc {
    width: 572px;
    height: 153px;
    float: left;
    padding-left: 75px;
}

.recruitconc li {
    width: 372px;
    height: 35px;
    line-height: 35px;
    color: #444444;
}

.zwmcys {
    color: #ff6c00;
    font-weight: bold;
}

.recruitconr {
    width: 133px;
    height: auto;
    float: left;
    text-align: center;
}

.chakan {
    padding-top: 13px;
}

.formys {
    height: auto;
    padding: 10px;
}

.cpmcys {
    width: 280px;
    height: 34px;
    border: 1px solid #dedede;
}

.formbz {
    float: left;
}

.G_InputText {

    width: 278px;

    height: 30px;

    border: 1px solid #d2d4d6;

}

.G_textarea {

    width: 300px;

    height: 100px;

    border: 1px solid #dedede;

}

.G_ul {

    margin: 0 auto;
}

.G_botton {

    width: 55px;

    height: 30px;

    line-height: 30px;

    border: 0;



    cursor: pointer;

}

.borderLi {
    width: 500px;
    height: auto;
    padding-top: 10px;
}

.G_tips {



    width: 486px;

    margin: 10px auto 0 auto;

    border: 1px solid #dedede;

    padding: 7px;

    border-radius: 5px;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);

    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);

    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);

}

.page {
    margin: 0 20px 15px 0;
}

.page a {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #dbdbdb;
    padding: 0 2px 0;
}

.page a:hover {
    background: #404040;
    color: #fff;
    border: none;
    height: 20px;
    line-height: 20px;
    padding: 0 3px 0;
}

.current {
    padding: 0 6px 0;
    height: 18px;
    line-height: 18px;
    background: #404040;
    color: #fff;
}