body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,option,p,blockquote,th,td{margin:0;padding:0;}
* {outline: 0 none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
ul li{list-style: none;}
a{color:black;outline:0 none;text-decoration: none;cursor:pointer;}
img{border:0;}

body{
    font-family: Microsoft Yahei, Verdana, "\5FAE\8F6F\96C5\9ED1", Tahoma, "DejaVu Sans", sans-serif;
    font-size: 14px;
}



.wrapper{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
/*����*/
.main{
    width: 100%;
    margin: 0 auto;
}

/*ͷ��*/
.index_header{
    width: 100%;
    height: 110px;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 5px 0 #d9d9d9;
    box-sizing: border-box;
    z-index: 999;
}
.header{
    /* max-width: 1440px; */
    width: 100%;
    height: 110px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
.header .logo{
    float: left;
    padding-top: 10px;
    box-sizing: border-box;
    position: absolute;
}
.header .logo a{
    display: block;
}
.header .logo img{
    display: block;
    width: auto;
    height: auto;
}
.header .header_right{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding-right: 180px;
    box-sizing: border-box;
}
.header_right .nav{
    width: 100%;
    height: 110px;
    text-align: center;
    padding: 35px 0;
    box-sizing: border-box;
    position: relative;
}
.header_right .nav ul{
    width: 100%;
    height: auto;
    position: relative;

}
.header_right .nav ul li{
    display: inline-block;
    width: auto;
    height: 40px;
    position: relative;
    box-sizing: border-box;
}
.header_right .nav ul li a{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 0 5px;
}
.header_right .nav ul li a:hover{
    color: #125fa3;
}


.header_right .nav ul li a::before,
.header_right .nav ul li a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
.header_right .nav ul li a::before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.header_right .nav ul li a::after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.header_right .nav ul li a:hover::before,
.header_right .nav ul li a:hover::after,
.header_right .nav ul li a:focus::before,
.header_right .nav ul li a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


.header_right .nav ul li:nth-of-type(4) a {
    color:#2fa0ff;
    font-size:18px;
    font-weight:600;
}


.index_header .nav_phone{
    width: 220px;
    height: 110px;
    padding: 25px 0;
    box-sizing: border-box;
    font-size: 18px;
    color: #2fa0ff;
    line-height: 30px;
    text-align: left;
    position: absolute;
    top: 0;
    right: 40px;
    letter-spacing:2px;
 
}

.index_header .nav_phone p {
    font-size: 18px;
    padding-left: 32px;
    background: url('../images/nav_phone_icon.png') no-repeat left center;
    letter-spacing:0;
}



.index_header_sign{
    width: 130px;
    height: auto;
    position: absolute;
    top: 35px;
    right: 270px;
}
.index_header_sign a{
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    margin: 0 2px;
    padding-left:30px;
    box-sizing:border-box;
    position:relative;
}
.index_header_sign a:hover{
    color: #125fa3;
}
    .index_header_sign a svg {
        display:block;
        width:30px;
        height:30px;
        position:absolute;
        top:5px;
        left:5px;
    }

.index_header_sign a::before,
.index_header_sign a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
.index_header_sign a::before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.index_header_sign a::after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.index_header_sign a:hover::before,
.index_header_sign a:hover::after,
.index_header_sign a:focus::before,
.index_header_sign a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}




/*index_aside*/
.index_aside{position: fixed;z-index: 999;right: 0;top: 45%;margin-top: 0;width: 150px;}
.index_aside a{display: block;
               width: 150px;
               margin-bottom: 3px; 
               border-top-left-radius: 10px;
               border-bottom-left-radius: 10px; 
               height: 55px;
               line-height: 55px;
               background:rgba(11,82,147,.8);
               background:rgba(11,126,216,.8);
               font-size: 0;

}
.index_aside span{font-size: 16px;color: #fff;vertical-align: middle;margin-left: 25px;}
.index_aside a:hover{
    background:rgba(11,82,147,.8);

}





/*banner*/
.section1{
    width: 100%;
    height:680px;
    position: relative;
}
.banner_bf{
    width: 1920px;
    height:680px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    text-align:center;
    z-index:99;
}
.banner_bf .slider2 .item{
    float: left;
    width: 1920px;
    height: 680px;
    position: relative;
}
.banner_bf .slider2 img{
    float:left;
    width:100%;
    height:100%;
}


.home_banner_pro{
    width: 1240px;
    height: auto;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -620px;
    z-index: 999;
}
.home_banner_pro_con{
    max-width: 1240px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.home_banner_pro_con .title{
    float: left;
    width: 720px;
    height: auto;
    padding: 40px;
    padding-top: 60px;
    padding-left: 60px;
    box-sizing: border-box;
    position: relative;
}
.home_banner_pro_con .title .pic{
    display: block;
    max-width: 620px;
    width: 100%;
    height: auto;
}
.home_banner_pro_con .title .pic img{
    display: block;
    width: auto;
    height: auto;
}
.home_banner_pro_con .title p{
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    font-weight: 500;
    box-sizing: border-box;
    margin-top: 25px;
    text-align: left;
    letter-spacing: 2px;
    padding-left: 10px;
}
.home_banner_pro .title span{
    display: block;
    width: 55px;
    height: 55px;
}
.home_banner_pro .banner_icon_s{
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/banner_title_icon_s.png') no-repeat left center;
}
.home_banner_pro .banner_icon_x{
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../images/banner_title_icon_x.png') no-repeat left center;
}


.home_banner_information_promotion {
    width: 1200px;
    height: 104px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -600px;
    z-index: 99;
    overflow:hidden;
}
.home_banner_information_promotion_swiper {
    width:100%;
    height:104px;

     border:2px solid #7bc2fd;
    border-radius:5px;
    background: rgba(255,255,255,0.6);
    box-shadow:0 0 8px 1px #ccc;
    box-sizing: border-box;
}
.home_banner_information_promotion_carousel {
    width:100%;
    height:100px;
}
.home_banner_information_promotion_carousel li {
    float:left;
    width:100%;
    height:100px !important;
}
.home_banner_information_promotion_carousel li a {
    display:block;
    max-width:1200px;
    width:100%;
    height:100px;
    position:relative;
    padding:20px;
    box-sizing:border-box;
    padding-left:160px;
    padding-right:50px;
   
    margin:0 auto;
}
.home_banner_information_promotion_carousel li .title {
    width:120px;
    height:50px;
    font-size:16px;
    color:#2fa0ff;
    line-height:30px;
    padding: 10px 5px;
    box-sizing:border-box;
    position:absolute;
    top:25px;
    left:20px;
     border-radius:5px;
    background: rgba(47,160,255,0.2);
}
.home_banner_information_promotion_carousel li .text_box {
    width:100%;
    height:auto;
    text-align:left;
}
.home_banner_information_promotion_carousel li .text_box h3 {
    font-size:16px;
    color:#333;
    line-height:30px;
    overflow:hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.home_banner_information_promotion_carousel li .text_box p {
    font-size:15px;
    color:#666;
    line-height:30px;
    overflow:hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.home_banner_information_promotion_carousel li .ckxq {
    display:block;
    width:100px;
    height:60px;
    padding:10px;
    box-sizing:border-box;

    position:absolute;
    top:20px;
    right:20px;

    font-size:15px;
    color:#2fa0ff;
    line-height:40px;
    text-align:left;

    display:none;
}

.home_banner_information_promotion_carousel li:hover .text_box h3 {
    color:#2fa0ff;
}
.home_banner_information_promotion_carousel li:hover .text_box p {
    color:#2fa0ff;
}


/*home_section2*/
.home_section2{
    width: 100%;
    height: auto;
    padding: 60px 0;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.section_container{
    max-width: 1240px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.home_section2_list{
    width: 100%;
    height: auto;
}
.home_section2_list ul{
    margin: 0 -1%;
}
.home_section2_list ul li{
    float: left;
    width: 31.333333%;
    height: auto;
    margin: 0 1%;
    margin-bottom: 2%;
    position: relative;
}
.home_section2_list ul li .pic{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.home_section2_list ul li .pic img{
    display: block;
    width: 100%;
    height: auto;

    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;
}
.home_section2_list ul li:hover .pic img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.home_section2_list ul li .text{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 30px;
    box-sizing: border-box;
}
.home_section2_list ul li .text h3{
    font-size: 28px;
    color: #fff;
    line-height: 50px;
    font-weight: 400;
    text-shadow:4px 4px 3px #333;
}

.home_section2_list ul li:nth-of-type(5) .text h3{
     color: #2fa0ff;
     font-size: 30px;
    font-weight: 500;
}


/*home_section3*/
.home_section3{
    width: 100%;
    height: auto;
    padding: 60px 0;
    box-sizing: border-box;
    background: url("../images/home_section3_banner.png") 50% no-repeat;
    background-size: cover;
    min-height: 580px;
}
.section_container{
    max-width: 1240px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.section_container .section_title{
    text-align: center;
}
.section_container .section_title h2{
    font-size: 32px;
    color: #00a0e9;
    line-height: 50px;
    font-weight: 400;
    font-family: Arial;
    margin-bottom: 5px;

}
.section_container .section_title h3{
    font-size: 24px;
    color: #00a0e9;
    line-height: 40px;
    font-weight: 400;
   
}
.home_section3_list{
    width: 100%;
    height: 130px;
    position: relative;
    margin-top: 80px;
}
.home_section3_list ul li{
    float: left;
    width: 20%;
    height: 130px;
    position: relative;
}
.home_section3_list ul li .text{
    width: 120px;
    height: auto;
    position: absolute;
    left: 0;
}
.home_section3_list ul li img{
    display: block;
    width: 71px;
    height: 71px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.home_section3_list ul li h3{
    font-size: 20px;
    color: #e01717;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    text-shadow: 2px 2px 3px #fff;
}
.home_section3_xian{
    display: block;
    width: 1160px;
    height: 110px;
    position: absolute;
    top: 10px;
    left: 20px;
    background: url('../images/home_section3_xian.png') no-repeat center center;
}
.home_section3_list ul li:nth-of-type(1) .text{
    bottom: -50px;
}
.home_section3_list ul li:nth-of-type(2) .text{
    top: -25px;
    left: 10px;
}
.home_section3_list ul li:nth-of-type(3) .text{
    bottom: -5px;
    left: 80px;
}
.home_section3_list ul li:nth-of-type(4) .text{
    bottom: 40px;
    left: 120px;
}
.home_section3_list ul li:nth-of-type(5) .text{
    bottom: -40px;
    left: auto;
    right: -10px;
}

.home_section3_link{
    display: block;
    width:220px;
    height: 55px;
    background: #00a0e9;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
    margin-top: 70px;
    position:relative;
    z-index:10;
}
.home_section3_link:hover{
    background: #125fa3;
}

.qyxxcx_home_section3_link {
      width:280px;
}

/*home_section4*/
.home_section4{
    width: 100%;
    height: auto;
    padding: 100px 0;
    padding-bottom: 150px;
    box-sizing: border-box;
    background: #eeeeee;
}
.home_section4 .section_container .section_title h2{
    color: #333;
}
.home_section4 .section_container .section_title h3{
    color: #333;
}
.home_section4_list{
    width: 100%;
    height: 120px;
    margin-top: 60px;
    overflow: hidden;
}
.home_section4_list ul li{
    float: left;
    width: 180px;
    height: 120px;
    margin:  0 10px;
}
.home_section4_list ul li .pic{
    display: block;
    width: 180px;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.home_section4_list ul li .pic img{
    display: block;
    width: 180px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
}


.home_section4_num{
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 10px;
}
.home_section4_num p{
    font-size: 18px;
    color: #666;
    line-height: 50px;
    text-align: center;
}
.home_section4_num p .num{
    font-size: 50px;
    color: #00a0e9;
    font-weight: 400;
    margin: 0 20px;
}


/* footer */
.footer{
    width: 100%;
    height: auto;
    background: #2c3135;
}
.footer_top{
    width: 100%;
    height: auto;
    padding-left: 260px;
    padding-top: 40px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.footer_top_list{
    width: 100%;
    height: auto;
}
.footer_top_list ul li{
   float: left;
    width: 14.28%;
    height: auto;
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
}
.footer_top_list ul li p{
    display: block;
    font-size: 18px;
    color: #eee;
    line-height: 40px;
    margin-bottom: 10px;
}
.footer_top_list ul li a{
    display: block;
    font-size: 14px;
    color: #c3c3c3;
    line-height: 32px;
    padding: 0 5px;
}
.footer_top_list ul li a:hover{
    color: #125fa3;
}
.footer_top_list ul li img{
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}


.footer_service_hotline{
    width: 240px;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
}
.footer_service_hotline p{
    font-size: 18px;
    color: #eee;
    line-height: 40px;
    margin-bottom: 10px;
}
.footer_service_hotline h2{
    width: auto;
    height: auto;
    padding: 0 10px;
    padding-left: 35px;
    box-sizing: border-box;
    font-size: 20px;
    color: #2fa0ff;
    line-height: 40px;
    font-weight: 400;
    text-align: left;
    background: url('../images/nav_phone_icon.png') no-repeat left center;
}
.footer_service_hotline h3{
    width: auto;
    height: auto;
    font-size: 20px;
    color: #2fa0ff;
    line-height: 40px;
    font-weight: 400;
}


.footer_bottom{
    width: 100%;
    height: 60px;
    background: #1e2327;
}
.footer_bottom p{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #888;
    line-height: 30px;
    text-align: center;
}


.footer_bottom p a{
    display: inline-block;
    color: #888;
    margin-left: 10px;
}


/*gotop*/
.gotop {
    display: block;
    width: 56px;
    height: 55px;
    background: url("../images/gotop_icon.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    position: fixed;
    right: 30px;
    top: 73%;
    /*    opacity: 0;*/
    z-index: 999;
    overflow: hidden;
    display: none;
}

.gotop:hover {
    background: url("../images/gotop_icon.png") no-repeat;
    background-position: 0 -55px;
}



.header .nav-toggle {
    width:65px;
    height:60px;
    position:absolute;
    top:25px;
    right:15px;

    display:none;
}
.header .nav-toggle svg {
    display:block;
     width: 24px;
    height: 24px;
    position: absolute;
    top: 19px;
    left: 0;
}
.header .nav-toggle p {
    float:right;
    font-size:18px;
    line-height:60px;
    color:#2fa0ff;
}



/* phone_hearder_nav */
.phone_hearder_nav{
  max-width: 640px;
  display: block;
  width: 100%;
  height: 100%;
   /*background: #9254a9;*/
    background: url(../images/phone_nav_banner.jpg) center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 70px 20px;
  box-sizing: border-box;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;

  padding-bottom:10px;
  overflow:scroll;
}
.phone_hearder_nav_logo{
  width: 100%;
  height: auto;
  padding:20px 0;
  padding-top:40px;
  box-sizing:border-box;
}
.phone_hearder_nav_logo img{
    max-width:240px;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  margin-bottom:10px;
}
.phone_hearder_nav_logo p {
    font-size:15px;
    color:#fff;
    line-height:26px;
    text-align:center;
}
.phone_hearder_nav ul{
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}
.phone_hearder_nav ul li{
  display: block;
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 0px;
  box-sizing: border-box;
}
.phone_hearder_nav ul li.active{
  background: #b8924e;
}
.phone_hearder_nav ul li p{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.phone_hearder_nav ul li .li_center{
  width: 100%;
  height: auto;
  padding-left: 10px;
  box-sizing: border-box;
}
.phone_hearder_nav ul li a{
   float:left;
   width:33.333333%;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-align: left;
  padding: 12px 2px;
  box-sizing: border-box;

  min-width: 90px;
  text-align: center;
}


.header_close{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.header_close svg {
    width:30px;
    height:30px;
    position:absolute;
    top:5px;
    left:5px;
}

.body_open .phone_hearder_nav{
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.phone_hearder_nav ul li.li4 .li_center a:nth-of-type(4) {
    width:38%;
}
.phone_hearder_nav ul li.li5 .li_center a {
    width:38%;
}
.phone_hearder_nav ul li.li7  p a {
    width:100%;
    font-size:18px;
    text-align:left;
    position:relative;
}
.phone_hearder_nav ul li.li7 p a svg {
    display:block;
    width:24px;
    height:30px;
    position:absolute;
    top:7px;
    left:55px;
}
.phone_hearder_nav ul li.li9 p a svg {
    left:90px;
}



@media only screen and (max-width: 1440px) {
   /* .header_right .nav ul{
        float: left;
        max-width: 640px;
        width: 100%;
        margin: auto;
        margin-left: 150px;
    }
    .header_right .nav ul li{
        float: left;
        width: 110px;
        padding: 0;
        box-sizing: border-box;
        text-align: left;
    }
    .header_right .nav ul li:nth-of-type(11){
       width: 85px;
    }
    .header_right .nav ul li a{
        padding: 0;
    }
    .header_right .nav ul li:nth-of-type(5){
        margin-right: 60px;
    }
    .header_right .nav{
        padding: 15px 0;
    }
    
    .header_right_xian{
        width: 100%;
        height: 2px;
        background: #2fa0ff;
        position: absolute;
        top: 39px;
        left: 0;
    }

    .header_right .nav ul li:nth-of-type(6){
        border-top: 2px solid #2fa0ff;
        box-sizing: border-box;
    }
    .header_right .nav ul li:nth-of-type(7){
        border-top: 2px solid #2fa0ff;
        box-sizing: border-box;
    }
    .header_right .nav ul li:nth-of-type(8){
        border-top: 2px solid #2fa0ff;
        box-sizing: border-box;
    }
    .header_right .nav ul li:nth-of-type(9){
        border-top: 2px solid #2fa0ff;
        box-sizing: border-box;
    }
    .header_right .nav ul li:nth-of-type(10){
        border-top: 2px solid #2fa0ff;
        box-sizing: border-box;
    }
    .header_right .nav ul li:nth-of-type(11){
        border-top: 2px solid #2fa0ff;
        box-sizing: border-box;
    }*/


    .header {
        padding-left:20px;
        padding-right:20px;
    }
    .index_header .nav_phone {
        width:182px;
        font-size:16px;
        right:20px;
    }
    .index_header .nav_phone p {
          font-size:16px;
    }
    .index_header_sign {
        width:100px;
        right: 230px;
    }
     .index_header_sign .phone_dl{
        width:130px;
      
    }
    .header_right .nav ul li a {
        padding: 0 1px;
    }


}


@media only screen and (max-width: 1200px) {
    .index_header .nav_phone {
        display:none;
    }
    .header .header_right {
        padding-right:70px;
    }
    .header .header_right {
        display:none;
    }
    .index_header_sign {
        right:110px;
     
    }
        .index_header_sign a {
            padding-left:27px;
        }


    .header .nav-toggle {
        display: block;
    }


}



@media screen and (max-width: 767px) {
    .home_section2_list ul li {
        width:98%;
        margin-bottom: 20px;
    }
    .home_section2_list ul li .text h3 {
        font-size:24px;
    }
    .home_section2_list ul li:nth-of-type(5) .text h3 {
        font-size:26px;
    }
    .section_container .section_title h2 {
        font-size:26px;
        margin-bottom:10px;
    }
    .section_container .section_title h3 {
        font-size:18px;
        line-height:32px;
    }

    .home_section3_list {
        max-width:320px;
        height:auto;
        margin:0 auto;
        margin-top:60px;
    }
    .home_section3_xian {
        display:none;
    }
    .home_section3_list ul li {
        width:100%;
       height:100px;
       position:relative;
       margin-bottom:5px;
    }
    .home_section3_list ul li .text {
        height:100px;
    }
    .home_section3_list ul li img {
        width:65px;
        height:65px;
        margin-bottom:5px;
    }
    .home_section3_list ul li h3 {
        font-size:18px;
    }


    .home_section3_list ul li:nth-of-type(1) .text{
        bottom: inherit;
        top:0;
    }
    .home_section3_list ul li:nth-of-type(2) .text{
        top: 0;
        left: inherit;
        right:0;
    }
    .home_section3_list ul li:nth-of-type(3) .text{
        bottom:inherit;
        left: 0;
        top:0;
    }
    .home_section3_list ul li:nth-of-type(4) .text{
        bottom: inherit;
        top:0;
        left: inherit;
         right:0;
    }
    .home_section3_list ul li:nth-of-type(5) .text{
        bottom: inherit;
        top:0;
        left: 0;
        right: inherit;
    }

    .home_section4 {
        padding-top:60px;
        padding-bottom:80px;
    }
    .home_section4_num {
        margin-top:40px;
    }
    .home_section4_num p .num {
        font-size: 36px;
        margin: 0 15px;
    }
    .home_section4_list {
        margin-top:50px;
    }
    .home_section4_list {
        height: 100px;
    }
    .home_section4_list ul li{
        width: 150px;
        height: 100px;
    }
    .home_section4_list ul li .pic{
      
        width: 150px;
        height: 100px;
       
    }
    .home_section4_list ul li .pic img{
     
         width: 150px;
        height: 100px;
     
    }


    .home_banner_information_promotion {
        display:none;
    }

    /*banner*/
    .section1{
        width: 100%;
        height:425px;
        position: relative;
    }
    .banner_bf{
        width: 1200px;
        height:425px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -600px;
        text-align:center;
        z-index:99;
    }
    .banner_bf .slider2 .item{
        float: left;
        width: 1200px;
        height: 425px;
        position: relative;
    }
    .banner_bf .slider2 img{
        float:left;
        width:100%;
        height:auto;
        margin-left:160px;
    }
    .home_banner_pro{
        width: 360px;
        top: 150px;
        left: 50%;
        margin-left: -180px;
    }
    .home_banner_pro_con {
        padding-left:15px;
        padding-right:15px;
    }
    .home_banner_pro_con .title {
        width:100%;
        padding: 30px;
        padding-top: 30px;
        padding-left: 30px;
    }
    .home_banner_pro_con .title .pic img {
        width:100%;
    }
    .home_banner_pro .title span {
        width:30px;
        height:30px;
    }
    .home_banner_pro .banner_icon_s,.home_banner_pro .banner_icon_x{
        background-size:100%;
    }
    .home_banner_pro_con .title p {
        font-size:16px;
        padding-left:2px;
        margin-top:20px;
        line-height:26px;
    }


}
