* {
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	/* -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; */
}

a.arrows {
	padding-right: 20px;
	background: url(../images/icon_13.png) right center no-repeat;
	color: #ed9335;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
}

ul,
li {
	list-style: none;
}

html,
body {
	overflow-y: auto;
}

body {
	visibility: hidden;
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	min-width: 640px;
	font-family: "Source Han Sans", Arial, sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	-webkit-text-size-adjust: none;
}


/* html,
body {
    font-family: myFirstFont;
}

@font-face {
    font-family: myFirstFont;
    src: url('SourceHanSansCN-Bold.otf'), url('Sansation_Light.eot');

} */

th,
td {
	vertical-align: -webkit-baseline-middle;
}

img {
	max-width: 100%;
}

input {
	-webkit-appearance: none;
	/*去除input默认样式*/
}

button {
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
}


/******start**************/

.menuico {
	display: none;
	position: absolute;
	left: 18px;
	width: 60px;
	height: 60px;
	top: 30px;
	cursor: pointer;
	z-index: 101;
	/*display: none;*/
	background: #ffffff;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
}

.menuico .icon {
	width: 30px;
	height: 4px;
	background-color: #02abe1;
	border-radius: 2px;
	position: absolute;
	top: 25px;
	left: 16px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transiting-timing-function: swing;
}

.menuico .icon:before,
.menuico .icon:after {
	width: 30px;
	height: 4px;
	background-color: #02abe1;
	border-radius: 2px;
	content: "";
	position: absolute;
	left: 0px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
}

.menuico .icon:before {
	top: -9px;
}

.menuico .icon:after {
	top: 9px;
}

body.menuopen .menuico .icon {
	width: 0;
}

body.menuopen .menuico .icon:before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}

body.menuopen .menuico .icon:after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

#mainmenu2 {
	width: 348px;
	background: #fff;
	position: absolute;
	display: none;
	top: 0;
	right: -348px;
	bottom: 0;
	z-index: 103;
	text-align: left;
	-webkit-transition: right 500ms cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: right 500ms cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: right 500ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: right 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

#mainmenu2 .menu2Wrap {
	position: relative;
	z-index: 9;
	height: 100%;
}

body.menuopen #mainmenu2 .menu2Wrap {
	left: 0;
	box-shadow: 0px 0px 22px #000;
	z-index: 999;
	display: block;
}

body.menuopen #page .zhe {
	display: block;
}

#mainmenu2 .menu2Wrap {
	padding-top: 30px;
}

body.menuopen #page .zhe {
	display: block;
}

#mainmenu2 ul li {
	border-bottom: 1px solid #dcdada;
	padding: 0 20px;
	cursor: pointer;
}

#mainmenu2 ul li p {
	-webkit-text-size-adjust: none;
	line-height: 60px;
	font-size: 30px;
	color: #666666;
	background: url(../images/rightsideico.png) no-repeat right center;
}

#mainmenu2 ul li.active>p {
	background-image: url(../images/rightsideicoDown.png);
}

#mainmenu2 ul li p a {
	color: #666666;
}

#mainmenu2 ul li p a:hover {
	color: #cd1618;
}

#mainmenu2 ul li li:last-child {
	border-bottom: none;
}

#mainmenu2 ul li ul {
	display: none;
}

#mainmenu2 ul li a {
	display: block;
}

#mainmenu2 ul li.hasMenu>p>a {
	display: inline;
}


/******end**************/

input {
	outline: none;
}

input[type=submit],
input[type=button] {
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold
}

.clearfix {
	*zoom: 1;
}

.clearfix:after,
.clearfix:before {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

.clearAfter:after {
	content: "";
	font-size: 0;
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearBefore:before {
	content: 0;
	font-size: 0;
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.wrapper {
	width: 100%;
	overflow-x: hidden;
}

.page-cen {
	padding: 0 84px;
	clear: both;
}

.page-cen:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#go_home_logo {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 9999;
}

#go_top {
	position: fixed;
	bottom: 100px;
	right: 100px;
	cursor: pointer;
	display: none;
	z-index: 5555;
}

#go_top img {
	cursor: pointer;
}

.header {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100px;
	/* overflow: hidden; */
	z-index: 100;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sideopen .header {
	/* left: 0; */
}

.header-menu {
	/* width: 580px; */
	width: 0;
	float: left;
	/* position: relative; */
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 100px;
	top: 0;
}

.header-nav {
	position: relative;
	width: 100px;
	height: 100%;
	float: left;
	background: #fff url(../images/header_bg.jpg) no-repeat right bottom;
	box-shadow: 1px 1px 5px #dedede;
}

.header-menu-list {
	padding: 30px;
	/*padding: 60px;*/
}


/* .header-menu-list ul li {
    margin-bottom: 18px;
}

.header-menu-list ul li h2 a {
    font-size: 30px;
    color: #829dd4;
    display: inline-block;
    background: url(../images/meun_nav_01.png) right center no-repeat;
    padding-right: 40px;
}

.header-menu-list ul li.active h2 a,
.header-menu-list ul li:hover h2 a {
    background: url(../images/meun_nav_02.png) right center no-repeat;
}

.header-menu-list ul li dl {
    margin: 10px 0;
    display: none;
    max-height: 0;
    padding:0px 0px;
    transition: all 1s;
    overflow: hidden;
}
.header-menu-list ul li.active dl,
.header-menu-list ul li:hover dl {
    max-height: 1000px;
}
.header-menu-list a:hover{
    color: #ed9335;
}
.header-menu-list ul li dl dd {
    display: block;
}

.header-menu-list ul li dl dd a {
    font-size: 18px;
    color: #ffffff;
}
.header-menu-list ul.nav_d{
    padding-left: 20px;
    display: none;
    max-height: 0;
    overflow: hidden;
}
.header-menu-list dl dd:hover ul.nav_d,
.header-menu-list dl dd:active ul.nav_d{
    max-height: 1000px;
    transition: all 1s;
}
.header-menu-list ul.nav_d li{
    margin-bottom:  0;
    padding-left: 30px;
    background: url('../images/icon_white_02.png') left center no-repeat;
}
 */

.header-nav-top {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 200px;
}

.header-nav-top .nav-toggle-con {
	position: relative;
	width: 100%;
	height: 60px;
}

.nav-toggle {
	display: block;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	z-index: 2;
	position: absolute;
	cursor: pointer;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
}

.nav-toggle .icon {
	width: 30px;
	height: 2px;
	/* background: #000; */
	background: #ed9335;
	position: absolute;
	top: 28px;
	left: 15px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transiting-timing-function: swing;
}


/* .nav-toggle .icon:hover{
    background: #ed9335;
} */

.nav-toggle .icon:before,
.nav-toggle .icon:after {
	width: 30px;
	height: 2px;
	background: #ed9335;
	/* background: #000; */
	content: "";
	position: absolute;
	left: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
}

.indexheader .nav-toggle .icon {
	background-color: #fff;
}

.indexheader .nav-toggle .icon:before,
.indexheader .nav-toggle .icon:after {
	background-color: #fff;
}

.nav-toggle .icon:before {
	top: -9px;
}

.nav-toggle .icon:after {
	top: 9px;
}

.nav-toggle .icon:hover {
	background: #ed9335;
}


/* .nav-toggle .icon:hover::before,.nav-toggle .icon:hover::after,{
    background: #ed9335;
} */

body.sideopen .nav-toggle .icon {
	width: 0;
}

body.sideopen .nav-toggle .icon:before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}

body.sideopen .nav-toggle .icon:after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

.header-nav-top .nav-anguage {
	position: relative;
	width: 100%;
	height: 60px;
	background: url(../images/search01.png) 35px center no-repeat;
}

.header-nav-top .nav-search {
	position: relative;
	width: 100%;
	height: 60px;
	background: url(../images/search02.png) center no-repeat;
	position: relative;
}

.header-nav-top .nav-search a {
	display: block;
	width: 100%;
	height: 100%;
}

.header-nav-top .nav-search form {
	height: 40px;
	position: absolute;
	left: 100%;
	top: 0;
	line-height: 30px;
	margin: 10px 0;
	background: #fff;
	width: 0;
	overflow: hidden;
	transition: all 0.5s;
	z-index: 33333;
	border-radius: 0 8px 8px 0;
	border: 0px solid #dedede;
}

.header-nav-top .nav-search:hover form {
	width: 400px;
	border: 1px solid #dedede;
}

.header-nav-top .nav-search form input[type="text"] {
	width: 90%;
	height: 96%;
	line-height: 30px;
	background: #fff;
	border: 0;
	font-size: 20px;
	color: #333;
	padding-left: 10px;
}

.header-nav-top .nav-search form input[type="submit"] {
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	/* margin-top: -20px; */
	border-radius: 8px;
	border: 0;
	/* background: url('../images/search_icon.png') center no-repeat; */
	background: url('../images/search02.png') center no-repeat;
}

.header-nav-bottom {
	position: absolute;
	left: 38%;
	width: 80px;
	margin-left: -29px;
	bottom: 0;
	/*bottom: 140px;*/
	/* height: 290px; */
	/*height: 148px;*/
	/* background: url(../images/1111.png) center no-repeat; */
}


/* .section1{
    background: url(../images/page_01.jpg) center  no-repeat;
} */

.home .section2 {
	background: url(../images/page_02.jpg) no-repeat;
	background-size: cover;
}

.home .sectinon2-con {
	position: relative;
	width: 100%;
	height: 100%;
}

.home .section2 .sec02_title {
	padding-top: 120px;
	padding-left: 288px;
	padding-bottom: 30px;
}

.home .section2 .sec02_t {
	padding-bottom: 18px;
	margin-top: 100px;
	transition: all 1s;
	opacity: 0;
}

.home .section2.active .sec02_t {
	transition-delay: 0.1s;
	opacity: 1;
	margin-top: 0;
}

.home .section2 .sec02_t p {
	font-size: 60px;
	line-height: 80px;
	color: #ffffff;
}

.home .section2 .sec02_title .cata_ele {
	margin-top: 100px;
	transition: all 1s;
	opacity: 0;
}

.home .section2.active .sec02_title .cata_ele {
	transition-delay: 0.2s;
	opacity: 1;
	margin-top: 0;
}

.home .section2 .sec02_title .cata_ele p {
	float: left;
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	margin-right: 30px;
	cursor: pointer;
}

.home .section2 .sec02_title .cata_ele p.active {
	color: #ed9335;
	text-decoration: underline;
}

.home .section2 .sec2_slider_wrap {
	padding-right: 30%;
	overflow: hidden;
	margin-top: 100px;
	transition: all 1s;
	opacity: 0;
}

