﻿/* css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding:0; 
	margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	line-height:2em;
}
body{
    font-family:'Microsoft Yahei';
	font-size: 14px;
	min-width: 1000px;
	color:#555;
}
table {
    border-collapse:collapse; 
	border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
	font-style: normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
	font-size:100%;
}
q:before,q:after {
    content:'';
}
p {
    text-align:justify;
}
abbr,acronym {
    border:0;
}
a{
    text-decoration:none; 
	outline:none; 
	blr:expression(this.onFocus=this.blur());
	color:#666;
	display:block;
}
.clear{ 
    display:block; 
	clear:both;
}
.relative{ 
    position:relative;
}
.grayscale{ 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ 
	filter: gray; /* IE6-9 */ 
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(210, 210, 210, 0.48);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
	width: 6px;
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(255,255,255,0.6);
}

::-webkit-scrollbar {
	background-color: rgba(255,255,255,0.6);
}

::-webkit-scrollbar-thumb {
	background-color: #b71f31;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #b71f31;
}
body, p, h1, h2, h3, h4, h5, h6, dl, dd, form {
    margin: 0;
}
.ind2_bg, .item_info, .ind3_ti, .ind6_img, .item02_more, .item02_more2, .nav_bgBl, .indN_li, .indN_bg.cur3, .item02_more2, .fo_imgIcon {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
img {
    border: none;
    vertical-align: top;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
ul, ol {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    list-style: none;
}
input, textarea {
    font-family: "微软雅黑";
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
    border: none;
    background: 0 0;
}
input, textarea {
    margin: 0;
    padding: 0;
    outline: none;
}

/* css reset */
html,body {
    position: relative;
	width:100%;
}
body #header {
    transition: height 0.36s ease;
    width: 100%;
    height: 80px;
    background: url(../images/b_3.png);
}
body #header {
    position: fixed;
    z-index: 999;
    top: 0;
    min-width: 1160px;
}
body #header .wrapper {
    height: 100%;
}
body #header .wrapper > .content {
    max-width: 100%;
    padding: 0 2.4%;
}
body #header .wrapper > .content {
    position: relative;
}
body #header .wrapper > .content {
    max-width: 1820px;
    height: 100%;
    margin: 0 auto;
}
body #headTop {
    position: relative;
    float: left;
    height: 100%;
    margin-right: 50px;
}
body #headTop #logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
body #navWrapper {
    float: right;
    height: 100%;
}
body #navWrapper .content {
    padding-right: 2px;
}
body #navWrapper .content {
    height: 100%;
}
body #navWrapper .content {
    position: relative;
}
body #navWrapper .content .nav {
    float: right;
    height: 100%;
    width: 865px;
    z-index: 99;
    position: relative;
    letter-spacing: 1px;
}
body #navWrapper .content .nav > .navitem {
    transition: all 0.36s ease;
    font-size: 14px;
    position: relative;
    float: left;
    cursor: pointer;
}
body #navWrapper .content .nav > .navitem > a.active {
    color: #fff;
    border-bottom: none;
}
body #navWrapper .content .nav > .navitem > a {
    transition: all 0.36s ease;
    line-height: calc(80px - 2px);
    display: block;
    padding: 0 26px;
    padding-left: 26px;
    border-bottom: 2px solid transparent;
}
#navWrapper .content .nav .navitem span {
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
}
body #search-nav.searchGroup {
    visibility: visible;
    opacity: 1;
}
div#search-nav {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 120;
}
body #search-nav {
    position: absolute;
    right: 0;
    left: auto;
    display: block;
    height: 80px;
    transition: opacity 0.36s ease, height 0.36s ease;
}
.ind_seek {
    position: absolute;
    top: 0px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 4px;
    right: -5px;
    padding: 9px 0;
    opacity: 0.9;
    z-index: 30;
    width: 100px;
}
.ind_seBu {
    display: block;
    width: 50px;
    background: url(../images/b_4.png) no-repeat center 21px;
    position: relative;
    float: right;
    height: 71px;
    cursor: pointer;
    padding-top: 20px;
}
.seek_block {
    position: absolute;
    top: 70px;
    right: -11px;
    width: 390px;
    background: #fff;
    padding: 12px 20px;
    display: none;
    border: 1px solid #eee;
}
.seek_block {
    -webkit-animation: am_top2 0.4s ease-in-out backwards;
}
.seek_ico {
    position: absolute;
    right: 24px;
    top: -11px;
    width: 24px;
    height: 11px;
    background: url(../images/n2_1.png);
}
.seek_inputBl {
    border-bottom: 1px solid #ccc;
    width: 92%;
}
input.seek_input {
    width: 100%;
}
.seek_close {
    position: absolute;
    right: 6px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url(../images/n2_6.png) no-repeat center;
    cursor: pointer;
    display: block;
}
body #navWrapper .content .nav > .navitem > a::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 4px;
    height: 4px;
    content: "";
    transition: all 0.36s ease;
    opacity: 0;
    border-radius: 100%;
}
body #navWrapper .content::after {
    content: "";
    display: block;
    clear: both;
}
img {
    -webkit-user-select: none;
      -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
img {
    max-width: 100%;
}
img {
    border: none;
    vertical-align: top;
}

.index_banner {
    position: relative;
    overflow: hidden
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}
.index_banner .group_page {
    position: absolute;
    bottom: 1.45rem;
    z-index: 4;
    width: 100%;
    text-align: center;
    margin-top: .2rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 45px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.index_banner .group_page span {
    width: .06rem;
    height: .06rem;
    background: #e1e1e1;
    border-radius: 0;
    opacity: 1;
    margin: 0 .1rem;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.index_banner .group_page span.swiper-pagination-bullet-active {
    width: .25rem;
    background: #ff6900;
}
.int_tiBl {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.int_tiEn {
    font-size: 14px;
	color: #C5C5C5;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.int_tiCh {
    font-size: 30px;
	color: #202020;
    letter-spacing: 2px;
    line-height: 1.5em;
}
.int_text  {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.int_text p {
    margin-bottom: 20px;
    line-height: 2.2em;
    font-size: 15px;
    color: #202020;
    text-indent: 2em;
}
.int_text img {
    margin: auto;
    display: block;
}
.int_text img {
    margin-bottom: 20px;
    line-height: 2.2em;
    font-size: 15px;
    color: #898989;
    text-indent: 2em;
}
.cu4_content {
    padding: 1px 0;
    position: relative;
    width: 100%;
	overflow: hidden;
}
a.cul_liBl {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    transition: all .3s ease;
}
.cul_liImg {
    position: relative;
    width: 100%;
    overflow: hidden;
	border-radius: 15px 15px 0 0;
}
.cul_liImg img {
    width: 100%;
	margin-bottom: 0 !important;
}
.cul_tiBl {
    position: relative;
	height: 105px;
    width: 100%;
    background: #EBEBEB;
    text-align: center;
    padding: 25px 32px 10px 0;
}
.cul_tiCh {
	position:relative;
	top:-7px;
    font-size: 16px;
    color: #626262;
    line-height: 22px;
    padding-top: 3px;
	text-align: left;
}
.cul_tiEn {
    font-size: 14px;
    color: #BCBCBC;
	font-weight: bold;
    line-height: 22px;
    padding-top: 3px;
	text-align: left;
}
.cul_tiHn {
    color: #626262;
    line-height: 2.2em;
    padding-top: 3px;
	text-indent: 2em;
	text-align: left;
}
.cul_liBl_b1 {
	border-left: 5px solid #77B200;
}
.cul_liBl_b2 {
	border-left: 5px solid #E89E00;
}
.cul_liBl_b3 {
	border-left: 5px solid #F57500;
}
.cul_liBl_b4 {
	border-left: 5px solid #1F6CC0;
}
.cul_tiHn_b5 {
    padding: 0 20px 35px 20px;
	border-radius: 0 0 15px 15px;
    width: 100%;
	background-color: #EBEBEB;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cul_border {
	height: 65px;
    width: 100%;
	padding-left: 13px;
    margin-left: 22px;
}
.bg_ulBl {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.bg_ulBl {
    -webkit-animation: am_top .6s ease-in-out backwards;
}
.In_bg2 {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    z-index: 10;
}
.In_bgImg2 {
    position: relative;
    width: 100%;
    height: 420px;
}
.In_content {
    position: relative;
    width: 100%;
    z-index: 120;
}
.In_banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
}
.In_ti {
    position: absolute;
    top: 43%;
    left: 0;
    color: #fff;
    width: 100%;
}
.In_tiBl {
    position: relative;
    width: 80%;
    margin: auto;
    max-width: 1400px;
    min-width: 1000px;
}
.In_tiCh {
    color: #fff;
    font-size: 42px;
    font-weight: 100;
    letter-spacing: 8px;
    height: 65px;
}
.In_tiEn {
    color: #FF5A00;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    padding-top: 1px;
    padding-left: 2px;
    opacity: 0.9;
}
.In_tiCh_img {
    height: 70px;
    width: 95%;
    margin-bottom: 3%;
}
.In_tiEn_img {
    width: 70%;
    float: right;
    margin-right: 5%;
}
.In_h2 {
    position: relative;
    width: 100%;
    height: auto;
}
.In_conBlock {
    position: relative;
    width: 100%;
}
.In_ul {
    position: relative;
    width: 100%;
}
.In_liBl {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.bg_12 {
    background: #f3f3f3;
}
.In_bg.bg_2 {
    background: #fff;
}
.In_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.In_te {
    position: relative;
    width: 80%;
    margin: auto;
    max-width: 1400px;
    min-width: 1000px;
}
.InBl_content, .In_bg5, .In_bg6, .In_te, .du1_InBlock {
    -webkit-animation: am_fIn 0.6s ease-in-out backwards;
}
.int2_content::after {
    content: "";
    display: block;
    clear: both;
}
.int2_content {
    position: relative;
    width: 100%;
    padding: 65px 0 10px;
}
.int2_teBlock {
    position: relative;
    float: right;
    width: 44%;
    padding-right: 6%;
}
.int2_ul {
    position: relative;
    width: 107%;
    padding-top: 8%;
}
.int2_li {
    position: relative;
    width: 45.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
    text-align: center;
    padding: 6% 0px;
    border-radius: 10px;
    background: #fff;
}
.int2_num {
    font-size: 14px;
    color: #C3C3C3;
    line-height: 1.2em;
    text-align: left;
}
.int2_t {
    font-size: 14px;
    line-height: 1.2em;
    color: #403A3A;
	margin-top: 5px;
	text-align: left;
}
.int2_li_l {
    width: 20%;
    margin-top: 5%;
    margin-left: 10%;
    margin-right: 5%;
}
.int2_li_r {
    width: 54%;
    margin-top: 5%;
    margin-right: 11%;
}
.int2_brief {
    position: absolute;
    width: 90%;
    float: left;
    text-align: center;
    padding: 6% 0 8%;
    margin: 0 5%;
    border-radius: 10px;
    background: #fff;
    top: -12%;
    z-index: 9;
}
.int2_brief_l {
    width: 10%;
    margin-top: 2%;
    margin-left: 10%;
    margin-right: 5%;
}
.int2_brief_c {
    width: 40%;
    margin-top: 2%;
    margin-right: 10%;
}
.InBl_content {
    position: relative;
    width: 100%;
    z-index: 50;
    padding-top: 1px;
    padding-bottom: 120px;
}
.InBl_tiBl {
    margin-top: 62px;
    font-size: 18px;
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    color: #999;
    margin-bottom: 40px;
}
.InBl_ti {
    position: relative;
    width: 260px;
    margin: auto;
    z-index: 20;
    white-space: nowrap;
    font-size: 18px;
    color: #3F3A39;
    font-weight: bold;
    letter-spacing: 1px;
}
.news_content {
    position: relative;
    width: 100%;
}
.gradient {
    background: #FCFAF8;
	background: -webkit-linear-gradient(left, #FCFAF8, #FDF6EE, #FFF1E2);
	background: -o-linear-gradient(right, #FCFAF8, #FDF6EE, #FFF1E2);
	background: -moz-linear-gradient(right, #FCFAF8, #FDF6EE, #FFF1E2);
	background: linear-gradient(to right, #FCFAF8, #FDF6EE, #FFF1E2);
}
.gradient_t {
    background: #FCFAF8;
	background: -webkit-linear-gradient(#FFF1E2, #FDF6EE, #FCFAF8);
	background: -o-linear-gradient(#FFF1E2, #FDF6EE, #FCFAF8);
	background: -moz-linear-gradient(#FFF1E2, #FDF6EE, #FCFAF8);
	background: linear-gradient(#FFF1E2, #FDF6EE, #FCFAF8);
}
.tiBl_toplist {
    position: relative;
    width: 100%;
    display: block;
    color: #3F3A39;
}
.news_toplist {
    position: relative;
    width: 100%;
    display: block;
    color: #666;
}
.toplist_teBl {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.news_date {
    font-size: 18px;
    font-weight: bold;
    color: #FF5A00;
    font-weight: bold;
    margin-right: 2%;
}
.toplist_tiTi {
    font-size: 18px;
    font-weight: bold;
    color: #3F3A39;
    letter-spacing: 1px;
    line-height: 1.5em;
}
.toplist_tiTe {
    font-size: 14px;
    color: #898989;
    text-align: justify;
    position: relative;
    width: 100%;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.toplist_daBl {
	float: right;
	margin-top: 10px;
    background: url(../images/n_2.png) no-repeat center;
    width: 90px;
    height: 55px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.news_ulBl {
    position: relative;
    width: 100%;
}
.news_liBl {
    position: relative;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    color: #666;
}
.news_teBl {
    position: relative;
    width: 100%;
}
.news_tiTi {
    font-size: 18px;
    font-weight: bold;
    color: #D6B68B;
    letter-spacing: 1px;
    line-height: 1.5em;
}
.news_da {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
    padding-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_tiTe {
    font-size: 14px;
    color: #898989;
    text-align: justify;
    position: relative;
    width: 100%;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.pagination_more {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    margin: auto;
    text-align: center;
}
.more {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    padding-left: 0;
    color: #FF5A00;
    text-decoration: none;
    border: 1px solid #FF5A00;
    cursor: pointer;
}
.more_return {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #E5E5E5;
    border-radius: 10px;
    display: inline-block;
    padding-left: 0;
    color: #898989;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
.neIn_content {
    position: relative;
    width: 100%;
}
.neIn_conBlock {
    position: relative;
    min-height: 600px;
    margin-top: 20px;
}
.neIn_ti {
    font-size: 20px;
    line-height: 1.5em;
}
.neIn_block {
    position: relative;
    width: 100%;
    margin-top: 12px;
}
.neIn_leUl {
    position: relative;
    width: 100%;
}
.neIn_leLi {
    float: left;
    font-size: 20px;
    color: #FF5A00;
    margin-right: 30px;
    position: relative;
}
a.neIn_back {
    position: absolute;
    color: #B9B9B9;
    line-height: 1.5em;
    right: 0px;
    top: 10px;
    z-index: 20;
    letter-spacing: 2px;
}
.neIn_teBl {
    position: relative;
    width: 100%;
    margin-top: 35px;
}
.neIn_teBl p {
    margin-bottom: 20px;
    line-height: 2.2em;
    font-size: 15px;
    color: #898989;
    text-indent: 2em;
}
.neIn_teBl img {
    margin: auto;
    display: block;
}
.cooperation {
    position: relative;
    width: 100%;
    text-align: center;
}
.cooperation_ul {
    position: relative;
    width: 100%;
}
.photo_con {
    border-radius: 15px;
    height: auto;
    width: 100%;
    padding: 30px 25px;
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #FFB58C;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.photo_c1 {
    font-size: 16px;
	height: 2em;
    color: #BCBAB7;
}
.photo_c2 {
    font-size: 16px;
    height: 2em;
    color: #FF5A00;
}
.photo_c3 {
    margin-bottom: 2%;
	line-height: 13px;
	height: 26px;
	color: #202020;
}
.photo_c3 img {
    margin-right: 12px;
	width: 15px;
	height: 15px;
}
.photo_c4 {
    margin: 4% 0;
	color: #202020;
}
.of_img {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.of_img img {
    position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.return_p {
    margin-bottom: 20px;
    line-height: 2.2em;
    font-size: 15px;
    color: #3F3A39;
    text-indent: 2em;
}
.pro_ulT {
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
}
.pro_ulT a {
    margin: 0 3%;
    float: left;
    width: 19%;
    cursor: pointer;
    font-size: 15px;
	color: #898989;
    line-height: 50px;
    text-align: center;
}
.pro_ulT span:hover {
	border-bottom: 4px solid #FF5A00;
	padding: 0 0 10px 0;
	position: relative;
	color: #FF5A00;
	z-index:99;
}
.bkg {
    border-bottom: 4px solid #FF5A00;
	padding: 0 0 10px 0;
	color: #FF5A00;
    transition: top 200ms ease 0s;
    z-index: 99;
}
.pro_ulBl {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 80px;
}
a.pro_liBl {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.pro_liImg {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.pro_liImg img {
    width: 100%;
	border-radius: 10px;
	height:230px;
}
.pro_tiBl {
    position: relative;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px 0;
}
.pro_tiCh {
    font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #FF5A00;
	text-align: left;
	padding-bottom:10px;
}
.pro_tiEn {
    font-size: 14px;
	line-height: 20px;
	color: #898989;
	margin: 4px 0;
	width: 96%;
	margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.pro_tiEn img {
    margin-right: 2%;
    margin-top: 2px;
	width: 15px;
}


/* footer */
#footer {
    z-index: 10;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    margin: 0 auto;
    z-index: 999;
}
#footer {
    padding: 30px 0;
}
#footer p {
    line-height: 24px;
    width: 100%;
    height: 24px;
    margin: 0 auto;
    text-align: left;
}
#footer p span.ellipsis {
    color: rgba(64, 58, 58);
}
#footer p span.ellipsis {
    display: inline;
    max-width: 70%;
    opacity: 0.8;
    letter-spacing: 0.5px;
}
.fo_img {
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    border-top: 1px solid #B9B9B9;
    border-bottom: 1px solid #B9B9B9;
}
.fo_phone {
    cursor: pointer;
}




