@charset "utf-8";
/*section common */	
.inner {
    display: block;
    width: 100%;
    max-width: 1400px;
    overflow: hidden;
    margin: 0 auto !important;
    align-items: center;
    align-content: center;
    padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
    padding-bottom: 30px !important;
}


.txt_wrap  {
 padding: 8px;

}


.txt_wrap .con_title {text-align: center}

.txt_wrap .con_title span {
    color: #838383;
}


.txt_wrap .con_title h3 {
    color: rgb(34, 34, 34);
    line-height: 45px;
    font-size: 36px;
    font-weight: 600;
	padding: 5px 5px 0px 5px;;

}

.txt_wrap .con_title h5 {
    color: #737373;
    
    font-size: 20px;
    font-weight: 300;
	padding: 5px;

}




.more-view {
    background: rgb(51, 51, 51);
    padding: 15px 0px;
    border-radius: 35px;
    transition: 0.3s;
    width: 180px;
    text-align: center;
    margin-top: 10px;
    -webkit-transition: .3s;
}
.more-view a {
    transition: 0.3s;
    color: rgb(255, 255, 255);
    font-size: 14px;
    -webkit-transition: .3s;
}
.more-view:hover {
    cursor: pointer;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.more-view:hover a {
    font-size: 15px;
}



@media screen and (max-width:1199px) {
#wrapper {
    width: 100%;
}
}


/* gradint button */
.gradint_btn a>div {
    display: block;
    width: 200px;
    padding: 15px 0px;
    border-radius: 100px;
    margin: 0 auto;
    background: linear-gradient(270deg, rgb(51, 190, 179), rgb(0, 114, 122), rgba(47,189,178,0), rgba(0,165,172,0));
    background-size: 300% 300%;
    background-position: 1% 50%;
    border: 1px solid #c1c1c1;
    font-size: 15px;
    color: #333;
    text-align: center;
    transition: all 0.7s ease-out;
    text-decoration: none;
}
.gradint_btn a > div:hover {
    background-position: 99% 50%;
    border: 1px solid rgba(223,190,106,0);
    color: #fff;
}
.second_gradint_btn .btn_txt {
    margin: 0px;
}

@media screen and (max-width:1280px) {
.gradint_btn {
    margin: 25px 0 0 0;
}
}

@media screen and (max-width:980px) {
.gradint_btn {
    margin: 25px 0;
}
}



/*section1*/
#section1 {
    padding: 50px 0px;
}


#section1 .scon_title P {
   padding: 20px 0px;
	  line-height: 45px;
    font-size: 16px;
}

#section1 .section1 .left_area {
    width: 45%;
    margin-right: 5%;
    float: left;
}
#section1 .section1 .left_area .list_wrap li {
    color: rgb(136, 136, 136);
    line-height: 45px;
    font-size: 16px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    visibility: visible;
}
#section1 .section1 .left_area .list_wrap li span {
    color: rgb(242, 183, 5);
    padding-right: 10px;
    font-size: 16px;
}
#section1 .section1 .right_area {
    width: 50%;
    float: right;
}
#section1 .section1 .right_area img {
    width: 100%;
}

@media screen and (max-width:1500px) {
#section1 .section1 .txt_wrap p {
    padding: 20px 0px;
	  line-height: 45px;
    font-size: 16px;
}
#section1 .section1 .left_area .list_wrap li {
    line-height: 43px;
    font-size: 14px;
}
}

@media screen and (max-width:1320px) {
#section1 .section1 .left_area .list_wrap li {
    line-height: 39px;
}
#section1 .section1 .txt_wrap p {
    padding: 16px 0px;
}
}

@media screen and (max-width:980px) {
#section1 .section1 .left_area .list_wrap li {
    line-height: 30px;
}
}

@media screen and (max-width:830px) {
#section1 .section1 .left_area {
    margin: 0px;
    width: 100%;
}
#section1 .section1 .right_area {
    width: 100%;
    margin-top: 40px;
}
#section1 .section1 .left_area .list_wrap li {
    line-height: 35px;
}
}

@media screen and (max-width:785px) {
}

@media screen and (max-width:768px) {
#section1 {
    padding: 30px 0px;
}
}

@media screen and (max-width:600px) {
#section1 .section1 .left_area .list_wrap li {
    line-height: 40px;
}
}

@media screen and (max-width:480px) {
#section1 .section1 .left_area .list_wrap li {
    font-size: 12px;
}
#section1 .section1 .left_area .list_wrap li span {
    padding-right: 5px;
}
#section1 .section1 .left_area .list_wrap li {
    padding: 12px 0px;
    line-height: 16px;
    font-size: 13px;
}
}

@media screen and (max-width:320px) {
}
/* section2 */
#section2 {
    padding: 80px 0px;
    background-color: #F3F3F3
}
#section2 .section2 .txt_wrap {
    margin-bottom: 70px;
}
#section2 .section2 .con_title {
    text-align: center;
}
#section2 .section2_con li {
    margin: 0px 1%;
    width: 31.33%;
    float: left;
}
#section2 .section2_img {
    background-position: center;
    margin: 0px auto;
    border-radius: 100%;
    transition: 0.3s;
    width: 240px;
    height: 240px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .3s;
}
#section2 .s2i1 {
    background-image: url("/images/section2_img1.png");
}
#section2 .s2i2 {
    background-image: url("/images/section2_img2.png");
}
#section2 .s2i3 {
    background-image: url("/images/section2_img3.png");
}
#section2 .section2_tbox {
    text-align: center;
    margin-top: 40px;
	font-size: 16px;
	line-height: 25px;
	color: #747474;
	
	
}
#section2 .section2_tbox h4 {
    color: #C92A2D;
    line-height: 24px;
    font-size: 20px;
    font-weight: 600;
}
#section2 .section2_tbox h5 {
    color: rgb(34, 34, 34);
    line-height: 40px;
    font-size: 18px;
}
#section2 .section2_tbox p {

}
#section2 .section2 li:hover .section2_img {
    box-shadow: 0px 0px 30px rgba(242, 183, 5, 0.4);
    transform: rotate(5deg);
    -webkit-box-shadow: 0 0 30px rgba(242, 183, 5, 0.4);
    -webkit-transform: rotate(5deg);
}

@media screen and (max-width:1500px) {
}

@media screen and (max-width:1320px) {
}

@media screen and (max-width:980px) {
#section2 .section2_tbox p {
    -ms-word-break: keep-all;
}
#section2 .section2_tbox p br {
    display: none;
}
#section2 .section2_img {
    width: 220px;
    height: 220px;
}
#section2 .section2_tbox {
    margin-top: 30px;
}
}

@media screen and (max-width:830px) {
#section2 .section2_img {
    width: 190px;
    height: 190px;
}
#section2 .section2_tbox h5 {
    line-height: 35px;
    font-size: 16px;
}
#section2 .section2_tbox p {
    padding-top: 10px;
}
}

@media screen and (max-width:785px) {
}

@media screen and (max-width:768px) {
#section2 {
    padding: 40px 0px;
}
#section2 .section2_con li {
    margin: 0px 0px 40px;
    width: 100%;
}
#section2 .section2_tbox p br {
    display: block;
}
#section2 .section2_tbox p {
    padding-top: 0px;
    -ms-word-break: normal;
}
#section2 .section2_tbox {
    margin-top: 20px;
}
}