.home .section2.active .sec2_slider_wrap {
	transition-delay: 0.1s;
	opacity: 1;
	margin-top: 0;
}

.home .section2 .sec2_slider_wrap .sec2_slider_ele {
	display: none;
}

.home .section2 .sec2_slider_wrap .sec2_slider_ele.active {
	display: block;
}

.home .section2 .sec2_slider_wrap .caroufredsel_wrapper {
	overflow: visible !important;
}

.home .section2 .sec2_s_ele {
	float: left;
	position: relative;
	opacity: 0.4;
}

.home .section2 .sec2_s_ele.active {
	opacity: 1;
}

.home .section2 .sec2_s_ele:nth-child(2) {
	/*opacity: 0.4;*/
}

.home .section2 .sec2_s_padd {
	padding-left: 226px;
}

.home .section2 .sec2_s_con {
	position: relative;
	padding-left: 64px;
	padding-top: 42px;
}

.home .section2 .sec2_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 80px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	background: url(../images/h_sec02_icon_bg.png) no-repeat center center;
	line-height: 80px;
}

.home .section2 .sec2_s_con .h {
	width: 634px;
}

.home .section2 .sec2_s_con .h p {
	font-size: 43px;
	line-height: 59px;
	color: #ffffff;
}

.home .section2 .sec2_s_con .time {
	padding-top: 23px;
}

.home .section2 .sec2_s_con .time p {
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
}

.home .section2 .con_detail {
	padding-top: 45px;
	max-width: 707px;
	position: relative;
}

.home .section2 .con_detail .a_link {
	float: left;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url(../images/h_sec02_link.png) no-repeat center center;
}

.home .section2 .con_detail .a_link:hover {
	background-image: url(../images/h_sec02_link_hover.png);
}

.home .section2 .con_detail .con_p {
	float: right;
	width: 296px;
	/* position: absolute; */
	/* right: 0; */
	/* top: 45px; */
}

.home .section2 .con_detail .con_p p {
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
}

.home .section2 .sec2_small_slider {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10%;
	height: 62px;
	background: url(../images/h_s2_small_line.png) repeat-x left 31px;
	margin-bottom: -100px;
	transition: all 1s;
	opacity: 0;
}

.home .section2.active .sec2_small_slider {
	transition-delay: 0.1s;
	opacity: 1;
	margin-bottom: 0px;
}

.home .section2 .sec2_small_con {
	padding-left: 288px;
	display: none;
}

.home .section2 .sec2_small_con.active {
	display: block;
}

.home .section2 .sec2_small_ele {
	float: left;
	padding-right: 78px;
}

.home .section2 .s2_s_e {
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: url(../images/h_s2_s_e.png) no-repeat center center;
}

.home .section2 .sec2_small_ele.active .s2_s_e {
	background-image: url(../images/h_s2_s_e_active.png);
}

.home .section2 .s2_s_e .p_wrap {
	padding-top: 10px;
}

.home .section2 .s2_s_e .p_wrap p {
	font-size: 16px;
	color: #000000;
	line-height: 19px;
	text-align: center;
}

.home .section2 .s2_s_e .p_wrap p.p2 {
	/* display: none; */
}

.home .section2 .sec2_small_ele.active .s2_s_e .p_wrap p {
	color: #ffffff;
}

.home .section2 .sec2_small_ele.active .s2_s_e .p_wrap p.p2 {
	display: block;
}

.home .section2 .sec2_small_ele.active .s2_s_e .p_wrap p.p1 {
	display: none;
}


/* .section3{
    background: url(../images/page_03.jpg) center  no-repeat;
} */

.home .section6 {
	background: #10357e;
	/* height: auto!important; */
}

.home .section {
	background-color: #10357e;
	overflow: hidden;
}

.sideopen #fp-nav {
	display: none;
}

.footer .footer_bottom {
	min-height: 70px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}


/*banner*/

.home .section_banner {
	height: 2000px;
	visibility: hidden;
	position: relative;
}

