.hltpic1{
	padding:40px 25px 0 0;
	width:218px;
	height:120px;
	float:left;
}
.hltjianjie{
	padding:40px 0 0 0;
	float:left;
	width:65%;
}

.info-list {
    width: 100%;
	padding:20px 0 0 0;
}

.info-list .info-item {
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
}

.info-list .info-item a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
	color:#8d9297;
}

.info-list .info-item a .info-date {
    margin-left: auto;
}

.info-list .info-item a .dot {
    font-size: 12px;
    margin-right: 10px;
    transition: .3s;
}

.info-list .info-item a:hover .dot {
    color: #3163ec;
    transition: .3s;
}

.power-from-content {
    width: 100%;
    margin-top: 60px;
}

.power-from-item {
    padding: 15px;
    width: 23%;
    margin: 0 1%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    cursor: pointer;
	float:left;
}
.power-from-item  a{
	color:#8d9297!important;
}

.power-from-item:hover {
    background: #3163ec;
}

.power-from-item:hover .power-title,
.power-from-item:hover .power-details {
    color: #ffffff;
}

.power-from-item .power-image {
    width: 100%;
    height: 120px;
}

.power-from-item .power-image img {
    width: 100%;
}

.power-from-item .power-title {
    width: 100%;
    padding: 15px 0;
    border-bottom: 2px solid #E7E7E7;
    text-align: center;
}

.power-from-item .power-details {
    padding-bottom: 30px;
}
.bg-bar {
    width: 100%;
    height: 265px;
    position: absolute;
    left: 0;
    background: url("../image/bar.png");
    z-index: -1;
}

.power-from,
.cooperative-partner {
    padding-top: 40px;
    margin-bottom: 40px;
}

.cooperative-list {
	width:1000px;
	margin:auto;
}

.cooperative-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.cooperative-list ul li {
    border: 1px solid #f3f3f3;
    width: 15.55%;
	list-style:none;
}

.cooperative-list ul li img {
    width: 100%;
}

.big-title {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}

.big-title .en {
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    display: flex;
}

.big-title .en .en-text {
    padding: 0 20px;
}

.big-title .en:before,
.big-title .en:after {
    position: relative;
    top: 50%;
    width: 50%;
    border-top: 1px solid #E7E7E7;
    border-top-color: inherit;
    border-bottom: 0;
    transform: translateY(50%);
    content: "";
}

.big-title .cn {
    font-size: 18px;
    color: #3163ec;
}

footer {
    width: 100%;
    min-width: 1140px;
    background-color: #272b2a;
}

.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    min-height: 125px;
}
.footer-nav li{
	list-style:none;
}

.footer-nav .footer-nav-item {
    border-right: 2px solid #444847;
    padding: 0 40px;
    text-align: center;
    height: 125px;
}

.footer-nav .footer-nav-item:first-child {
    border-left: 1px solid #444847;
}

.footer-nav-item-title {
    color: #cecece;
    font-size: 16px;
    padding-top: 5px;
}

.footer-nav .footer-nav-item ul li a {
    color: #ACABAB;
    font-size: 14px;
}

.footer-nav .footer-nav-item ul li a:hover {
    color: #4382FF;
}

.footer-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #444847;
    border-bottom: 1px solid #444847;
    margin-top: 30px;
}
.contact-address,
.contact-phone {
    color: #ACABAB;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.contact-address img,
.contact-phone img {
    margin-right: 5px;
}

.footer-bar-logo {
    width: 200px;
    margin-left: auto;
    margin-right: 15px;
}

.footer-bar-logo img {
    width: 100%;
}

.footer-copyright {
    color: #ACABAB;
    font-size: 16px;
    text-align: center;
    padding: 15px;
}

.banner {
    width: 100%;
    min-width: 1140px;
    min-height: 335px;
    background-size: cover;
}

.container {
    width: 1140px;
    margin: 0 auto;
}
.content {
    padding: 20px;
    display: flex;
}

.menu {
    width: 23%;
    display: flex;
    flex-direction: column;
}

.menu-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #3163ec;
}

.menu-title .menu-triangle {
    height: 8px;
    border: 10px solid transparent;
    border-top-color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
}

.menu-title .menu-title-cn {
    margin-top: 20px;
    color: #ffffff;
    font-size: 20px;
}

