
@charset "utf-8";
/* CSS Document */

/*全局定义*/
* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}


a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0;
    padding: 0;
    color: #333;
    font-weight: 500;
}
h1{
    color: #434343;
    font-size: 25px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
    color: #707070;
}
h6 a{
    color: #707070;
}

p {
    text-align: justify;
}

button {
    outline: none;
    border: 0;
    box-shadow: 0;
}
img{
    display: block;
    border: 0;
}
.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}
.clearfix {
    clear: both !important;
}

.top10{
    margin-top: 10px !important;
}
.top20{
    margin-top:20px !important;
}
.top30{
    margin-top:30px !important;
}
.top40{
    margin-top:40px !important;
}


body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    background: #1D1F20;
}
.slideout-menu .menu_logo{
    margin: 20px auto 0;
    width: 80%;
    height: auto;
}


.slideout-menu ul {
    margin: 25px 0;
}
.slideout-menu ul li{
    font-size: 16px;
}
.slideout-menu ul li a{
    display: block;
    padding: 10px 20px;
    color: #FFFFFF;
}


.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

main{
    background: #FFFFFF;
}
main header{
    width: 100%;
    background: #035cac;
    height: 44px;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
    z-index: 999999;
}
main header .btn{
    border: none;
    position: absolute;
    width: 42px;
    height: 30px;
    top: 7px;
    left: 12px;
    outline: none;
    background: url(../images/menu.png) no-repeat left center;
}