.home .sy_banner {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.home .sy_banner .slider .item {
	position: relative;
	height: 100%;
}

.home .sy_banner .slider img {
	float: left;
	width: 100%;
	height: 100%;
}

.home .section_banner .home_banner_prev,
.home .section_banner .home_banner_next {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	cursor: pointer;
}

.home .section_banner .home_banner_prev {
	left: 150px;
	background: url('../images/home_banner_prev.png') center no-repeat;
}

.home .section_banner .home_banner_next {
	right: 100px;
	background: url('../images/home_banner_next.png') center no-repeat;
}

.animate_wrap {
	width: 48px;
	height: 48px;
	background: url('../images/home_slide.png') center no-repeat;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -24px;
	animation: 2s ease 0s normal none infinite running down_btn;
	cursor: pointer;
}

@keyframes down_btn {

	/*  */
	0%,
	100% {
		bottom: 30px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	50% {
		bottom: 20px;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
}

@-moz-keyframes down_btn {

	/* 火狐 */
	0%,
	100% {
		bottom: 30px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	50% {
		bottom: 20px;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
}

@-webkit-keyframes down_btn {

	/* Safari 和 Chrome */
	0%,
	100% {
		bottom: 30px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	50% {
		bottom: 20px;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
}

@-o-keyframes down_btn {

	/* Opera */
	0%,
	100% {
		bottom: 30px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	50% {
		bottom: 20px;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
}


/*.banner_num{
    width: 400px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -200px;
    text-align: center;
    z-index: 999;
}
.banner_num a{
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: url("../images/line_icon1.png") no-repeat center center;
    cursor: pointer;
    margin: 0 15px;
    overflow: hidden;
    text-indent: -100px;
}
.banner_num a.selected{
    background: url("../images/line_icon2.png") no-repeat center center;
}*/


/*���� 2.3.4��*/

.home .section .sy_sec_con {
	width: 100%;
	height: 100%;
	position: relative;
}


/*home_logo*/
/*m220921_uploaded*/
.home .home_logo {
	/*width: 200px;*/
	height: 76px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 9;
}

.home .home_logo img {
	display: block;
	width: auto;
	height: 100%;
}

.home .banner_pic {
	width: 235px;
	height: 303px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 9;
}


/*section1*/

.home .section1 .banner_pic .banner_p_ele {
	width: 100%;
	height: 100px;
	background: url(../images/h_s1_bg.png) repeat;
	border-bottom: 1px solid #9ca0aa;
	margin-top: 100px;
	transition: all 1s;
	opacity: 0;
}

.home .active.section1 .banner_pic .banner_p_ele {
	transition-delay: 0.2s;
	opacity: 1;
	margin-top: 0;
}

.home .section1 .banner_pic .banner_p_padd {
	padding-top: 23px;
	padding-left: 39px;
}

.home .section1 .banner_pic .icon {
	float: left;
	width: 64px;
}

.home .section1 .banner_pic .icon .icon_show {
	display: block;
}

.home .section1 .banner_pic .icon .icon_hide {
	display: none;
}

.home .section1 .banner_pic .icon_font {
	float: left;
	padding-top: 18px;
}

.home .section1 .banner_pic .icon_font p {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

.home .section1 .banner_pic .banner_p_padd:hover .icon_font p {
	color: #ed9335;
}

.home .home_banner_section {
	width: 960px;
	height: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -180px;
	z-index: 1;
}

.home .home_banner_section_con {
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
}

.home .item01 .home_banner_section h2 {
	font-size: 90px;
	/* font-size: 120px; */
	/* line-height: 86px; */
	line-height: 140px;
}

.home .home_banner_section h2 {
	font-size: 70px;
	line-height: 86px;
	color: #10357e;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 100px;
	transition: all 1s;
	opacity: 0;
}

.home .active .home_banner_section h2 {
	transition-delay: 0.2s;
	opacity: 1;
	margin-top: 0;
}

.home .home_banner_section .article {
	max-width: 800px;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	color: #10357e;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 100px;
	transition: all 1s;
	opacity: 0;
}

.home .active .home_banner_section .article {
	transition-delay: 0s;
	opacity: 1;
	margin-top: 0;
}

.home .home_banner_section .more {
	display: block;
	width: 210px;
	height: 60px;
	border: 1px solid #333333;
	padding: 10px 25px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 40px;
	color: #333333;
	/*text-transform: uppercase;*/
	background: url(../images/more_icon.png) no-repeat 150px center;
	margin: 0 auto;
	margin-top: 100px;
	/* transition: all 1s; */
	opacity: 0;
}

.home .active .home_banner_section .more {
	transition-delay: 0s;
	opacity: 1;
	margin-top: 0;
}

.home .home_banner_section .more_four {
	text-align: center;
}

.home .home_banner_section .spc_more {
	display: inline-block;
	text-align: left;
	margin: 0 20px;
	margin-bottom: 40px;
}

.text-center {
	text-align: center;
}

.home .home_banner_section .more:hover {
	border: 1px solid #ed9335;
	color: #ed9335;
	background: url(../images/more_icon_hover.png) no-repeat 150px center;
}

.footer {
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.footer-top {
	/*position: absolute;
    width: 100%;
    left: 0;
    bottom: 150px;*/
}

.footer-cen {
	width: 1360px;
	margin: 0 auto;
}

.footer-bottom {
	/*height: 80px;*/
	/*position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: 0;*/
	background: #0b2c6c;
}

.footer-bottom .footer-cen {
	padding: 29px 0;
}

.home .sectinon3-con {
	position: relative;
	width: 100%;
	height: 100%;
}

.home .sectinon3-abs {
	position: absolute;
	left: 100px;
	right: 0px;
	height: 100%;
	overflow: hidden;
}

.home .sec3_scroll_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
}

.home .sectinon3-con .block_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #133274 url(../images/h_sec03_l_bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.home .sectinon3-con .block_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	float: left;
	background: #ffffff;
}

.home .sectinon3-con .block_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
}

.home .sectinon3-con .block_btn_ele {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	cursor: pointer;
	display: none;
}

.home .sectinon3-con .block_btn_ele.active {
	display: block;
}

.home .sectinon3-con .block_btn_ele p {
	padding-top: 27px;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
}

.home .sectinon3-con .block_btn_ele p:hover {
	color: #ed9335;
}

.home .sectinon3-con .block_btn01 {
	background: #102e6c;
	color: #ffffff;
}

.home .sectinon3-con .block_btn02 {
	background: #ffffff;
	color: #0e122b
}

.home .section3 .block_l_con {
	position: absolute;
	right: 135px;
	top: 22%;
	left: 0;
	bottom: 0;
}

.home .section3 .block_l_l {
	float: left;
	width: 60%;
	margin-left: -100px;
	transition: all 1s;
	opacity: 0;
	/* height: 100%; */
}

.home .section3.active .block_l_l {
	transition-delay: 0.1s;
	opacity: 1;
	margin-left: 0;
}

.home .section3 .block_l_l_p {
	padding-right: 60px;
	padding-left: 30%;
	overflow: hidden;
	position: relative;
	/* height: 100%; */
}

.home .section3 .block_l_r {
	float: right;
	width: 40%;
	margin-right: -100px;
	transition: all 1s;
	opacity: 0;
}

.home .section3.active .block_l_r {
	transition-delay: 0.1s;
	opacity: 1;
	margin-right: 0;
}

.home .section3 .block_l_r_p {
	padding-left: 60px;
}

.home .section3 .s3_slider_wrap {
	position: relative;
}

.home .section3 .block_right .s3_slider_wrap {
	padding-bottom: 64px;
}

.home .section3 .s3_l_pos {
	position: absolute;
	right: 0;
	width: 100%;
	padding-bottom: 64px;
	top: 0;
}

.home .section3 .s3_slider .s3_s_ele {
	float: left;
}

.home .section3 .s3_s_ele {
	/*width: 540px;*/
	position: relative;
}

.home .section3 .block_left .s3_s_ele {
	opacity: 0.4;
}

.home .section3 .block_left .s3_s_ele.active {
	opacity: 1;
}

.home .section3 .block_left .s3_s_e_padd {
	padding: 0 20px;
}

.home .section3 .block_right .s3_s_e_padd {
	padding: 0 55px;
}

.home .section3 .s3_s_ele .bg {
	width: 100%;
	display: block;
}

.home .section3 .s3_s_ele .font_block {
	position: absolute;
	width: 356px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.home .section3 .block_left .s3_s_ele .font_block {
	top: 31%;
}

.home .section3 .block_right .s3_s_ele .font_block {
	top: 34%;
}

.home .section3 .s3_s_ele .font_block p {
	/*color: #ffffff;*/
	color: #000;
	text-align: center;
}

.home .section3 .s3_s_ele .font_block .h {
	font-size: 50px;
	line-height: 60px;
}

.home .section3 .s3_s_ele:hover .font_block p {
	color: #ed9335 !important;
}

.home .section3 .s3_s_ele .font_block .p_wrap {
	width: 356px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.home .section3 .block_left .s3_s_ele .font_block .p_wrap {
	padding-top: 20px;
}

.home .section3 .s3_s_ele .font_block .p_wrap p {
	font-size: 24px;
	line-height: 33px;
}

.home .section3 .s3_s_ele .font_block .more {
	cursor: pointer;
	width: 51px;
	height: 51px;
	margin: 0 auto;
	background: url(../images/h_sec02_link_000.png) no-repeat center center;
	/* background: url(../images/h_sec02_link.png) no-repeat center center; */
}

.home .section3 .s3_slider01 .s3_s_ele .font_block .more {
	background: url(../images/h_sec02_link.png) no-repeat center center;
}

.home .section3 .s3_s_ele:hover .font_block .more {
	background-image: url(../images/h_sec02_link_hover.png);
}

.home .section3 .s3_s_ele .font_block .more:hover {
	background-image: url(../images/h_sec02_link_hover.png);
}

.home .section3 .s3_pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.home .section3 .s3_pagination02 {
	left: 0;
	width: 50%;
}

.home .section3 .s3_pagination01 {
	right: 0;
	width: 50%;
}

.home .section3 .s3_pagination a {
	display: inline-block;
	margin: 0 5px;
}

.home .section3 .s3_pagination a span {
	width: 8px;
	height: 8px;
	overflow: hidden;
	display: inline-block;
	text-indent: 1000px;
	font-size: 0;
	line-height: 0;
	background: url(../images/s3_pagination.png) no-repeat center center;
}

.home .section3 .s3_pagination a.selected span {
	background-image: url(../images/s3_pagination_active.png);
}

.home .section3 .block_l_r_title {
	padding-top: 15%;
}

.home .section3 .block_l_r_title p {
	font-size: 60px;
	color: #ffffff;
	line-height: 70px;
}

.home .section3 .block_l_r_con {
	padding-top: 30px;
	padding-bottom: 45px;
}

.home .section3 .block_l_r_con p {
	font-size: 24px;
	line-height: 39px;
	color: #ffffff;
}

.home .section3 .block_l_r .more {
	padding: 10px 25px;
	width: 164px;
	border: 1px solid #ffffff;
	cursor: pointer;
}

.home .section3 .block_l_r .more:hover {
	border-color: #ed9335;
}

.home .section3 .block_l_r .more p {
	line-height: 33px;
	font-size: 16px;
	color: #ffffff;
	background: url(../images/more_iocn01.png) no-repeat right center;
}

.home .section3 .block_l_r .more:hover p {
	color: #ed9335;
	background-image: url(../images/more_iocn01_hover.png);
}

.home .section3 .block_r_pos {
	position: absolute;
	left: 135px;
	top: 22%;
	right: 0;
	bottom: 0;
}

.home .section3 .block_r_left {
	float: left;
	width: 40%;
	height: 100%;
}

.home .section3 .block_r_padd {
	padding-right: 150px;
}

.home .section3 .block_right .title {
	padding-top: 80px;
}

.home .section3 .block_right .title p {
	font-size: 60px;
	color: #000000;
	line-height: 70px;
}

.home .section3 .block_r_l_con {
	padding-top: 30px;
	padding-bottom: 45px;
}

.home .section3 .block_r_l_con p {
	font-size: 24px;
	line-height: 39px;
	color: #10357e;
}

.home .section3 .block_r_left .more {
	padding: 10px 25px;
	width: 164px;
	border: 1px solid #000000;
	cursor: pointer;
}

.home .section3 .block_r_left .more:hover {
	border-color: #ed9335;
}

.home .section3 .block_r_left .more p {
	line-height: 33px;
	font-size: 16px;
	color: #000000;
	background: url(../images/more_iocn02.png) no-repeat right center;
}

.home .section3 .block_r_left .more:hover p {
	color: #ed9335;
	background-image: url(../images/more_iocn01_hover.png);
}

.home .section3 .block_r_right {
	float: right;
	width: 60%;
	height: 100%;
	overflow: hidden;
}

.home .section3 .block_r_r_padd {
	padding-right: 30%;
	height: 100%;
	overflow: hidden;
}

.home .section3 .block_r_right .s3_s_ele:hover .font_block p {
	color: #ed9335;
}

.home .section3 .block_r_right .s3_s_ele .font_block p .home .section3 .block_r_right .s3_s_ele .font_block .more {
	background-image: url(../images/h_sec02_link_000.png);
}

.home .section3 .block_r_right .s3_s_ele:hover .font_block .more {
	background-image: url(../images/h_sec02_link_hover.png);
}

.home .section3 .block_right .caroufredsel_wrapper {
	overflow: visible !important;
}

.home .section3 .block_right .s3_s_ele:nth-child(2) {
	opacity: 0.4;
}

.home .section4 {
	position: relative;
	background: #0f3379 url(../images/h_s4_bg02.jpg) no-repeat center center;
	background-size: cover;
}

.home .sectinon4-con {
	height: 100%;
}

.home .sectinon4_left {
	float: left;
	width: 50%;
	height: 100%;
	margin-left: -100px;
	transition: all 1s;
	opacity: 0;
}

.home .active .sectinon4_left {
	transition-delay: 0.1s;
	opacity: 1;
	margin-left: 0;
}

.home .section4 .sectinon4_l_con {
	padding-left: 288px;
	padding-top: 20%;
	width: 494px;
	/*max-width: 494px;*/
}

.home .section4 .sec_l_title p {
	font-size: 60px;
	color: #ffffff;
	line-height: 70px;
}

.home .section4 .sec_l_con {
	padding-top: 30px;
	padding-bottom: 45px;
}

.home .section4 .sec_l_con p {
	font-size: 24px;
	line-height: 39px;
	color: #ffffff;
}

.home .section4 .sectinon4_l_con .more {
	padding: 10px 25px;
	width: 164px;
	border: 1px solid #ffffff;
	cursor: pointer;
}

.home .section4 .sectinon4_l_con .sec4_icon {
	padding-top: 40px;
	display: inline-block;
	text-align: center;
}

.home .section4 .sectinon4_l_con .sec4_icon p {
	/* font-family: "宋体"; */
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.home .section4 .sectinon4_l_con .more:hover {
	border-color: #ed9335;
}

.home .section4 .sectinon4_l_con .more p {
	line-height: 33px;
	font-size: 16px;
	color: #ffffff;
	background: url(../images/more_iocn01.png) no-repeat right center;
}

.home .section4 .sectinon4_l_con .more:hover p {
	color: #ed9335;
	background-image: url(../images/more_iocn01_hover.png);
}

.home .sectinon4_right {
	float: right;
	width: 50%;
	height: 100%;
	margin-right: -100px;
	transition: all 1s;
	opacity: 0;
}

.home .active .sectinon4_right {
	transition-delay: 0.1s;
	opacity: 1;
	margin-right: 0;
}

.home .section4 .block_r_padd {
	padding-top: 30%;
	overflow: hidden;
}

.home .section4 .block_r_padd .caroufredsel_wrapper {
	overflow: visible !important;
}

.home .section4 .s4_slider_wrap {
	position: relative;
	padding-right: 30%;
	overflow: hidden;
	padding-bottom: 64px;
}

.home .section4 .s4_slider_block {
	width: 100%;
}

.home .section4 .four_block {
	width: 479px;
	margin: 0 auto;
}

.home .section4 .f_b_ele {
	float: left;
	width: 50%;
}

.home .section4 .f_b_bor {
	border-left: 1px solid #a1a4aa;
	border-top: 1px solid #a1a4aa;
	height: 218px;
}

.home .section4 .f_b_ele_left .f_b_bor {
	border-right: 1px solid #a1a4aa;
}

.home .section4 .f_b_ele_bottom .f_b_bor {
	border-bottom: 1px solid #a1a4aa;
}

.home .section4 .f_b_img {
	height: 130px;
	position: relative;
}

.home .section4 .f_b_img img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-height: 100%;
}

.home .section4 .f_b_img img.img_hide {
	display: none;
}

.home .section4 .f_b_ele p {
	padding-top: 24px;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
}

.home .section4 .f_b_bor:hover p {
	color: #ed9335;
}

.home .section5 {
	position: relative;
	background: #707272 url(../images/h_s5_bg.jpg) center no-repeat;
}

.home .section5 .sec05_con {
	width: 100%;
	height: 100%;
	position: relative;
}

.home .section5 .sec05_left {
	width: 63%;
	float: left;
	margin-left: -100px;
	transition: all 1s;
	opacity: 0;
}

.home .section5.active .sec05_left {
	transition-delay: 0.1s;
	opacity: 1;
	margin-left: 0;
}

.home .section5 .sec05_l_inner {
	padding-left: 288px;
	padding-top: 12%;
}

.home .section5 .se5_title {
	padding-bottom: 100px;
}

.home .section5 .se5_title p {
	font-size: 60px;
	color: #ffffff;
	line-height: 70px;
}

.home .section5 .se5_title p a {
	color: #fff;
}

.home .section5 .se5_con {
	position: relative;
	padding-left: 127px;
}

.home .section5 .se5_con .h {
	padding-bottom: 7px;
}

.home .section5 .se5_con .h p {
	/*font-size: 60px;
    line-height: 70px;*/
	font-size: 43px;
	line-height: 59px;
	color: #ffffff;
}

.home .section5 .se5_con .h_p {
	padding-bottom: 50px;
}

.home .section5 .se5_con .h_p p {
	color: #ffffff;
	line-height: 28px;
}

.home .section5 .se5_con .h_p .p1 {
	font-size: 20px;
}

.home .section5 .se5_con .h_p .p2 {
	font-size: 24px;
}

.home .section5 .se5_con .date {
	position: absolute;
	left: 0;
	top: 0;
	width: 98px;
	height: 98px;
	border: 1px solid #ed9335;
	text-align: center;
}

.home .section5 .se5_con .date p {
	color: #ed9335;
}

.home .section5 .se5_con .p_data {
	padding-top: 16px;
	font-size: 40px;
	line-height: 39px;
}

.home .section5 .se5_con .p_month {
	font-size: 20px
}

.home .section5 .se5_con .more {
	cursor: pointer;
	width: 51px;
	height: 51px;
	background: url(../images/h_sec02_link.png) no-repeat center center;
}

.home .section5 .se5_con .more:hover {
	background-image: url(../images/h_sec02_link_hover.png);
}

.home .section5 .sec05_right {
	float: left;
	width: 37%;
	height: 100%;
	margin-right: -100px;
	transition: all 1s;
	opacity: 0;
}

.home .section5.active .sec05_right {
	transition-delay: 0.1s;
	opacity: 1;
	margin-right: 0;
}

.home .section5 .sec05_r_border {
	border-left: 1px solid #b8baba;
	height: 100%;
}

.home .section5 .sec05_r_ele {
	height: 33.333%;
	position: relative;
}

.home .section5 .sec05_r_e_pos {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.home .section5 .sec05_r_e_border .sec05_r_e_pos {
	border-bottom: 1px solid #b8baba;
}

.home .section5 .sec05_r_e_padd {
	/*padding-left: 80px;
    padding-top: 123px;*/
}

.home .section5 .sec05_r_e_table {
	display: table;
	width: 100%;
	height: 100%;
}

.home .section5 .sec05_r_e_tCell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 80px;
}

.home .section5 .sec05_r_e_tCell p {
	padding-left: 167px;
	height: 115px;
	font-size: 34px;
	line-height: 115px;
	color: #ffffff;
}

.home .section5 .sec05_r_e_tCell p:hover {
	color: #ed9335;
}

.home .section5 .sec05_r_e_tCell p.icon01 {
	background: url(../images/h_sec5_icon01.png) no-repeat left center;
}

.home .section5 .sec05_r_e_tCell p.icon01:hover {
	background: url(../images/h_sec5_icon01_hover.png) no-repeat left center;
	background-size: auto 100%;
}

.home .section5 .sec05_r_e_tCell p.icon02 {
	background: url(../images/h_sec5_icon02.png) no-repeat left center;
}

.home .section5 .sec05_r_e_tCell p.icon02:hover {
	background: url(../images/h_sec5_icon02_hover.png) no-repeat left center;
	background-size: auto 100%;
}

.home .section5 .sec05_r_e_tCell p.icon03 {
	background: url(../images/h_sec5_icon03.png) no-repeat left center;
}

.home .section5 .sec05_r_e_tCell p.icon03:hover {
	background: url(../images/h_sec5_icon03_hover.png) no-repeat left center;
	background-size: auto 100%;
}

.home .section1 .home_banner_section_con .article a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	margin: 0 18px;
	border-bottom: 1px solid #000;
	padding-right: 16px;
	background: url(../images/arrow_link_right.png) no-repeat 100% 50%;
}

.home .section1 .home_banner_section_con .article a:hover {
	color: #ed9335;
	border-color: #ed9335;
}

.footer .footer-top {
	padding-top: 134px;
	/* padding-bottom: 134px; */
	/* padding-top: 80px; */
	/* padding-bottom: 80px; */
	padding-bottom: 58px;
}

.footer .footer_t_con {
	font-size: 0;
	line-height: 0;
}

.footer .f_t_ele {
	display: inline-block;
	font-size: 18px;
	line-height: 34px;
	width: 25%;
	padding-bottom: 60px;
	vertical-align: top;
}

.footer .f_t_e_padd {
	padding: 0 25px;
}

.footer .f_t_con {
	padding-top: 8px;
}

.footer .f_t_title {
	padding-bottom: 18px;
	border-bottom: 1px solid #3459a2;
}

.footer .f_t_title p {
	font-size: 30px;
	line-height: 45px;
	color: #829dd4;
}

.footer .f_t_con p {
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
}

.footer .f_t_con p:hover {
	color: #ed9335;
}

.footer .footer_b_left {
	float: left;
}

.footer .footer-bottom p {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

.footer .footer-bottom p a {
	color: #ffffff;
}

.footer .footer-bottom p a:hover {
	text-decoration: underline;
}

.footer .footer_b_right {
	float: right;
}

.inner_ban {
	position: relative;
	/* height: 360px; */
	/* height: 480px; */
	width: 100%;
}

.inner_ban .bgImg {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: right;
}

.inner_ban .bgImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inner_ban .bannerFont {
	position: absolute;
	width: 100%;
	left: 0;
	top: 43%;
}

.inner_ban .bannerFont p {
	font-size: 48px;
	/* font-size: 60px; */
	line-height: 70px;
	color: #10357e;
}

.page_cell {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.inner_nav {
	position: relative;
	background: url(../images/inner_nav_bg.png) no-repeat right center;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
	background-size: auto 60%;
}

.inner_nav .pages_go_home {
	display: block;
	width: 184px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -45px;
}

.inner_nav .inner_nav01 {
	padding: 26px 0;
	margin-left: -12px;
}

.inner_nav .inner_nav01 a {
	color: #888;
	margin: 0px 12px;
	font-weight: bold;
	font-size: 14px;
}

.inner_nav .inner_nav01 a.active,
.inner_nav .inner_nav01 a:hover {
	color: #ed9335;
}

.inner_nav .inner_nav02 {
	padding-top: 20px;
}

.inner_nav .inner_nav02 {
	position: relative;
}

.inner_nav .inner_nav02 li {
	float: left;
	padding-right: 25px;
}

.inner_nav .inner_nav02 li>a {
	display: block;
}

.inner_nav .inner_nav02 li>a p {
	padding-right: 16px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	background: url(../images/inner_nav02_bg.png) no-repeat right center;
}

.inner_nav .inner_nav02 li>a p:hover {
	color: #ed9335;
	background-image: url(../images/inner_nav02_bg_hover.png);
}

.inner_nav .inner_nav02 li.active a>p {
	color: #ed9335;
	background-image: url(../images/inner_nav02_bg_hover.png);
}

.inner_nav .inner_nav02 li .class_b {
	position: absolute;
	width: 0;
	background: #fff;
	padding-top: 20px;
	overflow: hidden;
	left: 0;
}

.inner_nav .inner_nav02 li .class_b p {
	width: 1200px;
}

.inner_nav .inner_nav02 li .class_b p a {
	padding: 0 10px;
	line-height: 24px;
	color: #333;
}

.inner_nav .inner_nav02 li .class_b p a:hover {
	color: #ed9335;
}

#investor .section {
	padding-top: 48px;
	padding-bottom: 58px;
}

#investor .section01 {
	background: #ffffff;
}

#investor .sec_title p {
	font-size: 40px;
	line-height: 56px;
	color: #000000;
}

#investor .sec_title_color p {
	color: #ffffff;
}

#investor .sec01_con {
	padding-top: 24px;
}

#investor .sec01_con_left {
	float: left;
	width: 70%;
}

#investor .sec01_con_l_inner {
	padding-right: 45px;
}

#investor .sec01_con_l_inner .p p {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

#investor .sec01_con_l_inner .links_wrap {
	padding-top: 40px;
}

#investor .sec01_con_l_inner .links_p {
	padding-bottom: 14px;
}

#investor .sec01_con_l_inner .links_p p {
	display: inline-block;
	padding-right: 13px;
	font-size: 16px;
	line-height: 24px;
	color: #10357e;
	background: url(../images/inve_se01.png) no-repeat right center;
}

#investor .sec01_con_l_inner .links_p p:hover {
	color: #ed9335;
	background-image: url(../images/inve_se01_hover.png)
}

