/* CSS Document */

@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

div {
	font-size: 16px;
	/*line-height: 1.8em;*/
	margin: 0;
	padding: 0;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ol,
ul,
dt,
dd,
li,
img,
span,
form,
p,
input,
select,
textarea,
dl {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	color: #333;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #036eb8;
	/*移上颜色加深#0a7cc4*/
	text-decoration: none;
	transition: all 0.5s;
}

html {}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input,
button,
select,
textarea {
	outline: none;
	font-family: "微软雅黑", "宋体", Arial;
}

body {
	width: 100%;
	background: #f8f8f8;
	font-family: "微软雅黑", "宋体", Arial;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*内页导航*/

.ny_nav {
	position: relative;
	width: 100%;
	border-top: 1px solid #ececec;
}

.ny_nav_1 ul li {
	float: left;
	margin-right: 30px;
}

.ny_nav_1 ul li a {
	display: block;
	line-height: 49px;
	font-size: 16px;
	font-weight: bold;
}

.ny_nav_1 ul li a:hover {
	border-bottom: 2px solid #036eb8;
	transition: all 0s;
}

.ny_nav_1 ul li a.hover {
	border-bottom: 2px solid #036eb8;
	color: #036eb8;
}

.ny_nav_2 {
	color: #7c7c7c;
	height: 50px;
	line-height: 50px;
	background: url("../images/home.png") no-repeat left center;
	padding-left: 23px;
	margin-right: 10px;
}

.ny_nav_2 a {
	color: #7c7c7c;
}

.ny_nav_2 a:hover {
	color: #036eb8;
}


/** 2019.8.2 by qing **/

.clearfloat:after {
	content: '';
	display: table;
	clear: both;
}

.content::after {
	content: '';
	display: table;
	clear: both;
}

.ny_nav_1 ul {
	height: 49px;
	width: 100%;
}

.ny_nav::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	height: 1px;
	border-bottom: 1px solid #ececec;
	background-color: #ececec;
}

.ny_nav_1 ul:nth-child(2) {
	height: 50px;
	width: 100%;
	display: flex;
	color: #757575;
	font-weight: normal;
}

.ny_nav_1 ul:nth-child(2),
.ny_nav_1 ul:nth-child(3),
.ny_nav_1 ul:nth-child(4),
.ny_nav_1 ul:nth-child(5) {
	display: flex;
	height: auto;
	margin: 15px 0;
}

.ny_nav_1 ul:nth-child(2) li a,
.ny_nav_1 ul:nth-child(3) li a,
.ny_nav_1 ul:nth-child(4) li a,
.ny_nav_1 ul:nth-child(5) li a {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #333;
	border-radius: 28px;
	font-weight: normal;
}

.ny_nav_1 ul:nth-child(2) li a:hover,
.ny_nav_1 ul:nth-child(3) li a:hover,
.ny_nav_1 ul:nth-child(4) li a:hover,
.ny_nav_1 ul:nth-child(5) li a:hover {
	color: #337ab7;
	border: 1px solid #337ab7;
}

.ny_nav_1 ul:nth-child(2) li .hover,
.ny_nav_1 ul:nth-child(3) li .hover,
.ny_nav_1 ul:nth-child(4) li .hover,
.ny_nav_1 ul:nth-child(5) li .hover {
	color: #337ab7;
	border: 1px solid #337ab7;
}


/*内页导航结束*/


/*查看留言1*/

.viewm {
	padding: 0;
}

.ckly {}

.ckly .ckly_left {
	width: 15%;
	padding-right: 15px;
}

.ckly .ckly_left .liuyanzhe {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}

.ckly .ckly_left .liuyantime {
	font-size: 12px;
	font-family: Arial;
	color: #8a8a8a;
	text-align: right;
}

.message-k-main {
	width: 85%;
	background: url("../images/viewm_1.png") no-repeat left top;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 43px;
}

.message-k-main p {
	line-height: 24px;
	padding-bottom: 5px;
	font-size: 14px;
}

.gly-k {
	margin-top: 20px;
	border: 1px dotted #abc3e5;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	position: relative;
}

.gly-k p {
	padding-top: 5px;
}

.gly-k .glyhf {
	font-size: 14px;
	font-weight: bold;
	color: #036eb8;
	position: absolute;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	top: -14px;
}

.gly-k .glyhf span {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	color: #8a8a8a;
}

.lightBoxGallery img {
	margin: 5px;
	width: 150px;
	height: 120px;
}


/*查看留言1结束*/


/*翻页效果*/

DIV.content_page {
	height: auto;
	/* padding-top: 40px;*/
	font-size: 14px;
	text-align: center;
}

DIV.content_page A {
	padding: 11px 18px;
	border-radius: 4px;
	MARGIN-left: 7px;
	TEXT-DECORATION: none;
	COLOR: #a3a3a3;
	border: 1px solid #cdcdcd;
}

DIV.content_page A:hover {
	BACKGROUND-IMAGE: none;
	COLOR: #036eb8;
	border: 1px solid #036eb8;
}

DIV.content_page SPAN {
	padding: 11px 18px;
	border-radius: 4px;
	MARGIN-left: 7px;
	COLOR: #036eb8;
	border: 1px solid #036eb8;
}

DIV.content_page SPAN.left,
DIV.content_page SPAN.right {
	padding: 11px 18px;
	border-radius: 4px;
	MARGIN-RIGHT: 3px;
	COLOR: #a3a3a3;
	border: 1px solid #cdcdcd;
}


/*翻页效果结束*/


/*查看留言2*/

.viewm2 {
	border: 1px solid #e5e5e4;
	margin-bottom: 20px;
}

.viewm2.nomargin {
	margin-bottom: 0;
}

.viewm2_1 {
	height: 55px;
	padding: 0 35px;
	border-bottom: 1px solid #e5e5e4;
	background: #f7f7f7;
}

.viewm2_1 .viewm2_11 {
	line-height: 54px;
	font-size: 18px;
	color: #036eb8;
	background: url("../images/viewm_2.png") no-repeat left center;
	padding-left: 45px;
}

.viewm2_1 .viewm2_11 span {
	font-size: 12px;
	padding-left: 8px;
	color: #8a8a8a;
}

.viewm2_1 .viewm2_12 a {
	display: block;
	margin-top: 9px;
	border-radius: 5px;
	line-height: 36px;
	padding: 0 30px;
	background: #036eb8;
	color: #fff;
}

.viewm2_1 .viewm2_12 a:hover {
	background: #0a7cc4;
}

.viewm2_2 {
	padding: 5px 35px 15px;
	background: #fff;
}


/*查看留言2结束*/


/*常见问题*/

.question {
	width: 100%;
}

.question ul li {
	padding: 24px 0;
	border-bottom: dashed 1px #d0d3d7;
}

.question ul li.nopadding {
	padding: 0 0 24px;
}

.question dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 40px;
	background: url(../images/question_1.png) no-repeat 0 0;
}