@media screen and (max-width:600px) {
}

@media screen and (max-width:480px) {
#section2 .section2_tbox h6 {
    font-size: 12px;
}
#section2 .section2_tbox h5 {
    font-size: 14px;
}
#section2 .section2_tbox p {
    line-height: 18px;
    font-size: 12px;
}
#section2 .section2_tbox {
    margin-top: 10px;
}
#section2 .section2 .txt_wrap {
    margin-top: 40px;
}
}

@media screen and (max-width:320px) {
#section2 .section2_tbox p br {
    display: none;
}
#section2 .section2_tbox p {
    -ms-word-break: keep-all;
}
}
/* section3 atGallery */

#section3 {
    padding: 80px 0px;
    background-color: #F3F3F3
}
#section3 .section3 .line {
    background: rgb(242, 183, 5);
    width: 170%;
    height: 3px;
    display: block;
    position: absolute;
}
#section3 .section3 .line2 {
    width: 3px;
    height: 100%;
}
#section3 .section3 .line_box1 .line {
    left: 0px;
    top: 0px;
}
#section3 .section3 .line_box1 .line2 {
    left: 0px;
    top: 0px;
}
#section3 .section3 .line_box2 .line {
    right: 0px;
    bottom: 0px;
}
#section3 .section3 .line_box2 .line2 {
    right: 0px;
    bottom: 0px;
}
#section3 .section3 .txt_wrap {
    padding: 25px 0px;
    width: 25%;
    float: left;
}
#section3 .pic_lt {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(198, 202, 204);
    border-image: none;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
#section3 .pic_lt .lat_title {
    background: rgb(252, 252, 252);
    padding: 0px 20px;
    color: rgb(37, 61, 190);
    line-height: 45px;
    font-size: 1.08em;
    border-bottom-color: rgb(226, 226, 226);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
}
#section3 .pic_lt .lat_title a {
    color: rgb(37, 61, 190);
    display: inline-block;
    position: relative;
}
#section3 .pic_lt .lat_title a::after {
    background: rgb(37, 61, 190);
    left: 0px;
    width: 100%;
    height: 2px;
    bottom: -1px;
    position: absolute;
    content: "";
}
#section3 .pic_lt .lt_more {
    border-radius: 3px;
    top: 11px;
    width: 25px;
    text-align: center;
    right: 10px;
    color: rgb(170, 170, 170);
    line-height: 25px;
    display: block;
    position: absolute;
}
#section3 .pic_lt .lt_more:hover {
    color: rgb(119, 119, 119);
}
#section3 .pic_lt ul::after {
    clear: both;
    display: block;
    visibility: hidden;
    content: "";
}
#section3 .pic_lt ul {
    padding: 20px 15px;
}
#section3 .pic_lt li {
    padding: 0px 10px;
    width: 20%;
    float: left;
}
#section3 .pic_lt li .lt_img {
    margin: 5px 0px;
    display: block;
}
#section3 .pic_lt li .lt_img img {
    width: 100%;
    height: auto;
}
#section3 .pic_lt li a:hover {
    color: rgb(162, 33, 33);
}
#section3 .pic_lt li .fa-heart {
    color: rgb(255, 0, 0);
}
#section3 .pic_lt li .fa-lock {
    background: rgb(203, 227, 232);
    border-radius: 2px;
    border: 1px solid rgb(162, 198, 206);
    border-image: none;
    width: 16px;
    text-align: center;
    color: rgb(79, 129, 140);
    line-height: 14px;
    font-size: 12px;
    display: inline-block;
}
#section3 .pic_lt li .new_icon {
    background: rgb(109, 177, 66);
    border-radius: 2px;
    width: 16px;
    text-align: center;
    color: rgb(255, 255, 0);
    line-height: 16px;
    font-size: 0.83em;
    display: inline-block;
}
#section3 .pic_lt li .hot_icon {
    background: rgb(229, 41, 85);
    border-radius: 2px;
    width: 16px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 16px;
    font-size: 0.83em;
    display: inline-block;
}
#section3 .pic_lt li .fa-caret-right {
    color: rgb(187, 187, 187);
}
#section3 .pic_lt .lt_cmt {
    background: rgb(92, 133, 193);
    padding: 0px 5px;
    border-radius: 3px;
    height: 16px;
    color: rgb(255, 255, 255);
    line-height: 16px;
    font-size: 11px;
    white-space: nowrap;
    box-shadow: inset 0px 2px 5px rgba(255,255,255,0.4);
    -webkit-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
}
#section3 .pic_lt .lt_date {
    color: rgb(136, 136, 136);
    margin-top: 5px;
    display: block;
}
#section3 .pic_lt {
    background: none;
    border: currentColor;
    border-image: none;
    width: 73%;
    margin-bottom: 0px;
    float: right;
}
#section3 .pic_lt ul {
    padding: 0px;
}
#section3 .pic_lt li {
    padding: 0px;
}
#section3 .pic_lt li:hover .line_box {
    opacity: 1;
}
#section3 .pic_lt li .lt_img {
    margin: 0px;
}
#section3 .pic_lt .lat_title {
    background: none;
    padding: 0px;
    color: rgb(51, 51, 51);
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}
#section3 .pic_lt .lat_title a {
    color: rgb(51, 51, 51);
}
#section3 .pic_lt .lat_title a::after {
    background: none;
    display: none;
}
#section3 .lat {
    background: none;
    border: currentColor;
    border-image: none;
    margin-bottom: 0px;
}
#section3 .lat .lat_title {
    background: none;
    padding: 0px;
    color: rgb(51, 51, 51);
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}
#section3 .lat .lat_title a {
    color: rgb(51, 51, 51);
}
#section3 .lat .lat_title a::after {
    background: none;
    display: none;
}
#section3 .atGallery .pic_lt .lat_title {
    display: none;
}
#section3 .atGallery .pic_lt li .new_icon {
    display: none;
}
#section3 .atGallery .pic_lt li .new_icon+a {
    display: none;
}
#section3 .atGallery .pic_lt li .lt_date {
    display: none;
}
#section3 .atGallery .fa.fa-plus {
    display: none;
}
#section3 .atNotice .pic_lt li .new_icon {
    display: none;
}
#section3 .atNotice .pic_lt li .new_icon+a {
    display: none;
}
#section3 .atNotice .pic_lt li .lt_date {
    display: none;
}
#section3 .atGallery {
    width: 100%;
}
#section3 .atGallery .pic_lt li {
    margin-bottom: 2%;
    position: relative;
}
#section3 .atGallery .pic_lt li:nth-child(1) {
    width: 49%;
    margin-right: 1%;
}
#section3 .atGallery .pic_lt li:nth-child(2) {
    width: 49%;
    margin-left: 1%;
}
#section3 .atGallery .pic_lt li:nth-child(3) {
    width: 49%;
    margin-right: 1%;
}
#section3 .atGallery .pic_lt li:nth-child(4) {
    width: 49%;
    margin-left: 1%;
}
#section3 .atGallery .pic_lt li .view_large {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-in-out;
}
#section3 .atGallery .pic_lt li .view_con {
    left: 50%;
    top: 50%;
    width: 80%;
    height: 75%;
    position: absolute;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#section3 .atGallery .pic_lt li:hover .view_large {
    opacity: 1;
}
#section3 .atGallery .pic_lt li:hover .view_con {
    z-index: 999;
    opacity: 1;
}
#section3 .atGallery .more-view {
    background: rgb(51, 51, 51);
    padding: 15px 0px;
    border-radius: 35px;
    transition: 0.3s;
    width: 180px;
    text-align: center;
    margin-top: 100px;
    -webkit-transition: .3s;
}
#section3 .atGallery .more-view a {
    transition: 0.3s;
    color: rgb(255, 255, 255);
    font-size: 14px;
    -webkit-transition: .3s;
}
#section3 .atGallery .more-view:hover {
    cursor: pointer;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