#investor .sec01_con_right {
	float: left;
	width: 30%;
}

#investor .sec01_con_r_ele {
	padding-bottom: 29px;
}

#investor .sec01_r_ele {
	height: 120px;
}

#investor .sec01_r_ele01 {
	background: url(../images/inv_s01_r01.jpg) no-repeat center center;
	background-size: cover;
}

#investor .sec01_r_ele02 {
	background: url(../images/inv_s01_r02.jpg) no-repeat center center;
	background-size: cover;
}

#investor .sec01_r_ele .f_wrap {
	padding: 24px;
}

#investor .sec01_r_ele .f_wrap p {
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
}

#investor .sec01_r_ele .f_wrap .h {
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
}

#investor .sec01_r_ele .pdf_down {
	padding-top: 17px;
}

#investor .sec01_r_ele .f_wrap .wfEditorMode {
	color: #ed9335;
}

#investor .sec01_r_ele .pdf_down_btn {
	display: inline-block;
	padding-left: 22px;
	background: url(../images/inv_s01_r02_pdf01.png) no-repeat left center;
}

#investor .sec01_r_ele .pdf_down_btn p {
	display: inline-block;
	padding-right: 14px;
	color: #ed9335;
	background: url(../images/inv_s01_r02_pdf02.png) no-repeat right center;
}

#investor .section02 {
	background: #a8abaf url(../images/inv_sec02_bg.jpg) no-repeat center center;
	background-size: cover;
}