/*banner*/
.banner{
    position: relative;
    /*padding-top: 44px;*/
    left: 0;
}
.banner .swiper-wrapper img{
    width: 100%;
    height: auto;
}
/*right*/
.banner .swiper-button-next{ background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
/*left*/
.banner .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/*标题title1*/
.title1 {
    padding:0 5%;
    position: relative;
    width: 90%;
}

.title1 h2 {
    text-align: center;
    font-size: 22px;
    color: #035cac;
}
.title1 span.english {
    margin: 5px auto 10px auto;
    display: block;
    width: 240px;
    height: 17px;
    font-size: 14px;
    text-align: center;
    color: #7d7d7d;
    text-transform: uppercase;
}

.title1 h5 {
    text-align: center;
    font-size: 14px;
    color: #7d7d7d;
    margin-top: 11px;
    line-height: 16px;
}

.title1 h6 {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    color: #035cac;
    line-height: 18px;
}

.title1 h6 span {
    font-size: 19px;
    font-family: Arial;
}


.title1 p {
    margin: 0;
    background: url("../images/button-jiantou.png") no-repeat;
    width: 12px;
    height: 10px;
    margin-left: -6px;
    position: absolute;
    left: 49%;
    bottom: 0;
}

/*广告*/
.guanggao img{
    width: 100%;
    height: auto;
}

.nei{
    padding: 0 !important;
    width: 100% !important;
}


/*标题title2*/
.title2 {
    padding: 0 5%;
    position: relative;
    width: 90%;
}

.title2 .title2_one{
    padding-bottom:5px;
}
.title2 .title2_one ul li{
    color: #313131;
    font-size: 16px;
    line-height: 24px;
}
.title2 .title2_one ul li span{
    color: #cfcfcf;
    font-size: 12px;
}

.title2 .title2_one ul li:nth-child(1){
    float: left;
}
.title2 .title2_one ul li:nth-child(2){
    float: right;
}
.title2 .title2_two{
    position: relative;
}
.title2 .title2_two h2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    color: #FFFFFF;
    line-height: 20px;
    font-size: 15px;
    text-align: left;
    padding:2% 5%;
    background: rgba(0,0,0,.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.title2 .title2_two img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.title2 .title2_three{

}
.title2 .pei{

}

.p3 img{
    width: 100%;
    height: auto;
    margin: 10px  0 0;
}

.title2 .pei p{
    text-align: justify !important;
    -webkit-line-clamp:2 !important;
}
.title2 .pei2 p{
    text-align: justify !important;
    -webkit-line-clamp:999 !important;
}

.title2 .title2_three p{
    color: #626262;
    font-size: 12px;
    text-align: justify;
    line-height: 18px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
}

.title2 .title2_three p a{
    color: #626262;
}
.title2 .title2_four{
    color: #035cac;
    position: relative;
    font-size: 14px;
    height: 24px;

}
.title2 .title2_four span{
    display: block;
    font-size: 13px;
    color: #7d7d7d;
    position: absolute;
    line-height: 20px;
    left: 0;
    top: 0;
    padding-left: 20px;
    background: url("../images/shizhong.png") no-repeat;
    background-position: 0 2px;
}

.title2 .title2_four a{
    display: block;
    color: #035cac;
    position: absolute;
    width: 100%;
    text-align: center;
    right: 0;
    top: 0;
}




/*title3*/
.title3{
    padding: 0 5%;
    position: relative;
    width: 90%;
}

.title3 h2 {
    font-size: 18px;
    color: #313131;
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
    border-left: 2px #035cac solid;
    text-align: left;
}

.title3 h2 span {
    font-size: 14px;
    color: #cfcfcf;
    font-family: Arial;
}
/*title4*/
.title4{
    padding: 0 2%;
    position: relative;
    width: 96%;
}

.title4 ul li{
    padding: 10px 0;
    border-bottom: 1px #c8c7cc solid;
}
.title4 ul li p {
    font-size: 16px;
    color: #626262;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title4 ul li p span {
    font-size: 14px;
    color: #cfcfcf;
}

.title4 ul li p a {
    color: #626262;
}
/*title5*/
.title5 {
    padding: 0 5%;
    position: relative;
    width: 90%;
}

.title5  h5 {
    font-size: 12px;
    color: #035cac;
    background-position: 10px 0;
    text-align: right !important;
    line-height: 18px;;
    margin:8px 0 0 0;
}

.title5  h5 span {
    font-size: 18px;
    display: block;
    font-family: Arial;
}

.title5  .tit {
    border-left: 2px #035cac solid;
    padding-left: 16px;
    color: #313131;
    font-size: 18px;
    margin-right: 24px;
    line-height: 24px;
    text-align: left;
}

.title5  .tit span {
    display: block;
    color: #7d7d7d;
    font-size: 16px;
    font-family: Arial;
    line-height: 21px;
}

.title5  a {
    font-size: 18px;
    color: #7d7d7d;
    display: block;
    border-right: 1px #ededed solid;
    text-align: right;
}
.handrail{
    width: 100%;
    height: 6px;
    background: #dfdfdf;
}

.title66{

}
.title66 ul li{
    width: 45% !important;
    font-size: 11px !important;
    margin: 2% 2% !important;
}

/*title6*/
.title6 {
    width: 96%;
    padding: 0 2%;
}
.title6 ul {

}
.title6 ul li {
    float: left;
    text-align: center;
    width: 40%;
    background: #FFFFFF;
    border: 1px #035cac solid;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 2% 5%;
    border-radius: 3px;
    color: #035cac;
}


.title6 ul li:nth-child(even) {
    margin-right: 0;
}

.title6 ul li a {
    color: #035cac;
}


.title6 ul li.active {
    color: #FFFFFF;
    background: #035cac;
}

.title6 ul li.active a {
    color: #FFFFFF;
}

.title6 ul li .mo{

}

.hide{
    display: none;
}
/*title7*/

.title7{
    margin-top: 10px;
    width: 100%;
    background: #035cac;
    padding: 5px 0;
}
.title7 h2{
    border-left:5px #f28089 solid;
    margin-left: 2.5%;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 34px;
    width: 30%;
    float: left;
    line-height: 34px;
    text-align: left;
    padding-left:2.5% ;
}
.title7 p{
    text-align: right;
    float: right;
    margin: 0;;
    color: #FFFFFF;
    font-size: 14px;
    width:55%;
    padding-right: 5%;
    line-height: 34px;
}

.title7 p span{
    font-size: 14px;
    font-family: arial;
}

.height20{
    width: 100%;
    height: 20px;
    display: block;
}

/*图片1*/
.picture1{
    padding: 0 2%;
    position: relative;
    width: 96%;
}
.picture1 .box{
    float: left;
    width: 48%;
    margin-bottom: 5px;
}
.picture1 .box:nth-child(odd){
    margin-right: 4%;
}
.picture1 .box img{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.picture1 .box p{
    font-size: 14px;
    text-align: center;
}
/*图片2*/
.picture2{
    padding: 0 5%;
    position: relative;
    width: 90%;
}
.picture2 .box{
    float: left;
    width: 32%;
    margin-bottom: 5px;
    margin-right: 2%;
}

.picture2 .box:nth-child(3n+0){
    margin-right: 0;
}

.picture2 .box img{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.picture2 .box p{
    font-size: 14px;
    text-align: center;
}


/*图片-文字1*/
.picture_txt1{
    padding: 0 2%;
    position: relative;
    width: 96%;
}
.picture_txt1 .box{
    padding: 10px 0;
    border-bottom: 1px #c8c7cc solid;
}
.picture_txt1 .img{
    width: 35%;
    height: auto;
}
.picture_txt1 .txt{
     width: 60%;
 }
.picture_txt1 .txt h2{
    font-size: 16px;
    color: #313131;
    text-align: left;
}
.picture_txt1 .txt h2 a{
    color: #313131;
}
.picture_txt1 .txt h2 span{
    font-size: 18px;
    color: #cfcfcf;
    margin: 0 5px;
    font-family: Arial;

}
.picture_txt1 .txt p{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picture_txt1 .txt p span {
    color: #ed292a;
    line-height: 19px;
}

/*图片-文字2*/
.picture_txt2{
    padding: 0 2%;
    position: relative;
    width: 96%;
}
.picture_txt2 .relation {
    width: 100%;
    float: left;
}

.picture_txt2  ol {
    padding: 0;
    margin: 0;
}

.picture_txt2 ol li {
    display: block;
    line-height: 28px;
    margin-bottom: 11px;
    padding: 0 0 0 35px;
    text-align: left;
    font-size: 14px;
}

.picture_txt2 ol .one {
    background: url("../images/icon_12.png") no-repeat;

}

.picture_txt2 ol .two {
    background: url("../images/icon_13.png") no-repeat;

}

.picture_txt2 ol .three {
    background: url("../images/icon_14.png") no-repeat;

}

.picture_txt2 ol .four {
    background: url("../images/icon_15.png") no-repeat;
}

.picture_txt2 .weixin {
    width: 46%;
    margin-right:4%;
}


.picture_txt2 .weixin img {
    border-right: 1px #dddddd solid;
    padding: 0;
    width: 100%;
    height: auto;
}

.picture_txt2 .weixin p {
    display: block;
    color: #313131;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    height: 20px;
}



/*底部*/
.footer {
    padding: 10px 0;
    width: 100%;
    background: #393939;
}
.footer  h4{
    margin: 4px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}
.footer  h4 span{
    font-size: 14px;

}

.footer p {
    margin: 2px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}

/*虚线*/
.line_xu {
    margin-top: 20px;
    border-top: 1px #d4d4d4 dashed;
}

/*分页*/
.page {
    width: 180px;
    height: 20px;
    font-size: 12px;
    margin: 11px auto 20px;
}

.page a {
    color: #707070;
}

/*地址*/
.location {
    padding: 0 5% 0 2.5%;
    width: 92.5%;
    background: url("../images/location_line.png") repeat-x;
    height: 50px;
}
.location p {
    height: 50px;
    width: 90%;
    line-height: 40px;
    padding-left: 10%;
    color: #626262;
    font-size: 13px;
    background: url("../images/zuobiao.png") no-repeat;
    background-position: 10px 10px;;
}

.location p a {
    font-size: 13px;
    color: #626262;
}

@media screen and (min-width: 680px) {
    .location p {
        width: 95%;
        line-height: 40px;
        padding-left: 5%;
    }

}

/*详情页*/
.information_news {
    margin: auto;
    padding: 0 5%;
    width: 90%;
}

.information_news h2 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #313131;;
}

.information_news .line_xu {
    margin: 20px 0;
    border-top: 1px #d4d4d4 dashed;
}

.information_news p {

    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    color: #8f8f94;
}
.new_page {
    width: 170px;
    font-size: 13px;
    text-align: left;
}
.new_page a {
    color: #707070;
}

/*地图*/
.map{
    margin: 0 2%;
    width: 96%;
    height: 200px;
    border: 1px #d4d4d4 solid;
}
@media screen and (min-width: 680px) {
    .map{
        height: 350px;
    }

}

/*表单*/
form{
    padding: 0 5%;
    width: 90%;
}
form li{
    float: left;
}
form .one{

}
form .one li{
    width: 30%;
    text-align: center;
    color: #313131;
    line-height: 30px;
    margin: 5px 0;
}
form .one li:nth-child(2){
    width: 70%;
}

form .one li input{
    width: 95%;
    height: 30px;
    border: 1px #d4d4d4 solid;
    border-radius: 3px;
    padding-left: 5%;
    color: #707070;
}

form .one li input:active{
    color: #707070;
    outline:none;
    border: 1px #035cac solid !important;
}
form .one li input:focus{
    color: #707070;
    outline:none;
    border: 1px #035cac solid !important;
}

form .two{

}
form .two li{
    width: 30%;
    text-align: center;
    color: #313131;
    line-height: 30px;
    margin: 5px 0;
}
form .two li:nth-child(2){
    width: 70%;
}
form .two li textarea{
    width: 90%;
    height: 100px;
    border: 1px #d4d4d4 solid;
    border-radius: 3px;
    padding: 3% 5%;
}
form .two li textarea:active{
    color: #707070;
    outline:none;
    border: 1px #035cac solid !important;
}
form .two li textarea:focus{
    color: #707070;
    outline:none;
    border: 1px #035cac solid !important;
}
form button{
    display: block;
    color: #fff;
    background-color: #035cac;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin: auto;
    padding: 6px 12px;
    border-radius: 3px;
}


/*404页面*/
.error404 {
    width: 90%;
    margin: auto;
}

.error404 .txt1 {
    width: 100%;

}

.error404 .txt1 h2 {
    font-size: 48px;
    color: #035cac;
    text-align: center;
    font-family: Arial;
    font-weight: 100;
}

.error404 .txt1 h3 {
    font-size: 24px;
    color: #035cac;
    text-align: center;
    font-weight: 500;
}

.error404 .txt1 h4 {
    margin-top: 20px;
    font-size: 16px;
    color: #7d7d7d;
    text-align: center;
    line-height: 30px;
}

.error404 .txt1 h4 span {
    display: block;
    font-size: 20px;
    color: #035cac;
    text-align: center;
    font-family: Arial;
}

.error404 .txt1 h5 {
    width: 125px;
    height: 40px;
    border-radius: 10px;
    background: #035cac;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin: 20px auto 0;
}

.error404 .txt1 h5 a {
    color: #ffffff;
}


.title_01 {
    width: 96%;
    height: auto;
    margin: auto;
    padding: 0 2% 2%;
    background: url("../images/bg_01.png") no-repeat;
    background-position: 100% 100%;
}
.title_01 h2 {
    color: #035cac;
    font-size: 22px;
    font-weight: 500;
    margin-top: 5px;
}
.title_01 h2 span {
    float: left;
}
.title_01 h2 img {
    width: 50%;
    height: auto;
    float: left;
    margin: 12px 0 0 12px;
    max-width: 220px;
}
.title_01 p {
    margin-top: 10px;
    font-size: 14px;
    color: #626262;
    line-height: 22px;

}
.title_01 p a{
    float: right;
    color: #035cac;
}

.title_01 p span {
    font-size: 16px;
    color: #434343;
}

.title_03 {
    width: 96%;
    padding: 0 2%;
    margin: auto;
}
.title_03 .img1 {
    width: 100%;
    height: auto;
    margin: auto;
}

.title_03 .one li .txt p span {
    color: #ed292a;
    line-height: 19px;
}

.more{
    width: 100px;
    display: block;
    color: #fff;
    background-color: #035cac;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin: auto;
    padding: 6px 12px;
    border-radius: 3px;
    text-align: center;
}


.news_01 {
    width: 96%;
    padding: 0 2%;
}
.news_01 img {
    width: 100%;
    height: auto;
}
.news_01 h4 {
    color: #434343;
    font-size: 18px;
    margin-top: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_01 h4 a {
    color: #434343;
}
.news_01 p {
    color: #7d7d7d;
    font-size: 12px;
    margin-top: 1%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    line-height: 24px;
}
.news_01 p a {
    color: #7d7d7d;
}

/*回到顶部*/
.to-top {
    display: none;
    padding: 5px 10px;
    color: #fff;
    background-color: #035cac;
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 9999999;
}
.title_06 {
    width: 96%;
    height: 40px;
    background: #f1f1f1;
    position: relative;
    padding:0 2%;
}

.title_06 .add {
    display: block;
    background: url("../images/icon_10.png") no-repeat;
    background-position: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #7d7d7d;
    padding-left: 20px;
}
.title_06 .add a {
    color: #7d7d7d;
}



.title_14 {
    width: 96%;
    padding: 0 2%;
    margin: auto;
}
.title_14 h2 {
    text-align: center;
    font-size: 18px;
    color: #434343;
    font-weight: 500;
}
.title_14 h2 span {
    color: #035cac;
    font-family: Arial;
    font-weight: bold;
}
.title_14 .img1 {
    width: 100%;
    height: auto;
}
.title_14 h3 {
    font-size: 18px;
    color: #313131;
    text-align: center;
    font-weight: 500;
}
.title_14 .line {
    width: 47px;
    height: 1px;
    background: #035cac;
    margin: 15px auto;
}
.title_14 p {
    margin-top: 15px;
    color: #535353;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}
.title_14 p span {
    color: #035cac;
    font-family: Arial;
    font-weight: bold;
}

.title_66{

}

/*title6*/
.title_66 {
    width: 96%;
    padding: 0 2%;
}
.title_66 ul {

}
.title_66 ul li {
    float: left;
    text-align: center;
    width: 30%;
    background: #FFFFFF;
    border: 1px #035cac solid;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 2% 1.5%;
    border-radius: 3px;
    color: #035cac;
}

.title_66 ul li:nth-child(n+3) {
    margin-right: 0;
}

.title_66 ul li a {
    color: #035cac;
}


.title_66 ul li.active {
    color: #FFFFFF;
    background: #035cac;
}

.title_66 ul li.active a {
    color: #FFFFFF;
}

@media screen and (max-width: 418px) {
    .title_66 ul li {
        font-size: 14px;
    }

}
@media screen and (max-width: 350px) {
    .title_66 ul li {
        font-size: 12px;
    }

}


.title_07 {
    width: 96%;
    padding: 0 2%;
    margin: auto;
}

.title_07 img {
    width: 100%;
    height: auto;
}

.title_07  h2 {
    margin-top: 10px;
    color: #434343;
    font-size: 21px;
    font-weight: 500;
}
.title_07  h2 span {
    display: block;
    font-size: 16px;
    color: #d0d0d0;
    letter-spacing: 2px;
    font-family: Arial;
    line-height: 15px;
    margin-top: 5px;
    text-transform: uppercase;
}
.title_07  p {
    margin-top: 15px;
    font-size: 12px;
    color: #626262;
    line-height: 26px;
    letter-spacing: 1px;
}
.title_07  ul li {
    text-align: center;
    float: left;
    color: #035cac;
    font-size: 18px;
    margin-left: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title_07  ul li:first-child {
    margin-left: 0;
}
.title_07  ul li b {
    font-size: 20px;
    font-family: Arial;
}
.title_07  ul li .line {
    width: 39px;
    height: 2px;
    background: #e4e4e4;
    margin: 10px auto 0;
}
.title_07  ul li span {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    color: #707070;
}

.title_08  {
    width:96%;
    padding: 20px 2% 0;
}
.title_08  h2 {
    font-size: 14px;
    color: #535353;
    line-height: 29px;
    font-weight: 500;
}
.title_08  h2 span {
    color: #035cac;
}
.title_08  .line {
    width: 30px;
    height: 2px;
    background: #035cac;
}
.title_08  p {
    margin-top: 15px;
    color: #626262;
    font-size: 12px;
    line-height: 26px;
}


.title_09 {
    width: 96%;
    padding: 0 2%;
    margin: auto;
}

.title_09 h5 {
    font-size: 14px;
    color: #626262;
    line-height: 26px;
    font-weight: 500;
}
.title_09 h5 span {
    color: #035cac;
    font-size: 14px;
    letter-spacing: 1px;
}
.title_09 p {
    width: 100%;
    font-size: 12px;
    color: #434343;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 1px;
}
.title_09 p span {
    font-size: 16px;
}




.title_17 {
    width: 96%;
    padding: 0 2%;
    margin: auto;
}
.title_17 .h22 {

}

.title_17 h2 {
    color: #035cac;
    font-size: 18px;
    width: 50%;

}
.title_17 h2 span {

}

.title_17 .line {
    width: 100%;
    height: 3px;
    background: #e7e7e7;
    margin: 15px 0 0 0;
}
.title_17 .ul2 {
    float: none;
}
.title_17 ul {
    width: 100%;
    margin-top: 22px;

}
.title_17 ul li {
    height: 39px;
    line-height: 39px;
    color: #313131;
    font-size: 14px;
    border-bottom: 1px #d0d0d0 dashed;
    padding-left: 6px;
    background: url("../images/z_08.png") no-repeat;
    background-position: 0 11px;
}
.title_17 ul li span {
    color: #FFFFFF;
    font-size: 15px;
    font-family: Arial;
    margin: 0 15px 0 0;
}
.title_17 .pull-left {
    width: 100%;
}
.title_17 .pull-left .img1 {
    margin: 29px auto;
    width: 269px;
    height: 226px;

}
.title_17 .pull-right {
    width: 100%;
}
.title_17 .pull-right h5 {
    margin: 30px auto 0;
    width: 170px;
    height: 42px;
    background: url("../images/z_02.png") no-repeat;
    color: #434343;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
.title_17 .pull-right h5 span {
    margin-top: 5px;
    font-style: italic;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    color: #035cac;
    display: block;
}

.title_18 {
    width: 96%;
    padding: 0 2%;
    margin: auto;
}
.title_18 .img1 {
   width: 58.93%;
    height: auto;
    float: left;
}
.title_18 .img2 {
    width: 38.70%;
    height: auto;
    float: right;
}

.title_18 ul {
    width: 97%;
    padding: 29px 0 28px 2%
}
.title_18 ul li {
    color: #313131;
    font-size: 14px;
    margin-top: 16px;
}
.title_18 ul li:first-child {
    margin-top: 0;
}
.title_18 ul li span {
    color: #035cac;
}
.title_18 ul li i {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    background: #035cac;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 44px;
    height: 40px;
    margin-right: 6px;
    position: relative;
}
.title_18 ul li i em {
    display: block;
    background: #689dcd;
    width: 20px;
    height: 1px;
    margin: 0;
    position: absolute;
    left: 12px;
    top: 30px;
}
.title_19 {
    width: 96%;
    padding: 0 2%;
    margin: auto;
}
.title_19 img {
    width: 100%;
    height: auto;
}
.title_19 ul {
    width: 98%;
    padding: 30px 0 30px 2%;
}
.title_19 ul li {
    color: #313131;
    font-size: 18px;
    margin-top: 16px;
}
.title_19 ul li:first-child {
    margin-top: 0;
}
.title_19 ul li span {
    color: #035cac;
}
.title_19 ul li i {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    background: #035cac;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 44px;
    height: 40px;
    margin-right: 24px;
    position: relative;
}
.title_19 ul li i em {
    display: block;
    background: #689dcd;
    width: 20px;
    height: 1px;
    margin: 0;
    position: absolute;
    left: 12px;
    top: 30px;
}

.title2 .title2_three img{
    width: 100%;
    height: auto;
}