#section3 .atGallery .more-view:hover a {
    font-size: 15px;
}
#section3 .atGallery .pic_lt li.empty_li {
    width: 100%;
    height: 300px;
    text-align: center;
    color: rgb(102, 102, 102);
    line-height: 300px;
    font-size: 15px;
    border-top-color: rgb(170, 170, 170);
    border-bottom-color: rgb(170, 170, 170);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}
#section3 .atGallery .pic_lt li .view_large .view_txt a {
    background: none;
}
#section3 .atGallery .pic_lt li .view_large .lat_title_txt {
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: bold;
}
#section3 .atGallery .pic_lt li .view_large .lat_con_txt {
    text-align: center;
    color: rgb(102, 102, 102);
    line-height: 30px;
    font-size: 16px;
}
#section3 .la_text {
    top: 40%;
    position: relative;
}
#section3 .line_box {
    width: 30px;
    height: 50px;
    position: absolute;
    opacity: 0;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
}
#section3 .line_box1 {
    left: 0px;
    top: 0px;
}
#section3 .line_box2 {
    right: 0px;
    bottom: 0px;
}
#section3 .line {
    background: rgb(0, 0, 0);
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
}
#section3 .line2 {
    width: 3px;
    height: 100%;
}
#section3 .line_box1 .line {
    left: 0px;
    top: 0px;
}
#section3 .line_box1 .line2 {
    left: 0px;
    top: 0px;
}
#section3 .line_box2 .line {
    right: 0px;
    bottom: 0px;
}
#section3 .line_box2 .line2 {
    right: 0px;
    bottom: 0px;
}

@media screen and (max-width:1500px) {
#section3 .section3 .con_title p br {
    display: none;
}
#section3 .section3 .con_title p {
    line-height: 20px;
    -ms-word-break: keep-all;
}
#section3 .atGallery .more-view {
    margin-top: 30px;
}
}

@media screen and (max-width:1320px) {
}

@media screen and (max-width:980px) {
}

@media screen and (max-width:830px) {
#section3 .atGallery .pic_lt li:nth-child(1) {
    margin: 0px 0px 2%;
    width: 100%;
}
#section3 .atGallery .pic_lt li:nth-child(2) {
    width: 49%;
    margin-right: 1%;
    margin-left: 0px;
}
#section3 .atGallery .pic_lt li:nth-child(3) {
    width: 49%;
    margin-right: 0px;
    margin-left: 1%;
}
#section3 .atGallery .pic_lt li:nth-child(4) {
    margin: 0px;
    width: 100%;
}
#section3 .atGallery .more-view {
    padding: 11px 0px;
    width: 140px;
}
}

@media screen and (max-width:785px) {
#section3 .pic_lt {
    width: 100%;
}
#section3 .section3 .txt_wrap {
    width: 100%;
    text-align: center;
}
#section3 .section3 .con_title p {
    line-height: 50px;
}
#section3 .atGallery .more-view {
    margin: 17px auto;
}
}

@media screen and (max-width:768px) {
#section3 {
    padding: 40px 0px;
}
}

@media screen and (max-width:600px) {
#section3 .atGallery .pic_lt li .view_large .lat_con_txt {
    font-size: 14px;
}
#section3 .atGallery .pic_lt li .view_large .lat_title_txt {
    font-size: 16px;
}
#section3 .atGallery .pic_lt li:nth-child(2) {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 2%;
    margin-left: 0px;
}
#section3 .atGallery .pic_lt li:nth-child(3) {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
}

@media screen and (max-width:480px) {
#section3 .section3 .con_title p {
    line-height: 16px;
    padding-top: 15px;
}
#section3 .atGallery .more-view {
    padding: 9px 0px;
    width: 110px;
}
#section3 .atGallery .more-view a {
    font-size: 12px;
}
#section3 .atGallery .more-view:hover a {
    font-size: 13px;
}
}
/* section4 */
#section4 {
    padding: 80px 0px;
    background-color: #F3F3F3
}
#section4 .section4_con {
    overflow: hidden;
}
#section4 .section4_con li {
    float: left;
    width: 18%;
    margin: 0 1%;
}
#section4 .fa_wrap {
    width: 75px;
    height: 75px;
    font-size: 50px;
	padding: 0 0 0 15px;
   margin: 0 auto;
	
}
#section4 .section4 .s1tbox {
    text-align: center;
}
#section4 .section4 .s1tbox p {
    padding: 10px 0;
    font-size: 22px;
    line-height: 34px;
    color: #333;
}
#section4 .section4 .s1tbox span {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

@media screen and (max-width:1199px) {
#section4 .section4 .s1tbox span {
    word-break: keep-all;
}
#section4 .section4 .s1tbox span br {
    display: none;
}
}

@media screen and (max-width:980px) {
#section4 .section4_con li {
    width: 48%;
    padding: 0 10px;
}
}

@media screen and (max-width:767px) {
#section4 .section4_con li {
    padding: 0;
}
}

@media screen and (max-width:600px) {
#section4 .section4_con li {
    width: 100%;
    margin: 20px 0;
    padding: 0;
}
}

@media screen and (max-width:480px) {
#section4 .section4 .s1tbox p {
    font-size: 18px;
    line-height: 34px;
}
#section4 .section4 .s1tbox span {
    font-size: 12px;
    line-height: 22px;
}
}
/* section5 */
#section5 .section5 {
}
#section5 .section5 h3 {
    font-weight: bold;
}
#section5 .section5 span {
    font-weight: 400;
}
#section5 .section5_con {
}
#section5 .section5_con ul {
    overflow: hidden;
}
#section5 .section5_con ul li {
    float: left;
}
#section5 .section5_con ul li:nth-child(1) {
    width: 49%;
    margin-right: 1%;
}
#section5 .section5_con ul li:nth-child(2) {
    width: 49%;
    margin-left: 1%;
}
#section5 .section5_tbox {
    width: 45%;
    padding: 80px 10px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: 15px solid rgba(255, 255, 255, 0.7);
}
#section5 .section5_tbox h5 {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    text-align: center;
}
#section5 .section5_tbox h5 span {
    font-weight: bold;
}
#section5 .section5_tbox p {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
#section5 .section5_img2 {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#section5 .s5i2_1 {
    background-image: url('/images/section5_1.png');
}
#section5 .s2i2_2 {
    background-image: url('/images/section5_2.png');
}
#section5 .section5_tbox2 {
}
#section5 .section5_tbox2 h6 {
    font-size: 18px;
    line-height: 26px;
    color: #60a4bf;
}
#section5 .section5_tbox2 p {
    padding-top: 10px;
    line-height: 24px;
    color: #666;
}