#investor .sec02_left {
	float: left;
	width: 70%;
}

#investor .sec02_l_inner {
	padding-right: 45px;
}

#investor .sec02_left .sec_title p {
	float: left;
}

#investor .sec02_left .more {
	float: right;
	padding: 0 18px;
	border: 1px solid #ffffff;
	margin-top: 12px;
}

#investor .sec02_left .more_icon {
	height: 40px;
	line-height: 40px;
	padding-right: 46px;
	font-size: 16px;
	color: #ffffff;
	background: url(../images/inve_sec02_more_bg.png) no-repeat right center;
}

#investor .sec02_left .more:hover {
	border-color: #ed9335;
}

#investor .sec02_left .more:hover .more_icon {
	color: #ed9335;
	background-image: url(../images/inve_sec02_more_bg_ed9335.png);
}

#investor .sec02_con01 {
	padding-top: 24px;
	margin: 0 -15px;
}

#investor .sec02_l_ele {
	float: left;
	width: 50%;
	padding-bottom: 30px;
}

#investor .sec02_l_ele_padd {
	padding: 0 15px;
}

#investor .sec02_l_ele_con {
	padding: 22px;
	position: relative;
	height: 192px;
	background: #ffffff;
}

#investor .s02_l_title .h {
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}

#investor .s02_l_title .time {
	font-size: 14px;
	color: #10357e;
	line-height: 22px;
}

#investor .s02_l_title .h:hover,
#investor .s02_l_title .time:hover {
	color: #ed9335;
}

#investor .sec02_l_ele_con .p_wrap {
	padding-top: 24px;
}

#investor .sec02_l_ele_con .p_wrap,
#investor .sec02_l_ele_con .p_wrap p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

#investor .sec02_l_ele_con .more02 {
	position: absolute;
	left: 22px;
	bottom: 22px;
	font-size: 16px;
	line-height: 24px;
	color: #10357e;
	padding-right: 13px;
	background: url(../images/inve_se01.png) no-repeat right center;
}

#investor .sec02_l_ele_con .more02:hover {
	color: #ed9335;
	background-image: url(../images/inve_se01_hover.png)
}

#investor .sec02_right {
	float: left;
	width: 30%;
}

#investor .sec02_con02 {
	padding-top: 24px;
}

#investor .sec02_r_ele01 {
	border-top: 2px solid #ffffff;
	padding-bottom: 20px;
	background: url(../images/opacity_fff.png) repeat-x center bottom;
}

#investor .sec02_r_left {
	float: left;
	width: 30%;
}

#investor .sec02_r_left .imgWrap {
	padding-left: 8px;
	padding-top: 18px;
	padding-right: 8px;
	text-align: center;
}

#investor .sec02_r_left .imgWrap img {
	max-width: 100%;
}

#investor .sec02_r_right {
	width: 70%;
	float: left;
}

#investor .sec02_e {
	padding: 0 8px;
	background: url(../images/opacity_fff.png) repeat-x center bottom;
}

#investor .sec02_e p {
	line-height: 36px;
	font-size: 16px;
	color: #ffffff;
	padding-right: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/inve_sec02_fff.png) no-repeat right center;
}

#investor .sec02_e p:hover {
	color: #ed9335;
	background-image: url(../images/inve_sec02_ed9335.png);
}

#investor .sec02_r02 {
	padding-top: 48px;
}

#investor .sec02_r_ele02 {
	border-top: 2px solid #ffffff;
}

#investor .section03 {
	background: #ffffff;
}

#investor .section03_02 {
	background: #f3f3f3;
}

#investor .section03 .sec_title p {
	float: left;
}

#investor .section03 .sec_title .more {
	float: right;
	padding: 0 18px;
	border: 1px solid #000000;
	margin-top: 12px;
}

#investor .section03 .sec_title .more_icon {
	height: 40px;
	line-height: 40px;
	padding-right: 46px;
	font-size: 16px;
	color: #000000;
	background: url(../images/inve_sec02_more_000.png) no-repeat right center;
}

#investor .section03 .sec_title .more:hover {
	border-color: #ed9335;
}

#investor .section03 .sec_title .more:hover .more_icon {
	color: #ed9335;
	background-image: url(../images/inve_sec02_more_bg_ed9335.png);
}

#investor .sec03_con {
	padding-top: 20px;
	margin: 0 -15px;
}

#investor .sec03_con_ele {
	float: left;
	width: 33.333%;
	padding-bottom: 30px;
}

#investor .sec03_con_padd {
	padding: 0 15px;
}

#investor .sec03_con_in {
	height: 150px;
	background: #f3f3f3;
	position: relative;
}

#investor .section03_02 .sec03_con_in {
	background: #ffffff;
}

#investor .sec03_con_inner {
	padding: 20px;
}

#investor .s03_l_title .h {
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}

#investor .s03_l_title .h.splice {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#investor .sec03_con_in:hover .s03_l_title p {
	color: #ed9335;
}

#investor .s03_l_title .time {
	font-size: 14px;
	color: #10357e;
	line-height: 22px;
	margin-top: 10px;
}

#investor .sec03_con_ele .more01 {
	position: absolute;
	left: 22px;
	bottom: 22px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	background: url(../images/inv_sec03_pdf.png) no-repeat left center;
}

#investor .sec03_con_ele .more01 p {
	padding-right: 14px;
	color: #10357e;
	background: url(../images/inv_sec03_down.png) no-repeat right center;
}

#investor .sec03_con_ele .more01:hover p {
	color: #ed9335;
	background-image: url(../images/inv_sec03_down_hover.png);
}

#investor .sec03_con_ele .more02 {
	position: absolute;
	left: 22px;
	bottom: 22px;
	font-size: 16px;
	line-height: 24px;
	color: #10357e;
	padding-right: 13px;
	background: url(../images/inve_se01.png) no-repeat right center;
}

#investor .sec03_con_ele .more02:hover {
	color: #ed9335;
	background-image: url(../images/inve_se01_hover.png);
}

#company_info .section {
	padding-top: 48px;
	padding-bottom: 58px;
}

#company_info .sec_title p {
	font-size: 40px;
	line-height: 56px;
	color: #000000;
}

#company_info .sec_title_fff p {
	color: #ffffff;
}

#company_info .sec01_con {
	padding-top: 24px;
}

#company_info .sec01_con table {
	width: 100%;
	border-top: 1px solid #dedede;
}

#company_info .sec01_con table td {
	border-bottom: 1px solid #dedede;
	padding: 15px;
	font-size: 16px;
	line-height: 24px;
}

#company_info .sec01_con table .td01 {
	color: #10357e;
	width: 20%;
	border-right: 1px solid #dedede;
}

#company_info .sec01_con table .td02 {
	width: 80%;
	color: #333333;
}

#company_info .section02 {
	background: url(../images/com_info_sec02_bg.jpg) no-repeat center center;
	background-size: cover;
}

#company_info .sec02_con {
	width: 50%;
	padding-top: 24px;
}

#company_info .sec02_con_border {
	border-top: 2px solid #ffffff;
	padding-bottom: 24px;
	background: url(../images/opacity_fff.png) repeat-x center bottom;
}

#company_info .sec02_con .img_block {
	float: left;
	width: 40%;
}

#company_info .sec02_con .imgWrap {
	padding-top: 24px;
	padding-right: 24px;
}

#company_info .sec02_con .imgWrap img {
	max-width: 100%;
}

#company_info .sec02_con .font_block {
	float: left;
	width: 60%;
}

#company_info .sec02_con .font_block .h {
	padding-top: 16px;
	padding-bottom: 2px;
	background: url(../images/opacity_fff.png) repeat-x center bottom;
}

#company_info .sec02_con .font_block .h p {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

#company_info .sec02_con .moreWrap {
	padding-top: 16px;
}

#company_info .sec02_con .font_block .wfEditorMode {
	color: #fff;
}

#company_info .sec02_con .more {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	background: url(../images/inv_sec03_pdf_fff.png) no-repeat left center;
}

#company_info .sec02_con .more p {
	padding-right: 14px;
	color: #ffffff;
	background: url(../images/inv_sec03_down_fff.png) no-repeat right center;
}

#company_info .sec02_con .more:hover p {
	color: #ed9335;
	background-image: url(../images/inv_sec03_down_hover.png);
}

#company_info .section03 {
	background: #ffffff;
}


/* 2018-11-15 */

#company_info .sec03_con {
	padding-top: 24px;
	margin: 0 -15px;
	position: relative;
}

#company_info .common_block_show {
	width: 100%;
	position: absolute;
	padding-bottom: 30px;
	overflow: hidden;
	left: 0;
	display: none;
}

#company_info .common_block_inner {
	/*height: 200px;*/
	/*width: 66.6%;*/
}

#company_info .common_block_padd {
	padding-left: 15px;
	padding-right: 15px;
}

#company_info .common_content {
	padding: 40px;
	background: #f3f3f3;
}

#company_info .common_content .title .h {
	font-size: 40px;
	line-height: 56px;
	color: #10357e;
}

#company_info .common_content .title .p {
	font-size: 24px;
	line-height: 38px;
	color: #10357e;
}

#company_info .common_content .p_detail {
	padding-top: 10px;
}

#company_info .common_content .p_detail p {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}


/* 2018-11-19 */

#company_info .sec03_ele {
	width: 24.5%;
	display: inline-block;
	/* float: left; */
	padding-bottom: 30px;
	vertical-align: top;
}

@media screen and (max-width: 1600px) {
	#company_info .sec03_ele {
		width: 24.5%;
	}
}

@media screen and (max-width: 1000px) {
	#company_info .sec03_ele {
		width: 49.6% !important;
	}
}

@media screen and (max-width: 750px) {
	#company_info .sec03_ele {
		width: 49% !important;
	}
}


/* 2018-11-15 */

#company_info .sec03_ele:nth-child(3n+1) {
	clear: left;
}


/* end */

#company_info .sec03_ele .hid_con {
	display: none;
}

#company_info .sec03_ele.active {
	background: url(../images/com_info_sec03_active.png) no-repeat center bottom;
}

#company_info .sec03_e_border {
	position: relative;
	padding: 0 15px;
}

#company_info .sec03_e_rel {
	height: auto;
	/* position: relative; */
	/* overflow: hidden; */
	cursor: pointer;
}

#company_info .sec03_e_border .imgWrap {
	width: 100%;
}

#company_info .sec03_e_border .imgWrap img {
	display: block;
	width: 100%;
	height: auto;
}

#company_info .sec03_e_border .font_pos {
	position: relative;
	left: 20px;
	bottom: 20px;
}

