﻿@charset "utf-8";

/* CSS Document */
/*公用*/
@font-face {
	font-family: 'dincond-regular';
	src: url('/res/Platform/fonts/dincond-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #ccc;
}
.smalltext{
	font-family: 'dincond-regular';
	}  
.zhenghei{ font-family:"Microsoft JhengHei"}	
	
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #ccc;
}
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#e93222;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}

#bsBox, #bsBox *, #bsWXBox, #bsWXBox * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

img {
	border: none;
	max-width: 100%;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	text-decoration: none;
	color: #333;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.donghua, ::before, ::after, #ALL {
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

html {
	position: relative;
}

body {
	font-size: 14px;
	color: #262626;
	font-family: Arial, "Microsoft Yahei";
	max-width: 1680px;
	margin: auto;
	overflow-x: hidden;
	padding-top: 90px;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

input, textarea {
	font-family: Arial, "Microsoft YaHei";
	font-size: 12px;
	outline: none;
}

/*top*/
#top {
	background: #fff;
	height: 90px;
	position: fixed;
	width: 100%;
	z-index: 4;
	top: 0px;
	max-width: 1680px;
}

#top .logo {
	display: block;
	height: 48%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#top .logo img {
	display: block;
	height: 100%;
}

#top .menubtn {
	height: 100%;
	width: 90px;
	position: relative;
	float: right;
	background: #e60012;
	cursor: pointer;
}

#top .menubtn .ico {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%);
	width: 20px;
	margin-left: -10px;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#top .menubtn .ico div {
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -2px;
}

#top .menubtn .ico div:nth-child(1) {
	margin-top: -9px;
}

#top .menubtn .ico div:nth-child(3) {
	margin-top: 5px;
}

/**/
#top .searchbtn {
	background: #f0eff5;
	height: 100%;
	width: 90px;
	float: right;
	position: relative;
	cursor: pointer;
}

#top .searchbtn .ico {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: -10px;
}

#top .searchbtn .ico:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #4c4c4c;
	border-radius: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#top .searchbtn .ico:before {
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background: #4c4c4c;
	position: absolute;
	bottom: 3px;
	right: 0px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/**/
#top .lang {
	border-left: 1px solid #e5e5e5;
	padding-left: 25px;
	width: 132px;
	height: 100%;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#top .lang a {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	padding-left: 26px;
	background: url(../images/index_06.png) left no-repeat;
	font-weight: bold;
	color: #939393;
	width: 100%;
}

.topmenu {
	position: fixed;
	top: 0px;
}

/*搜索条*/

.search-box {
	background: rgba(255,255,255,.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 20px;
	width: 50%;
	position: fixed;
	right: 0px;
	top: 90px;
	z-index: 5;
	height: 60px;
	opacity: 0;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.search-box[data-on="on"] {
	opacity: 1;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.search-box form {
	width: 100%;
	padding-left: 40px;
}

.search-box form input {
	height: 30px;
	line-height: 30px;
	width: 100%;
	border: 0px;
	font-size: 14px;
	background: none;
}

.search-box form button {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 30px;
	height: 30px;
	display: block;
	border: 0px;
	background: none;
}

.search-box form button .ico {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: -10px;
}

.search-box form button .ico:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #4c4c4c;
	border-radius: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.search-box form button .ico:before {
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background: #4c4c4c;
	position: absolute;
	bottom: 3px;
	right: 0px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width: 1600px) {

.search-box {
	top: 70px;
}

body {
	padding-top: 70px;
}

#top {
	height: 70px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

#top .logo {
	margin: 0px;
	left: 3%;
}

#top .searchbtn, #top .menubtn {
	width: 70px;
	height: 70px;
}

#top .lang {
	height: 70px;
}
}

@media only screen and (min-width: 1281px) and (max-width: 1920px) {

body[data-menu="on"] .topmenu {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.topmenu {
	height: 90px;
	right: 431px;
	z-index: 10;
}
@media only screen and (max-width: 1800px) {
.topmenu {
right:360px;
}
}
@media only screen and (max-width: 1600px) {
.topmenu {
 right:321px;
}
}

.topmenu li {
	height: 90px;
	position: relative;
	display: inline-block;
	padding: 0 28px;
}

.topmenu li dl {
	display: none !important;
}

.pc-menu-list {
	position: fixed;
	width: 100%;
	max-width: 1680px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	z-index: 2;
	background: #002fa7;
	font-weight: 600;
	left: 50%;
	top: 90px;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-moz-transform: translateY(-100%) translateX(-50%);
	-ms-transform: translateY(-100%) translateX(-50%);
	-o-transform: translateY(-100%) translateX(-50%);
	-webkit-transform: translateY(-100%) translateX(-50%);
	transform: translateY(-100%) translateX(-50%);
	opacity: 0;
}

.pc-menu-list.on {
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	-o-transform: translateY(0%) translateX(-50%);
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	opacity: 1;
}
.pc-menu-list dl{display: inline-block;}
.pc-menu-list dl dd {
	display: inline-block;
	
}

.pc-menu-list dl dd a {
	color: rgba(255,255,255,.5);
	padding:0 25px;
}

.pc-menu-list dl dd a:hover,.pc-menu-list dl dd.on a {
	color: #fff;
}
.pc-menu-list dl:hover dd.on a{color: rgba(255,255,255,.5);} 
.pc-menu-list dl:hover dd.on a:hover{color: #fff;}
.topmenu li .a {
	display: inline-block;
	height: 90px;
	line-height: 90px;
	position: relative;
}

.topmenu li .a:after {
	content: "";
	display: block;
	clear: both;
	background: #e60012;
	height: 5px;
	width: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	opacity: 0;
}

.topmenu li.on .a:after, .topmenu li .a:hover:after {
	width: 100%;
	opacity: 1;
}
.topmenu:hover li.on .a:after{ width:0px; opacity:0;}
.topmenu:hover li.on .a:hover:after{ width:100%; opacity:1;}
.topmenu li.yy {
	display: none;
}
 @media only screen and (max-width: 1600px) {
 .topmenu, .topmenu li, .topmenu li .a {
height:70px;
line-height:70px;
}
.pc-menu-list {
top:70px;
}
}
 @media only screen and (max-width: 1440px) {
#top .lang {
width:92px;
}
.topmenu {
right:232px;
}
}
}

@media only screen and (max-width: 1280px) {

.pc-menu-list {
	display: none;
}

body[data-menu="on"] #top {
	-moz-transform: translatex(-240px);
	-ms-transform: translatex(-240px);
	-o-transform: translatex(-240px);
	-webkit-transform: translatex(-240px);
	transform: translatex(-240px);
}

.topmenu {
	height: 100%;
	right: 0px;
	z-index: 10;
	overflow-y: auto;
	width: 240px;
	background: #212121;
	position: fixed;
	opacity: 0;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

body[data-menu="on"] #ALL {
	-moz-transform: translateX(-240px);
	-moz-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
}

body[data-menu="on"] .topmenu {
	opacity: 1;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.topmenu li {
	min-height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.topmenu li .a {
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	color: rgba(255,255,255,.8);
}

.topmenu li.have {
	position: relative;
}

.topmenu li.have:after {
	width: 5px;
	height: 5px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	content: "";
	display: block;
	right: 15px;
	top: 16px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.topmenu li.have[data-on="on"]:after {
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 18px;
}

.topmenu li dl {
	display: none;
	padding-bottom: 10px;
}

.topmenu li dl dd {
	display: block;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}

.topmenu li dl dd a {
	padding: 0 10px;
	display: block;
	line-height: 36px;
	height: 36px;
	color: rgba(255,255,255,.6);
	font-size: 12px;
}

.topmenu li.yy {
	padding: 0 10px;
}

.topmenu li.yy a {
	margin-right: 10px;
	color: rgba(255,255,255,.8);
}

.topmenu li.yy a:hover, .topmenu li.yy a.on {
	color: #fff;
	font-weight: bold;
}

#top .lang {
	display: none;
}
}

@media only screen and (max-width: 1024px) {

body {
	padding-top: 50px;
}

.search-box {
	top: 50px;
	width: 100%;
}

#top {
	height: 50px;
}

#top .searchbtn, #top .menubtn {
	width: 50px;
	height: 50px;
}

#top .logo {
	height: 60%;
}