/*section1 E*/
			
@media screen and (max-width:1199px) {
#section5 .section5_tbox2 p {
    word-break: keep-all;
}
#section5 .section5_tbox2 p br {
    display: none;
}
#section5 .section5_tbox h5 {
    font-size: 30px;
    line-height: 40px;
    word-break: keep-all;
}
#section5 .section5_tbox h5 br {
    display: none;
}
}

@media screen and (max-width:980px) {
#section5 .section5_img2 {
    height: 280px;
}
#section5 .section5_img1 {
    height: 540px;
}
#section5 .section5_con ul li:nth-child(1) {
    margin-bottom: 45px;
}
#section5 .section5_tbox p {
    word-break: keep-all;
}
#section5 .section5_tbox p br {
    display: none;
}
#section5 .section5_tbox {
    width: 65%;
}
#section5 .sect_title h3 {
    line-height: 30px;
}
#section5 .sect_title p {
    word-break: keep-all;
}
#section5 .sect_title p br {
    display: none;
}
}

@media screen and (max-width:767px) {
#section5 .section5_tbox2 h6 {
    word-break: keep-all;
}
}

@media screen and (max-width:600px) {
#section5 .section5_con ul li:nth-child(1) {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
}
#section5 .section5_con ul li:nth-child(2) {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
}
#section5 .section5_tbox h5 {
    font-size: 26px;
    line-height: 32px;
}
#section5 .section5_tbox p {
    font-size: 13px;
    line-height: 22px;
}
#section5 .section5_tbox {
    width: 75%;
}
#section5 .section5_tbox2 p {
    font-size: 13px;
}
#section5 .sect_title p {
    padding-top: 15px;
    line-height: 20px;
}
}

@media screen and (max-width:480px) {
#section5 .section5_tbox2 h6 {
    font-size: 16px;
    line-height: 26px;
}
#section5 .section5_tbox2 p {
    font-size: 12px;
    line-height: 20px;
}
#section5 .section5_img2 {
    height: 175px;
}
#section5 .section5_tbox {
    padding: 110px 10px;
    width: 88%;
}
#section5 .section5_tbox h5 {
    font-size: 22px;
    line-height: 24px;
}
#section5 .section5_tbox p {
    font-size: 12px;
    line-height: 20px;
}
#section5 .section5_img1 {
    height: 460px;
}
#section5 .sect_title h3 {
    word-break: keep-all;
}
#section5 .sect_title h3 br {
    display: none;
}
}
/* section6 */
#section6 .section6 {
    padding-bottom: 125px;
}
#section6 .section6_list li {
    float: left;
    width: 370px;
}
#section6 .section6_list li.second {
    margin: 0 25px;
}
#section6 .section6_list h3 {
    margin: 30px 0 20px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
#section6 .section6_list p {
    padding: 0 10px;
    font-size: 16px;
    line-height: 22px;
    color: #666;
}
#section6 .section6 .figure_area {
    width: 100%;
}
#section6 .section6 .figure_area img {
    width: 100%;
}

@media screen and (max-width:1199px) {
#section6 .section6 {
    padding-bottom: 50px;
}
#section6 .section6_list li {
    float: none;
    margin: 0 auto;
    width: 90%;
}
#section6 .section6_list li.second {
    margin: 30px auto;
}
#section6 .section6 .figure_area {
    float: left;
    width: 50%;
}
#section6 .section6 .text_area {
    float: left;
    padding-left: 40px;
    width: 50%;
}
#section6 .section6_list h3 {
    margin: 30px 0 20px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 22px;
}
#section6 .section6_list p {
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
}
}

@media screen and (max-width:767px) {
#section6 .section6 {
    padding-bottom: 50px;
}
#section6 .section6_list {
}
#section6 .section6_list li {
    float: none;
    margin: 0 auto;
    width: 100%;
}
#section6 .section6_list li.second {
    margin: 45px auto;
}
#section6 .section6 .figure_area {
    float: none;
    width: 100%;
}
#section6 .section6 .text_area {
    float: none;
    padding-left: 0px;
    width: 100%;
}
#section6 .section6_list h3 {
    margin: 25px 0 15px;
    padding: 0 10px;
}
#section6 .section6_list p {
    padding: 0 10px;
}
}

@media screen and (max-width:520px) {
#section6 .section6 .sub_title_area .desc br {
    display: none;
}
}

@media screen and (max-width:480px) {
#section6 .section6 {
    padding-bottom: 50px;
}
#section6 .section6_list h3 {
    font-size: 14px;
    line-height: 20px;
}
#section6 .section6_list p {
    font-size: 13px;
    line-height: 18px;
}
}
/* section7 */
#section7 .section7 {
    width: 100%;
    display: table;
    background-image: url('/images/section5_3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 465px;
}
#section7 .section7_con {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#section7 .section7_con h4 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
}
#section7 .section7_con h4 span {
    font-weight: bold;
}
#section7 .section7_con p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding-top: 25px;
}

@media screen and (max-width:980px) {
#section7 .section7_con p {
    word-break: keep-all;
    padding: 0 10px;
    padding-top: 15px;
}
#section7 .section7_con p br {
    display: none;
}
}

@media screen and (max-width:767px) {
#section7 .section7 {
    height: 420px;
}
#section7 .section7_con h4 {
    font-size: 27px;
    line-height: 26px;
}
#section7 .section7_con p {
    font-size: 14px;
    line-height: 22px;
}
}

@media screen and (max-width:480px) {
#section7 .section7_con h4 {
    font-size: 24px;
    line-height: 24px;
}
#section7 .section7_con p {
    font-size: 12px;
    line-height: 20px;
}
#section7 .section7 {
    height: 390px;
}
}
/*section8 */

#section8 .section8 {
    padding: 30px 0;
    background: #f5f5f5;
}
#section8 .section8 .text_area {
    float: left;
    padding: 15px;
    width: 65%;
    padding: 15px;
	
}
#section8 .section8 .text_area .sub_title_area {
    text-align: left;
}
#section8 .section8 .text_area .sub_title_area .desc {
    margin: 0px;
    width: 80%;
    color: #666;
	font-size: 16px;
	line-height: 28px;
}
#section8 .section8 .text_area .more-view {
    margin-top: 88px;
}
#section8 .section8 .figure_area {
    float: left;
    width: 35%;
}
#section8 .section8 .figure_area img {
    width: 100%;
}

@media screen and (max-width:1199px) {
#section8 .section8 {
    padding: 70px 0;
}
#section8 .section8 .text_area {
    height: 350px;
}
#section8 .section8 .text_area .sub_title_area .desc {
    margin: 30px 0 0 0;
    width: 90%;
	font-size: 16px;
}
#section8 .section8 .text_area .more-view {
    margin-top: 61px;
}
#section8 .section8 .figure_area {
    position: relative;
    height: 350px;
    overflow: hidden;
}
#section8 .section8 .figure_area img {
    position: absolute;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
}