#company_info .sec03_e_border .font_pos .h {
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
}

#company_info .sec03_e_border .font_pos .p_wrap p {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

#company_info .section04 {
	background: #7a7b7d;
}

#company_info .sec04_con {
	padding-top: 24px;
}

#company_info .sec04_left {
	padding-top: 1px;
	background: url(../images/opacity_fff.png) repeat-x center top;
	float: left;
	width: 267px;
}

#company_info .sec04_ele {
	background: url(../images/opacity_fff.png) repeat-x center bottom;
}

#company_info .sec04_ele p {
	padding-left: 47px;
	padding-top: 11px;
	padding-bottom: 11px;
	line-height: 26px;
	color: #ffffff;
	font-size: 16px;
}

#company_info .sec04_ele p.disc01 {
	background: url(../images/com_info_sec04_disc01.png) no-repeat 18px 14px;
}

#company_info .sec04_ele p.disc02 {
	background: url(../images/com_info_sec04_disc02.png) no-repeat 18px 14px;
}

#company_info .sec04_ele p.disc03 {
	background: url(../images/com_info_sec04_disc03.png) no-repeat 18px 14px;
}

#company_info .sec04_ele p.disc04 {
	background: url(../images/com_info_sec04_disc04.png) no-repeat 18px 14px;
}

#company_info .sec04_right {
	padding-left: 311px;
}

#company_info .sec04_right_map {
	text-align: center;
}

#company_info .sec04_right_map img {
	max-width: 100%;
}

#company_con .section {
	padding-top: 48px;
	padding-bottom: 58px;
}

#company_con .section01 {
	background: #ffffff;
}

#company_con .sec_title p {
	font-size: 40px;
	line-height: 56px;
	color: #000000;
}

#company_con .sec_title_fff p {
	color: #ffffff;
}

#company_con .sec01_con {
	padding-top: 24px;
}

#company_con .sec01_con .p_intro {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

#company_con .sec01_title {
	padding-bottom: 20px;
	padding-top: 40px;
}

#company_con .sec01_title p {
	line-height: 45px;
	font-size: 30px;
	color: #10357e;
}

#company_con .sec01_c {
	margin: 0 -15px;
	position: relative;
}

#company_con .sec01_ele {
	float: left;
	width: 20%;
	padding-bottom: 30px;
}

#company_con .sec01_ele_padd {
	padding: 0 15px;
}

#company_con .sec01_ele_in {
	height: 180px;
	/* height: 150px; */
	background: #f3f3f3;
	position: relative;
}

#company_con .sec01_ele_inner {
	padding: 20px;
}

#company_con .sec01_ele_title .h {
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}

#company_con .sec01_ele_title .p {
	padding-top: 10px;
	font-size: 14px;
	color: #10357e;
	line-height: 22px;
}

#company_con .sec01_ele .more01 {
	position: absolute;
	left: 22px;
	bottom: 22px;
	font-size: 16px;
	line-height: 24px;
}

#company_con .sec01_ele .more01 p {
	padding-right: 23px;
	color: #000000;
	background: url(../images/com_com_more.png) no-repeat right center;
}

#company_con .sec01_ele .more01:hover p {
	color: #ed9335;
	background-image: url(../images/com_com_more_hover.png);
}

#company_con .sec01_ele .more02 {
	position: absolute;
	left: 22px;
	bottom: 22px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	background: url(../images/inv_sec03_pdf.png) no-repeat left center;
}

#company_con .sec01_ele .more02 p {
	padding-right: 14px;
	color: #10357e;
	background: url(../images/inv_sec03_down.png) no-repeat right center;
}

#company_con .sec01_ele .more02:hover p {
	color: #ed9335;
	background-image: url(../images/inv_sec03_down_hover.png);
}

#company_con .section02 {
	background: #f3f3f3;
}

#company_con .sec02_con {
	padding-top: 24px;
}

#company_con .sec02_con .left {
	float: left;
	width: 30%;
}

#company_con .sec02_con .left_inner {
	padding-right: 70px
}

#company_con .sec02_con .left_con {
	padding-top: 10px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding-bottom: 13px;
}

#company_con .sec02_con .left_con p {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

#company_con .sec02_con .left_con p.p1 {
	color: #000000;
	font-weight: bold;
}

#company_con .sec02_con .right {
	float: left;
	width: 70%;
	border-top: 1px solid #dedede;
}

#company_con .sec02_con .right table {
	width: 100%;
}

#company_con .sec02_con .right th {
	border-bottom: 2px solid #10357e;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	color: #10357e;
	padding-top: 10px;
	padding-bottom: 10px;
}

#company_con .sec02_con .right td {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/opacity_fff.png) repeat-x center bottom;
}

#company_con .sec02_con .right .td01 {
	color: #10357e;
	text-align: left;
	text-indent: 16px;
}

#company_con .section03 {
	background: #ffffff;
}

#company_con .sec03_con {
	padding-top: 24px;
	margin: 0 -15px;
}

#company_con .section04 {
	background: #f3f3f3;
}

#company_con .sec04_con {
	padding-top: 24px;
	margin: 0 -15px;
}

#company_con .sec04_ele {
	float: left;
	width: 50%;
	padding-bottom: 30px;
}

#company_con .sec04_ele_padd {
	padding: 0 15px;
}

#company_con .sec04_ele_in {
	height: 150px;
	background: #ffffff;
	position: relative;
}

#company_con .sec04_ele_inner {
	padding: 20px;
}

#company_con .sec04_ele_title .h {
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}

#company_con .sec04_ele_title .p {
	padding-top: 10px;
	font-size: 14px;
	color: #10357e;
	line-height: 22px;
}

#company_con .sec04_ele .more02 {
	position: absolute;
	left: 22px;
	bottom: 22px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	background: url(../images/inv_sec03_pdf.png) no-repeat left center;
}

#company_con .sec04_ele .more02 p {
	padding-right: 14px;
	color: #10357e;
	background: url(../images/inv_sec03_down.png) no-repeat right center;
}

#company_con .sec04_ele .more02:hover p {
	color: #ed9335;
	background-image: url(../images/inv_sec03_down_hover.png);
}

#company_con .section05 {
	background: #7a7b7d;
}

#company_con .sec05_con {
	padding-top: 24px;
	margin: 0 -15px;
}

#company_con .sec05_ele {
	float: left;
	width: 25%;
	padding-bottom: 30px;
}

#company_con .sec05_ele_half {
	width: 50%;
}

#company_con .sec05_ele_padd {
	padding: 0 15px;
}

#company_con .sec05_ele_in {
	height: 150px;
	background: #ffffff;
	position: relative;
}

#company_con .sec05_ele_inner {
	padding: 20px;
}

#company_con .sec05_ele_title .h {
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}

#company_con .sec05_ele_title .p {
	padding-top: 10px;
	font-size: 14px;
	color: #10357e;
	line-height: 22px;
}

#company_con .sec05_ele .more02 {
	position: absolute;
	left: 22px;
	bottom: 22px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	background: url(../images/inv_sec03_pdf.png) no-repeat left center;
}

#company_con .sec05_ele .more02 p {
	padding-right: 14px;
	color: #10357e;
	background: url(../images/inv_sec03_down.png) no-repeat right center;
}

#company_con .sec05_ele .more02:hover p {
	color: #ed9335;
	background-image: url(../images/inv_sec03_down_hover.png);
}

#company_activity .section {
	padding-top: 48px;
	padding-bottom: 58px;
}

#company_activity .section01 {
	background: #ffffff;
}

#company_activity .sec_title p {
	font-size: 40px;
	line-height: 56px;
	color: #000000;
}

#company_activity .sec01_con {
	padding-top: 30px;
	position: relative;
}

#company_activity .sec01_con .pdf_down {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	background: url(../images/inv_sec03_pdf.png) no-repeat left center;
}

#company_activity .sec01_con .pdf_down p {
	padding-right: 14px;
	color: #10357e;
	background: url(../images/inv_sec03_down.png) no-repeat right center;
}

#company_activity .sec01_con .pdf_down:hover p {
	color: #ed9335;
	background-image: url(../images/inv_sec03_down_hover.png);
}

#company_activity .sec01_inner {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding-bottom: 30px;
}

#company_activity .sec01_left {
	width: 34%;
	float: left;
}

#company_activity .sec01_right {
	width: 66%;
	float: left;
}

#company_activity .sec02_th {
	border-bottom: 2px solid #10357e;
}

#company_activity .sec02_th p {
	font-size: 16px;
	color: #10357e;
	line-height: 24px;
	padding: 10px;
	font-weight: bold;
}

#company_activity .sec01_left .select_dataWrap {
	padding-right: 20%;
}

#company_activity .sec01_left .select_data {
	padding-top: 44px;
	border-bottom: 1px solid #dedede;
}

.select_data .sele_d_ele {
	display: none;
}

.select_data .sele_d_ele.show {
	display: block;
}

#company_activity .sele_d_ele {
	border-top: 1px solid #dedede;
	cursor: pointer;
	padding-right: 16px;
}

#company_activity .sele_d_ele p a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 16px;
	color: #10357e;
	font-weight: bold;
}

#company_activity .sele_d_ele:hover p,
#company_activity .sele_d_ele.active p {
	background: url(../images/com_a_sec01_hover.png) no-repeat right center;
}

#company_activity .sele_d_ele:hover p a,
#company_activity .sele_d_ele.active p a {
	color: #ed9335;
}

#company_activity .sele_d_more {
	border-top: 1px solid #dedede;
	cursor: pointer;
	padding-right: 16px;
}

#company_activity .sele_d_more p {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 24px;
	background: url(../images/com_a_sele_d_more.png) no-repeat right center;
	font-size: 16px;
	color: #999999;
}

#company_activity .sele_d_more:hover p {
	color: #ed9335;
	background-image: url(../images/com_a_sele_d_more_hover.png);
}

#company_activity .sec01_right table {
	width: 100%;
}

#company_activity .sec01_right th,
#company_activity .sec01_right td {
	vertical-align: top;
	text-align: left;
}

#company_activity .sec01_right td {
	width: 50%;
	/* border-bottom: 1px solid #dedede; */
	padding-left: 10px;
}

#company_activity .sec01_right td.border_bottom {
	border-bottom: 1px solid #dedede;
}

#company_activity .sec01_right td,
#company_activity .sec01_right td p {
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0;
	/* border-bottom: 1px solid #dedede; */
}

#company_activity .sec01_right td p:last-child {
	border: none;
}

#company_activity .sec01_right td p.color_ed9335 {
	color: #ed9335;
}