.menu-title .menu-title-en {
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.menu-title .menu-title-en:before {
    content: "";
    width: 50px;
    position: absolute;
    border-bottom: 4px solid #ffffff;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
}

.menu-list {
    margin-top: 20px;
    width: 100%;
}

.menu-list ul {
    display: flex;
    flex-direction: column;
}

.menu-list ul li {
    font-size: 14px;
    background: url("../image/li-icon.png") left center no-repeat;
    background-position-x: 10px;
    background-position-y: center;
    padding-left: 30px;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #f6efef;
    border-bottom: 1px solid #f6efef;
    transition: 0.3s;
	list-style:none;
}
.menu-list ul li a{
	color:#333333;
}

.menu-list ul li.active,
.menu-list ul li:hover {
    font-size: 14px;
    background: url("../image/li-icon-active.png") #3163ec left center no-repeat;
    color: #ffffff;
    background-position-x: 10px;
    background-position-y: center;
    padding-left: 30px;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #3163ec;
    border-bottom: 1px solid #3163ec;
    cursor: pointer;
    transition: 0.3s;
}

.menu-list ul li:hover a,
.menu-list ul li.active a {
    color: #ffffff;
    width: 100%;
    height: 100%;
}

.page-content {
    margin-left: 3%;
    margin-bottom: 110px;
    width: 74%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-content-title {
    width: 100%;
    text-align: center;
    border-bottom: #e5e5e5 solid 1px;
}

.page-content-title-en {
    color: #3163ec;
    font-size: 20px;
    text-transform: uppercase;
}

.page-content-title-cn {
    color: #3163ec;
    font-size: 20px;
    padding-bottom: 25px;
}

.content-main {
    width: 100%;
    margin-top: 30px;
}

.breadcrumb {
    width: 100%;
    min-width: 1140px;
    height: 35px;
    background-color: #f9fafc;
}

.crumb {
    height: 35px;
    line-height: 35px;
    display: flex;
}

.crumb ul {
    display: flex;
}

.crumb ul li:after {
    content: ">";
}

.crumb ul li:last-child:after {
    content: "";
}

.pagehlt{
	width:100%;
	margin-top:30px;
}
.pagehlt a{
	color:#333333;
}

/* Instance Start */
.instance-item {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    height: 40px;
    line-height: 40px;
}
.instance-item a{
	color:#333333;
}

.instance-item:hover,
.instance-item:nth-child(even):hover {
    background-color: #ecf1ff;
}

.instance-item:nth-child(even) {
    background-color: #fafafa;
}

.instance-checkbox {
    margin: 0 10px;
}

.instance-text {
    background: url("../image/doc-icon.png") left center no-repeat;
    padding-left: 30px;
    font-size: 14px;
}

.download {
    margin-left: auto;
    margin-right: 30px;
}

.download-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 415px;
    height: 225px;
    z-index: 1000;
    display: none;
}

.download-window-title {
    width: 100%;
    height: 55px;
    background: #3163ec;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
}

.download-window-main {
    height: 170px;
    background: url("../image/doc-download-bg.png") no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
}

.download-window-main .download-tip {
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

.download-window-main .download-input-group input {
    width: 255px;
    height: 35px;
    border: none;
    border-radius: 8px;
    padding-left: 15px;
    color: #999999;
}

.download-window-main .download-input-group button {
    width: 70px;
    height: 35px;
    background: #3163ec;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 10px;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

/* Instance End */
/* Contact US Start*/
.contact-us {
    margin-top: 20px;
}

.contact-us table {
    width: 100%;
    border-collapse: collapse;
}

.contact-us table,
.contact-us table tr,
.contact-us table tr td {
    border: 1px solid #e5e5e5;
    text-align: center;
}

.contact-us table .table-title {
    width: 100%;
    background: #3163ec;
    color: #ffffff;
}

.contact-us table tr td {
    height: 45px;
    line-height: 45px;
}

.contact-us table tr .column {
    width: 33%;
    font-weight: 600;
}

/* Contact US End*/
/* Enterprise Culture Start*/
.culture-list {
    background: url("../image/culture-bg.png") no-repeat;
    background-position-y: bottom;
    background-position-x: right;
}

.culture-item {
    display: flex;
    padding: 40px 0;
    border-bottom: 3px dashed #c6c6c6;
}

.culture-title {
    background: url("../image/culture-text-bg.png");
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 165px;
    height: 36px;
    line-height: 36px;
    background-size: cover;
}

.culture-text {
    margin-left: 50px;
    border-left: 5px solid #e6e6e6;
    padding-left: 15px;
}

.culture-text .culture-text-cn {
    font-size: 16px;
    font-weight: 600;
}

.culture-text .culture-text-en {
    font-size: 12px;
    color: #666666;
    font-weight: 600;
}

/* Enterprise Culture End*/
.zptitle{}
.zptitle span{
	width:112px;
	height:32px;
	display:table;
	line-height:32px;
	text-align:center;
	background-color:#3163ec;
	color:#ffffff;
	padding-bottom:0px!important;
}

/* Qualification Start*/
.qualification-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.qualification-item {
    width: 31%;
    margin: 10px 1%;
}
.qualification-item a {
    font-size: 16px;
    color: #666666;
    font-weight: 600;
}

.certificate-img {
    border: 2px solid #e2e2e2;
    text-align: center;
}
.certificate-img img{
	width:80%;
}

.certificate-text {
    font-size: 16px;
    color: #666666;
    font-weight: 600;
    text-align: center;
}

/* Qualification End */