@media screen and (max-width:767px) {
#section8 .section8 {
    padding: 15px;
}
#section8 .section8 .text_area {
    float: none;
    padding-left: 0;
    width: 100%;
    height: auto;
}
#section8 .section8 .text_area .sub_title_area {
    padding: 0;
}
#section8 .section8 .text_area .sub_title_area .desc {
    margin: 30px 0 40px 0;
    width: 100%;
}
#section8 .section8 .text_area .more-view {
    margin: 0;
    margin-left: 0px;
}
#section8 .section8 .figure_area {
    float: none;
    margin-top: 30px;
    width: 100%;
    height: auto;
    position: static;
}
#section8 .section8 .figure_area img {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
}

@media screen and (max-width:480px) {
#section8 .section8 {
    padding: 55px 0;
}
}
/* section9 */
#section9 .history {
    width: 100%;
}
#section9 .history .history-txt-area {
    position: relative;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
}
#section9 .history .history-txt-area:first-child {
    margin-right: 30px;
}
#section9 .historytxt {
    width: 100%;
}
#section9 .historytxt h2 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 2px #21bbb1;
}
#section9 .historytxt h2 span {
    font-size: 14px;
    display: block;
    color: #7b7b7b;
    line-height: 14px;
}
#section9 .historytxt ul {
    width: 100%;
    display: inline-block;
}
#section9 .historytxt ul.list {
    margin-top: 10px;
}
#section9 .historytxt ul p {
    margin-top: 5px;
    font-size: 16px;
    font-weight: blod;
    color: #494949;
}
#section9 .historytxt ul li {
    color: #939393;
}
#section9 .historytxt ul.List> li {
    margin-bottom: 5px;
}
#section9 .year {
    font-size: 20px;
    color: #D33033;
    font-weight: 800
}

@media screen and (max-width:970px) and (min-width:640px) {
#section9 .history .history-txt-area {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
#section9 .history .history-txt-area:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
}
}

@media screen and (max-width:640px) and (min-width:10px) {
#section9 .history .history-txt-area {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
#section9 .history .history-txt-area:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
}
}
/* section10 */
#section10 .section10 {
    padding: 90px 0;
    background: #f5f5f5;
}
#section10 .section10 .con_tit_area {
    float: left;
    padding-right: 50px;
    width: 35%;
}
#section10 .section10 .list_area {
    float: right;
    width: 65%;
}
#section10 .section10 .list_area ul {
    width: 100%;
}
#section10 .section10 .list_area li {
    float: left;
    position: relative;
    width: 22%;
    margin-right: 4%;
}
#section10 .section10 .list_area li:last-child {
    margin-right: 0;
}
#section10 .section10 .list_area li .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
#section10 .section10 .list_area li:hover .hover {
    opacity: 1;
}
#section10 .section10 .list_area li .hover * {
    color: #fff;
    text-align: center;
}
#section10 .section10 .list_area .hover .table {
    display: table;
    width: 100%;
    height: 100%;
}
#section10 .section10 .list_area .hover .brand_name {
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
}
#section10 .section10 .list_area .hover .type {
    font-weight: 800;
    font-size: 28px;
}
#section10 .section10 .list_area li img {
    width: 100%;
}

@media screen and (max-width:1199px) {
#section10 .section10 {
    padding: 70px 0;
}
#section10 .section10 .con_tit_area {
    padding-right: 2%;
}
#section10 .section10 .list_area .hover .brand_name {
    font-size: 14px;
    line-height: 20px;
}
#section10 .section10 .list_area .hover .type {
    font-size: 22px;
}
#section10 .bsinfo_sec2 .con_tit_area {
    margin-bottom: 40px;
}
#section10 .bsinfo_sec2 .con_tit_area .main_tit {
    font-size: 22px;
}
}

@media screen and (max-width:1024px) {
#section10 .section10 .con_tit_area {
    margin-bottom: 30px;
    padding-right: 0;
    width: 100%;
}
#section10 .section10 .list_area {
    width: 100%;
}
#section10 .section10 .list_area li {
    width: 24.25%;
    margin-right: 1%;
}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:600px) {
#section10 .section10 .list_area li {
    width: 48%;
    margin: 0 4% 4% 0;
}
#section10 .section10 .list_area li:nth-child(2n) {
    margin: 0 0 4% 0;
}
}

@media screen and (max-width:480px) {
#section10 .section10 {
    padding: 50px 0;
}
#section10 .section10 .list_area .hover .brand_name {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
}
#section10 .section10 .list_area .hover .type {
    font-size: 18px;
    line-height: 20px;
}
}
/* section11 */
#section11 .address_area {
 
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
}
#section11 .address_desc {

    width: 100%;
    padding: 15px;
}
#section11 .address_desc_box {
    width: 100%;
}
#section11 .address_title {
    height: 60px;
    border-bottom: 2px solid #666;
}
#section11 .address_dot {
    float: left;
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 100%;
    background: url();
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
#section11 .address_title h3 {
    float: left;
    line-height: 60px;
    color: #333;
    font-size: 20px;
}
#section11 .address_list {
    margin-bottom: 65px;
    width: 100%;
}
#section11 .address_item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #999;
}
#section11 .add_item_desc {
    line-height: 60px;
    color: #666;
    font-size: 16px;
}
#section11 .address_item::before {
    display: inline-block;
    float: left;
    margin-right: 26px;
    content: "";
    width: 4px;
    height: 4px;
    background: #c71526;
    border-radius: 50%;
    margin-top: 28px;
}
#section11 .address_2list {
}
#section11 .address_2item {
    float: left;
    margin-right: 32px;
    padding: 15px 0 15px;
}
#section11 .address_2item .bus_line {
    display: inline-block;
    margin-right: 10px;
    width: 45px;
    height: 30px;
    background: #3caa3a;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px
}
#section11 .address_2item .bus_line.blue {
    background: #358fd4;
}
#section11 .address_2item .bus_number {
    display: inline-block;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
#section11 .address_item.bus_info .add_item_desc {
    margin-left: 30px;
}

@media screen and (max-width:1199px) {
#section11 .address_area {
    margin-top: 20px;
    height: 300px;
}
#section11 .address_desc {
    margin-top: 60px;
}
#section11 .address_title {
    height: 50px;
}
#section11 .address_dot {
    width: 25px;
}
#section11 .address_title h3 {
    line-height: 50px;
    font-size: 18px;
}
#section11 .address_list {
    margin-bottom: 45px;
}
#section11 .address_item {
    padding: 20px 0;
}
#section11 .add_item_desc {
    float: left;
    margin-left: 20px;
    width: 90%;
    line-height: 20px;
    font-size: 14px;
}
#section11 .address_item::before {
    margin-top: 8px;
    margin-right: 0;
}
#section11 .address_2list {
    float: left;
    margin-left: 20px;
    width: 90%;
}
#section11 .address_2item {
    margin-right: 25px;
    padding: 0 0 20px;
}
#section11 .address_2item .bus_line {
    width: 38px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