#company_activity .sec01_right td.td_title p {
	color: #ed9335;
	border-bottom: none;
}

#company_activity .sec01_right td p.h {
	border-bottom: none;
}

#company_activity .sec01_right .icons {
	padding-top: 15px;
	padding-bottom: 15px;
	/* border-top: 1px solid #dedede; */
}

#company_activity .sec01_right .ic_ele {
	padding-left: 20px;
}

#company_activity .sec01_right .ic_ele01 {
	background: url(../images/inv_sec03_pdf01.png) no-repeat left center;
}

#company_activity .sec01_right .ic_ele02 {
	background: url(../images/inv_sec03_pdf.png) no-repeat left center;
}

#company_activity .sec01_right .ic_ele03 {
	background: url(../images/inv_sec03_pdf03.png) no-repeat left center;
}

#company_activity .sec01_right .ic_ele span {
	display: inline-block;
	padding-right: 14px;
	font-size: 14px;
	color: #10357e;
	background: url(../images/inv_sec03_down.png) no-repeat right center;
}

#company_activity .sec01_right .ic_ele:hover span {
	color: #ed9335;
	background-image: url(../images/inv_sec03_down_hover.png);
}

#company_activity .sec01_right td.financial p {
	border: none;
}

#company_activity .sec01_right td.financial p img {
	vertical-align: middle;
}

#company_activity .sec01_right td.financial p a {
	font-size: 14px;
	color: #10357e;
	padding-right: 20px;
	background: url(../images/icon_05.png) right center no-repeat;
}

#company_activity .sec01_right td.financial p a:hover {
	color: #ed9335;
	background: url(../images/icon_13.png) right center no-repeat;
}

#company_activity .sec01_right tr:last-child td {
	border-bottom: 0;
}

#company_activity .annual_report {
	width: 100%;
	height: 730px;
	background: url(../images/annual_report_bg.jpg) top right no-repeat;
	padding-bottom: 27px;
}

#company_activity .annual_report .annual_container {
	margin: 0 auto;
	position: relative;
}

#company_activity .annual_report .annual_container .annual_title {
	padding-top: 58px;
}

#company_activity .annual_report .annual_container .annual_title p {
	font-size: 40px;
	color: #fff;
	line-height: 56px;
}

#company_activity .annual_report .annual_container .clearfix {
	margin-top: 38px;
}

#company_activity .annual_report .annual_container .annual_left,
#company_activity .annual_report .annual_container .annual_right {
	width: 50%;
	float: left;
}

#company_activity .annual_report .annual_container .annual_left {
	overflow: hidden;
}


/* 2018-08-17 */

#company_activity .annual_report .annual_container .annual_left .swiper-container {
	height: 330px;
}

#company_activity .annual_report .annual_container .annual_left .swiper-container .swiper-wrapper .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
}

#company_activity .annual_report .annual_container .annual_left .swiper-container .swiper-scrollbar {
	background: rgba(255, 255, 255, 0.5);
	width: 3px;
	right: auto;
	left: 57%;
}

#company_activity .annual_report .annual_container .annual_left .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	background: #ed9335;
}


/* end */

#company_activity .annual_report .annual_container .annual_left ul {
	width: 220px;
}

#company_activity .annual_report .annual_container .annual_left ul li {
	border-top: 1px solid #6681a5;
	/* display: none; */
}

#company_activity .annual_report .annual_container .annual_left ul li.show {
	/* display: block; */
}

#company_activity .annual_report .annual_container .annual_left ul li.more {
	border-bottom: 1px solid #6681a5;
	display: block;
}

#company_activity .annual_report .annual_container .annual_left ul li p {
	padding: 10px;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
}

#company_activity .annual_report .annual_container .annual_left ul li p a {
	color: #fff;
	display: block;
}

#company_activity .annual_report .annual_container .annual_left ul li.active p,
#company_activity .annual_report .annual_container .annual_left ul li:hover p {
	background: url(../images/com_a_sec01_hover.png) right center no-repeat;
}

#company_activity .annual_report .annual_container .annual_left ul li.active p a,
#company_activity .annual_report .annual_container .annual_left ul li:hover p a {
	color: #ed9335;
}

#company_activity .annual_report .annual_container .annual_left ul li.more:hover p {
	background: none;
}

#company_activity .annual_report .annual_container .annual_left ul li.more:hover p a {
	color: #ed9335;
}

#company_activity .annual_report .annual_container .annual_left ul li.more p a {
	color: #fff;
	padding-right: 28px;
	background: url(../images/icon_button.png) right center no-repeat;
}

#company_activity .annual_report .annual_container .annual_right {
	border-top: 1px solid #6681a5;
}

#company_activity .annual_report .annual_container .annual_right table {
	width: 100%;
	text-align: left;
}

#company_activity .annual_report .annual_container .annual_right table thead {
	border-bottom: 2px solid #fff;
	color: #fff;
}

#company_activity .annual_report .annual_container .annual_right table thead th {
	width: 33%;
	/* padding-left: 10px; */
}

#company_activity .annual_report .annual_container .annual_right table tbody tr {
	border-bottom: 1px solid #6681a5;
}

#company_activity .annual_report .annual_container .annual_right table tbody tr td {
	/* height: 182px; */
	padding: 0;
	vertical-align: top;
}

#company_activity .annual_report .annual_container .annual_right table tbody tr td p.pic img {
	/* margin: 20px 10px; */
	max-width: 120px;
	width: 100%;
}

#company_activity .annual_report .annual_container .annual_right table tbody tr td p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 10px;
}

#company_activity .annual_report .annual_container .annual_right table tbody tr td p.pic {
	text-align: center;
}

#company_activity .annual_report .annual_container .annual_right table tbody tr td .wfEditorMode {
	color: #fff;
}

#company_activity .annual_report .annual_container .annual_right table tbody tr td p.t {
	margin: 20px 0 0;
	padding: 10px;
	border-bottom: 1px solid #6681a5;
}

#company_activity .annual_report .annual_container .annual_right table tbody tr td p img {
	vertical-align: middle;
	margin: 0;
}

#company_activity .annual_report .annual_container .annual_right table tbody tr td p a {
	padding-right: 20px;
	background: url(../images/icon_07.png) right center no-repeat;
	color: #fff;
	font-size: 14px;
}

#company_activity .annual_report .annual_container .annual_right table tbody tr td p a:hover {
	background: url(../images/icon_13.png) right center no-repeat;
}

#company_activity .historical_financial {
	/* width: 1200px; */
	margin: 60px auto 90px;
}

#company_activity .historical_financial .title p {
	font-size: 40px;
	color: #333;
	line-height: 56px;
}

#company_activity .historical_financial .historical_f_container {
	margin-top: 42px;
	border-top: 1px solid #dedede;
}

#company_activity .historical_financial .historical_f_container table {
	width: 100%;
	text-align: left;
}

#company_activity .historical_financial .historical_f_container table th,
#company_activity .historical_financial .historical_f_container table td {
	width: 25%;
	text-align: left;
}

#company_activity .historical_financial .historical_f_container table th p,
#company_activity .historical_financial .historical_f_container table td p {
	padding: 10px;
}

#company_activity .historical_financial .historical_f_container table th {
	border-bottom: 2px solid #10357e;
}

#company_activity .historical_financial .historical_f_container table th p {
	font-size: 16px;
	color: #10357e;
	line-height: 34px;
	font-weight: bold;
}

#company_activity .historical_financial .historical_f_container table tbody tr td.j p {
	color: #ed9335;
	font-size: 16px;
	font-weight: bolder;
}

#company_activity .historical_financial .historical_f_container table tbody tr td.w p {
	padding: 0 0 0 10px;
	color: #ed9335;
	font-size: 16px;
}

#company_activity .historical_financial .historical_f_container table tbody tr td.w p span {
	color: #999;
	font-style: italic;
}

#company_activity .historical_financial .historical_f_container table tbody tr td {
	border-bottom: 1px solid #999;
	vertical-align: middle;
}

#company_activity .historical_financial .historical_f_container table tbody tr td.w,
#company_activity .historical_financial .historical_f_container table tbody tr td.j {
	border-bottom: 0;
}

#company_activity .historical_financial .historical_f_container table tbody tr td p img {
	vertical-align: middle;
}

#company_activity .historical_financial .historical_f_container table tbody tr td p a {
	padding-right: 20px;
	background: url(../images/icon_05.png) right center no-repeat;
	font-size: 14px;
	color: #10357e;
}

#company_activity .historical_financial .historical_f_container table tbody tr td p a:hover {
	background: url(../images/icon_13.png) right center no-repeat;
}

#company_activity .historical_financial .historical_f_container table tbody tr.last td {
	border-bottom: 0;
}

#company_activity .historical_financial .historical_f_container table tbody tr.last {
	border-bottom: 1px solid #999;
}

#company_activity .page_cell .price {
	/* height: 1200px; */
}


/* 股票信息 */

.stock {
	padding-top: 48px;
}

.stock .price {
	/* height: 1200px; */
}

.analyst {
	width: 100%;
	background: url(../images/analyst_bg.jpg) center/cover;
	padding: 60px 0 68px;
	font-size: 16px;
}

.analyst table.names {
	width: 100%;
	background-color: #dedede;
	margin-top: 30px;
	padding: 1px 0 0 1px;
}


.analyst table.name thead,
.analyst table.name tbody {
	display: block;
}

.analyst table.names tr {
	margin-bottom: 1px;
	display: flex;
	align-items: stretch;
}

.analyst table.names th,
.analyst table.names td {
	width: calc(100% / 3 - 1px);
	flex: 0 0 auto;
	margin-right: 1px;
	text-align: left;
	background-color: #f3f3f3;
	min-height: 39px;
	line-height: 26px;
	padding: 6px 18px 7px;
	word-break: break-all;
	display: block;
	box-sizing: border-box;
}

.analyst th {
	color: #666666;
	font-weight: normal;
}

.analyst .company_name {
	color: #333333;
	font-weight: bold;
}

.analyst .person_name {
	color: #333333;
}

.analyst .person_email {
	color: #10357e;
}

.analyst .title p {
	font-size: 40px;
	line-height: 56px;
	color: #fff;
}

.analyst .name_list {
	width: 100%;
	/* overflow: hidden; */
	margin-top: 40px;
	position: relative;
}

.analyst .name_list .list_container {
	position: relative;
}

.analyst .name_list .list_container .switch {
	position: absolute;
	right: 10px;
	top: -80px;
}


/* .analyst .name_list .list_container ul {
    float: left;
    width: 1200px;
} */