#top .menubtn .ico div {
	height: 2px;
	margin-top: -1px;
}

#top .menubtn .ico div:nth-child(1) {
	margin-top: -8px;
}

#top .menubtn .ico div:nth-child(3) {
	margin-top: 6px;
}

body[data-menu="on"] #top .menubtn .ico div:nth-child(2) {
	opacity: 0;
}

body[data-menu="on"] #top .menubtn .ico div:nth-child(1) {
	margin-top: -2px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body[data-menu="on"] #top .menubtn .ico div:nth-child(3) {
	margin-top: -2px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}

/*top end*/
/*banner*/
.pc-banner {
	height: 642px;
}

.pc-banner .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pc-banner .swiper-slide a {
	display: block;
	height: 100%;
}

.pc-banner .btnn-p {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	z-index: 5;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.pc-banner:hover .btnn-p {
	opacity: 1;
	cursor: pointer;
}

.pc-banner .btnn-p.prev {
	left: 3%;
	background: url(../images/bannerbtn_03.png);
}

.pc-banner .btnn-p.next {
	right: 3%;
	background: url(../images/bannerbtn_05.png);
}

.pc-banner .btnn-p:hover.prev {
	left: 3%;
	background: url(../images/bannerbtnhover_03.png);
}

.pc-banner .btnn-p:hover.next {
	right: 3%;
	background: url(../images/bannerbtnhover_05.png);
}

.pc-banner .swiper-pagination {
	bottom: 6%;
}

.pc-banner .swiper-pagination span {
	border: 1px solid #fff;
	opacity: 1;
	background: #fff;
	width: 10px;
	height: 10px;
}

.pc-banner .swiper-pagination span.swiper-pagination-bullet-active {
	border: 1px solid #e60012;
	background: #e60012
}

@media only screen and (max-width: 1600px) {

.pc-banner {
	height: 540px;
}
}

@media only screen and (max-width: 1440px) {

.pc-banner {
	height: 500px;
}
}

@media only screen and (max-width: 1280px) {

.pc-banner {
	height: 460px;
}
}

@media only screen and (max-width: 1024px) {

.pc-banner {
	height: 360px;
}
}

@media only screen and (max-width: 800px) {

.pc-banner {
	height: 320px;
}
}

@media only screen and (max-width: 650px) {

.pc-banner .btnn-p {
	display: none;
}

.pc-banner {
	height: 260px;
}
}

@media only screen and (max-width: 500px) {

.pc-banner {
	height: 200px;
}
}

@media only screen and (max-width: 400px) {

.pc-banner {
	height: 180px;
}
}

@media only screen and (max-width: 374px) {

.pc-banner {
	height: 170px;
}
}

@media only screen and (max-width: 359px) {

.pc-banner {
	height: 155px;
}
}

/*banner end*/

/*index-main*/
.index-main {
}

.index-main:after {
	content: "";
	display: block;
	clear: both;
}

.index-main .left:after {
	content: "";
	display: block;
	clear: both;
}

.index-main .left a {
	display: block;
	height: 213px;
	position: relative;
	float: left;
	width: 50%;
}

.index-main .left a.href1 {
	background-color: #fff;
	background-image: url(../images/index_11.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.index-main .left a.href2 {
	background-color: #679ce2;
	background-image: url(../images/index_14.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.index-main .left a.href1 .bbt {
	position: absolute;
	left: 55.8%;
	top: 30px;
}

.index-main .left a.href1 .bbt .cn {
	font-weight: bold;
	color: #e60012;
	font-size: 14px;
	margin-top: 8px;
}

.index-main .left a.href2 .bbt {
	position: absolute;
	left: 55.8%;
	top: 48px;
}

.index-main .left a.href2 .bbt .cn {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	margin-top: 8px;
}

.index-main .left a.href2 .bbt .href {
	height: 38px;
	border-radius: 19px;
	width: 110px;
	margin: 10px 0 0 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
	line-height: 38px;
	text-align: center;
}

.index-main .left a.href2 .bbt .href span {
	display: inline-block;
	height: 38px;
	padding-left: 26px;
	background: url(../images/zi_03.png) left no-repeat;
	color: #484848;
	font-weight: bold;
	font-size: 12px;
}

.index-main .left a .bbt .en {
	font-family: 'dincond-regular';
	color: rgba(0,0,0,.35);
	font-size: 26px;
	font-weight: bold;
}

/**/
.index-main .right .up {
	height: 213px;
	border-left: 1px solid #f1f1f1;
	background: #fff;
}

.index-main .right .up .newsbox {
	float: left;
	height: 213px;
	width: 50%;
	padding: 0 0 0 4%;
}

.index-main .right .up .news1 {
	padding-top: 17px;
}

.index-main .right .up .news1 .bbt {
	height: 52px;
	border-bottom: 2px solid #dedfe2;
	line-height: 50px;
	position: relative;
	overflow: hidden;
}

.index-main .right .up .news1 .bbt .href {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 52px;
	font-weight: bold;
	color: #909090;
}

.index-main .right .up .news1 .bbt .hd ul li {
	display: inline-block;
	height: 52px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 20px 0 0;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.index-main .right .up .news1 .bbt .hd ul li.on {
	color: #e60012;
	border-bottom: 2px solid #e60012;
}

.index-main .right .up .news1 .list {
	margin-top: 17px;
	height: 96px;
	overflow: hidden;
	width: 100% !important;
}

.index-main .right .up .news1 .list ul {
	width: 100% !important;
	display: block;
}

.index-main .right .up .news1 .list ul li {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.index-main .right .up .news1 .list ul li a {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 12px;
}

.index-main .right .up .news1 .list ul li a:hover {
	color: #e60012;
}

.index-main .right .up .news1 .list ul li a span {
	float: right;
	margin-left: 10px;
	opacity: .8;
}

/**/
.index-main .right .up .news2 {
	padding-right: 42px;
}

.index-main .right .up .news2 .swiper-slide {
	padding-top: 31px;
}

.index-main .right .up .news2 .swiper-slide a {
	display: block;
}

.index-main .right .up .news2 .swiper-slide a .rq {
	font-size: 30px;
	font-family: 'dincond-regular';
	color: #e60012;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
}

.index-main .right .up .news2 .swiper-slide a .title {
	line-height: 43px;
	height: 43px;
	font-size: 16px;
	color: #484848;
	font-weight: bold;
	overflow: hidden;
}

.index-main .right .up .news2 .swiper-slide a .demo {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}

.index-main .right .up .news2 .swiper-slide a .href {
	font-weight: bold;
	padding-left: 28px;
	height: 20px;
	position: relative;
	margin-top: 8px;
	color: #909090;
	line-height: 20px;
}

.index-main .right .up .news2 .swiper-slide a .href:before {
	content: "";
	display: block;
	clear: both;
	border: 2px solid #e60012;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: .8;
}

.index-main .right .up .news2 .swiper-slide a .href:after {
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #e60012;
	border-right: 1px solid #e60012;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -2px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.index-main .right .up .news2 .swiper-pagination span {
	border: 1px solid #dcdcdc;
	opacity: 1;
	background: #dcdcdc;
	width: 10px;
	height: 10px;
}

.index-main .right .up .news2 .swiper-pagination span.swiper-pagination-bullet-active {
	border: 2px solid #e60012;
	background: #fff;
}

@media only screen and (min-width: 1280px) and (max-width: 1920px) {

.index-main .right .up .newsbox {
	max-width: 447px;
}

.index-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
}

.index-main .right {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	max-width: -moz-calc(100% - 430px);
	max-width: -ms-calc(100% - 430px);
	max-width: -o-calc(100% - 430px);
	max-width: -webkit-calc(100% - 430px);
	max-width: calc(100% - 430px);
}

.index-main .left {
	width: 430px;
	min-width: 430px;
}

.index-main .left a {
	width: 100%;
	float: none;
}
}

.index-main .right .down {
	height: 213px;
	max-width: 100%;
}

.index-main .right .down .swiper-slide {
	width: 16.666666666666%;
	border-left: 1px solid #e3e3e3;
}

.index-main .right .down .swiper-slide a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	position: inherit;
	background: #fbfbfb;
	font-weight: bold;
	color: #728bbc;
	font-size: 14px;
}

.index-main .right .down .swiper-slide a:hover {
	color: #fff;
	background: #000;
}

.index-main .right .down .swiper-slide a:hover .bg {
	opacity: .55;
}

.index-main .right .down .swiper-slide a:hover .tu img.bai {
	opacity: 1;
}

.index-main .right .down .swiper-slide a:hover .tu img.lan {
	opacity: 0;
}

.index-main .right .down .swiper-slide a .bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
}

.index-main .right .down .swiper-slide a .bbt {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.index-main .right .down .swiper-slide a .tu {
	height: 80px;
	position: relative;
	width: 100%;
	margin-bottom: 23px;
}

.index-main .right .down .swiper-slide a .tu img {
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.index-main .right .down .swiper-slide a .tu img.bai {
	z-index: 1;
	opacity: 0;
}

@media only screen and (max-width: 800px) {

.index-main .right .down {
	height: 180px;
}

.index-main .left a {
	height: 180px;
}

.index-main .left a.href2 .bbt {
	top: 20px;
}

.index-main .left a.href1 .bbt {
	top: 20px;
}
}

@media only screen and (max-width: 700px) {

.index-main .right .up {
	height: auto;
}

.index-main .right .up .newsbox {
	width: 100%;
	padding: 0 3%;
	float: none;
}

.index-main .right .up .newsbox.news2 {
	height: 180px;
}

.index-main .right .up .news2 .swiper-slide {
	padding-top: 0px;
}
}

@media only screen and (max-width: 600px) {

.index-main .left a.href1 .bbt {
	left: 40% !important;
}

.index-main .left a.href2 .bbt {
	left: 50% !important;
}

.index-main .right .down .swiper-slide a .tu {
	margin-bottom: 13px;
}

.index-main .right .down {
	height: 150px;
}

.index-main .left a {
	width: 100%;
}
}

/*index-main end*/



/*zi-banner*/
.zi-banner {
	height: 190px;
	background-size: cover;
	position: relative;
}

.zi-banner .main {
	height: 100%;
	width: 94%;
	max-width: 1200px;
	position: relative;
	margin: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.zi-banner .main .lou {
	right: 0px;
	bottom: 0px;
	position: absolute;
	display: block;
	height: 83%;
	-moz-transition-delay:.5s;
-ms-transition-delay:.5s;
-o-transition-delay:.5s;
-webkit-transition-delay:.5s;
transition-delay:.5s;
	opacity: 0;
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.zi-banner .main.on .lou {
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.zi-banner .main .title{ width:100%; position:relative; z-index:1;font-size:36px;}
.zi-banner .main .title .cn{  color:rgba(0,47,167,.55); opacity:0;
-moz-transform:translateX(-30px);
-ms-transform:translateX(-30px);
-o-transform:translateX(-30px);
-webkit-transform:translateX(-30px);
transform:translateX(-30px);
}
.zi-banner .main .title .en{ color:rgba(0,0,0,.2);
-moz-transition-delay:.3s;
-ms-transition-delay:.3s;
-o-transition-delay:.3s;
-webkit-transition-delay:.3s;
transition-delay:.3s;

opacity:0;
-moz-transform:translateX(-30px);
-ms-transform:translateX(-30px);
-o-transform:translateX(-30px);
-webkit-transform:translateX(-30px);
transform:translateX(-30px);

}
.zi-banner .main.on .title .cn,.zi-banner .main.on .title .en{ opacity:1;
-moz-transform:translateX(0px);
-ms-transform:translateX(0px);
-o-transform:translateX(0px);
-webkit-transform:translateX(0px);
transform:translateX(0px);


}

@media only screen and (max-width: 600px) {
.zi-banner .main .lou{ right:-20px; height:60%;}	
.zi-banner .main .title{ font-size:26px;}	
.zi-banner .main .title .cn{  color:rgba(0,47,167,.8);

}
.zi-banner .main .title .en{ color:rgba(0,0,0,.4);	
}
}
/*zi-banner end*/

/*内页公共*/
/*weizhi*/
#weizhi{ background:#fff; height:57px; border-bottom:1px solid #e2e5e6; position:relative; overflow:hidden;}
#weizhi .main:after{ content:""; width:258px; height:100%; display:block; border-left:1px solid #e2e5e6; top:0px; right:0px; position:absolute;}
#weizhi .main.noline:after{ display:none;}
#weizhi .main{ height:56px; line-height:56px; width:94%; max-width:1200px; margin:auto; font-weight:bold; font-size:12px; position:relative;}
#weizhi .main .ico{ width:58px; height:56px;border-right:1px solid #e2e5e6; border-left:1px solid #e2e5e6; background-position:center; background-repeat:no-repeat; float:left; margin-right:20px; display:block;}
#weizhi .main .ico.home{ background-image:url(../images/homeico_07.png);}
#weizhi .main span{ width:30px; display:inline-block; position:relative; height:100%;}
#weizhi .main span:after{ content:""; clear:both; width:0px; height:0px; display:block; position:absolute; border-width:3px; border-style:solid; border-color: transparent transparent transparent #838383; top:50%; left:50%; margin:-3px -1.5px;}
#weizhi .main a{ color:#838383; cursor:pointer;}
#weizhi .main a:hover,#weizhi .main a.on{ color:#E60012;}
/**/
#zi-main{ background:#f5f5f8; position:relative;}
#zi-main .main{ max-width:1200px; margin:auto; width:94%;}
#zi-main .main .left{ padding:40px 0;}
#zi-main .main .left .zi-type{ color:#002fa7;
margin-bottom:40px;
	
	}
#zi-main .main .left .zi-type .cn{ font-size:18px;}	
#zi-main .main .left .zi-type .en{ font-size:32px; opacity:.3;}	
#zi-main .main .left .zi-content .view{  line-height:2; overflow:hidden; font-weight:300;}



#zi-main .main .right{ display:none;}
.zi-more{ height:50px; display:block; background:#fff; position:relative; box-shadow:0 2px 3px rgba(0,0,0,.075); clear:both; padding-top:10px; cursor:pointer;}

.zi-more span{ width:29px; height:29px; position:relative; display:block; border-radius:100%; background:#e60012; margin:auto;}
.zi-more span:before{ display:block; content:""; width:1px; height:50%; background:#fff; position:absolute; top:25%; left:50%;}
.zi-more span:after{content:""; display:block; width:4px; height:4px; position:absolute; border-bottom:1px solid #fff; border-left:1px solid #fff; bottom:20%; left:50%; margin-left:-2px; 
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg); }
.zi-more:hover{
	background:#e60012;
	}
.zi-more:hover span	{ background:#fff;}
.zi-more:hover span:before{ background:#e60012;}
.zi-more:hover span:after{ border-bottom:1px solid #e60012; border-left:1px solid #e60012;
 }	

@media only screen and (min-width: 801px) and (max-width: 1920px) {
#zi-main .main{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal;
	
	}	
#zi-main .main .left{
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
	max-width: -moz-calc(100% - 299px);
    max-width: -ms-calc(100% - 299px);
    max-width: -o-calc(100% - 299px);
    max-width: -webkit-calc(100% - 299px);
    max-width: calc(100% - 299px);
	}	
#zi-main .main .right{ border-left:1px solid #e2e5e6; border-right:1px solid #e2e5e6; width:259px; margin-left:40px; display:block;}
#zi-main .main .right dl dd{ display:block; height:48px; overflow:hidden; line-height:47px; border-bottom:1px solid #e2e5e6; position:relative;}	
#zi-main .main .right dl dd a{ display:block; height:47px; overflow:hidden; padding:0 20px; font-weight:bold; font-size:14px; color:#606060; position:relative; z-index:2;}

#zi-main .main .right dl dd:after{ content:""; height:100%; position:absolute; display:block; top:0px; left:0px; background:#002fa7; opacity:0; width:0px;}

#zi-main .main .right dl dd a:hover,#zi-main .main .right dl dd.on a{  color:#fff;}

#zi-main .main .right dl dd:hover:after,#zi-main .main .right dl dd.on:after{ width:100%; opacity:1;}



#zi-main .main .right dl:hover dd.on a{ color:#606060;}
#zi-main .main .right dl:hover dd.on:after{ width:0%; opacity:0;}
#zi-main .main .right dl:hover dd.on a:hover{ color:#fff;}
#zi-main .main .right dl:hover dd.on:hover:after{ width:100%; opacity:1;}


}
@media only screen and (max-width: 1275px) {
#weizhi .main .ico{ margin-left:-3%;}	
	
}
@media only screen and (max-width: 1024px) {

#weizhi .main:after{ display:none;}	
}

/*内页公共 end*/


/*走进华强*/
/*董事长专用*/
#zi-main .main .left .zi-content .view.dsz{ padding-right:45%; background-image:url(../images/gb_03.png); background-position:90% 0; background-repeat:no-repeat; }
/*成员*/
.mountainleft{ background-image:url(../images/cy_03.png); background-repeat:no-repeat; background-position:left bottom;}
.mountainright{ background-image:url(../images/cy_06.png); background-repeat:no-repeat; background-position:right bottom;}
.member-box{}
.member-box .bt{ margin-bottom:30px;}
.member-box .bt .cn{ font-size:30px; color:#002fa7;}
.member-box .bt .en{ font-size:36px; color:#e60012; opacity:.3;}
.member-box .member-href{ border-bottom:1px solid #e2e5e6; padding-bottom:30px; margin-bottom:30px;}
.member-box .member-href a{ display:inline-block; margin-right:36px; margin-bottom:10px; line-height:20px; cursor:pointer; font-weight:bold;}
.member-box .member-href a.on{ color:#e60012;}
.member-box .member-son{ display:none;}
.member-box .member-son a{ line-height:30px; margin-bottom:5px; position:relative; display:inline-block; margin-right:26px; font-size:12px; color:#7d7d7d; cursor:pointer;}
.member-box .member-son a:hover{ font-weight:bold;}
.member-box .member-son a:after{ content:""; width:0px; bottom:0px; position:absolute; left:0px; height:1px; background:#e60819;}
.member-box .member-son a:hover:after{ width:100%;}
.member-lan{ background:#46465e; padding:74px 0;}
.member-lan .main{ line-height:2; overflow:hidden; color:#b3afae; width:94%; margin:auto; max-width:1200px; background-image:url(../images/cy_11.png); background-position:top right; background-repeat:no-repeat;}
.member-lan .main a{ color:#b3afae;}
/*时间轴*/
.timeline{
	
	}
.timeline ul li{ display:block; overflow:hidden; position:relative; margin-bottom:40px;}	
.timeline ul li .text{ line-height:1.8; color:#707070;}
.timeline ul li .year{ color:#e60012; font-size:50px; line-height:54px;}
.timeline .timelinemore{ width:29px; height:29px; position:relative; display:block; border-radius:100%; background:#e60012; margin:auto;}
.timeline .timelinemore:before{ display:block; content:""; width:1px; height:50%; background:#fff; position:absolute; top:25%; left:50%;}
.timeline .timelinemore:after{content:""; display:block; width:4px; height:4px; position:absolute; border-bottom:1px solid #fff; border-left:1px solid #fff; bottom:20%; left:50%; margin-left:-2px; 
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg); }
@media only screen and (min-width: 601px) and (max-width: 1920px) {
.timeline ul li{display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal; margin-bottom:0px;}
.timeline ul li .text{
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
	padding-left:20px; position:relative;
	padding-top:15px;
	}
.timeline ul li .text:before{ display:block; content:""; width:6px; height:6px; border-top:1px solid #707070;border-right:1px solid #707070; position:absolute; left:0px; top:23px; -moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);}		
.timeline ul li .year{ padding-right:48px; min-width:128px; width:29%; color:#e60012; font-size:50px; line-height:54px; position:relative;}
.timeline ul li .year:before{ content:""; width:1px; position:absolute; height:100%; top:0px; right:23px; background:#e2e5e6; display:block;}	
.timeline ul li:nth-child(1) .year:before{ top:20px;}
.timeline ul li .year:after{content:""; display:block; position:absolute; width:11px; height:11px; border-radius:100%; background:#fff; border:3px solid #d9d9de; top:20px; right:15px; z-index:1;}	
.timeline ul li:hover .year:after{border:3px solid #e60012; }


.timeline .timelinemore{ 
margin-left:-moz-calc(29% - 39px);
margin-left:-ms-calc(29% - 39px);
margin-left:-o-calc(29% - 39px);
margin-left:-webkit-calc(29% - 39px);
margin-left:calc(29% - 39px);}
}
/*领导关怀*/
.carelist{
	
	}
.carelist:after{ content:""; display:block; clear:both;}	
.carelist .item{ display:block; float:left; width:32%; margin:0 2% 5% 0;}
.carelist .item:nth-child(3n){ margin-right:0px;}
.carelist .item a{ display:block; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.175); padding-bottom:10px; color:#838282;}
.carelist .item a .tu{ background-position:center; background-repeat:no-repeat; background-size:cover;}
.carelist .item a .tu img.bbg{ display:block; opacity:0; width:100%;}
.carelist .item a .title{ margin:10px 10px 0; font-size:12px; line-height:20px; height:40px; overflow:hidden;}
.carelist .item a:hover{
	transform:scale(1.02);
	
	}
@media only screen and (max-width: 1024px) {
/*董事长专用*/
#zi-main .main .left .zi-content .view.dsz{ padding:0 0 100px 0; background-image:url(../images/gb_03.png); background-position:bottom right; background-repeat:no-repeat; background-size:auto 180px; }
/*成员*/
.member-lan{ padding:6% 0;}
.member-lan .main{ background-size:300px auto;}
}
@media only screen and (max-width: 600px) {
/*成员*/
.member-lan{ padding:8% 0;}
.carelist .item,.carelist .item:nth-child(3n){width:48.5%; margin:0 3% 5% 0;}
.carelist .item:nth-child(2n){ margin-right:0px;}
.carelist .item a:hover{
	transform:scale(1);
	
	}

}
@media only screen and (max-width: 400px) {
.carelist .item,.carelist .item:nth-child(3n){width:100%; margin:0 0% 5% 0;}	
}


/*走进华强 end*/

/*联系华强*/
.feedback{ width:47.5%; margin-left:20px; min-width:420px; padding-top:140px; padding-bottom:40px;}
.input-box{ margin-bottom:8px; min-height:45px;}
.input-box:after{ content:""; clear:both; display:block;}
.input-box input[type="text"]{ width:100%; height:45px; border:1px solid #e1e1e5; padding:0 10px; background:#fff; line-height:43px;}
.input-box.ban input[type="text"]{ width:calc((100% - 8px) / 2); float:left; margin-right:8px;}
.input-box.ban input[type="text"]:nth-child(2){ margin-right:0px;}
.input-box textarea{ border:1px solid #e1e1e5; padding: 10px; background:#fff; width:100%; height:130px; line-height:26px;}
.input-box button{ width:70px; height:45px; color:#fff; cursor:pointer; border:0px; background:#002fa7; border-radius:4px; float:right;}
.contact-map{ border-top:1px solid #e2e5e6; height:410px;}
@media only screen and (max-width: 800px) {
.feedback{ min-width:100%; margin-left:0px; padding-top:0px;}	

}
@media only screen and (max-width: 400px) {
.contact-map{  height:300px;}	
}
/*联系华强 end*/

/*华强动态*/
.news-list:after{ content:""; display:block; clear:both;}
.news-list .rq-big{ display:none;}

.news-list .item a .view-text .rq{ color:#e60012; font-size:24px; height:40px; line-height:40px; overflow:hidden;}
.news-list .item{ border-bottom:1px solid #e3e5e7; margin-bottom:22px;}
.news-list .item .title{ font-size:16px; color:#424242; font-weight:bold; line-height:40px; height:40px; overflow:hidden;}
.news-list .item .tu{ width:220px;}
.news-list .item .tu .tu-show img.bbg{ display:block; width:100%; opacity:0;}
.news-list .item .tu .tu-show{ background-position:center; background-repeat:no-repeat; background-size:cover;}
.news-list .item .demo{ font-size:12px; color:#7b7b7b; line-height:22px; height:66px; overflow:hidden;}
.zi-more.news-more{ background:#e3e5e7; box-shadow:none;}
.zi-more.news-more span{ background:none; border:2px solid #e60012;}
.zi-more.news-more span:before{  width:2px; background:#e60012; margin-left:-1px;}
.zi-more.news-more span:after{border-bottom:2px solid #e60012; border-left:2px solid #e60012;margin-left:-3px; 

}
.zi-more.news-more:hover{ background:#e60012;}
.zi-more.news-more:hover span{ border:2px solid #fff;}
.zi-more.news-more:hover span:before{   background:#fff; }
.zi-more.news-more:hover span:after{border-bottom:2px solid #fff; border-left:2px solid #fff;

}
/*详情*/
.newsview{ position:relative; padding-bottom:40px;}

	.newsview .rq-big{ display:none;}
	.newsview .rq-big .big{ font-size:48px; line-height:50px;}
	.newsview .rq-big .small{ font-size:24px; line-height:24px;}
.newsview .title{ color:#424242; font-size:18px; line-height:1.6; margin-bottom:10px;}	
.newsview .xx{ font-size:12px; color:#949494; line-height:20px; margin-bottom:25px;}
.newsview .xx span{ display:inline-block; margin-right:20px;}
.newsview .xx .bshare-custom {display:inline-block;}
.newsview .xx .bshare-custom a{ padding:0px; margin:0px; width:20px; height:20px; margin-right:5px;}
.newsview .xx .bshare-custom a.bshare-weixin{ background:url(../images/shareico_03.png);}
.newsview .xx .bshare-custom a.bshare-sinaminiblog{ background:url(../images/shareico_05.png);}
.newsview .xx .bshare-custom a.bshare-qzone{ background:url(../images/shareico_07.png);}
.newsview .xx .bshare-custom a.bshare-qqim{ background:url(../images/shareico_09.png);}
.newsviewbottom{ background:#e9ebee; padding:15px;}
.newsviewbottom:after{ content:""; clear:both; display:block;}
.newsviewbottom div{line-height:20px; overflow:hidden; height:20px; color:#717171; font-size:12px;}
.newsviewbottom div a{ color:#717171;}
.newsviewbottom div a:hover{ color:#e60012}

@media only screen and (min-width: 600px){
	.newsviewbottom div{width:47%; float:left;}
	.newsviewbottom div:nth-child(2){ float:right;}
	/*详情*/
	.newsview{ padding-left:117px;}
	.newsview .xx span.rq{ display:none;}
	.newsview .title{ font-weight:bold; font-size:20px;}	
	.newsview .rq-big{ display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; width:90px; height:90px; background:#002fa7; color:rgba(255,255,255,.6); text-align:center; position:absolute; left:0px; top:0px;}
	/**/
	.news-list .item:nth-child(1) a{
		-ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
		}
		
	.news-list .item:nth-child(1) a .tu{ min-width:260px; width:44%; margin-left:25px;}
	.news-list .item:nth-child(1) a .view-text{ margin-left:0px;}
	.news-list .item:nth-child(1) a .view-text .rq{ display:none;}
	.news-list .item:nth-child(1) a .view-text{ padding-left:115px; position:relative;}
	.news-list .item:nth-child(1) a .view-text .title{ line-height:22px; max-height:44px; height:auto; overflow:hidden; margin-bottom:5px;}
	.news-list .item:nth-child(1) .rq-big{ display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; width:90px; height:90px; background:#002fa7; color:rgba(255,255,255,.6); text-align:center; position:absolute; left:0px; top:0px;}
	
	.news-list .item:nth-child(1) .rq-big .big{ font-size:48px; line-height:50px;}
	.news-list .item:nth-child(1) .rq-big .small{ font-size:24px; line-height:24px;}
	
	.news-list .item:nth-child(1) a .view-text .more{ width:100%; height:55px; position:absolute; left:0px; bottom:0px; top:auto; opacity:1; background:#e4e7ea;}	
.news-list .item:nth-child(1) a .view-text .more	span{border:3px solid #e60012; }
.news-list .item:nth-child(1) a .view-text .more	span:before{ background:#e60012;  box-shadow:6px 0 0 #e60012;}
.news-list .item:nth-child(1) a .view-text .more	span:after{background:#e60012;  box-shadow:-6px 0 0 #e60012;}
.news-list .item:nth-child(1) a .view-text .demo{ line-height:22px; max-height:110px; overflow:hidden; height:auto;}
.news-list .item:nth-child(1) a:hover .more{
	background:#e60012;
	width:100% !important;
	
	}
.news-list .item:nth-child(1) a:hover .view-text .more	span{border:3px solid #fff; }
.news-list .item:nth-child(1) a:hover .view-text .more	span:before{ background:#fff;  box-shadow:6px 0 0 #fff;}
.news-list .item:nth-child(1) a:hover .view-text .more	span:after{background:#fff;  box-shadow:-6px 0 0 #fff;}	
@media only screen and (max-width: 800px){
.news-list .item:nth-child(1) a .view-text .demo{ max-height:66px;}	
}
}




@media only screen and (min-width: 400px){
.news-list .item{ display:block; padding:0px 0 22px;}	
.news-list .item a{ display:block;
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal;
	

}
.news-list .item a .view-text{
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
	margin-left:18px;
	position:relative;
	}	
	
	
.news-list .item a .view-text .more{ width:0px; 
height:-moz-calc(100% + 44px);
height:-o-calc(100% + 44px);
height:-ms-calc(100% + 44px);
height:-webkit-calc(100% + 44px);
height:calc(100% + 44px); background:#e60012; position:absolute; right:0px; top:-22px; opacity:0; overflow:hidden;}	
.news-list .item a .view-text .more	span{ width:38px; height:38px; border-radius:100%; border:3px solid #fff; display:block; position:absolute; top:50%; left:50%; margin:-19px;}
.news-list .item a .view-text .more	span:before{ width:4px; height:4px; border-radius:100%; background:#fff; content:""; display:block; position:absolute; left:50%; top:50%; margin:-2px; box-shadow:6px 0 0 #fff;}
.news-list .item a .view-text .more	span:after{ width:4px; height:4px; border-radius:100%; background:#fff; content:""; display:block; position:absolute; left:50%; top:50%; margin:-2px; box-shadow:-6px 0 0 #fff;}
.news-list .item a:hover .view-text .more{ opacity:1; width:110px;}

@media only screen  and (max-width: 599px){
.news-list .item a .view-text .more{ display:none;}	
.news-list .item .tu{ width:170px;}
.news-list .item a .view-text .rq{ line-height:30px; height:30px;}
.news-list .item a .view-text .title{ font-size:15px; font-weight:400; line-height:20px; height:40px; margin-bottom:3px;}
.news-list .item a .view-text .demo{ line-height:20px; height:40px; overflow:hidden;}

	}

}
@media only screen  and (max-width: 399px){
.news-list .item .tu{ width:100%; margin-bottom:8px;}	
.news-list .item a .view-text .rq{ line-height:30px; height:30px; font-size:22px;}
.news-list .item a .view-text .title{ max-height:100px;height:auto; line-height:26px; font-weight:400; margin-bottom:8px;}
.news-list .item a .view-text .demo{ height:auto;max-height:140px; line-height:20px;}
.news-list .item{ padding-bottom:22px;}	
}

/*华强动态 end*/







/*产业布局*/
.industry-banner {
	height: 400px;
	background-size: cover;
	position: relative;
	margin:auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.industry-banner .title{ width:100%; position:relative; z-index:1;font-size:36px; color:#fff; text-align:center; text-shadow:1px 1px 2px rgba(0,0,0,.1);}
@media only screen  and (max-width: 800px){
.industry-banner {
	height: 300px;}	
}
@media only screen  and (max-width: 600px){
.industry-banner {
	height: 240px;}	
.industry-banner .title{ font-size:28px;}	
}
@media only screen  and (max-width: 400px){
.industry-banner {
	height: 220px;}	
.industry-banner .title{ font-size:22px;}	
}
.industry-main{ padding:40px 0 0; background:#fff;}
.industry-main .list{ width:94%; max-width:1000px;
background-image:url(../images/cpt_03.jpg); background-position:bottom; background-size:100% auto; background-repeat:no-repeat; margin:auto;
}
.industry-main .list ul{ display:block;}
.industry-main .list ul li{ display:block; width:20%; float:left; text-align:center;}
.industry-main .list ul li a{ display:inline-block; position:relative; padding-bottom:5px;}
.industry-main .list ul li a:after{ content:""; display:block; height:5px; background:#e60012; bottom:0px; left:50%;
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
opacity:0;
width:0px;
position:absolute;

}

.industry-main .list ul li a:hover:after,.industry-main .list ul li.on a:after{ opacity:1; width:100%;}
.industry-main .list ul:hover li.on a:after{ opacity:0; width:0px;}
.industry-main .list ul:hover li.on a:hover:after{ opacity:1; width:100%;}
.industry-main .list:after,.industry-main .list ul:after{ content:""; display:block; clear:both;}
.industry-main .list ul li a .tu{ width:80px; height:80px; margin:auto;}
.industry-main .list ul li a .tu img{ display:block; width:100%; height:100%;}
.industry-main .list ul li a .title{ height:42px; 
overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align:center;
	font-size:13px; color:#535353; font-weight:bold;




}
/*产业底部五格*/
.five-box{ margin-top:30px;}
.five-box:after{ content:""; clear:both; display:block;}
.five-box .box{ position:relative; float:left; width:25%; background-position:center; background-repeat:no-repeat; background-size:cover;
-moz-transition:all 2s, margin .5s, width .5s, height .5s;
-ms-transition:all 2s, margin .5s, width .5s, height .5s;
-o-transition:all 2s, margin .5s, width .5s, height .5s;
-webkit-transition:all 2s, margin .5s, width .5s, height .5s;
transition:all 2s, margin .5s, width .5s, height .5s;


}
.five-box .box .text-box{ position:absolute; width:100%; height:100%; left:0px; top:0; z-index:1;overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; padding:5% 5% 5% 12%;}
.five-box .box .text-box .text{ width:100%;}
.five-box .box .text-box .text .en{ font-size:30px; color:rgba(255,255,255,.3);}	
.five-box .box .text-box .text .cn{ font-size:16px; color:#fff; line-height:1.4; margin-top:5%;}
.five-box .box.img{
	-webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    
    filter: grayscale(80%);
	
	
	}
.five-box .box.img:hover{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);
	}	
.five-box .box .bbg{ display:block; opacity:0; width:100%;}
.five-box .box:nth-child(5){ margin-left:50%;}
@media only screen  and (max-width: 1024px){
.five-box .box .text-box .text .en{ font-size:26px;}	
.five-box .box .text-box .text .cn{ font-size:14px;}	
.five-box .box.img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);
	}	
}
@media only screen  and (max-width: 800px){
.industry-main .list ul li a .tu{ width:60px; height:60px; }	
.five-box .box .text-box .text .en{ font-size:22px;}	
.five-box .box .text-box .text .cn{ font-size:12px;}
}
@media only screen  and (max-width: 600px){
.industry-main .list ul li{ width:33.333333333%; margin-top:10px;}	
.industry-main{ padding-top:4%;}
.five-box .box{ width:50%;}
.five-box .box:nth-child(5){ margin-left:0%;}
}
@media only screen  and (max-width: 360px){
.five-box .box .text-box .text .en{ font-size:20px;}	
.five-box .box .text-box .text .cn{ font-size:10px;}	
}
/*产业布局 end*/


/*企业文化*/
.society-list{ margin:30px 0 0;}
.society-list .bt{ height:42px; border-bottom:1px solid #dedfe1; position:relative; margin-bottom:25px;}
.society-list .bt a{ display:inline-block; height:42px;border:1px solid #dedfe1;border-bottom:1px solid #f5f5f8; position:absolute; left:0px; top:0px; background:##dedfe1; line-height:40px; padding:0 20px;}
.society-list-gun{ padding:0 30px;}
.society-list-gun .btn{ width:30px; height:100%; position:absolute; top:0px; background:#f5f5f8; z-index:5; cursor:pointer;}
.society-list-gun .btn.prev{ left:0px;}
.society-list-gun .btn.prev:after{ width:8px; height:8px; content:""; display:block; border-top:2px solid #e60617; border-left:2px solid #e60617;
left:3px; top:50%; position:absolute; margin-top:-5px; 
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);



}
.society-list-gun .btn.next{ right:0px;}
.society-list-gun .btn.next:after{ width:8px; height:8px; content:""; display:block; border-top:2px solid #e60617; border-right:2px solid #e60617;
right:3px; top:50%; position:absolute; margin-top:-5px; 
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);



}
.society-list-gun .btn.next{ right:0px;}
.society-list-gun .swiper-slide{ width:20%; text-align:center; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1)}
.society-list-gun .swiper-slide .tu{ background-position:center; background-repeat:no-repeat; background-size:cover;}
.society-list-gun .swiper-slide .tu img.bbg{ opacity:0; display:block; width:100%;}
.society-list-gun .swiper-slide .title{ padding:8px 10px; font-size:12px; }
/**/
.activity-list:after{ content:""; display:block; clear:both;}
.activity-list .item{ margin-bottom:14px; }
.activity-list .item a { display:block; background:#e9ebee; position:relative; overflow:hidden;}
.activity-list .item a .tu{ 
 background-position:center; background-repeat:no-repeat; background-size:cover;
}
.activity-list .item a .tu img.bbg{ display:block; width:100%; opacity:0;}	
.activity-list .item a .text { padding:15px ;}
.activity-list .item a .text .title{ color:#002fa7; font-size:14px; font-weight:bold;  line-height:26px; overflow:hidden;}
.activity-list .item a .text .xx{ line-height:26px; font-size:12px; color:#888888; height:26px; overflow:hidden; margin-bottom:3px;}
.activity-list .item a .text .demo{ line-height:22px;  font-size:12px; overflow:hidden; color:#403f3f;}
.activity-list .item a:hover{ box-shadow:0 0 5px rgba(0,0,0,.1);}
.daty-rq{ color:#e60012; font-size:40px;}

@media only screen  and (min-width: 400px){
.activity-list .item a .text .demo{height:44px;}	
.activity-list .item a .text .title{height:26px;}
.activity-list .item{  margin-bottom:14px; }	
.activity-list .item a{ 
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal;
	

}
.activity-list .item a .text{
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
	padding:20px;
	position:relative;
	}	
.activity-list .item a .tu { height:142px;}	
.activity-list .item a .tu img.bbg{ display:block; height:100%; opacity:0; width:auto;}	
.activity-list .item a .more{ width:0px; height:100%; background:#e60012; position:absolute; right:0px; top:0px; opacity:0; overflow:hidden; z-index:10;}	
.activity-list .item a .more	span{ width:38px; height:38px; border-radius:100%; border:3px solid #fff; display:block; position:absolute; top:50%; left:50%; margin:-19px;}
.activity-list .item a .more	span:before{ width:4px; height:4px; border-radius:100%; background:#fff; content:""; display:block; position:absolute; left:50%; top:50%; margin:-2px; box-shadow:6px 0 0 #fff;}
.activity-list .item a .more	span:after{ width:4px; height:4px; border-radius:100%; background:#fff; content:""; display:block; position:absolute; left:50%; top:50%; margin:-2px; box-shadow:-6px 0 0 #fff;}
.activity-list .item a:hover .more{ opacity:1; width:110px;}	

}
@media only screen  and (max-width: 600px){
.activity-list .item a .tu{ width:auto; height:100px;

}
.activity-list .item a .text{ padding:10px 20px;}
.activity-list .item a .text .demo{ height:22px;}	
.activity-list .item a .more{ display:none;}
.daty-rq{ font-size:30px;}
}
/*企业文化 end*/


/*人力资源*/
.zp-list{}
.zp-list:after{ content:""; display:block; clear:both;}
.recruitment-type{ background:#e9ebee; margin-bottom:40px;}
.recruitment-type:after{ content:""; clear:both; display:block;}
.recruitment-type a{ display:inline-block; padding:0 18px; color:#3f3f49; font-size:12px; font-weight:bold; height:50px; line-height:50px; overflow:hidden; float:left;

}
.recruitment-type .list{ display:inline-block;}
.recruitment-type a:hover,.recruitment-type a.on{ color:#fff; background:#e60012;}
.recruitment-type .list:hover a.on{ color:#3f3f49; background:none;}
.recruitment-type .list:hover a.on:hover{color:#fff; background:#e60012;}
.zp-list .item{ display:block; padding:20px 120px 1px 24px; position:relative; background:#fff; margin-bottom:15px;}
.zp-list .item .kg{ background-color:#e9ebee; cursor:pointer; display:block; width:90px; height:100%; right:0px; top:0px; background-image:url(../images/jl_03.png); background-position:center; background-repeat:no-repeat; background-size:35% auto; position:absolute;}
.zp-list .item .title{ font-size:16px; color:#4f4f4f; font-weight:bold; margin-bottom:8px; line-height:1.6;}
.zp-list .item .xx{ color:#707070; font-weight:bold; font-size:12px; margin-bottom:20px; line-height:1.6;}
.zp-list .item .view{ font-size:12px; display:none; padding-bottom:40px;}
.zp-list .item:nth-child(1) .view{ display:block;}
.zp-list .item .send{ display:block; color:#fff; width:107px; height:40px; line-height:40px; cursor:pointer; background:#e60012; font-size:14px; margin-top:20px; text-align:center;}
@media only screen  and (max-width: 600px){
.zp-list .item .title{ font-size:14px;  font-weight:400;}	
.zp-list .item .kg{ width:40px; background-size:60% auto;}
.zp-list .item{ padding:15px 55px 1px 15px;}
.zp-list .item .xx{ font-size:11px; font-weight:400;}
.recruitment-type a{ font-weight:400; padding:0 14px; height:40px; line-height:40px;}
}
/*人力资源 end*/
/*搜索结果*/
.search-list{}
.search-list:after{ content:""; display:block; clear:both;}
.search-list .item{ display:block; }
.search-list .item a{ display:block;     display: block;
    height: auto;
    overflow: hidden;
    padding: 30px 120px 30px 50px;
    margin-bottom: 10px;
       background: #e9ebee;}
.search-list .item a .title{    color: #002fa7;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px; margin-bottom:5px;
    overflow: hidden;}	 
.search-list .item a .demo{ line-height:22px; color:#888; overflow:hidden;}	  
@media only screen  and (max-width: 1000px){
.search-list .item a{ padding:20px 6%;}	
}
@media only screen  and (max-width: 600px){
.search-list .item a .demo{ font-size:12px; max-height:66px;}	
}
/*搜索结果 end*/





/*******************************footer**********************************/
.footer .line {
	height: 5px;
	background: #e60012;
}

.footer .line:before {
	content: "";
	display: block;
	height: 5px;
	float: left;
	width: 38.05%;
	background: #00479d;
}

.footer .line:after {
	content: "";
	display: block;
	height: 5px;
	float: left;
	width: 12.38%;
	background: #000;
}

.footer .foot {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
}

.footer .foot:after {
	content: "";
	display: block;
	clear: both;
}

.footer .foot .left {
	float: left;
	width: 50%;
}

.footer .foot .left .item {
	display: inline-block;
	height: 37px;
	position: relative;
	line-height: 37px;
	padding-left: 47px;
	margin-right: 10px;
}
.footer .foot .left .item .list{ width:300px; padding:20px; background:#fff; position:absolute; bottom:120%; left:50%; margin-left:-150px; z-index:10; box-shadow:0 0 15px rgba(0,0,0,.175); font-size:12px;
-moz-transition-delay:.2s;
-ms-transition-delay:.2s;
-o-transition-delay:.2s;
-webkit-transition-delay:.2s;
transition-delay:.2s;
opacity: 0;
	-moz-transform: scale(0.00001);
	-ms-transform: scale(0.00001);
	-o-transform: scale(0.00001);
	-webkit-transform: scale(0.00001);
	transform: scale(0.00001);


}
.footer .foot .left .item.on .list{
-moz-transition-delay:0s;
-ms-transition-delay:0s;
-o-transition-delay:0s;
-webkit-transition-delay:0s;
transition-delay:0s;	
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;	
	}



.footer .foot .left .item .list:after{ content:""; display:block; width:0px; height:0px; border-width:5px; border-style:solid; border-color:#fff transparent transparent transparent; bottom:-10px; left:50%; margin-left:-5px; position:absolute;}
.footer .foot .left .item .list a{ display:block; height:30px; line-height:30px; overflow:hidden;}
.footer .foot .left .item .list a:hover{ color:#E60012;}

.footer .foot .left .item .pic {
	width: 37px;
	height: 37px;
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.footer .foot .left .item .ewm {
	position: absolute;
	left: 50%;
	bottom: 120%;
	width: 120px;
	margin-left: -60px;
	opacity: 0;
	z-index:10;
	-moz-transform: scale(0.00001);
	-ms-transform: scale(0.00001);
	-o-transform: scale(0.00001);
	-webkit-transform: scale(0.00001);
	transform: scale(0.00001);
	max-width: 200px;
}

.footer .foot .left .item:hover .ewm {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.footer .foot .left .item .bshare-custom {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.footer .foot .left .item .bshare-custom .bshare-more {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	opacity: 0;
}

/**/
.footer .foot .right {
	float: right;
	width: 50%;
	text-align: right;
	color: #939393;
	font-size: 12px;
	line-height: 2;
}

.footer .foot .right .content {
	overflow: hidden;
}

.footer .foot .right .href a {
	color: #939393;
	font-weight: bold;
	display: inline-block;
}

.footer .foot .right .href a:hover {
	color: #e60012;
	cursor: pointer;
}

.footer .foot .right .href b {
	margin: 0 10px;
}

#gotop {
	height: 50px;
	width: 50px;
	border-radius: 3px;
	background: #e60012;
	position: fixed;
	z-index: 20;
	right: 0px;
	bottom: 0%;
	cursor: pointer;
	display: none;
}

#gotop:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px -8px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width: 800px) {

.footer .foot .left .item {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 5px;
}
}

@media only screen and (max-width: 700px) {
.footer .foot .left .item .list{ padding:15px; width:220px; margin-left:-110px;}
.footer .foot .right {
	width: 100%;
	clear: both;
	text-align: left;
	margin-top: 15px;
}

.footer .foot .left {
	width: 100%;
}

.footer .foot .left .item {
	width: auto;
	height: 20px;
	padding-left: 28px;
	line-height: 20px;
	font-size: 12px;
}

.footer .foot .left .item .pic {
	width: 20px;
	height: 20px;
}

#gotop {
	transform: scale(.6);
}
}
img.statement-tips{position: fixed;
    top: 100px;
    right: 5px;
    z-index: 99;
    width: 150px;
    height: 150px;
}
@media only screen and (max-width: 750px) {

img.statement-tips {
    width: 70px;
    height: 70px;
    top: 55px;
}