#section11 .address_2item .bus_number {
    font-size: 14px;
    line-height: 28px;
}
#section11 .address_item.bus_info .add_item_desc {
    margin-left: 24px;
}
#section11 .address_item.bus_info::before {
    margin-top: 10px;
}
}

@media screen and (max-width: 480px) {
#section11 .address_area {
    margin-top: 10px;
    height: 250px;
}
#section11 .address_desc {
    margin-top: 50px;
}
#section11 .address_title {
    height: 45px;
}
#section11 .address_title .address_dot {
    width: 20px;
    background-size: 18px 18px;
}
#section11 .address_title h3 {
    line-height: 45px;
    font-size: 16px;
}
#section11 .address_list {
    margin-bottom: 30px;
}
#section11 .add_item_desc {
    width: 90%;
    line-height: 17px;
    font-size: 13px;
}
#section11 .address_item::before {
    margin-top: 6px;
}
#section11 .address_2list {
    width: 90%;
}
#section11 .address_2item {
    margin-right: 20px;
}
#section11 .address_2item .bus_line {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}
#section11 .address_2item .bus_number {
    font-size: 13px;
    line-height: 25px;
}
#section11 .address_item.bus_info .add_item_desc {
    margin-left: 30px;
}
#section11 .address_item.bus_info::before {
    margin-top: 10px;
}
}
/* section12 */
#section12 {
    background-color: #f5f5f5;
}
#section12 .ses12_bg_p {
}
#section12 .section12 .sec12_item_box {
    padding: 55px 0;
    width: 25%;
    float: left;
    background-color: #f5f5f5;
}
#section12 .section12 .fa_icon_area {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    font-size: 45px;
    text-align: center
}
#section12 .section12 .arttbox {
    width: 180px;
    margin: 10px auto 0;
}
#section12 .section12 .center {
    overflow: hidden;
}
#section12 .section12 .num {
    margin: 0 5px;
    text-align: center
}
#section12 .section12 .num> h3 {
    font-size: 40px;
    color: #c71526;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
}
#section12 .section12 .sec12_item_txt {
    margin: 0 5px;
    text-align: center
}
#section12 .section12 .sec12_item_txt> p {
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

@media screen and (max-width:1199px) {
#section12 .section12 .sec12_item_txt>p>br {
    display: block;
}
}

@media screen and (max-width:920px) {
#section12 .section12 .sec12_item_box {
    width: 100%;
    margin-top: 0;
}
#section12 .section12 .sec12_item_box:nth-child(1) {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#section12 .section12 .sec12_item_box:nth-child(2) {
    border-bottom: 1px solid #ddd;
}
#section12 .section12 .sec12_item_box:nth-child(3) {
    border-right: 1px solid #ddd;
}
#section12 .section12 .sec12_item_box:nth-child(4) {
    border-right: 1px solid #ddd;
}
}

@media screen and (max-width:768px) {
}

@media screen and (max-width:650px) {
#section12 .section12 .inner {
    padding: 0;
}
}

@media screen and (max-width:500px) {
#section12 .section12 .sec12_item_box {
    width: 50%;
    padding: 25px 0;
    position: relative;
    top: 50px;
}
.ses12_bg_p {
    padding: 40px 0;
}
#section12 .section12 .num {
    margin: 0 35px;
}
#section12 .section12 .arttbox {
    width: auto;
}
#section12 .section12 .sec12_item_box:nth-child(1) {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#section12 .section12 .sec12_item_box:nth-child(2) {
    border-bottom: 1px solid #ddd;
}
#section12 .section12 .sec12_item_box:nth-child(3) {
    border-right: 1px solid #ddd;
}
#section12 .section12 .sec12_item_box:nth-child(4) {
    border-right: 1px solid #ddd;
}
}
/* section13 */
#section13 {
    height: 400px;
    background-image: url("/images/v02.jpg");
    background-attachment: fixed;
    text-align: center;
}
#section13 a {
    position: relative;
    display: block;
    height: 100%;
    padding: 150px 0 250px 0;
    overflow: hidden;
    font-size: 50px;
    color: #fff;
}
#section13 a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #21bbb1;
    opacity: 0;
    filter: alpha(opacity='0');
    transition: all .3s ease
}
#section13 a:hover:after {
    opacity: .2;
    filter: alpha(opacity='30')
}

@media screen and (max-width:890px) {
#section13 a {
    padding: 150px 0 50px 0;
    font-size: 30px;
}
}
/* section14 */
#section14 .section14 {
    padding: 100px 0;
    overflow: hidden
}
#section14 .section14.sec14 {
    background: #f3f4ee;
}
#section14 .section14:after {
    clear: both;
    display: block;
}
#section14 .section14.sec14 .photo_grid:after {
    clear: both;
    display: block;
}
#section14 .section14.sec14 .photo_grid .left {
    float: left;
    width: 49.3%
}
#section14 .section14.sec14 .photo_grid .right {
    float: right;
    width: 49.3%
}
#section14 .section14.sec14 .photo_grid .tile {
    position: relative;
    float: left;
    width: 48.3%;
    margin-right: 3.4%;
    margin-bottom: 3%
}
#section14 .section14.sec14 .photo_grid .tile img {
    display: block;
    width: 100%
}
#section14 .section14.sec14 .photo_grid .tile .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    z-index: 10;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease
}
#section14 .section14.sec14 .photo_grid .no-margin {
    margin-right: 0 !important
}
#section14 .section14.sec14 .photo_grid .tile-2x {
    clear: both;
    float: none;
    width: 100%;
    margin-right: 0 !important
}
#section14 .hoverEffect {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
}
#section14 .hoverEffect .image {
    display: block;
    opacity: 1;
    position: relative;
    transform: scale(1.2);
    transition: 0.5s ease;
}
#section14 .hoverEffect:hover>.image {
    transform: scale(1);
    filter: blur(5px);
    opacity: 0.3;
}
#section14 .hoverEffect .txt {
    color: black;
    font-size: 20px;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(195, 193, 149, 0);
    opacity: 0;
    overflow: hidden;
    transform: scale(2);
    transition: 0.3s ease;
}
#section14 .hoverEffect:hover .txt {
    background: rgba(195, 193, 149, 0.5);
    transform: scale(1);
    opacity: 1;
}
#section14 .hoverEffect .txt h3 {
    font-size: 30px;
    margin: 15% 0 10px 0;
}

@media screen and (max-width:1280px) and (min-width: 100px) {
#section14 .section14.sec14 .photo_grid .tile p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 12px !important;
    margin-bottom: 0 !important
}
}

@media screen and (max-width:768px) and (min-width:100px) {
#section14 .section14 {
    padding: 80px 0
}
#section14 .section14.sec14 .photo_grid .left, #section14 .section14.sec14 .photo_grid .right {
    float: none !important;
    width: 100% !important
}
#section14 .section14.sec14 .photo_grid .tile {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%
}
#section14 .section14.sec14 .photo_grid .tile-2x {
    width: 100% !important
}
}

@media screen and (max-width:480px) and (min-width: 100px) {
#section14 .section14.sec14 .photo_grid> ul> li {
    width: 100% !important;
    margin-bottom: 10px
}
#section14 .section14.sec14 .photo_grid> ul> li.full .caption h3 {
    font-size: 14px
}
}