/* .analyst .name_list .list_container .swiper-wrapper .swiper-slide {
    width: 290px;
    height: 150px;
    background: #f3f3f3;
    margin: 0 0 12px 12px;
    float: left;
} */

.analyst .name_list .list_container .swiper-wrapper .swiper-slide .slide_list {
	width: 32.33%;
	height: 150px;
	background: #f3f3f3;
	margin: 0 0 12px 1%;
	float: left;
}

.analyst .name_list .list_container .swiper-wrapper .swiper-slide .t {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 30px 0 0 30px;
}

.analyst .name_list .list_container .swiper-wrapper .swiper-slide .c {
	font-size: 14px;
	color: #10357e;
	line-height: 20px;
	margin-left: 30px;
}

.analyst .name_list .list_container .swiper-wrapper .swiper-slide table {
	margin-left: 30px;
}

.analyst .name_list .list_container .swiper-wrapper .swiper-slide table a {
	color: #10357e;
	padding-right: 20px;
}

.analyst .name_list .list_container .swiper-wrapper .swiper-slide table a:hover {
	color: #10357e !important;
	cursor: text;
}

.analyst .name_list .swiper-button-prev,
.analyst .name_list .swiper-button-next {
	width: 34px;
	height: 34px;
	position: absolute;
	top: -60px;
}

.analyst .name_list .swiper-button-prev {
	background: url(../images/icon_prev.png) center no-repeat;
	right: 50px;
}

.analyst .name_list .swiper-button-next {
	background: url(../images/icon_next.png) center no-repeat;
	right: 0;
}

.stock_problem {
	margin: 58px auto 90px;
}

.stock_problem .problem_container {
	margin-top: 34px;
	border: 1px solid #dedede;
}

.stock_problem .problem_container li {
	padding: 40px;
	border-bottom: 1px solid #dedede;
}

.stock_problem .problem_container li .clearfix {
	cursor: pointer;
}

.stock_problem .problem_container li:last-child {
	border-bottom: 0;
}

.stock_problem .problem_container li .sequence {
	float: left;
	width: 30px;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon_10.png) center no-repeat;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.stock_problem .problem_container li .title {
	float: right;
	width: 95%;
	font-size: 24px;
	color: #333;
	line-height: 40px;
	font-weight: 500;
}

.stock_problem .problem_container li .title p {
	background: url(../images/icon_11.png) right center no-repeat;
}

.stock_problem .problem_container li.active {
	background: #f3f3f3;
}

.stock_problem .problem_container li.active .sequence {
	background: url(../images/icon_09.png) center no-repeat;
	color: #fff;
}

.stock_problem .problem_container li.active .title {
	color: #10357e;
}

.stock_problem .problem_container li.active .title p {
	background: url(../images/icon_12.png) right center no-repeat;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.stock_problem .problem_container li .slide_con {
	margin: 20px 0 0 50px;
	display: none;
}

.stock_problem .problem_container li.active .slide_con {
	/* display: block; */
}

.stock_problem .problem_container li .slide_con p {
	font-size: 16px;
	color: #333;
}


/* 法定文件 */

.statutory {
	margin: 60px auto 0;
}

.statutory .statutory_container iframe {
	width: 100%;
	height: 1000px;
	margin-top: 60px;
}

.committee {
	width: 100%;
	background: #f3f3f3;
	padding: 60px 0 90px;
	position: relative;
}

.committee .committee_con {
	margin-top: 40px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding-bottom: 30px;
}

.committee .committee_con .committee_left {
	width: 30%;
	float: left;
}

.committee .committee_con .committee_left .t {
	border-bottom: 2px solid #10357e;
}

.committee .committee_con .committee_left .t p {
	padding: 10px;
	color: #10357e;
	font-weight: bold;
	font-size: 16px;
}

.committee .committee_con .committee_left .select_data {
	width: 220px;
}

.select_data {
	padding-top: 44px;
	border-bottom: 1px solid #dedede;
}

.select_data .sele_d_ele {
	border-top: 1px solid #dedede;
	cursor: pointer;
	padding-right: 16px;
	display: none;
}

.select_data .sele_d_ele p {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 16px;
	font-weight: bold;
}

.select_data .sele_d_ele p a {
	color: #10357e;
}

.select_data .sele_d_ele:hover p,
.select_data .sele_d_ele.active p {
	background: url(../images/com_a_sec01_hover.png) no-repeat right center;
}

.select_data .sele_d_ele:hover p a,
.select_data .sele_d_ele.active p a {
	color: #ed9335;
}

.select_data .sele_d_more {
	border-top: 1px solid #dedede;
	cursor: pointer;
	padding-right: 16px;
}

.select_data .sele_d_more p {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 24px;
	background: url(../images/com_a_sele_d_more.png) no-repeat right center;
	font-size: 16px;
	color: #999999;
}

#select_data .sele_d_more:hover p {
	color: #ed9335;
	background-image: url(../images/com_a_sele_d_more_hover.png);
}

.committee .committee_con .committee_right {
	width: 70%;
	float: right;
	position: relative;
}

.committee .committee_con .committee_right table {
	width: 100%;
}

.committee .committee_con .committee_right table thead tr th {
	border-bottom: 2px solid #10357e;
}

.committee .committee_con .committee_right table thead tr th.d {
	width: 25%;
}

.committee .committee_con .committee_right table thead tr th.h {
	width: 50%;
}

.committee .committee_con .committee_right table thead tr th p {
	padding: 10px;
	color: #10357e;
	font-weight: bold;
	font-size: 16px;
}

.committee .committee_con .committee_right table thead tr th p,
.committee .committee_con .committee_right table tbody tr td p {
	text-align: left;
}

.committee .committee_con .committee_right table tbody tr {
	border-bottom: 1px solid #dedede;
}

.committee .committee_con .committee_right table tbody tr td.d p {
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #ed9335;
}

.committee .committee_con .committee_right table tbody tr td.h {
	padding-left: 10px;
}

.committee .committee_con .committee_right table tbody tr td.h p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
}

.committee .committee_con .committee_right table tbody tr td.h p.l {
	border-bottom: 0;
}

.committee .committee_con .committee_right table tbody tr td.h p.l img {
	vertical-align: middle;
}

.committee .committee_con .committee_right table tbody tr td.h p.l a {
	padding-right: 20px;
	color: #10357e;
	background: url(../images/icon_05.png) right center no-repeat;
}

.committee .committee_con .committee_right table tbody tr td.h p.l a:hover {
	background: url(../images/icon_13.png) right center no-repeat;
}

.committee .committee_con .committee_right .bottom p {
	padding: 10px;
	font-size: 16px;
	line-height: 40px;
}

.committee .committee_con .committee_right .bottom p a {
	padding-right: 20px;
	background: url(../images/icon_13.png) right center no-repeat;
	color: #ed9335;
}


/*  */

.relations {
	margin: 60px auto 90px;
}

.relations .relations_container .relations_l {
	width: 49%;
	border: 1px solid #dedede;
	float: left;
	margin: 1% 0 1% 1%;
	height: 270px;
}

.relations .relations_container .relations_1 {
	margin-left: 0;
}

.relations .relations_container .relations_l .l_con {
	padding: 30px 30px 0 30px;
}

.relations .relations_container .relations_l .l_con p.c {
	font-size: 18px;
	color: #10357e;
	font-weight: bold;
	margin-bottom: 20px;
}

.relations .relations_container .relations_l .l_con table tr td.l {
	width: 20%;
}

.relations .relations_container .relations_l .l_con table tr td {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}

.relations .relations_container .relations_l .l_con table tr td a {
	padding-right: 20px;
	color: #10357e;
	font-weight: bold;
	background: url(../images/inv_sec03_down.png) no-repeat right center;
}

.relations .relations_container .relations_l .l_con table tr td a:hover {
	background: url(../images/icon_13.png) no-repeat right center;
}

.relations .relations_container .relations_2 {
	width: 50% !important;
}

.acquisition {
	width: 100%;
	height: 377px;
	background: url(../images/acquisition_bg.jpg) top right no-repeat;
}

.acquisition .page_cell {
	padding-top: 80px;
}

.acquisition .sec_title p {
	color: #fff !important;
}

.acquisition .text p {
	color: #fff;
	font-size: 18px;
	margin: 36px 0 58px;
}

.acquisition .text a {
	display: block;
	width: 164px;
	font-size: 16px;
	color: #fff;
	padding: 14px 28px;
	background: url(../images/icon_14.png) 164px center no-repeat;
	border: 1px solid #fff;
}

.acquisition .text a:hover {
	background: url(../images/inve_sec02_more_bg_ed9335.png) 164px center no-repeat;
}

.notice {
	margin: 60px 0 90px;
}

.notice .notice_con {
	/* height: 600px; */
	margin-top: 60px;
}

#languages .buttons {
	background: #f0eff4;
	width: auto;
	white-space: nowrap;
	padding: 5px 15px 5px 0;
	border-radius: 0 15px 15px 0px;
}

#languages {
	height: 40px;
	position: absolute;
	left: 100%;
	top: 0;
	line-height: 30px;
	margin: 10px 0;
	text-align: center;
	/* background: white; */
	max-width: 0;
	overflow: hidden;
	transition: all 0.5s;
	z-index: 33333;
	cursor: pointer;
}

.nav-anguage:hover #languages {
	max-width: 800px;
}

#languages a {
	display: inline-block;
	color: #333333;
	padding: 0px 1em;
}

body.action--site-sitemap .page_cell {
	margin-bottom: 40px;
}

body .new_read {
	margin-top: 40px;
}

.notes_june {
	margin-top: 40px;
}

.notes_june p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
}


/*  */

.click_down {
	position: absolute;
	top: 0;
	right: 0;
}

.click_down a {
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	color: #ed9335;
}

.click_down a img {
	vertical-align: middle;
}


/*2019-5-27*/

#company_con .sec01_ele_padd {
	line-height: 0;
}


/*2019-5-27 end*/


/*2019-5-28*/

.header-nav-top .nav-search {
	top: 15px;
}

.header-nav-top .nav-anguage {
	top: 5px;
}


/*2019-5-28 end*/


/*2019-6-14*/

.relations .relations_container .relations_l .l_con table {
	width: 100%;
}

.relations .relations_container .relations_l .l_con table tr td {
	word-break: normal;
}

.relations .relations_container .relations_l .l_con table tr td.l {
	width: 35%;
}


/*2019-6-14 end*/


/* 2019-8-14 start */

.lot_container {
	margin-top: 50px;
}

body a.wfEditorMode {
	display: none;
}

body.wfEditorMode a.wfEditorMode {
	display: block;
}

/* 2019-8-14 end */