.question ul li a:hover dt {
	color: #036eb8;
}

.question dd {
	min-height: 30px;
	padding-left: 40px;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	background: url(../images/question_2.png) no-repeat 0 0;
}

.question dd p:nth-child(10):after {
	content: ;
	color: ;
	background: ;
}

.question dd img {
	max-width: 100%;
	height: auto;
}


/*常见问题结束*/


/*新闻图片列表*/

.news ul li {
	padding: 23px 0;
	border-bottom: 1px dashed #d0d3d7;
}

.news ul li.nopadding {
	padding: 15px 0 23px;
}

.news ul li .news_1 {
	width: 210px;
	height: auto;
	margin-right: 19px;
}

.news ul li .news_1 img {
	width: 100%;
	height: auto;
}

.news ul li a .news_2 .news_21 {
	height: 25px;
	line-height: 25px;
	font-size: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news ul li a:hover .news_2 .news_21 {
	color: #036eb8;
}

.news ul li a .news_2 .news_22 {
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	padding: 1px 0;
}

.news ul li a .news_2 .news_23 {
	color: #666666;
	overflow: hidden;
	line-height: 20px;
	margin-top: 5px;
	padding: 1px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news ul li a .news_2 .news_24 {
	color: #036eb8;
	margin-top: 14px;
}


/*Jun Tw_six*/

.news ul li a:hover .news_2 .news_24 {
	text-decoration: underline;
}

.news ul li a .news_2 {
	line-height: 0em;
}

.news ul li a .news_2 div {
	line-height: 0em;
}


/*新闻图片列表结束*/


/*合作客户*/

.partner ul li {
	float: left;
	width: 19%;
	height: auto;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	margin-bottom: 8px;
	margin-right: 1%;
}

.partner ul li.nomargin {
	margin-right: 0;
}

.partner ul li img {
	width: 100%;
	height: auto;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.partner ul li img:hover {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}


/*合作客户结束*/


/*留言*/

.biaodan {
	width: 668px;
	padding: 30px 0;
	margin: 0 auto;
}

.biaodan .biandan_bt {
	text-align: right;
	width: 100px;
	font-size: 16px;
	margin: 12px 0;
	line-height: 46px;
	color: #2d2c2c;
}

.biaodan .biandan_nr {
	width: 558px;
}

.biaodan .biandan_nr input,
.biaodan .biandan_nr select {
	width: 100%;
	padding: 0 10px;
	height: 45px;
	font-size: 16px;
	margin: 12px 0;
	line-height: 45px;
	border: 1px solid #e3e8ef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.biaodan .biandan_nr textarea {
	width: 100%;
	padding: 7px 10px;
	height: 137px;
	font-size: 16px;
	margin: 12px 0;
	line-height: 20px;
	border: 1px solid #e3e8ef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.biaodan .biandan_nr input:focus,
.biaodan .biandan_nr select:focus,
.biaodan .biandan_nr textarea:focus {
	outline: 0;
	border: 1px solid #036eb8;
}

.biaodan .biandan_nr2 input {
	width: 258px;
	padding: 0 10px;
	height: 45px;
	font-size: 16px;
	margin: 12px 0;
	line-height: 45px;
	border: 1px solid #e3e8ef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.biaodan .biandan_nr3 img {
	margin: 11px 0 11px 20px;
}

.biaodan .biandan_nr .button a {
	margin-top: 12px;
	border-radius: 3px;
	width: 100%;
	height: 53px;
	display: block;
	background: #036eb8;
	text-align: center;
	line-height: 53px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.biaodan .biandan_nr .button a:hover {
	background: #0a7cc4;
}


/*留言结束*/


/* 新闻竖向列表 start */

ul {
	list-style: none;
}

p {
	margin: 0;
}

.column_list {
	position: relative;
	padding: 20px;
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	box-sizing: border-box;
}

.column_list:last-child {
	margin-bottom: 0;
}

.col_li {
	max-width: 1457px;
	margin: 0 auto;
}

.col_time {
	margin-top: -15px;
	text-align: right;
	min-width: 105px;
}

.col_time>div {
	color: #999999;
	font-size: 36px;
	font-family: PingFang-SC-Bold;
}

.col_time>div:last-child {
	/* text-align: right; */
	color: #999999;
	font-size: 16px;
	font-family: PingFang-SC-Bold;
}

.col_time ::before {
	content: ' ';
	height: 100%;
	width: 1px;
	background-color: #d9d9d9;
	position: absolute;
	top: 0;
	left: 155px;
	z-index: -1;
}

.blue_border {
	position: absolute;
	left: 154px;
	top: 22px;
	width: 3px;
	height: 18px;
	background-color: #00479d;
}

.col_body {
	margin-left: 62px;
	margin-right: 93px;
	width: 836px;
}

.col_body .col_title {
	color: #333333;
	font-family: PingFang-SC-Bold;
	font-size: 20px;
}

.col_body .col_content {
	padding-top: 29px;
	color: #666666;
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.col_img {
	width: 324px;
	height: 214px;
}

.col_img>img {
	width: 100%;
	height: 100%;
}

.column_list:hover {
	transition: all 0.4s ease-in-out;
	background-color: #01489d;
}


/* 新闻竖向模板 end */


/*图片列表*/

.result4 ul li {
	float: left;
	width: 23.5%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 25px;
}

.result4 ul li.nomargin {
	margin-right: 0;
}

.result4 ul li .result4_1 {
	position: relative;
}

.result4 ul li .result4_1 .result4_11 {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("../images/video.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px auto;
}

.result4 ul li .result4_1 img {
	width: 100%;
	height: auto;
}

.result4 ul li .result4_2 {
	padding: 13px 20px 0;
	border-top: 0;
	background: #fff;
}

.result4 ul li:hover .result4_2 {
	background: #fbfbfb;
	border-top: 0;
	transition: all 0.9s;
}

.result4 ul li:hover .result4_1 .result4_11 {
	background-image: url(../images/video-hover.png);
}

.result4 ul li .result4_2 .result4_21 {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
}

.result4 ul li:hover .result4_2 .result4_21 {
	color: #036eb8;
	transition: all 0.9s;
}

.result4 ul li .result4_2 .result4_22 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #999999;
}

.result4 ul li .result4_2 .result4_23 {
	height: 44px;
	overflow: hidden;
	color: #666666;
	border-top: 1px solid #efefef;
	margin-top: 5px;
}

.result4 ul li:hover .result4_2 .result4_23 {
	border-top: 1px solid #bbbbbb;
	transition: all 0.9s;
}

.result4 ul li .result4_2 .result4_23 .result4_231 {
	line-height: 44px;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}

.result4 ul li:hover .result4_2 .result4_23 .result4_231 {
	color: #036eb8;
	transition: all 0.9s;
}

.result4 ul li .result4_2 .result4_23 .result4_232 {
	display: none;
	margin-top: 13px;
	width: 30px;
	height: 16px;
}

.result4 ul li .result4_2 .result4_23 .result4_232 img {
	top: 9px;
	right: 25px;
	opacity: 0.6;
	animation: more1 1.1s infinite;
	Firefox: ;
	-moz-animation: more1 1.1s infinite;
	-webkit-animation: more1 1.1s infinite;
	Opera: ;
	-o-animation: more1 1.1s infinite;
}

.piclist_small ul li:hover .result4_2 .result4_23 .result4_232 {
	display: block;
	transition: all 0.9s;
}


/*图片列表small*/

.piclist_small ul li {
	float: left;
	width: 12.5%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 25px;
}

.piclist_small ul li.nomargin {
	margin-right: 0;
}

.piclist_small ul li .result4_1 {
	position: relative;
}

.piclist_small ul li .result4_1 .result4_11 {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("../images/video.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px auto;
}

.piclist_small ul li .result4_1 img {
	width: 100%;
	height: auto;
}

.piclist_small ul li .result4_2 {
	padding: 13px 20px 0;
	border-top: 0;
	background: #fff;
}

.piclist_small ul li:hover .result4_2 {
	background: #fbfbfb;
	border-top: 0;
	transition: all 0.9s;
}

.piclist_small ul li:hover .result4_1 .result4_11 {
	background-image: url(../images/video-hover.png);
}

.piclist_small ul li .result4_2 .result4_21 {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
}

.piclist_small ul li:hover .result4_2 .result4_21 {
	color: #036eb8;
	transition: all 0.9s;
}

.piclist_small ul li .result4_2 .result4_22 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #999999;
}

.piclist_small ul li .result4_2 .result4_23 {
	height: 44px;
	overflow: hidden;
	color: #666666;
	border-top: 1px solid #efefef;
	margin-top: 5px;
}

.piclist_small ul li:hover .result4_2 .result4_23 {
	border-top: 1px solid #bbbbbb;
	transition: all 0.9s;
}

.piclist_small ul li .result4_2 .result4_23 .result4_231 {
	line-height: 44px;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}

.piclist_small ul li:hover .result4_2 .result4_23 .result4_231 {
	color: #036eb8;
	transition: all 0.9s;
}

.piclist_small ul li .result4_2 .result4_23 .result4_232 {
	display: none;
	margin-top: 13px;
	width: 30px;
	height: 16px;
}

.piclist_small ul li .result4_2 .result4_23 .result4_232 img {
	top: 9px;
	right: 25px;
	opacity: 0.6;
	animation: more1 1.1s infinite;
	Firefox: ;
	-moz-animation: more1 1.1s infinite;
	-webkit-animation: more1 1.1s infinite;
	Opera: ;
	-o-animation: more1 1.1s infinite;
}

.piclist_small ul li:hover .result4_2 .result4_23 .result4_232 {
	display: block;
	transition: all 0.9s;
}

#div1 {
	position: relative;
}

.result5 {
	padding: 0 0 10px 0;
	line-height: 1.8em;
}

.result5 .video {
	/* float: left; */
	width: 23.5%;
	padding: 0.3rem;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0;
}

.result5 .video .video_1 {
	width: 100%;
	padding: 5px 5px;
}

.result5 .video.nomargin {
	margin-right: 0;
}

.result5 .video .result4_1 {
	position: relative;
}

.result5 .video .result4_1 .result4_11 {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("../images/video.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px auto;
}

.result5 .video .result4_1 img {
	width: 100%;
	height: auto;
}

.result5 .video .result4_2 {
	padding: 13px 20px 0;
	background: #fff;
	border: 1px solid #c8c8c8;
	border-top: 0;
}

.result5 .video:hover .result4_2 {
	border: 1px solid #036eb8;
	border-top: 0;
	transition: all 0.9s;
}

.result5 .video:hover .result4_1 .result4_11 {
	background-image: url(../images/video-hover.png);
}

.result5 .video .result4_2 .result4_21 {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
}

.result5 .video .result4_2 .result4_22 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #999999;
}

.result5 .video .result4_2 .result4_23 {
	height: 44px;
	overflow: hidden;
	color: #666666;
	border-top: 1px solid #abaaaa;
	margin-top: 5px;
}

.result5 .video:hover .result4_2 .result4_23 {
	border-top: 1px solid #036eb8;
	transition: all 0.9s;
}

.result5 .video .result4_2 .result4_23 .result4_231 {
	line-height: 44px;
	color: #000000;
	font-size: 16px;
}

.result5 .video .result4_2 .result4_23 .result4_232 {
	display: none;
	margin-top: 13px;
	width: 30px;
	height: 16px;
}

.result5 .video .result4_2 .result4_23 .result4_232 img {
	top: 9px;
	right: 25px;
	opacity: 0.6;
	animation: more1 1.1s infinite;
	Firefox: ;
	-moz-animation: more1 1.1s infinite;
	-webkit-animation: more1 1.1s infinite;
	Opera: ;
	-o-animation: more1 1.1s infinite;
}

.result5 .video:hover .result4_2 .result4_23 .result4_232 {
	display: block;
	transition: all 0.9s;
}

@keyframes more1 {
	0% {
		/* -webkit-transform: translate(0,0px); */
		/* opacity:0.6; */
	}

	50% {
		-webkit-transform: translate(4px, 0);
		opacity: 1;
	}
}

@-moz-keyframes more1 {
	0% {
		-webkit-transform: translate(0, 0px);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: translate(4px, 0);
		opacity: 1;
	}
}

@-webkit-keyframes more1 {
	0% {
		-webkit-transform: translate(0, 0px);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: translate(4px, 0);
		opacity: 1;
	}
}

@-o-keyframes more1 {
	0% {
		-webkit-transform: translate(0, 0px);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: translate(4px, 0);
		opacity: 1;
	}
}

@-ms-keyframes more1 {
	0% {
		-webkit-transform: translate(0, 0px);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: translate(4px, 0);
		opacity: 1;
	}
}


/*图片列表结束*/


/*下载列表1*/

.full_info_txt {
	padding: 0 0 0;
	width: 100%;
}

.full_info_txt li {
	width: 100%;
	height: 80px;
	padding: 20px 0;
	border-bottom: 1px dashed #9f9f9f;
}

.full_info_txt li.nopadding {
	padding: 0 0 20px;
}

.full_info_txt li:hover {
	background: #f9f9f9;
	padding-left: 20px;
}

.full_info_txt li:hover p {
	color: #036eb8;
}

.full_info_left {
	width: 70%;
	height: 60px;
}

.full_nav_img {
	margin-right: 10px;
}

.full_txt {
	line-height: normal;
	padding-top: 2px;
}

.full_txt p {
	font-size: 16px;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.full_txt span {
	font-size: 14px;
	color: #cccccc
}

.full_info_right {
	margin-top: 5px;
	padding-right: 10px;
}

.full_info_right input {
	width: 102px;
	height: 33px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding-left: 20px;
	font-size: 14px;
	color: #5b5b5b;
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
}

.full_info_right input:hover {
	color: #036eb8;
	border: 1px solid #036eb8;
}

.full_info_right .chakan {
	background: url("../images/download_02.png") no-repeat 9px center;
}

.full_info_right .chakan:hover {
	background: url("../images/download_021.png") no-repeat 9px center;
}

.full_info_right .xiazai {
	background: url("../images/download_01.png") no-repeat 9px center;
}

.full_info_right .xiazai:hover {
	background: url("../images/download_011.png") no-repeat 9px center;
}


/*下载列表1结束*/


/*下载列表2*/

.xiazai2 {
	width: 100%;
}

.xiazai2 ul li {
	padding: 25px 0;
	border-bottom: 1px dashed #999999;
}

.xiazai2 ul li.nopadding {
	padding: 0 0 25px;
}

.xiazai2 ul li .xiazai2_1 {
	width: 50%;
	line-height: 41px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.xiazai2 ul li .xiazai2_1 img {
	margin-right: 10px;
}

.xiazai2 ul li:hover .xiazai2_1 {
	color: #036eb8;
}

.xiazai2 ul li .xiazai2_2 {
	width: 35%;
	line-height: 41px;
	color: #666666;
}

.xiazai2 ul li .xiazai2_2 span {
	color: #999;
}

.xiazai2 ul li .xiazai2_3 {
	width: 15%;
	padding-right: 2%;
}

.xiazai2 ul li .xiazai2_3 a {
	display: block;
	width: 144px;
	height: 40px;
	line-height: 40px;
	background: #036eb8;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	float: right;
}

.xiazai2 ul li .xiazai2_3 img {
	margin-right: 6px;
}

.xiazai2 ul li .xiazai2_3 a:hover {
	background: #0a7cc4;
}


/*下载列表2结束*/


/*详情页1*/

.xiangxi {
	padding: 0 0 0;
}

.newsxx1 {
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	padding: 0 0;
}

.newsxx2 {
	margin-top: 13px;
	padding-bottom: 30px;
}

.newsxx2 .newsxx2_2 .view {
	float: none;
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #EEE;
}

.newsxx2 .newsxx2_2 .view i {
	float: left;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/icons1.png) no-repeat 0 0;
	margin-right: 4px;
}

.newsxx2 .newsxx2_2 .newsxx2_1 {
	float: none;
	display: inline-block;
	color: #666;
	margin-right: 8px;
	vertical-align: middle;
	border-right: 1px solid #EEE;
	padding-right: 15px;
}

.newsxx2 .newsxx2_2 .newsxx2_3 {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-image: url(../images/icons1.png);
	background-repeat: no-repeat;
	background-position: 0 -24px;
	margin-right: 10px;
}

.bshare-custom {
	display: inline-block;
}


/*分享灰色*/


/*.newsxx2_2{ position:relative; height:auto; text-align:center;display:block;padding:0;}
.newsxx2_2 .bdsharebuttonbox{height:24px;display:inline-block;}
.newsxx2_2 .bdsharebuttonbox a{ width: 24px; height: 24px; margin-right: 2px; float:none; cursor: pointer; display: inline-block; background-image: url(../images/icon-share.png); background-repeat: no-repeat; vertical-align:middle;}
.newsxx2_2 .bdsharebuttonbox a.bds_tsina{ background-position: -30px 0;}
.newsxx2_2 .bdsharebuttonbox a.bds_weixin{ background-position: 0 0;}
.newsxx2_2 .bdsharebuttonbox a.bds_tqq{ background-position: -62px 0;}
.newsxx2_2 .bdsharebuttonbox a.bds_douban{ background-position: -93px 0;}
.newsxx2_2 .bdsharebuttonbox a.bds_huaban{ background-position: -124px 0;}*/


/*分享灰色结束*/


/*分享彩色*/

.newsxx2_2 {
	position: relative;
	height: auto;
	text-align: center;
	display: block;
	padding: 0;
}

.newsxx2_2 .bdsharebuttonbox {
	height: 24px;
	display: inline-block;
}

.newsxx2_2 .bdsharebuttonbox a {
	width: 24px;
	height: 24px;
	margin-right: 2px;
	float: none;
	cursor: pointer;
	display: inline-block;
	background-image: url(../images/icon-share.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.newsxx2_2 .bdsharebuttonbox a.bds_tsina {
	background-position: -30px -24px;
}

.newsxx2_2 .bdsharebuttonbox a.bds_weixin {
	background-position: 0 -24px;
}

.newsxx2_2 .bdsharebuttonbox a.bds_tqq {
	background-position: -62px -24px;
}

.newsxx2_2 .bdsharebuttonbox a.bds_douban {
	background-position: -93px -24px;
}

.newsxx2_2 .bdsharebuttonbox a.bds_huaban {
	background-position: -124px -24px;
}


/*分享彩色结束*/

.newsxx3_1 {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	border-top: 1px dashed #d0d3d7;
	padding: 25px 0;
}

.newsxx3_1 img {
	max-width: 100%;
	height: auto;
}

.casewarp {
	color: #666666;
	line-height: 30px;
	border-top: 1px dashed #d0d3d7;
	padding: 0px 0;
}

.casewarp img {
	max-width: 100%;
	height: auto;
}

.casetext {
	padding-top: 15px;
	font-size: 1.6rem;
}

.shangxia {
	font-size: 12px;
	border-top: 1px dashed #d0d3d7;
	border-bottom: 1px dashed #d0d3d7;
	padding: 25px 0;
}

.shangxia .shangxia_1 {
	float: left;
	width: 80%;
	height: auto;
}

.shangxia .shangxia_syp {
	overflow: hidden;
	line-height: 24px;
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.toTop {
	float: right;
	width: 70px;
	margin-top: 8px;
	height: 32px;
}

.toTop a {
	display: block;
	background: url("../images/fanhui.png") no-repeat left center;
	border-radius: 16px;
	padding-left: 28px;
	line-height: 32px;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}

.toTop a:hover {
	color: #036eb8;
	background: url("../images/fanhui_01.png") no-repeat left center;
}

.xg-link {
	padding: 25px 0 0;
}

.xg-link ul li {
	float: left;
	width: 48%;
	text-align: left;
	height: 30px;
	line-height: 30px;
	border: none;
	background: url("../images/yuandian.png") no-repeat scroll left center transparent;
	margin: 0;
	padding: 0 0 0 13px;
	font-size: 14px;
	list-style: none;
	margin-right: 2%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.xg-link .pannel-title {
	margin-bottom: 8px;
	color: #000;
	font-size: 24px;
}


/*详情页1结束*/


/*详细页2*/

.xiangxi2 {
	width: 77%;
	height: auto;
	float: left;
	background: #fff;
	padding: 38px 4% 38px;
}

.more_right {
	width: 22.2%;
	height: auto;
	background: #fff;
}

.more_right_nr {
	padding: 14px 19px;
}

.more_right_nr .search {
	width: 100%;
}

.moreright_1 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	font-weight: 600;
}

.moreright_2 {}

.moreright_2 ul li {
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	border-bottom: 1px dotted #b5b2b2;
}

.importword {
	margin-top: 20px;
}

.importword a {
	padding: 5px 15px;
	border: 1px solid #d2d2d2;
	border-radius: 16px;
	margin: 0 2px;
}

.importword a:hover {
	border: 1px solid #036eb8;
}


/*详细页2结束*/


/* 招聘页 */

.margin_bottom {
	margin-bottom: 10px;
}

.office_name {
	width: 40%;
}

.place {
	width: 20%;
}

.office_number {
	width: 20%;
}

.office_date {
	width: 15%;
}

.re_icon {
	width: 5%;
}

.recruit {
	font-family: "微软雅黑";
}

.recruit_header {
	overflow: hidden;
	padding: 5px 10px;
	border-bottom: 2px solid #f2f2f2;
}

.recruit_header div {
	float: left;
	color: #333;
	font-weight: 600;
	font-size: 17px;
}

.re_li {
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 10px;
}

.bg {
	background: #fbfbfb;
}

.re_li div {
	float: left;
	font-size: 14px;
	color: #333333;
	height: 60px;
	line-height: 60px;
}

.re_li div.office_name {
	font-weight: 600;
}

.office_detail {
	color: #999;
	padding: 19px 0px;
}

.office_detail a {
	color: #004eff;
	text-decoration: underline !important;
}

.office_detail div,
.office_detail ul {
	padding: 0 10px;
	color: #999;
}

.office_detail ul p {
	color: #999;
}

.office_detail ul li p {
	color: #999;
}

.duty,
.yaoqiu {
	font-weight: 600;
}

.re_icon {
	background: url(../images/zhaopin10_03.png) no-repeat 0px 19px;
	width: 17px;
	height: 17px;
}

.re_icon_top {
	background: url(../images/zhaopin_10_09.png) no-repeat 0px 19px;
	width: 17px;
}


/*团队*/

.main-text {
	width: 90%;
	min-width: 1000px;
	margin: 16px auto 0;
	background: #fff;
	/* border: 1px solid #122B40; */
	overflow: hidden;
}

.bg-color {
	background-color: #e6e4e6 !important;
}

.magin_top {
	opacity: 0;
}

.text2 img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.text1 {
	/*margin-top: 108px;*/
}

.text1 div {
	float: left;
	width: 20%;
	position: relative;
}

.text1 div.text1_1 {
	width: 40%;
	background: #fff;
	/*padding: 70px 90px;*/
	padding-left: 6%;
	padding-top: 3%;
	padding-right: 40px;
}

i.line {
	width: 15px;
	height: 2px;
	background-color: #9a9a9a;
	display: block;
	margin-top: 25px;
}

i.liner {
	width: 15px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin-top: 15px;
}

i.liner1 {
	width: 15px;
	height: 2px;
	background-color: #9a9a9a;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}

.text1 .text1_1 p:first-child {
	font-family: "微软雅黑";
	font-size: 26px;
	color: #444;
}

.text1 .text1_1 p {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #444;
	margin-top: 25px;
}

.text1 .text1_1 span {
	font-family: "微软雅黑";
	font-size: 13px;
	color: #777;
	margin-top: 10px;
	display: block;
}

.text1 .text1_2 {
	width: 20%;
	position: relative;
}

.text1 div:hover .up-text {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s;
}

#text2 div:hover .up-text {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s;
}

.up-text {
	position: absolute !important;
	top: 0px;
	width: 100% !important;
	height: 100%;
	padding: 35px 30px;
	background: url(../images/bg_08.png);
	background-size: cover;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s;
}

.en-tit {
	font-size: 24px;
	color: #FFFFFF;
	transition: color 1s;
	line-height: 30px;
}

.cn-tit {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}

.en_txt {
	margin-top: 30px;
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
}

.en_txt1 {
	margin: 0;
	color: #fff;
}

.text1 .text1_3 {
	width: 20%;
	position: relative;
}


/*第二例*/

.text2 {
	float: left;
	width: 20%;
	position: relative;
}

.text2 img {}


/*第三列*/

.text3 {
	float: left;
	position: relative;
	width: 20%;
}

.text3_1 {
	width: 37.5%;
}

.text3_2 {
	width: 62.5%;
}

.text3_1 div:first-child {
	background: #fff;
	padding-left: 14%;
	padding-right: 14%;
	padding-top: 70px;
}

.text3_1 div:first-child p:first-child {
	font-family: "微软雅黑";
	font-size: 24px;
	color: #444;
	line-height: 34px;
}

.text3_1 div:first-child p {
	font-family: "微软雅黑";
	font-size: 18px;
	margin-top: 40px;
}

.text3_1 div:first-child span {
	font-family: "微软雅黑";
	font-size: 16px;
	margin-top: 10px;
	color: #333;
}


/*第四列*/

.text4 {
	float: left;
	position: relative;
	width: 20%;
}

.text4_1 {
	width: 37.5%;
}

.text4_2 {
	width: 62.5%;
}

.text4_1 div:first-child {
	/*background: #fff;*/
	padding-left: 14%;
	padding-right: 14%;
	padding-top: 70px;
}

.text4_1 div:first-child p:first-child {
	font-family: "微软雅黑";
	font-size: 24px;
	color: #444;
	line-height: 34px;
}

.text4_1 div:first-child p {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #777;
	margin-top: 40px;
}

.text4_1 div:first-child span {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.main-wrap {
	width: 88%;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}


/* --------------------------------------------------------------------------------------------------------- */

.main-wrap a:hover {
	color: #036eb8 !important;
}

.main-wrap a:hover i {
	color: #036eb8 !important;
}

.tit_nav {
	height: 40px;
	font-size: 24px;
	line-height: 20px;
	color: #333;
	line-height: 40px;
}

.tit_nav_ion {
	float: right;
	font-size: 14px;
	color: #777;
}

.tit_nav_ion a {
	color: #777;
}

.honor_list {
	/*  display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -o-flex;
        display: -ms-flex;
        justify-content: space-between;
        align-items: center;  */
	margin-top: 30px;
	overflow: hidden;
}

.honor_list1 {
	width: 31%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	float: left;
	padding-bottom: 15px;
}

.hono_right {
	float: right;
}

.honor_list1:first-child {
	margin-right: 3.5%;
}

.honor_list1 img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.honor_list1 div:first-child {
	width: 100%;
	overflow: hidden;
}

.honor_txt1 {
	padding-top: 18px;
	width: 90%;
	margin: auto;
}

.honor_txt1 span:first-child {
	display: block;
	color: #1c1c1c;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}

.honor_txt1 span:first-child a {
	color: #1c1c1c;
}

.honor_txt1 span {
	display: block;
	color: #999;
	font-size: 16px;
	height: auto;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.honor_txt1 .honor_txt1_1 {
	margin-top: 7px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.honor_txt1 span a {
	color: #777;
}

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

.readmore {
	border-top: 1px solid #E5E5E5;
	margin-top: 20px;
	font-size: 14px;
	overflow: hidden;
}

.readmore .more {
	float: left;
	font-size: 14px !important;
	color: #777777 !important;
	margin-top: 10px;
}

.more a {
	color: #777 !important;
}

.link-point {
	float: right;
	margin-top: 17px;
}

.link-point a i {
	color: #777;
}


/*团队结束*/


/*案例列表*/

.case ul li {
	width: 32%;
	margin: 0 2% 20px 0;
	float: left;
}

.case ul li.nomargin {
	margin: 0 0 20px 0;
}

.case ul li .case_1 {
	position: relative;
}

.case ul li .case_1 img {
	width: 100%;
	height: auto;
}

.case ul li .case_1 .case_11 {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #d6000f;
	background-color: rgba(0, 0, 0, 0.6);
	filter: Alpha(opacity=80);
	color: #fff;
	font-size: 16px;
	opacity: 0;
}

.case ul li:hover .case_1 .case_11 {
	opacity: 1;
	transition: all 0.5s;
}

.case ul li .case_1 .case_11 span,
.case ul li .case_1 .case_11 h3 {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 1000ms cubic-bezier(.19, 1, .22, 1) 0s, -webkit-transform 1000ms cubic-bezier(.19, 1, .22, 1) 0s;
	transition: opacity 1000ms cubic-bezier(.19, 1, .22, 1) 0s, transform 1000ms cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.case ul li .case_1 .case_11 h3 {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.case ul li:hover .case_1 .case_11 span,
.case ul li:hover .case_1 .case_11 h3 {
	-webkit-transform: translateY(-23px);
	transform: translateY(-23px);
}

.case ul li .case_1 .case_11 span {
	margin-top: 20%;
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
}

.case ul li .case_1 .case_11 h3 {
	font-size: 30px;
	height: 33px;
	line-height: 33px;
	font-weight: normal;
	margin-top: 5%;
	margin-bottom: 0px;
	position: relative;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding: 0 6px;
}

.case ul li .case_1 .case_11 p.ico {
	background: url(../images/case_01.png) center center no-repeat;
	height: 34px;
	width: 100%;
	display: block;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	position: relative;
}

.case ul li:hover .case_1 .case_11 p.ico {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}


/*案例列表结束*/


/*案例详情页*/

.search {
	width: 258px;
	height: 36px;
	margin-top: 7px;
	position: relative;
}

.search .search_01 {
	width: 100%;
	height: 36px;
	border: 1px solid #e4eaec;
	border-radius: 17px;
	padding: 0 50px 0 10px;
}

.search .search_01:focus {
	border: 1px solid #036eb8;
}

.search .search_02 {
	width: 40px;
	height: 34px;
	position: absolute;
	right: 1px;
	top: 1px;
}

.casedt1 {
	border: 1px solid #afafaf;
	padding: 23px 30px;
}

.casedt1 .casedt1_1 .casedt1_11 {
	width: 75%;
}

.casedt1 .casedt1_1 .casedt1_12 {
	width: 25%;
	padding-top: 25px;
}

.casedt1 .casedt1_1 .casedt1_12 .casedt1_121 {
	height: 47px;
}

.casedt1 .casedt1_1 .casedt1_12 .casedt1_121 a {
	display: block;
	border-radius: 24px;
	background: #f97070;
	text-align: center;
	line-height: 47px;
	color: #fff;
	padding: 0 19px;
}

.casedt1 .casedt1_1 .casedt1_12 .casedt1_121 a img {
	margin-top: -3px;
}

.casedt1 .casedt1_1 .casedt1_12 .casedt1_121 a:hover {
	background: #f03636;
}

.casedt1 .casedt1_1 .casedt1_12 .casedt1_122 {
	margin-left: 4%;
}

.casedt1 .casedt1_1 .casedt1_12 .casedt1_122 a {
	display: block;
	width: 51px;
	height: 51px;
	background: url("../images/more-case_02.png") no-repeat center;
	border-radius: 50%;
	border: 1px solid #999999;
	margin-top: -2px;
}

.casedt1 .casedt1_1 .casedt1_12 .casedt1_122 a:hover {
	background: url("../images/more-case_03.png") no-repeat center #333333;
	border: 1px solid #333;
}

.casedt2 {
	margin-top: 15px;
}

.casedt2 img {
	width: 100%;
	height: auto;
}

.casedt3 {
	padding: 32px 0;
}

.casedt3 .casedt3_1 a {
	display: block;
	width: 207px;
	height: 50px;
	line-height: 50px;
	background: #c6c6c6;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.casedt3 .casedt3_1 a img {
	margin-top: -2px;
	margin-right: 7px;
}

.casedt3 .casedt3_1 a:hover {
	background: #959595;
}

.casedt3 .casedt3_2 {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.casedt3 .casedt3_2 a {
	display: block;
	background: #c6c6c6;
	border-radius: 25px;
}

.casedt3 .casedt3_2 a img {
	margin-top: -2px;
	margin-right: 7px;
}

.casedt3 .casedt3_2 a:hover {
	background: #959595;
}

.rexx3 {
	width: 100%;
	height: auto;
	border-top: 1px solid #989898;
	padding-top: 31px;
	padding-bottom: 31px;
}

.roll-wrap:hover .control {
	display: block;
}

.roll-wrap {
	position: relative;
	width: 100%;
	height: 224px;
	overflow: hidden;
}

.roll-wrap .roll__list {}

.roll_row .roll__list::before,
.roll_row .roll__list::after {
	content: "";
	display: table;
	line-height: 0;
}

.roll_row .roll__list::after {
	clear: both;
}

.roll_row .roll__list {
	width: 100%;
}

.roll_row .roll__list li {
	float: left;
	display: block;
	margin: 0 1% 124px;
	width: 23%;
	height: auto;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #fff;
}

.roll_row .roll__list li a {
	display: block;
}

.roll_row .roll__list li img {
	width: 100%;
	height: auto;
}

.control {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.control:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.control.pre {
	left: 1%;
}

.control.next {
	right: 1%;
}

.roll_col {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.roll_col .roll__list {
	width: 100%;
}

.h600 {
	height: 600px;
}

.roll_col li {
	display: block;
	height: 200px;
	line-height: 200px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #ff9900;
}

.roll_col .li-2 {
	background-color: #0099ff;
}

.roll_col .li-3 {
	background-color: #ff0099;
}

.roll_col .li-4 {
	background-color: #00ff99;
}

.roll_col .control {
	top: 80px;
}


/*案例详情页结束*/


/*list_text_bigpic大图左右变换列表*/

.bigpic_content {
	width: 100%;
	padding-bottom: 32px;
}

.bigpic {
	width: 90%;
	min-width: 1000px;
	margin: 16px auto 0;
	background: #fff;
	/* border: 1px solid #122B40; */
	overflow: hidden;
}

.bigpic a {
	display: block;
}

.bigpic_1 {
	float: left;
	position: relative;
}

.bigpic_2 {
	width: 37.5%;
}

.bigpic_3 {
	width: 62.5%;
}

.bigpic_3 img {
	width: 100%;
}

.bigpic_2 .bigpic_nr {
	padding: 12% 10% 0;
}

.bigpic_2 .bigpic_nr p {
	font-size: 30px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.bigpic_2 .bigpic_nr .bigpic_21 {
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.bigpic_2 .bigpic_nr .bigpic_22 {
	margin-top: 7px;
	color: #666666;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.bigpic_2 .bigpic_nr .bigpic_23 {
	display: block;
	width: 47px;
	height: 47px;
	background: url("../images/bigpic_01.png") no-repeat left top;
	margin-top: 15%;
	-webkit-line-clamp: 4;
}

.bigpic_2 .bigpic_nr .bigpic_23 img {
	opacity: 0.6;
	animation: more1 1.1s infinite;
	Firefox: ;
	-moz-animation: more1 1.1s infinite;
	-webkit-animation: more1 1.1s infinite;
	Opera: ;
	-o-animation: more1 1.1s infinite;
}

.liner2 {
	width: 21px;
	height: 1px;
	background-color: #2f2f2f;
	display: block;
	margin: 9% 0;
}


/*list_text_bigpic大图左右变换列表结束*/


/*发展历程1*/

.develop {
	width: 100%;
	padding: 50px 5%;
	height: auto;
	min-height: 940px;
	background: url("../images/develop_01.png") left top no-repeat, url("../images/develop_02.png") right bottom no-repeat;
	background-size: 100% auto;
}

.zq-bigevents {
	margin-left: 100px;
	border-left: 1px solid #c2c2c2;
	padding-left: 40px;
}

.year-events {
	position: relative;
}

.year-events .year {
	position: absolute;
	top: -22px;
	left: -145px;
	width: 113px;
	height: 76px;
	line-height: 30px;
	overflow: hidden;
	font-size: 30px;
	color: #008cd6;
	background: url(../images/develop_03.png) no-repeat right center;
	z-index: 999;
}

.year-events .year img {
	width: 76px;
	height: 76px;
	border-radius: 38px;
}

.year-events .year2 {
	position: absolute;
	top: -15px;
	left: -131px;
	width: 113px;
	height: 76px;
	line-height: 30px;
	font-size: 30px;
	color: #008cd6;
	background: url(../images/develop_05.png) no-repeat right center;
	z-index: 999;
}

.events {
	line-height: 30px;
}

.events .event {
	padding-bottom: 30px;
	position: relative;
}

.events .event .date {
	color: #166792 !important;
	font-weight: bold;
	font-size: 14px !important;
	;
}

.events .event .date2 {
	color: #166792;
	font-size: 30px;
	line-height: 32px;
}

.events .event .event_content {
	text-align: left;
}

.events .event .line {
	height: 1px;
	width: 21px;
	background: #c2c2c2;
	position: absolute;
	left: -40px;
	top: 15px;
	font-size: 0;
}

.events .event .title1 {
	font-size: 24px;
	color: #166792;
	line-height: 30px;
}

.events .event .title2 {
	font-size: 30px;
	line-height: 40px;
}

.events .event .title3 {
	font-size: 18px;
	line-height: 30px;
}


/*发展历程1结束*/

.zhuanti100 {
	text-align: center;
	padding: 20px 0;
}

.zhuanti100 img {
	max-width: 100%;
}


/*点赞  人数*/

#upcount {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}


/* 案例表格*/

.casetabel {
	width: 100%;
	cellspacing: 1px;
	cellpadding: 0;
}

.casetabel ul {
	list-style-type: circle;
	padding: 8px 25px
}

.casetabel ul li {
	list-style-type: circle;
}

.casetabel h3 {
	padding-left: 15px;
	border-left: 5px #00479d solid;
	margin-left: -25px;
}

.casetabel th {
	background-color: #1784c7;
	text-align: center;
	color: aliceblue;
	line-height: 50px;
	padding: 8px 25px;
}

.casetabel th:nth-child(1) {
	background-color: #595959;
}

.casetabel th:nth-child(3) {
	background-color: #1ba8c9;
}

.casetabel th:nth-child(4) {
	background-color: #22c29c;
}

.casetabel th:nth-child(5) {
	background-color: #91ce24;
}

.casetabel td {
	background-color: #ffffff;
	padding: 8px 25px;
	line-height: 1.8em;
	vertical-align: text-top;
}

.casetabel td:nth-child(odd) {
	background-color: #e0f1fb;
}

.casetabel td.fitst {
	background-color: #f8f8f8;
}