/*sec15*/
#section15.sec15 {
    height: 600px;
}
#section15.sec15 .text_area {
    float: left;
    display: table;
    width: 45%;
    height: 100%;
}
#section15.sec15 .sub_tit {
    margin-bottom: 40px;
    text-align: left;
    font-size: 20px;
}
#section15.sec15 .main_tit {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 1.2;
    color: #333;
    text-align: left;
    font-weight: 800;
}
#section15.sec15 .main_tit strong {
    display: block;
    color: #a66946;
    font-weight: 800;
}
#section15.sec15 .tit_area .desc {
    margin: 0 0 40px;
    width: 100%;
    text-align: left;
}
#section15.sec15 .list_area {
    width: 100%;
}
#section15.sec15 .list_area li {
    float: left;
}
#section15.sec15 .list_area li:nth-child(2) {
    padding: 0 40px;
}
#section15.sec15 .list_area li .icon_box {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    align-items: center;
    text-align: center;
    font-size: 30px;
    padding-top: 2px;
    border: #D1D1D1 solid 1px;
    border-radius: 50%;
}
#section15.sec15 .list_area li .desc {
    margin-top: 20px;
    color: #666;
    font-size: 15px;
    text-align: center;
    letter-spacing: -1px;
}
#section15.sec15 .list_area li img {
    width: 100%;
}
#section15.sec15 .figure_area_15 {
    float: right;
    height: 50vh;
    width: 50%;
    overflow: hidden;
}
#section15.sec15 .figure_area_15 .figure_15 {
    width: 100%;
    height: 100%;
    background: url(http://g01.gandme.kr/section15_1.png) no-repeat;
    background-position: center;
    background-size: auto 100%;
}
#section15.sec15 .figure_area_15 img {
    width: 100%;
    display: none;
}

@media screen and (max-width:1199px) {
#section15.sec15 {
    height: 700px;
}
#section15.sec15 .sub_tit {
    margin-bottom: 25px;
    font-size: 15px;
}
#section15.sec15 .main_tit {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 1.2;
}
#section15.sec15 .tit_area .desc {
    margin: 0 0 35px;
    width: 100%;
    font-size: 15px;
    word-break: keep-all;
}
#section15.sec15 .tit_area .desc br {
    display: none;
}
#section15.sec15 .list_area li:nth-child(2) {
    padding: 0 30px;
}
#section15.sec15 .list_area li .icon_box {
    width: 70px;
}
#section15.sec15 .list_area li .desc {
    margin-top: 15px;
    font-size: 13px;
    line-height: 18px;
}
#section15.sec15 .figure_area_15 .figure_15 {
    background-position: center;
    background-size: 100% auto;
}
}

@media screen and (max-width:1024px) {
#section15.sec15 {
    height: auto;
}
#section15.sec15 .tit_area * {
    text-align: center;
}
#section15.sec15 .tit_area .desc {
    margin: 35px auto;
    width: 100%;
    max-width: 500px;
    text-align: center;
}
#section15.sec15 .text_area {
    padding-bottom: 50px;
    width: 100%;
}
#section15.sec15 .list_area ul {
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#section15.sec15 .list_area li:nth-child(2) {
    padding: 0 70px;
}
#section15.sec15 .figure_area_15 {
    width: 100%;
}
#section15.sec15 .figure_area_15 .figure_14 {
    display: none;
}
#section15.sec15 .figure_are_14a img {
    display: block;
}
}

@media screen and (max-width:480px) {
#section15.sec15 .sub_tit {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
}
#section15.sec15 .main_tit {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 1.1;
}
#section15.sec15 .tit_area .desc {
    margin: 0 0 30px;
    font-size: 13px;
    line-height: 18px;
}
#section15.sec15 .list_area li:nth-child(2) {
    padding: 0 30px;
}
#section15.sec15 .list_area li .icon_box {
    width: 64px;
}
#section15.sec15 .list_area li .desc {
    font-size: 12px;
}
#section15.sec15 .figure_area_15 {
    width: 100%;
}
#section15.sec15 .figure_area_15 .figure_14 {
    display: none;
}
#section15.sec15 .figure_area_15 img {
    display: block;
}
}
#section16.sec16 {
    background-color: #EDEDED;
    padding: 0px 0 0;
    width: 100%;
    clear: both
}
#section16.sec16 .sub_tit {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}
#section16.sec16 .main_tit {
    margin-bottom: 0px;
    font-size: 55px;
    line-height: 1.2;
    color: #333;
    text-align: center;
    font-weight: 800;
}
#section16.sec16 .main_tit span {
    display: block;
    color: #a66946;
    font-weight: 800;
}
#section16.sec16 .tit_area .desc {
    margin: 0 0 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
#section16.sec16 h2 {
    text-align: center;
    display: block;
    padding: 10px 0 10px 0;
    font-weight: 600;
    color: #000;
    font-size: 25px;
    letter-spacing: 5px;
    position: relative
}
#section16.sec16 .sub_title {
    text-align: center;
    line-height: 1.6;
    padding-bottom: 60px;
    font-size: 14px;
    color: #6e6e6e
}
#section16.sec16 ul {
    overflow: hidden;
    padding-left: 1px;
    padding-bottom: 1px
}
#section16.sec16 ul li {
    float: left;
    width: 33.33333333333%;
    margin-left: -1px;
    margin-bottom: -1px
}
#section16.sec16 ul li .box {
    background: #fff;
    border: 1px #d2d2d2 solid;
    padding: 40px 30px;
    min-height: 230px;
    position: relative
}
#section16.sec16 ul li .box .txt {
    top: 50px;
    border-top: 1px #ff4200 solid;
    padding-top: 5px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    color: #ff4200;
    position: absolute
}
#section16.sec16 ul li .box .icon {
    font-size: 45px;
    right: 40px;
    top: 30px;
    position: absolute
}
#section16.sec16 ul li .box .icon img {
    width: 80%;
    margin-top: 20px;
    opacity: 0.9
}
#section16.sec16 ul li .box dl {
    margin-top: 80px;
    text-align: left
}
#section16.sec16 ul li .box dl dt {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px
}
#section16.sec16 ul li .box dl dd {
    font-size: 13px;
    color: #888;
    word-break: keep-all;
    line-height: 1.6
}

@media screen and (max-width: 1024px) {
#section16.sec16 ul li {
    width: 50%
}
}

@media screen and (max-width: 674px) {
#section16.sec16 ul li {
    width: 100%
}
}
#section17.gallery_sec17 {
    width: 100%;
    padding: 40px 0 0
}
#section17.gallery_sec17 .sub_tit {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}
#section17.gallery_sec17 .main_tit {
    margin-bottom: 0px;
    font-size: 55px;
    line-height: 1.2;
    color: #333;
    text-align: center;
    font-weight: 800;
}
#section17.gallery_sec17 .main_tit span {
    display: block;
    color: #a66946;
    font-weight: 800;
}
#section17.gallery_sec17 .tit_area .desc {
    margin: 0 0 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
