﻿@charset "utf-8";


/* CSS Document */

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", 微软雅黑, STHeiti !important;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

body{
	overflow-x: hidden;
}

/*****header*******/

.header {
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 999;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header.active {
    top: 0;
    -webkit-box-shadow: 0 2px 41px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 41px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 41px rgba(0, 0, 0, 0.1);
}

.header_box {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

.header.active .header_box {
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
}

.header_bg {}

.header_bg .logo {
    float: left;
    padding: 0 37px 0 30px;
}

.header_bg .logo img {
    width: 176px;
}

.header_bg .header_menu {
    float: right;
    margin-right: 30px;
}

.header_bg .header_menu>li {
    float: left;
}

.header_bg .header_menu>li>a {
    display: block;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 400;
    line-height: 62px;
    color: #333;
    letter-spacing: 1px;
}

.header_tool {
    float: right;
    padding-right: 30px;
}

.header_tool .header_language {
    float: left;
    padding-right: 26px;
}

.header_tool .header_icon {
    float: left;
    height: 24px;
    font-size: 0;
    line-height: 50px;
    margin-top: 20px;
}

.header_tool .header_icon span {
    overflow: hidden;
    height: 24px;
    font-size: 0;
    display: inline-block;
    cursor: pointer;
}

.header_tool span a {
    float: left;
    font-size: 14px;
    line-height: 62px;
    color: #767676;
    padding: 0 6px;
    letter-spacing: 0px;
    font-family: 'Titillium Web';
}

.header_tool span.active a {
    color: #1c5cb0;
}

.header_tool span img {
    width: 24px;
}

.header_share {
    margin-right: 30px;
}

.header_language span a:hover {
    color: #1c5cb0;
}

.header_menu>li>a:hover {
    color: #1c5cb0;
}

.nav_list {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    display: none;
    z-index: 14;
}

.nav_top {
    background: #1c5cb0;
    padding: 15px 0;
}

.nav_left {
    float: left;
    width: 15%;
    padding: 20px 20px 0 40px;
}

.nav_menu {
    float: right;
    width: 70%;
    /* iOS 6-, Safari 3.1-6 */
    /* Chrome */
    /* Firefox 19 */
    /*flex容器*/
    margin-top: 15px;
}

.nav_type {}

.nav_type img {
    width: 100%;
}

.nav_type h4 {
    font-size: 14px;
    color: #fff;
    font-family: 'Microsoft YaHei', 'Nanum Barun Gothic', Arial, sans-serif!important;
    letter-spacing: 1px;
}

.nav_type h4 a {
    color: #fff;
}

.nav_type h4 a i {
    margin-left: 7px;
}

.nav_left h3 {
    color: #1c5cb0;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 16px;
    letter-spacing: 5px;
}

.nav_left .nav_bt {
    width: 85px;
    background: #1c5cb0;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-family: 'Microsoft YaHei', 'Nanum Barun Gothic', Arial, sans-serif!important;
    text-transform: capitalize;
}

.nav_left .nav_bt a {
    color: #fff;
    font-family: 'Titillium Web'!important;
}

.nav_left .nav_bt a i {
    margin-left: 8px;
}

.nav_type ul {}

.nav_type ul li {
    font-size: 14px;
    line-height: 29px;
    font-family: 'Microsoft YaHei', 'Nanum Barun Gothic', Arial, sans-serif!important;
}

.nav_type ul li a {
    color: #666;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: 30px;
}

.nav_type ul li a:hover {
    color: #1c5cb0;
    margin-left: 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.nav_bot {
    padding: 20px 0 40px;
}

.share_box {
    position: absolute;
    width: 100%;
    background: #1c5cb0;
    padding: 80px 0;
    top: 100%;
    left: 0;
    display: none;
}

.share_list {
    text-align: center;
}

.share_list ul {}

.share_list ul li {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin: 0 40px;
}

.share_list ul li a {}

.share_list ul li a i {
    color: #1c5cb0;
    line-height: 61px;
    font-size: 25px;
}

.search_box {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #1c5cb0;
    padding: 80px 0;
    display: none;
}

.search_input {
    width: 45%;
    margin: 0 auto;
}

.search_input input {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    height: 45px;
    font-size: 18px;
    color: #f5f5f5;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Titillium Web';
}

.search_input img {
    width: 30px;
    position: absolute;
    right: 29%;
    top: 85px;
}

.header_share.active img,
.header_search.active img {
    margin-top: -24px;
}

.som_nav h3 {
    margin-left: 10%;
    font-size: 15px;
    letter-spacing: 1px;
    color: #f5f5f5;
}

.som_nav h3 span {
    width: 35px;
    height: 1px;
    background: #f5f5f5;
    display: block;
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}

.nav_left1 {
    margin-left: 12%;
}



/*****header*******/


/* 线 */

.body_line {
    position: absolute;
    width: 1200px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 3;
}

.line {
    position: absolute;
    width: 1px;
    background: #fff;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.line_1 {
    left: 0;
}

.line_2 {
    left: 33.33%;
}

.line_3 {
    left: 66.66%;
}

.line_4 {
    right: 0;
}

.body_nav {
    width: 1200px;
    position: fixed;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 99999;
}

.body_nav ul {
    position: absolute;
    right: -3px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    z-index: 9999;
}

.body_nav ul li {
    width: 6px;
    height: 6px;
    background: #e8e8e8;
    margin: 20px 0;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    position: relative;
}

.body_nav ul li.active {
    background: #273896;
}



/* 线 */


/*****banner*******/


/*.banner_txt {
	position: absolute;
	width: 60%;
	left: 49%;
	top: 31%;
	translateX(-50%) -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}*/

.banner_txt h2 {
    font-size: 46px;
    line-height: 55px;
    color: #f1f1f1;
    font-family: 'Titillium Web'!important;
    text-transform: capitalize;
}

.banner_txt h3 {
    padding: 20px 0 0 0px;
    font-size: 40px;
    line-height: 68px;
    color: #fff;
    letter-spacing: 4px;
}

.banner_bot {
    position: absolute;
    bottom: 0;
    width: 1200px;
    height: 195px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}

.banner_bl {
    float: left;
    width: 40px;
    height: 195px;
    background: #1c5cb0;
    padding: 30px 0;
    position: relative;
}

.banner_bl h4 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: 'Titillium Web'!important;
}

.banner_bl span {
    display: block;
    width: 27px;
    height: 27px;
    background: #154e98;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    line-height: 27px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 30px;
    left: 6px;
    font-family: 'Titillium Web'!important;
    text-transform: uppercase;
}

.swiper-banner {}

.banner_bot_box {
    background: #fff;
}

.banner_bot_txt {
    width: 560px;
    height: 100%;
    padding: 0 40px 27px;
    background: #fff;
    float: left;
}

.banner_bot_txt h3 {
    display: block;
    padding-top: 22px;
    font-size: 18px;
    line-height: 42px;
    color: #1c5cb0;
    text-transform: capitalize;
}

.banner_bot_txt h4 {
    padding: 0px 0 15px;
    font-size: 18px;
    color: #444;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-family: 'Microsoft YaHei', 'Nanum Barun Gothic', Arial, sans-serif!important;
    letter-spacing: 1px;
    font-weight: bold;
}

.banner_bot_txt h5 {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Titillium Web'!important;
}

.banner_bot_img {
    float: left;
    width: 300px;
}

.banner_bot_img img {
    width: 100%;
}

.banner_img {
    position: relative;
}

.banner_img_inner>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.banner_img .banner_txt_inner {
    position: absolute;
    display: none;
}

.banner {
    position: relative
}

.swiper-banner {
    float: left;
    width: 860px;
}

.banner_botwid {
    width: 900px;
    margin-left: auto;
    margin-right: 0;
    height: 195px;
    position: relative;
    z-index: 9;
}

.ind_banner_dre {
    position: absolute;
    bottom: 0;
    right: -41px;
    z-index: 9;
}

.ind_banner_dre a {
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 -1px;
}

.ind_banner_dre a i {
    line-height: 40px;
    font-size: 25px;
    color: #999;
}



/*****banner*******/


/*****sec1*******/

.index_sec1 {
    background: #f6f6f6;
    padding: 50px 0 90px;
}

.is-scrollDowned #header:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ind_sec1_tit {
    text-align: center;
    margin-bottom: 30px;
}

.ind_sec1_tit h2 {
    color: #333;
    letter-spacing: 1px;
    font-size: 42px;
    text-transform: uppercase;
}

.ind_sec1_tit h3 {
    text-align: left;
    font-size: 28px;
    letter-spacing: 3px;
    margin-top: 10px;
    color: #1b5aad;
}

.ind_sec1_box {
    width: 80%;
    margin: 0 auto;
}

.ind_sec1_left {
    position: relative;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.index_sec1_tit {
    position: relative;
}

.index_sec1_tit h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    transform: rotate(360deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    left: -20px;
    top: 34px;
    font-size: 12px;
}

.index_sec1_tit h4 {
    padding-left: 50px;
    font-size: 24px;
    color: #1c5cb0;
    line-height: 40px;
    margin-bottom: 50px;
}

.index_sec1_tit h4 span {
    color: #333;
    font-size: 28px;
    letter-spacing: 1px;
}

.ind_sec1_limg {
    position: relative;
}

.ind_sec1_limg img {
    width: 100%;
}

.ind_sec1_limg h5 {
    position: absolute;
    bottom: 50px;
    left: 50px;
    background: #1b5aad;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    font-family: 'Titillium Web'!important;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.ind_sec1_right {
    /*padding: 0 50px;*/
    padding: 0 0 0 50px;
}

.ind_sec1_right h4 {
    font-size: 28px;
    color: #d7d7d7;
    font-weight: 100;
    font-family: 'quicksandbook'!important;
    text-transform: uppercase;
    position: relative;
}

.ind_sec1_right h3 i {
    color: #1b5aad;
    font-weight: 100;
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 9px;
    position: absolute;
    left: -15px;
    top: 7px;
}

.ind_sec1_right h3 {
    font-size: 28px;
    letter-spacing: 3px;
    color: #333;
    margin: 0 0 40px;
    position: relative;
}

.ind_sec1_right p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 24px;
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

.ind_sec1_right h6 span {
    color: #b83e46;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}

.ind_sec1_right>h6 a {
    font-size: 12px;
    text-transform: uppercase;
    color: #d75834;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 50px;
    display: block;
}



/*****sec1*******/


/*****sec2*******/

.index_sec2 {
    /*margin-top: -80px;*/
    /*padding-top: 100px;*/
    padding-top: 140px;
    padding-bottom: 70px;
    position: relative;
}

.ind_sec2_box {
    position: relative;
    width: 83%;
    margin: 0 auto;
}

.ind_sec2_titbox {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: -93px;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.index_sec5_box {
    width: 80%;
    margin: 0 auto;
}

.ind_sec2_tit {
    padding: 28px;
}

.ind_sec2_tit h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Titillium Web'!important;
}

.ind_sec2_sbox {
    width: 100%;
}

.indsec2_swiper {}

.ind_sec2_img {
    position: relative;
    height: 432px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;
    transform: scale(1);
}

.ind_sec2_img:hover {
    transform: scale(1.1);
}

.indsec2_swiper .ind_sec2_img {
    margin: 0 30px;
}

.ind_sec2_img img {
    width: 100%;
}

.ind_sec2_txt {
    position: absolute;
    bottom: 0;
    width: 75%;
    left: 45%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 45px;
    z-index: 2;
}

.ind_sec2_txt h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    text-align: left;
    line-height: 28px;
    font-weight: normal;
}

.ind_sec2_img .ind_sec2_txt h3 {
    color: #f5f5f5;
    font-size: 20px;
    margin: 10px 0;
    font-family: 'Titillium Web'!important;
    letter-spacing: 1px;
}

.ind_sec2_img .ind_sec2_txt h6 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 436px;
    text-overflow: ellipsis;
}

.ind_sec2_img .ind_sec2_txt h6.end {
    font-family: 'Titillium Web'!important;
}

.gcnl-pic-text {
    width: 100%;
    height: 327px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gcnl-pic-text img {
    width: 100%;
    display: block;
    /*height: 100%;*/
    transition: all 0.3s;
}

.gcnl-pic-text h4 {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Titillium Web'!important;
    letter-spacing: 1px;
    padding: 10px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
}

.gcnl-three p {
    position: relative;
    color: #292929;
    font-size: 20px;
    margin-top: 20px;
    display: block;
}

.gcnl-three>a {
    position: relative;
    width: 100%;
    display: block;
}

.gcnl-three>a:hover .arraw-right {
    right: 0;
}

.arraw-right {
    position: absolute;
    top: 0;
    right: 9px;
    width: 38px;
    height: 100%;
    transition: all 0.5s;
    background-image: url(../images/arraw-right1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -20px;
}

.gcnl-three:hover .gcnl-pic-text img {
    transform: scale(1.2);
}

.ind_sec2_sbox .swiper-container .swiper-wrapper .swiper-slide {
    height: 550px !important;
}

.ind_sec2_img:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    left: 0;
    top: 0;
    background: rgba(27, 90, 173, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C26618b, endColorstr=#4C26618b);
    z-index: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.index_sec2_bg {
    position: absolute;
    width: 33%;
    right: 0;
    top: 0;
    height: 100%;
    background: #f6f6f6;
}

.indsec2_pag {
    bottom: 0px;
    width: auto;
    left: -6px;
    display: none;
}

.indsec2_pag span {
    background: #fff;
    border: 1px solid #1b5aad;
}

.indsec2_pag span.swiper-active-switch {
    background: #1b5aad;
}

.ind_sec2_img:hover:before {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.ind_sec2_dre {
    position: absolute;
    top: 34%;
    left: 0;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ind_sec2_dre a {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    /*background: rgb(53, 53, 53);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC407ca7, endColorstr=#CC407ca7);
    padding: 27px;
    margin-bottom: 1px;
}

.ind_sec2_l {
    background-image: url(../images/right2.png);
}

.ind_sec2_r {
    background-image: url(../images/left2.png);
}

.ind_sec2_dre a i {
    font-size: 20px;
    color: #fff;
}



/*****sec2*******/


/*****sec3*******/

.index_sec3 {
    position: relative;
    padding-bottom: 100px;
}

.ind_sec3_box {
    width: 80%;
    margin: 0 auto;
}

.ind_sec3_txt {
    display: table;
}

.tanel-cell {
    display: table-cell;
    vertical-align: middle
}

.ind_sec3_txt .tanel-cell {
    padding-right: 37%;
}

.ind_sec3_txt h5 {
    font-size: 20px;
    color: #333;
    letter-spacing: 0px;
}

.ind_sec3_txt h3 img {
    width: 28px;
    margin-left: 10px;
}

.ind_sec3_txt h6 {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #666;
}

.ind_sec3_right {
    position: relative;
}

.ind_sec3_l,
.ind_sec3_r {
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgb(27, 90, 173);
    padding: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.ind_sec3_l {
    left: -4%;
}

.ind_sec3_r {
    right: -4%;
}

.swiper3 .swiper-slide {
    position: relative;
}

.ind_sec3_img {
    margin: 0 15px;
}

.ind_sec3_img img {
    width: 100%;
}

.ind_sec3_img h4 {
    font-size: 21px;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
}

.ind_sec3_img_bot {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    color: #fff;
    padding: 10px 0px;
    background-color: rgba(27, 90, 173, 0.6);
}

.ind_sec3_img_bot h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
}



/*****sec3*******/


/*****sec4*******/

.index_sec4 {
    padding: 80px 0 100px;
    width: 100%;
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.morecenter {
    width: 110px;
    display: block !important;
    margin: 50px auto 0;
}

.index_sec4_box {
    text-align: center;
    padding: 0 5%;
}

.index_sec4_box h3 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 42px;
    text-transform: uppercase;
}

.index_sec4_box h3:after {
    content: " ";
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    margin: 40px auto;
}

.index_sec4_box h6 {
    font-size: 15px;
    color: #fff;
    line-height: 32px;
}

#footer_unohacha {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.index_sec4_box h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 30px;
}

.index_sec4_txt {
    position: absolute;
    right: 15%;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    background: url('../images/ind13.jpg') no-repeat center center;
    background-size: cover;
    width: 500px;
    padding: 50px;
}

.index_sec4_txt h3 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
    font-family: 'Titillium Web'!important;
    text-align: left;
}

.index_sec4_txt img {
    display: block;
    width: 24px;
    margin-top: 30px;
}



/*****sec4*******/


/*****sec5*******/

.index_sec5 {
    padding: 86px 0 100px;
}

.index_sec5_tit {
    margin-bottom: 50px;
    text-align: center;
}

.index_sec5_tit h2 {
    color: #333;
    letter-spacing: 1px;
    font-size: 42px;
    text-transform: uppercase;
}

.index_sec5_box>ul {
    width: 100%;
    border-top: 1px solid #eee;
}

.index_sec5_box>ul>li {
    border-bottom: 1px solid #eee;
    padding: 50px 0;
    position: relative;
}

.areas_sec2_bj {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}

.areas_sec2_bj2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(28, 92, 176);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#1c5cb0, endColorstr=#1c5cb0);
}

.areas_sec2_txt {
    position: relative;
    z-index: 9;
}

.areas_sec2_txtL {
    width: 80%;
    float: left;
    text-align: justify;
    text-justify: inter-ideograph;
}

.areas_sec2_txtL h2 {
    font-size: 18px;
    color: #333;
    margin-top: 0;
    /*font-weight: bold;*/
    font-weight: 600;
    line-height: 30px;
}

.areas_sec2_txtL h4 {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 7px 0 0;
}

.areas_sec2_txtL h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    float: left;
    background: #b87f32;
    line-height: 40px;
    padding: 0 20px;
    letter-spacing: 1px;
}

.areas_sec2_txtL h5 span {
    font-size: 24px;
}

.areas_sec2_txtL h5.yanse {
    background: #671115;
}



/*
.index_sec5_box>ul>li:hover .areas_sec2_txtL h2 {
	color: #fff;
}

.index_sec5_box>ul>li:hover .areas_sec2_txtL h4 {
	color: #fff;
}

.index_sec5_box>ul>li:hover .areas_sec2_bj {
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
}*/

.areas_sec2_txt .areas_sec2_txtr {
    float: left;
    width: 20%;
}

.areas_sec2_txt .areas_sec2_txtr h6 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    /*font-family: 'Titillium Web'!important;*/
}

.index_sec5_box>h6 {
    width: 80%;
    margin: 0 auto;
    text-align: right;
    padding-top: 20px;
}

.index_sec5_box>h6 a {
    font-size: 14px;
    text-transform: uppercase;
    color: #d75834;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Titillium Web'!important;
}

.index_sec5_box>h6 a i {
    margin-left: 5px;
}



/*****sec5*******/


/***footer***/

.footer {}

.footer_box {}

.footer_top {
    background: #90bebe;
    background: -moz-linear-gradient(to right, #367dd9 0, #1b5aad 100%);
    background: -webkit-linear-gradient(to right, #367dd9 0, #1b5aad 100%);
    background: linear-gradient(to right, #367dd9 0, #1b5aad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe', endColorstr='#0099cb', GradientType=1)
}

.footer_top_box {
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
}

.footer_tl {
    float: left;
    width: 50%;
}

.footer_tl h4 {
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Titillium Web'!important;
    line-height: 35px;
}

.footer_tl h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.footer_tr {
    float: left;
    width: 50%;
    text-align: right;
}

.footer_tr img {
    width: 23px;
    vertical-align: middle;
    margin-top: 7px;
}

.footer_bot {
    background: #eeeeee;
}

.IndexCon {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}

.footBotUl {
    display: block;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
    padding-bottom: 20px;
    overflow: hidden;
}

.footBotUl li {
    float: left;
    margin-right: 5%;
    display: inline-block;
}

.footBotUl li a {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin: 0;
    letter-spacing: 1px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footBotUl li a img {
    display: inline-block;
    width: 20px;
    margin: 0 6px 2px 0;
}

.footBotUl li span {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.copy {
    font-size: 12px;
    line-height: 40px;
    color: #666;
    margin: 0 25px 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

.copy span {
    font-family: "Microsoft YaHei", "微软雅黑";
}

.unohacha_logo {
    float: right;
}

.footBotUl .foot_right {
    float: right;
    margin-right: 0;
}

.footBotUl .foot_right a {
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

.footBotUl .foot_right:hover a {
    color: #999;
}

.footBotUl li:hover a {
    color: #0E70BB;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.foot_nav li i {
    line-height: 30px;
    margin-right: 5px;
    color: #ccc;
    font-size: 16px;
}

.foot_nav .foot_tit {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.foot_nav li a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
    transition: all 0.5s;
    display: inline-block;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.foot_nav li {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
    line-height: 30px;
}

.foot_nav li:hover a {
    padding-left: 5px;
    color: #1b5bae;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.foot_nav li img {
    display: block;
    float: left;
    width: 18px;
    margin-right: 5px;
    margin-top: 7px;
}

.foot_left {
    width: 70%;
    float: left;
}

.foot_right {
    width: 30%;
    float: left;
    padding-left: 30px;
}

.foot_line {
    border-top: 1px solid #ccc;
    margin: 20px 0 0;
}



/***footer***/


/*more*/

.more {
    display: inline-block;
    line-height: 41px;
    padding: 0 25px;
    background: rgba(238, 238, 238, 0.36);
    color: #666;
    letter-spacing: 1px;
    margin-top: 50px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 14px;
    border-radius: 20px;
    position: relative;
}

.more img {
    display: inline-block;
    /*margin-left: 5px;*/
    position: absolute;
    right: 10%;
    top: 13px;
    transition: all .5s ease;
}

.more:hover {
    background: #0368ab;
    color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

.more:hover img {
    right: 5%;
}

.more i {
    margin-right: 6px;
}



/*more*/

@media(max-width:1680px) {
    .ind_sec1_right h3 {
        margin: 0px 0 25px;
    }
    .ind_sec1_right {
        padding-top: 35px;
        padding-bottom: 65px
    }
    .more {
        margin-top: 25px;
    }
    .nav_type {
        width: 20%;
    }
    .nav_imgtype {
        width: 28%
    }
}

@media(max-width:1600px) {
    .ind_sec1_right h6 {
        margin-bottom: 10px;
    }
    .ind_sec1_right h3 {
        margin: 0px 0 15px;
    }
    .ind_sec1_right {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    /*.index_sec4 {
		padding: 80px 0 180px;
	}*/
    /*.index_sec5_box>ul>li {
		padding: 45px 10%;
	}*/
    .nav_type {
        width: 22%;
    }
    .nav_imgtype {
        width: 28%
    }
    .nav_left h3 {
        font-size: 26px;
    }
}

@media(max-width:1550px) {
    .ind_sec1_left h4 {
        margin-bottom: 70px;
    }
    .header_bg .header_menu>li>a {
        padding: 0 18px;
    }
}

@media(max-width:1440px) {
    .header_bg .header_menu>li>a {
        padding: 0 15px;
    }
    .header_tool .header_icon {
        height: 20px;
        margin-top: 17px;
    }
    .header_tool .header_icon span {
        height: 20px;
    }
    .header_tool span img {
        width: 20px;
    }
    .header_bg .logo {
        padding: 0 25px 0 30px;
    }
    .ind_sec1_left h4 {
        padding-top: 20px;
    }
    .ind_sec1_left h6 {
        top: 55px;
    }
    .nav_left {
        padding: 20px 20px 0 2px;
    }
    .nav_type {
        width: 25%;
    }
    .nav_imgtype {
        width: 30%;
    }
}

@media(max-width:1366px) {
    .ind_sec1_left h4 {
        padding-top: 35px;
    }
    .ind_sec1_left h6 {
        top: 70px;
    }
    .ind_sec3_txt .tanel-cell {
        padding-right: 25%;
    }
}

@media(max-width:1360px) {
    .header_share {
        margin-right: 20px;
    }
    .header_tool .header_language {
        padding-right: 20px;
    }
    .header_bg .header_menu {
        float: right;
        margin-right: 20px;
    }
    .header_bg .logo {
        padding: 0 20px 0 30px;
    }
    .header_bg .header_menu>li>a {
        padding: 0 13px;
    }
}

@media(max-width:1280px) {
    .header_bg .logo img {
        width: 154px;
    }
    .header_bg .header_menu {
        margin-right: 18px;
    }
    .header_bg .header_menu>li>a {
        padding: 0 11px;
    }
    .header_bg .logo {
        padding: 0 19px 0 25px;
    }
    .ind_sec1_right h6 {
        -webkit-line-clamp: 4;
    }
    .more {
        margin-top: 34px;
    }
    .ind_sec3_txt .tanel-cell {
        padding-right: 9%;
    }
    .body_line {
        width: 980px;
    }
    .banner_bot {
        width: 980px;
    }
    .banner_bot_txt {
        width: 360px;
        padding: 0 16px 27px;
    }
    .banner_botwid {
        width: 653px;
    }
    .swiper-banner {
        width: 613px;
    }
    .banner_bot_img {
        width: 253px;
    }
    .banner_botwid {
        height: 169px;
    }
    .banner_bl {
        height: 169px;
        padding: 17px 0;
    }
    .banner_bl span {
        bottom: 17px;
    }
    .banner_bot_txt h3 {
        padding-top: 6px;
    }
    .banner_bot {
        height: 169px;
    }
    .nav_type {
        width: 27%;
    }
    .nav_imgtype {
        width: 31%;
    }
}

@media(max-width:1240px) {}

@media(max-width:1200px) {
    .header_bg .logo {
        padding: 0 10px 0 25px;
    }
    .header_share {
        margin-right: 20px;
    }
    .header_tool .header_language {
        padding-right: 20px;
    }
    .ind_sec3_txt .tanel-cell {
        padding-right: 3%;
    }
    .nav_type {
        width: 29%;
    }
    .nav_imgtype {
        width: 32%;
    }
    .nav_left {
        padding: 20px 0px 0 0px;
    }
}

@media(max-width:768px) {
    .navbar-nav {
        width: 100%;
        margin-left: 0px;
        text-transform: uppercase;
    }
    .navbar-nav li {
        text-align: center;
        border-bottom: 1px dotted #e5e5e5;
        line-height: 40px;
    }
    .navbar-nav li a {
        color: #666;
        font-size: 13px;
    }
    .navbar-nav li a:hover {
        color: #0752a4;
    }
    .headerbg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 999999;
        background: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }
    .logo_boxlist {
        float: left;
        width: 90px;
        margin-top: 7px;
    }
    .navbar-toggle {
        margin-top: 10px;
    }
    .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-collapse {
        border-top: 1px solid #e5e5e5;
    }
}

#stickyNav.stickyNav0 li a,
#stickyNav.stickyNav2 li a {
    color: #fff;
}

#stickyNav.stickyNav0 li a:after,
#stickyNav.stickyNav2 li a:after {
    background: #fff;
}

#stickyNav.stickyNav1 li a,
#stickyNav.stickyNav3 li a,
#stickyNav.stickyNav4 li a,
#stickyNav.stickyNav5 li a {
    color: #036eb8;
}

#stickyNav.stickyNav1 li a:after,
#stickyNav.stickyNav3 li a:after,
#stickyNav.stickyNav4 li a:after,
#stickyNav.stickyNav5 li a:after {
    background: #036eb8;
}

.topBox {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    color: #ababab;
    z-index: 1000;
    /*background-color: #fff;*/
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.5);
    /**/
    -webkit-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.top {
    height: 70px;
    /*background-color: #fff;*/
    position: relative;
    z-index: 2;
}

.logoBox {
    width: 24%;
    float: left;
    display: block;
    margin-left: 5%;
}

.logo {
    float: left;
    display: block;
    padding: 7px 0;
    /*margin-left: 32px;*/
    width: 218px;
    overflow: hidden;
    margin-top: 4px;
}

/* .logo img {
    width: 100%;
    display: block;
} */

.nav {
    float: right;
    /*margin-right: 5%;*/
    display: block;
}

.nav li {
    float: left;
    display: block;
    width: 99px;
    height: 86px;
    line-height: 43px;
    font-size: 15px;
    text-align: center;
    position: relative;
}

.topBox a:link,
.topBox a:visited {
    /*color: #4c4c4c;*/
    color: #fff;
}

.nomal_menu li a {
    color: #4c4c4c !important;
}

.nav>ul>li>a {
    padding: 20px 0 20px 20px;
    text-align: right;
}

.pc-menu {
    position: absolute;
    right: 0px;
    width: 86px;
    height: 86px;
    background: #22478e;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.pc-menu li {
    display: block;
}

.nav-toggle a {
    text-align: center;
    display: block;
    color: #fff !important;
    font-size: 14px;
    line-height: 83px;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.nomal_menu {
    /* width: 198px; */
    z-index: 99;
    height: auto;
    background-color: #fff;
    margin-left: 0;
    /* display: none; */
    position: absolute;
    padding: 0px 10px;
    left: 0px;
    top: 87px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(34px);
    -webkit-transform: translateY(34px);
    -moz-transform: translateY(34px);
    transition: 0.3s ease;
}

.nomal_menu li {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    width: 100%;
}

.nav ul li:hover .nomal_menu {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

footer {
    background: #4c4c4c;
    padding-top: 65px;
}

.footer-nav {
    padding-bottom: 80px;
}

.w1640 {
    /*max-width: 1640px;
	margin: 0 10%;*/
    width: 80%;
    margin: 0 auto;
}

.footer-left {
    float: left;
    width: 75%;
}

.footer-left ul {
    float: left;
    width: 16.66%;
}

.footer-left li {
    font-size: 14px;
    line-height: 30px;
}

.footer-left li.on {
    font-size: 20px;
    padding-bottom: 25px;
}

.footer-left li.on a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer-left li a {
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition: all 0.3s;
}

.footer-right {
    /*padding-right: 2.3%;*/
    float: right;
    width: 25%;
}

.footer-right h2 {
    font-size: 20px;
    line-height: 30px;
    color: #a0a0a0;
    font-weight: 500;
    opacity: 1;
    filter: alpha(opacity=1);
}

.footer-right h3 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.footer-right p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
}

.footer-right span{
    font-size: 20px;
    color: #fff;
    display: block;
    margin-bottom: 13px;
}

.footer-right ul li:first-child {
    /* margin-right: 15px; */
}

.footer-right ul li {
    float: left;
    /*width: 58px;*/
    position: relative;
    width: 58px;
    cursor: pointer;
}

ul li a {
    display: block;
}

.footer-right ul li:last-child p {

    background: url(../images/img_1001.png) no-repeat top center;
    transition: all 0.3s;
}

.footer-right ul li:first-child p {
    background: url(../images/img_10.png) no-repeat top center;
}

.footer-right ul li p {
    /*padding-top: 37px;*/
    font-size: 14px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    padding-top: 60px;
    line-height: 16px;
    background: url(../images/img_11.png) no-repeat top center;
    transition: all 0.3s;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    /*background-size: 60%;*/
}

#loader {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-right ul li dl {
    position: absolute;
    top: 90px;
    left: -5px;
    z-index: 10;
    display: inline-block;
    width: auto;
    display: none;
}

.footer-right ul li dd:first-child {
    margin-right: 10px;
}

.footer-right ul li dd {
    width: 80px;
    display: block;
    float: left;
    margin-left: 0;
}

.footer-right ul li dd img {
    width: 100%;
}

.footer-right ul li dd span {
    display: block;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.weibo {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 20px;
    left: 0;
    z-index: 2;
}

.footer-bottom {
    border-top: 1px solid rgb(90, 90, 90);
    line-height: 74px;
}

.footer-bt-left {
    float: left;
}
.footer-bt-left p,.footer-bt-left a{
    display: inline;
    color: #a5a5a5;
}
.footer-bottom {
    color: #a5a5a5;
}

.footer-bt-left li {
    float: left;
    font-size: 13px;
}

.footer-bt-left li:first-child a {
    background: none;
    padding-left: 0;
}

.footer-bt-left li a {
    padding: 0 10px;
    background: url(http://www.luyuan.cn/bocweb/web/css/../img/img_12.png) no-repeat left center;
    height: 13px;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
}

.footer-bt-left li.last a span {
    padding-left: 24px;
    background: url(http://www.luyuan.cn/bocweb/web/css/../img/img_13.png) no-repeat left center;
}

.footer-bt-left li.last.in a span {
    padding-left: 24px;
    background: url(http://www.luyuan.cn/bocweb/web/css/../img/img_14.png) no-repeat left center;
}

.footer-bt-right {
    padding-right: 4%;
}

.footer-bt-right {
    float: right;
}

.footer-bt-right a {
    color: #a5a5a5;
}

.footer-bt-right p:first-child {
    padding: 0;
}

.footer-bt-right p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    float: left;
    padding-left: 22px;
}

.footer-right ul li:first-child:hover dl {
    display: block;
}

.section-b-wrap {
    width: 80%;
    margin: 0 auto;
}

.section-b-left {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}

.fanda img {
    width: 100%;
}

.section-b-right {
    float: left;
    width: calc(50% - 30px);
    margin-left: 30px;
}

.section-b-top {
    position: relative;
    margin-bottom: 30px;
}

.section-b-bottom {
    margin-top: 30px;
    position: relative;
}

.swiper-slide-visible a .ind_sec2_img:nth-child(2n) {
    margin-left: 0 !important;
}

.ind_sec3_txt {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    z-index: 2;
    left: 50px;
    bottom: 50px;
    text-align: left;
}

.ind_sec3_txt h5 {
    color: #fff;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 4px;
    margin: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_sec3_txt p{
	width: 80%;
	height: 42px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.5;
    letter-spacing: 1px;
    overflow: hidden;
}

.ind_sec3_txt h6 {
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Titillium Web'!important;
    color: #fff;
    margin-top: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_sec3_icon img {
    width: 45px!important;
    margin-bottom: 20px;
}

.fanda>img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}

.fanda {
    /*position: absolute;*/
    overflow: hidden;
    width: 100%;
    height: 100%;
    /*top: 0;
    left: 0;*/
}

.fangda-zzc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
}

.section-b-left a {
    width: 100%;
    height: 100%;
    display: block;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.fanda:hover>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.fanda:hover .ind_sec3_txt {
    bottom: 70px;
}

.ind_sec1_tit>h2>img,
.index_sec5_tit>h2>img,
.index_sec4_box>h3>img {
    padding: 0 30px;
    width: 102px;
    vertical-align: bottom;
}



/*加载*/

body:before {
    left: 33.3333333333%;
}

body:after {
    right: 33.3333333333%;
}

body:before,
body:after {
    background: #f2f2ed;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: -1;
}

.gcal {
    width: 100%;
    /*height: 420px;*/
    overflow: hidden;
}

.gcnl-three {
    width: calc(33.33% - 40px);
    margin-right: 60px;
    height: auto;
    float: left;
    position: relative;
}

.gcnl-three:last-child {
    margin-right: 0
}

.hb-six {
    width: calc(25% - 100px);
    /* margin: 0 50px 30px; */
    float: left;
    margin-right: 100px;
    border: 1px solid lightgray;
    border-radius: 11px;
    /* height: 100%; */
    margin-bottom: 30px;
}

.index_sec6 {
    background-color: #f3f3f3;
}

.hb-six img {
    width: 100%;
    border-radius: 11px;
}

.honorDemo .item {
    border-radius: 5px;
    background-color: #d7d7d7;
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    margin: 0px 7px;
    display: block;
    text-align: center;
}

.hb-six:nth-child(4n) {
    margin-right: 0;
}

.index_sec5_box_ul {
    /*margin-right: -100px;*/
    margin-right: 0;
}

.honorDemo .item:hover,
.honorDemo .item.act {
    background-color: #cc0000;
    color: #fff;
}

.index_sec5_box_ul .honorDemo2 {
    display: none;
}

.honorDemo .slick-arrow:hover {
    background-color: #000;
}

.honorDemo .slick-prev:hover i {
    background-position: 30% center;
}

.honorDemo .slick-next:hover i {
    background-position: 70% center;
}

.honorDemo .itemA {
    display: block;
    /*margin: 0 20px;*/
}

.honorDemo .img {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    /*margin: 0 auto 8px;*/
    text-align: center;
}

.honorDemo .img img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    /*margin-top: 20px;*/
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
    /*display: none;*/
}

.honorDemo1 {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    z-index: 99;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.slick-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    ;
}

.slick-dots li a {}

.slick-dots li.slick-active {
    width: 10px;
    opacity: 1;
    background: #fff;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
}

#loader {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    /*width: 300px;
    height: 150px;*/
    width: 100vw;
    height: 100vh;
    /*margin: -75px 0 0 -75px;
    border-radius: 50%;*/
    border: 3px solid transparent;
    /* COLOR 1 */
    /*border-top-color: #FFF;*/
    /* /* /*
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);*/
    transform: scale(1);

    z-index: 1001;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}


#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #0f9bbd;
    /* Old browsers */
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader {
    /*opacity: 0;*/
    opacity: 1;
    background-attachment: scroll !important;
    transform-origin: 50% 80%;
    animation: imageZoom linear 30s;
    animation-iteration-count: infinite;
    -webkit-animation: imageZoom linear 30s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: imageZoom linear 30s;
    -moz-animation-iteration-count: infinite;
    -ms-animation: imageZoom linear 30s;
    -ms-animation-iteration-count: infinite;
    /*-webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;*/
}

.loaded #loader-wrapper {
    /*visibility: hidden;*/
    visibility: visible;

    -webkit-transform: translateY(-150%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-150%);
    /* IE 9 */
    transform: translateY(-150%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

#loader-wrapper .load_title {
    font-family: 'Open Sans';
    color: #FFF;
    font-size: 19px;
    width: 100%;
    text-align: center;
    z-index: 9999999999999;
    position: absolute;
    top: 60%;
    opacity: 1;
    line-height: 30px;
}

#loader-wrapper .load_title span {
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    color: #FFF;
    opacity: 0.5;
}




@keyframes imageZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.24);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes imageZoom {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.24);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes imageZoom {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.24);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes imageZoom {
    0% {
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.24);
    }
    100% {
        -ms-transform: scale(1);
    }
}

ul,
ol,
li,
div {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
}

.ft-carousel .carousel-item img {
    width: 100%;
}

.ft-carousel .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ft-carousel .carousel-indicators span {
    display: inline-block;
    /*width: 12px;
	height: 12px;*/
    /*background-color: #fff;*/
    /*margin: 0 4px;*/
    border-radius: 50%;
    cursor: pointer;
    margin: 20px 10px;
    width: 10px;
    height: 10px;
    border: 1px #fff solid;
    background: transparent;
}

.ft-carousel .carousel-indicators span.active {
    background-color: #fff;
}

.ft-carousel .carousel-btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 45px;
    margin-top: -25px;
    cursor: pointer;
}


/*.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../img/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../img/next.png) no-repeat;
}*/

.banner_txt_con h3 {
    padding: 20px 0 0 0px;
    font-size: 40px;
    /*line-height: 68px;*/
    color: #fff;
    letter-spacing: 4px;
}

.banner-text {
    position: absolute;
    width: 80%;
    height: 10%;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto!important;
    z-index: 99;
}

.banner-text h3 {
    padding: 20px 0 0 0px;
    font-size: 40px;
    /*line-height: 68px;*/
    color: #fff;
    letter-spacing: 4px;
    margin-bottom: 50px;
    font-weight: 200;
}

.banner-text a {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 16px;
    color: #f2f2f2;
    font-family: "microsoft yahei";
    font-weight: 900;
    letter-spacing: 2px;
    border: 1px solid #E8E8E8;
    padding: 10px 35px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
}

.industrys ul li {
    width: 25%;
    float: left;
    height: 100%;
    margin-top: 60px;
    position: relative;
}

.industrys ul li a .img {

    overflow: hidden;

    height: 790px;

    margin: 0;
    padding: 0;
}

.industrys ul li a .img div {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    height: 790px;
    background-size: cover;
    margin: 0;
    transition: all 0.8s;
    margin-right: -2px;
}

.industrys ul li a .img img {
    width: 100%;
}

.industrys li .black-40 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.industrys p {
    color: #fff;
}

.industrys ul li a:hover figure.img div {
    transform: scale(1.05);
    margin-right: 2px;
}

.industrys ul li a:hover figure.img span {
    background: none rgba(0, 0, 0, 0);
}

/* load */
.modular,
.box-loading {
    position: fixed;
    min-width: 920px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    _zoom: 1;
    z-index: 1;
}

.modular {
    display: none;
    position: relative;
}

.modular-left {
    width: 50%;
    float: left;
    _display: inline;
    _zoom: 1;
    height: 100%;
    position: relative;
}

.inMiddle {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
}

.box-loading {
    height: 100vh;
    background-color: #fff;
    color: #999;
    text-align: center;
    font-size: 20px;
    min-width: 100%;
    z-index: 99999;
}

.box-loading .f20 {
    font-size: 20px;
}

.box-loading .nu-c {
    font-size: 40px;
    padding-top: 75px;
}

.box-loading .tx1 {
    font-size: 14px;
}

.box-loading .loadingTx {
    width: 7px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: 2px;
    animation: shan 1s;
    -webkit-animation: shan 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shan {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* load  end */