
/*pro_index*/
.pro_index {
    position: relative;
    background: url(../images/pro_index_bg.png) no-repeat center center;
    height: 1082px;
    overflow: hidden;
}

.pro_index .pro_left {
    margin-top: 88px;
    float: left;
    width: 281px;
    height: 888px;
    border: 2px solid #024683;
    background: #fff;
}

.pro_left .tt1 {
    height: 146px;
    line-height: 146px;
    background: url(../images/pro_left_tit_bg.png) no-repeat center center;
    color: #fff;
    text-align: center;
    font-size: 37px;
    font-family: "Microsoft Yahei";
    font-weight: bold;
}

.pro_left .sort1 {
    padding: 0 20px;
    margin-top: 25px;
    position: relative;
}

.sort1 li {
    margin-bottom: 17px;
}

.sort1 li a {
    background: #024683;
    border-radius: 5px;
    height: 49px;
    line-height: 49px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

.sort1 li a:hover,
.sort1 li a.on {
    background: #b12923;
}

.sort1 .ss1 .ss2 {
    z-index: 9999;
}

.sort1 .ss1 .ss2 dd {
    overflow: hidden;
    border-bottom: #d6d6d6 1px dashed;
    margin-bottom: 0px;
}

.sort1 .ss1 .ss2 dd a {
    background: url(../images/tu3.png) no-repeat 10px center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    padding-left: 30px;
}

.sort1 .ss1 .ss2 dd a:hover {
    text-decoration: none;
    color: #e11020;
}

.ss2 .cc {
    font-size: 15px;
    color: #024683;
    display: block;
    text-align: left;
    background: none;
    line-height: 20px;
    height: 20px;
    padding-left: 20px;
    padding-top: 5px;
}

.ss2 .cc:hover {
    background: none;
    color: #e11020;
}


/*产品右侧*/

.pro_index .pro_right {
    margin-top: 88px;
    float: right;
    width: 875px;
}

.pro_right .pro_rr_tit {
    position: relative;
    background: url(../images/pro_rr_tit_bg.png) no-repeat center bottom;
    padding-bottom: 15px;
}

.pro_rr_tit h3 {
    color: #024683;
    font-size: 20px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    line-height: 1;
}

.pro_rr_tit a {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    color: #8d8e8e;
}

.pro_one {
    margin-top: 15px;
    height: 321px;
    border: 2px solid #eeeeee;
    background: #fff;
}

.pro_one li {}

.pro_one li a.img {
    display: block;
    float: left;
    position: relative;
}

.pro_one li a.img::before {
    position: absolute;
    right: -6px;
    top: -8px;
    background: url(../images/rxdp.png) no-repeat center center;
    content: "";
    width: 120px;
    height: 120px;
}

.pro_one li a.img img {
    width: 394px;
    height: 320px;
}

.pro_one li .one_rr {
    float: left;
    padding: 15px 35px 0 55px;
    width: 380px;
}

.one_rr>h3 {
    font-size: 22px;
    color: #024683;
    font-family: "Microsoft Yahei";
}

.one_rr>span {
    display: block;
    font-size: 18px;
    color: #333333;
    padding: 10px 0;
}

.one_rr dd {
    display: block;
    font-size: 15px;
    color: #333333;
    font-family: "Microsoft Yahei";
    line-height: 25px;
}

.one_rr .yy {
    margin-top: 20px;
}

.one_rr .yy a {
    display: inline-block;
    margin-right: 25px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #024683;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

.one_rr .yy a:hover {
    background: #b12923;
}



.cp_nr {
    margin-top: 25px;
    position: relative;
}

.cp_nr .cp_nr_list {
    position: relative;
}

.cp_nr_list li {
    float: left;
    margin-right: 16px;
    margin-bottom: 20px;
}

.cp_nr_list li:nth-child(3n) {
    margin-right: 0px;
}

.cp_nr_list li a.img1 {
    display: block;
    border: 2px solid #eeeeee;
    overflow: hidden;
}

.cp_nr_list li a.img1 img {
    width: 276px;
    height: 217px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.cp_nr_list li:hover a.img1 img {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

.cp_nr_list li h3 {
    padding-top: 10px;
    text-align: center;
    font-weight: normal;
}

.cp_nr_list li h3 a {
    display: block;
    color: #333333;
    font-size: 15px;
    font-family: "Microsoft Yahei";
}


.pro_one {
    margin-top: 15px;
    height: 321px;
    border: 2px solid #eeeeee;
    background: #fff;
}

.pro_one li {}

.pro_one li a.img {
    display: block;
    float: left;
    position: relative;
}

.pro_one li a.img::before {
    position: absolute;
    right: -6px;
    top: -8px;
    background: url(../images/rxdp.png) no-repeat center center;
    content: "";
    width: 120px;
    height: 120px;
}

.pro_one li a.img img {
    width: 394px;
    height: 320px;
}

.pro_one li .one_rr {
    float: left;
    padding: 15px 35px 0 55px;
    width: 380px;
}


/*<!--优势-->*/
.ys_index {
    height: 1417px;
    position: relative;
    background: url(../images/ys_index_bg.png) no-repeat center center;
    overflow: hidden;
}

.ys_tit {
    text-align: center;
    padding-top: 70px;
    background: url(../images/ads_tit_bg.png) no-repeat center bottom;
    height: 87px;
    color: #fff;
    font-family: "Microsoft Yahei";
}

.ys_tit h3 {
    font-size: 38px;
    line-height: 1;
}

.ys_tit span {
    padding-top: 8px;
    font-size: 26px;
    font-weight: normal;
    display: block;
}

.ys_nr {
    margin-top: 55px;
    position: relative;
}

.ys_nr .ys_aa {
    height: 380px;
    position: relative;
}


.ys_aa::before{
    position: absolute;
    content: "";
    width: 92px;
    height: 130px;
    left:32px;
    top: -30px;
    background: url(../images/01.png) no-repeat center center;
}

.ys_bb::before{
    position: absolute;
    content: "";
    width: 92px;
    height: 130px;
    right: 35px;
    top: -30px;
    background: url(../images/02.png) no-repeat center center;
}

.ys_cc::before{
    position: absolute;
    content: "";
    width: 92px;
    height: 130px;
    left:32px;
    top: -30px;
    background: url(../images/03.png) no-repeat center center;
}

.ys_aa .ys_img {
    float: left;
    width: 600px;
}

.ys_aa .ys_img img {
    width: 600px;
    height: 380px;
}

.ys_aa .ys_con {
    float: left;
    width: 520px;
    height: 300px;
    background: #fff;
    padding: 40px;
}

.ys_con h3 {
    margin-top: 10px;
    color: #024683;
    font-size: 22px;
    font-family: "Microsoft Yahei";
}

.ys_con span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #cecece;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 15px;
}

.ys_con .ys_txt {
    margin-top: 20px;
}

.ys_con .ys_txt p {
    color: #333333;
    font-size: 16px;
    background: url(../images/dian.png) no-repeat left 6px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.ys_nr .ys_bb {
    height: 380px;
    position: relative;
}

.ys_nr .ys_cc {
    height: 380px;
    position: relative;
}

.ys_bb .ys_ccon {
    float: left;
    width: 520px;
    height: 300px;
    background: #fff;
    padding: 40px;
}

.ys_bb .ys_iimg {
    float: left;
    width: 600px;
}

.ys_bb .ys_iimg img {
    width: 600px;
    height: 380px;
}

.ys_bb .ys_ccon h3 {
    margin-top: 10px;
    color: #024683;
    font-size: 22px;
    font-family: "Microsoft Yahei";
}

.ys_ccon span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #cecece;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 15px;
}

.ys_ccon .ys_txt {
    margin-top: 20px;
}

.ys_ccon .ys_txt p {
    color: #333333;
    font-size: 16px;
    background: url(../images/dian.png) no-repeat left 6px;
    padding-left: 15px;
    margin-bottom: 10px;
}

/*<!--优势-->*/


#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


.cas_tit {
    text-align: center;
    padding-top: 70px;
    background: url(../images/cas_tit_bg.png) no-repeat center bottom;
    height: 87px;
    color: #333333;
    font-family: "Microsoft Yahei";
}

.cas_tit h3 {
    font-size: 38px;
    line-height: 1;
}


.cas_tit span {
    padding-top: 8px;
    font-size: 26px;
    font-weight: normal;
    display: block;
    color: #5b5b5b;
}

.cas_con {
    margin-top: 60px;
    position: relative;
}

.cas_con .ca_list {
    position: relative;
}

.ca_list li {
    float: left;
    margin-right: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    height: 345px;
    margin-bottom: 20px;
}

.ca_list li>a.img {
    display: block;
}

.ca_list li>a.img>img {
    width: 280px;
    height: 239px;
}

.ca_list li .cc_nr {
    padding: 15px;
    width: 250px;
}

.ca_list li .cc_nr h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.ca_list li .cc_nr h3 a {
    font-size: 16px;
    color: #333333;
    font-family: "Microsoft Yahei";
}

.ca_list li .cc_nr span {
    display: block;
    color: #585757;
    font-size: 14px;
    line-height: 25px;
}

/*benner 广告*/

.adbanner {
    height: 228px;
    position: relative;
    background: url(../images/bn-2.jpg) no-repeat center center;
}

.adbanner .ad_left {
    width: 700px;
    float: left;
}

.ad_left .hh_top {
    padding-top: 48px;
}

.ad_left .hh_top span {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
    line-height: 30px;
}

.ad_right {
    width: 350px;
    float: right;
    text-align: left;
}

.ad_right .hh_vv {
    padding-top: 48px;
    color: #fff;
    font-size: 49px;
}

.ad_right .hh_vv h3 {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
/*benner 广告*/

/*new 新闻*/
.news_index {
    position: relative;
    margin-top: 65px;
}
.news_index .news_qie {
    margin-left: 50px;
    position: relative;
    float: left;
    width: 445px;
}

.news_qie .news_qie_tit {
    position: relative;
    background: url(../images/pro_rr_tit_bg.png) no-repeat left bottom;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.news_qie_tit::before {
    position: absolute;
    left: 125px;
    top: 6px;
    background: url(../images/nn_jian.png) no-repeat center center;
    content: "";
    display: block;
    width: 2px;
    height: 14px;
}

.news_qie_tit li {
    float: left;
    font-size: 18px;
    color: #333333;
    margin-right: 60px;
    padding-left: 25px;
    cursor: pointer;
}

.news_qie_tit li:hover,
.news_qie_tit li.on {
    color: #024683;
}

.news_qie_tit li:nth-child(1) {
    background: url(../images/nn1.png) no-repeat left center;
}

.news_qie_tit li:nth-child(2) {
    background: url(../images/nn2.png) no-repeat left center;
}

.news_qie_tit a {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 15px;
    color: #929292;
}
/*新闻内容*/

.news_nn {
    position: relative;
}

.news_kk {
    position: relative;
}

.news_kk li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.news_kk li a.img {
    display: block;
}

.news_kk li a.img img {
    width: 444px;
    height: 158px;
}

.news_kk li h3 {
    font-size: 15px;
    color: #333333;
    padding: 10px 0;
}

.news_kk li h3 a {
    font-size: 15px;
    color: #333333;
    font-family: "Microsoft Yahei";
}

.news_kk li span {
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 25px;
}

.news_hh {
    position: relative;
}

.news_hh li {
    line-height: 49px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.news_hh li a {
    display: block;
    font-size: 15px;
    color: #333333;
    background: url(../images/news_jiao.png) no-repeat left center;
    padding-left: 20px;
}

.news_hh li span {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #7a7979;
    font-size: 15px;
}



.news_index .guanyu {
    margin-left: 20px;
    position: relative;
    float: left;
    width: 680px;
    height: 400px;
  
}

.guanyu_pic {
    float: left;
    width: 360px;
}

.guanyu_pic img {
    height: 340px;
	width:350px;
	padding-left: 8px;
}

.wen p {
    font-size:16px
}
.wen h2{
    font-size:16px;
    line-height:18px;
    padding-top:20px;
    padding-bottom:20px;
    
}
.news_index {
    position: relative;
    margin-top: 65px;
}
.wen{
	border:#efefef solid 1px;
	width:280px;
	height:320px;
	padding:10px;
	float:right;
	
}

a.more {
    padding-top: 10px;
    float: right;
}