#section17.gallery_sec17 .sub_title {
    text-align: center;
    line-height: 1.6;
    padding-bottom: 60px;
    font-size: 14px;
    color: #6e6e6e
}
#section17.gallery_sec17 h2 {
    text-align: center;
    display: block;
    padding: 0px 0 50px 0;
    font-weight: 600;
    color: #000;
    font-size: 25px;
    letter-spacing: 5px;
    position: relative
}
#section17.gallery_sec17 .sub_title {
    text-align: center;
    line-height: 1.6;
    padding-bottom: 60px;
    font-size: 14px;
    color: #6e6e6e
}
#section17.gallery_sec17 li {
    position: relative;
    width: 25%;
    float: left;
    cursor: pointer
}
#section17.gallery_sec17 li .txt_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    background-color: #037bcf;
    opacity: 0;
    overflow: hidden;
    padding: 40px;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}
#section17.gallery_sec17 li .txt_wrap .cell {
    text-align: center;
    width: 100%;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
}
#section17.gallery_sec17 li:hover .txt_wrap {
    opacity: 0.7;
}
#section17.gallery_sec17 li .txt_wrap .cell h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px
}
#section17.gallery_sec17 li .txt_wrap .cell p {
    color: #fff
}

@media screen and (max-width: 1024px) {
#section17.gallery_sec17 li {
    width: 50%
}
}

@media screen and (max-width: 674px) {
#section17.gallery_sec17 li {
    width: 100%
}
}
#section18.gallery_sec18 .sub_tit {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}
#section18.bxslider_sec18 .main_tit {
    margin-bottom: 0px;
    font-size: 55px;
    line-height: 1.2;
    color: #333;
    text-align: center;
    font-weight: 800;
}
#section18.bxslider_sec18 .main_tit span {
    display: block;
    color: #a66946;
    font-weight: 800;
}
#section18.bxslider_sec18 .tit_area .desc {
    margin: 0 0 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
#section18.bxslider_sec18 .sub_title {
    text-align: center;
    line-height: 1.6;
    padding-bottom: 60px;
    font-size: 14px;
    color: #6e6e6e
}
#section18.bxslider_sec18 h2 {
    text-align: center;
    display: block;
    padding: 0px 0 50px 0;
    font-weight: 600;
    color: #000;
    font-size: 25px;
    letter-spacing: 5px;
    position: relative
}
#section19.sec19 {
    width: 100%;
    padding: 30px 0px;
}
#section19.sec19 h2 {
    text-align: center;
    font-size: 30px;
    color: #333
}
#section19.sec19 h2 span {
    display: block;
    padding: 20px 0;
    color: #555;
    font-size: 15px;
    font-weight: 100
}
#section19.sec19 ul {
    margin-top: 30px;
    overflow: hidden
}
#section19.sec19 ul li {
    width: 10%;
    text-align: center;
    float: left;
    display: block
}
#section19.sec19 ul li .icon {
    display: inline-block;
    padding: 30px
}
#section19.sec19 ul li .icon i {
    color: #666
}
#section19.sec19 ul li img {
    vertical-align: middle;
    transition: transform 500ms
}
#section19.sec19 ul li:hover i {
    transform: rotateY(180deg);
    transition: transform 500ms
}
#section19.sec19 ul li .sec19_box {
    border-right: 1px #eaeaea solid;
    padding: 0 10px;
    display: block
}
#section19.sec19 ul li:last-child .box {
    border-right: 0px
}
#section19.sec19 ul li dl dt {
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 20px;
    color: #222;
    font-size: 13px
}
#section19.sec19 ul li dl dd {
    color: #555;
    font-size: 15px;
    line-height: 1.6
}
#section19.sec19 ul li a {
    display: inline-block;
    margin-top: 20px;
    border: 1px #ddd solid;
    padding: 0 20px;
    line-height: 30px;
    color: #666;
    transition: all .2s
}
#section19.sec19 ul li:hover a {
    background: #2253b8;
    color: #fff;
    transition: all .3s
}

@media screen and (max-width: 1024px) {
#section19.sec19 ul li {
    width: 33%
}
}

@media screen and (max-width: 960px) {
#section19.sec19 ul li {
    width: 33%
}
#section19.sec19 ul li .sec19_box {
    border-right: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px
}
}





#bottom_address {
    padding: 40px 15px 40px 15px;
    background: #fff;
    width: 100%;
    max-width: 1400px;
    overflow: hidden;
    margin: 0 auto!important;
}
#bottom_address .inner .leftArea {
    float: left;
    width: 48%
}
#bottom_address .inner .leftArea .infoList {
    margin: 10px 0 20px 0
}
#bottom_address .inner .leftArea .infoList li {
    position: relative;
    font-size: 16px;
    color: #343434;
    padding: 5px 0 5px 0px
}
#bottom_address .inner .leftArea .infoList li:before {
    position: absolute;
    top: 10%;
    left: 0;
    margin-top: -9px;
    font-family: 'Pe-icon-7-stroke';
    font-size: 18px
}
#bottom_address .inner .rightArea {
    float: right;
    width: 48%
}
#bottom_address .inner .rightArea .fieldList li {
    margin-bottom: 10px
}
#bottom_address .inner .rightArea .fieldList li input[type=text] {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    font-size: 16px;
    color: #343434;
    border: none;
    border-radius: 6px;
    background: #f0f0f0
}
#bottom_address .inner .rightArea .fieldList li select {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    font-size: 16px;
    color: #343434;
    border: none;
    border-radius: 6px;
    background: #f0f0f0
}
#bottom_address .inner .rightArea .fieldList li input[type=file] {
    width: 100%;
    height: 30px
}
#bottom_address .inner .rightArea .fieldList li textarea {
    width: 100%;
    height: 125px;
    padding: 20px;
    font-size: 16px;
    color: #343434;
    border: none;
    border-radius: 6px;
    background: #f0f0f0
}
#bottom_address .inner .rightArea .btnArea {
    margin-top: 30px
}
#bottom_address .inner .rightArea .btnArea .btn {
    margin-right: 5px
}
#bottom_address .inner .rightArea .btnArea .btn-black-o {
    width: 300px;
    border-radius: 0
}

@media screen and (max-width:768px) {
#bottom_address .inner .leftArea {
    float: none;
    width: 100%;
    margin-bottom: 30px
}
#bottom_address .inner .leftArea .infoList {
    margin: 20px 0 30px 0
}
#bottom_address .inner .leftArea .infoList li {
    font-size: 13px
}
#bottom_address .inner .rightArea {
    float: none;
    width: 100%
}
#bottom_address .inner .rightArea .fieldList li input[type=text] {
    font-size: 13px;
    border-radius: 3px
}
#bottom_address .inner .rightArea .fieldList li textarea {
    font-size: 13px;
    border-radius: 3px
}
#bottom_address .inner .rightArea .fieldList li .selectbox > a {
    font-size: 13px
}
#bottom_address .inner .rightArea .fieldList li .selectbox ul li {
    font-size: 13px
}
#bottom_address .inner .rightArea .btnArea {
    text-align: center
}
#bottom_address .inner .rightArea .btnArea .btn {
    font-size: 13px;
    margin: 0
}
}
