	@charset "utf-8";

/* CSS Document */

@font-face {
	font-family: 'Titillium Web';
	src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti !important;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

.banner img {
	width: 100%;
}

.banner_img {
	position: static;
}


/*advantages*/

.adv_sec {
	padding: 80px 0 0;
}

.adv_sec_box {
	width: 80%;
	margin: 0 auto;
}

.adv_sec1_list {
	height: auto;
	width: 80%;
	margin: 0 auto 80px;
	background: #f5f5f5;
}

.adv_sec1_list1 {
	background: #f5f5f5;
}

.adv_sec1_list .col-lg-7,
.adv_sec1_list .col-lg-5 {
	padding: 0;
}

.adv_sec1_img {
	width: 100%;
}

.adv_sec1_img img {
	display: block;
	width: 100%;
}

.adv_sec1_word {
	background: #f5f5f5;
	padding: 20% 13%;
}

.adv_sec1_word h3 {
	font-size: 28px;
	color: #333;
	margin-bottom: 10px;
	letter-spacing: 1px;
	margin-top: 0;
}

.adv_sec1_word h4 {
	margin: 15px 0 25px;
    color: #999;
    text-transform: capitalize;
    font-family: 'Titillium Web'!important;
}

.adv_sec1_word h6 {
	font-size: 15px;
	line-height: 30px;
	color: #333;
	margin-bottom: 20px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 2em;
}

.adv_sec2_word {
	width: 100%;
	padding: 50px 50px;
}

.adv_sec2_word h3 {
	font-size: 28px;
	color: #333;
	margin-bottom: 10px;
	letter-spacing: 1px;
	margin-top: 0;
}

.adv_sec2_word h4 {
	margin: 15px 0 25px;
    color: #999;
    text-transform: capitalize;
    font-family: 'Titillium Web'!important;
}

.adv_sec2_word h6 {
	font-size: 15px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 30px;
	color: #333;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-indent: 2em;
}

.adv_sec2_img {
	width: 100%;
}

.adv_sec2_img img {
	display: block;
	width: 100%;
}


/*advantages*/


/*news*/

.news_sec1 {
	width: 100%;
	margin: 80px auto;
}

.news_sec1_con {
	width: 80%;
	margin: 0 auto;
}

.news_sec1_con .row {
	margin-bottom: 30px;
}

.news_sec1_img img {
	width: 100%;
}


/*** join ***/

.join_sec1 {
	padding-bottom: 80px;
}

.mg-top-80 {
	margin-top: 100px;
}

.join_sec1 .news_sec1_con h3 {}

.join_sec1 .news_sec1_con p {
	margin-top: 25px;
	letter-spacing: 1px;
	font-size: 15px;
	color: #333;
	line-height: 30px;
	text-indent: 2em;
}

.join_sec1-title1 {
	font-size: 24px;
	color: #133d64;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 10px 0;
}

.join_sec1-title1:before {
	content: '';
	position: absolute;
	top: 23px;
	left: 20px;
	width: 30px;
	height: 4px;
	background-color: #0799cb;
}

.join_sec1-title2 {
	font-size: 18px;
}

.join_sec1-h3 {
	padding-left: 50px;
}

.join_sec1-title3,
.join_sec1-title4 {
	margin-top: 76px;
	color: #1b2b43;
	font-size: 18px;
	padding: 5px 0;
	letter-spacing: 3px;
}

.join_sec1-title4 {
	margin-top: 0;
}

.join_sec1 .news_sec1_img {
	margin-top: -100px;
	margin-bottom: 70px;
}

.join_sec3_img {
	width: 80%;
	float: right;
	margin-top: -50px;
}

.join_sec3_img img {
	width: 100%;
	height: 100%;
}

.join_sec1 .news_sec1_img img {
	width: 100%;
	height: 100%;
}

.join_sec2 .culture_area {
	position: relative;
	height: 580px;
	padding-top: 80px;
	overflow: hidden;
	z-index: 2;
}

.join_sec2 .culture_area h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.join_sec2 .culture_area .text {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.join_sec2 .culture_area .thumb_box {
	width: 1150px;
	height: 410px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.join_sec2 .culture_area .thumb_box .thumb_ico {
	position: absolute;
	top: 60px;
	width: 180px;
}

.join_sec3 {
	text-align: center;
}

.join_box {
	position: relative;
}

.join_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	/* width: 100%; */
	/* height: 100%; */
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.join_box:hover .join_txt {
	top: 45%
}

.join_txt img {
	width: 56px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.join_txt h3 {
	color: #fff;
	margin-top: 20px;
}

.join_txt h5 {
	color: #fff;
	margin-top: 10px;
	font-family: 'Titillium Web' !important;
	text-transform:capitalize;
	letter-spacing: 5px;
}

.join_sec3 .news_sec1_con a {
	display: block;
	border: none;
}

.join_sec3 .news_sec1_img-icon {
	/*text-align: center;*/
	margin-top: 15px;
}

.join_sec3 .news_date {
	padding-top: 5px;
	font-size: 22px;
	color: #333;
	line-height: 40px;
	letter-spacing: 5px;
	font-weight: bold;
}

.join_sec3 .news_tit {
	/*padding-top: 52px;*/
}

.join_sec3 .news_tit {
	height: auto;
	text-align: left;
	font-size: 17px;
	color: #333;
	letter-spacing: 1px;
	margin-top: 25px;
	margin-bottom: 11px;
}

.join_sec2 .culture_area .thumb_box .thumb_ico.pos1 {
	left: 0;
	top: 60px;
}

.join_sec2 .culture_area .thumb_box .thumb_ico.pos2 {
	left: 235px;
	top: 110px;
}

.join_sec2 .culture_area .thumb_box .thumb_ico.pos3 {
	left: 485px;
	top: 60px;
}

.join_sec2 .culture_area .thumb_box .thumb_ico.pos4 {
	left: 739px;
	top: 115px;
}

.join_sec2 .culture_area canvas {
	position: absolute;
	left: 0;
	top: 0;
}

.join_sec4 {
	background-color: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}

.join_sec4 .form-group {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.join_sec4 .form-group:nth-child(2n) {
	margin-right: 0;
}

.join_sec4 .form-group i {
	color: #ff0000;
}

.join_sec4 .form-control {
	height: 50PX;
}

.join_sec4 .form-group input {
	background-color: transparent;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
}

form {
	width: 100%;
}

.join_sec4 .btn {
	display: block;
	width: 328px;
	border-radius: 30px;
	color: #FFFFFF;
	background-color: #11baef;
	height: 60px;
	margin: 50px auto;
	text-align: center;
	margin-top: 80px;
	font-family: 'Titillium Web'!important;
}

.join_sec4 .icon_xin {
	color: #FF0000;
}

.join_sec4 textarea {
	resize: none;
	width: 100%;
	height: auto;
	background-color: transparent;
}

.mg-t-50 {
	margin-top: 50px;
}


/*** /join ***/


/*** about-us ***/


/*sec1*/

.about-us-sec1 {
	margin-bottom: 80px;
}

.about_us-sec1_img img {
	width: 100%;
	height: 100%;
}

.about-sec1-content {
	width: 92%;
	float: right;
}

.about-sec1-content h2 {
	display: inline-block;
	color: #1c5aad;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 2px;
}

.about-sec1-content i {
	display: inline-block;
	color: #666;
	font-size: 30px;
	text-align: center;
}

.about-sec1-content h5 {
	text-align: right;
	padding: 20px 0;
	font-family: 'Titillium Web' !important;
}

.about_sec1-title3 {
	position: relative;
	color: #333333;
	font-size: 20px;
	letter-spacing: 1px;
	padding-top: 140px;
	padding-bottom: 10px;
	font-family: 'Titillium Web' !important;
}

.about_sec1-title3::before {
	content: '';
	position: absolute;
	top: 102px;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #333;
}

.about_sec1-title4 {
	font-size: 16px;
	color: #999;
	letter-spacing: 2px;
}

.about-sec1-content p {
	color: #333333;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
	padding-right: 30px;
	text-indent: 2em;
}


/*sec1*/


/*sec2*/

.overview {
	position: relative;
}

.section_top .back_container {
	background: none;
}

.com_text {
	display: block;
	margin: 30px 0 30px !important;
	font-size:15px !important;
	text-align: center;
	color: #333333 !important;
    letter-spacing: 1px !important;
    font-size: 15px;
    line-height: 30px;
    text-indent: 0em !important;
}

.about-us .business_scope_area {
	position: relative;
	background-color: #f5f5f5;
	padding: 0;
	padding-top: 80px;
	padding-bottom: 120px;
}

.about-us .select_box {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
	white-space: nowrap;
	margin-top: -100px;
}

.about-us .select_box .select {
	position: relative;
	display: inline-block;
	height: 100%;
	-webkit-transition: width 0.3s ease-out;
	-moz-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	overflow: hidden;
}

.about-us .select_box .select .bg {}

.about-us .select_box .select .bg img {
	width: 100%;
}

.about-us .select_box .select .bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.about-us .select_box ul {
	position: absolute;
	top: 50%;
	margin-top: -63px;
	text-align: center;
	color: #fff;
	-webkit-transition: margin-top 0.3s ease-out;
	-moz-transition: margin-top 0.3s ease-out;
	-o-transition: margin-top 0.3s ease-out;
	transition: margin-top 0.3s ease-out;
	left: 0;
	width: 100%;
}

.about-us .select_box ul li {
	display: block;
}

.about-us .select_box ul li.title {
	font-size: 22px;
	line-height: 26px;
	margin-top: 10px;
	letter-spacing: 4px;
}

.about-us .select_box ul li.desc {
	font-size: 16px;
	/* letter-spacing: 2px; */
	padding-top: 23px;
	/* line-height: 13px; */
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.about-us .select_box ul li.detail_btn {
	position: relative;
	padding-top: 27px;
	font-size: 13px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.about-us .select_box ul li.detail_btn a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	position: relative;
	display: inline-block;
	width: 140px;
	height: 37px;
	line-height: 37px;
	background: url(../../../Images/business/overview/btn_detail.png.html) 0 0 no-repeat;
}

.about-us .select_box ul li.detail_btn a span {
	position: relative;
	color: #fff;
	font-family: 'Titillium Web';
	text-transform: uppercase;
	letter-spacing: 1px;
}

.about-us .select_box ul li.detail_btn a>img {
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin-left: 6px;
	max-width: none;
	transition: all 0.3s;
}

.about-us .select_box ul li.detail_btn a .on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	border-radius: 75px;
	overflow: hidden;
}

.about-us .select_box ul li.detail_btn a .on img {
	max-width: none;
}

.about-us .select_box .select.active {
	width: 42%;
}

.about-us .select_box .select.deactive {
	width: 29%;
}

.about-us .select_box .select:hover ul {
	margin-top: -146px;
}

.about-us .select_box .select:hover ul li.desc {
	opacity: 1;
}

.about-us .select_box .select:hover ul li.detail_btn {
	opacity: 1;
}

.about-us .select_box .select:hover .bg:before {
	visibility: visible;
	opacity: 1;
}

.about-us .select_box ul li.detail_btn a:hover>img {
	margin-left: 15px;
}

.about-us .select_box ul li.detail_btn a:hover .on {
	opacity: 1;
}

.about-us .select_box ul li.detail_btn a:hover {
	background: none;
}


/*sec2*/


/*sec3*/

.about-us-sec3 {
	/*padding-top: 200px;*/
}

.about_us-sec3_img {
	position: relative;
}

.about_sec3_img {}

.about_us-sec3_img img {
	position: relative;
	z-index: 900;
	width: 100%;
	height: 100%;
}

.about_us-sec3_img::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 20px;
	width: 100%;
	height: 100%;
	background-color: #eaeaea;
	z-index: 888;
}

.about-sec3-content {
	padding: 0 10% 0 0;
}

.about-sec3-content h2 {
	font-size: 22px;
	color: #333333;
	margin-top: 60px;
}

.about-sec3-content h5 {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	font-family: 'Titillium Web'!important;
}

.about-sec3-content p {
	letter-spacing: 1px;
	font-size: 15px;
	color: #333;
	margin-top: 36px;
	line-height:30px;
	text-indent: 2em;
}


/*sec3*/


/*sec4*/

.about-us-sec4 {
	position: relative;
}

.about-us-sec4-left {
	background-color: #353535;
	/*padding:4% 7%;*/
	padding: 60px 0;
	box-sizing: border-box;
}

.about-us-sec4-title {
	color: #FFFFFF;
	width: 50%;
	padding-left: 12%;
}

.about-us-sec4-title h3 {
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
	letter-spacing: 5px;
}

.about-us-sec4-title p {
	letter-spacing: 1px;
	font-size: 14px;
}

.about-us-sec4-right {
	background-color: #999;
	height: 320%;
	width: 100%;
	position: absolute;
	bottom: -425px;
	right: 0;
}

.lb-box {
	position: relative;
	height: 100%;
	padding-right: 20px;
}

.lb-box span {
	color: #F7F7F7;
}

.lb-box .swiperA1-txt {
	position: absolute;
	right: 40px;
	bottom: -14px;
	font-size: 22px;
	letter-spacing: 1px;
	z-index: 777;
	text-align: right;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.lb-box .swiperA1-txt h6 {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 14px;
}

.lb-box:hover .swiperA1-txt {
	bottom: 30px;
}

.about-us-sec4-right p {
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	color: #F5F5F5;
	margin: 0 auto;
	font-size: 16px;
	position: relative;
	font-family: 'Titillium Web' !important;
	top: 40%;
}

.about-us-sec4-right p:before {
	content: '';
	position: absolute;
	bottom: -60px;
	left: 10px;
	width: 4px;
	height: 50px;
	background-color: #F5F5F5;
	z-index: 888;
}

.about-us-sec4-right p:after {
	content: '';
	position: absolute;
	bottom: -96px;
	left: 12px;
	width: 2px;
	height: 30px;
	background-color: #F5F5F5;
	z-index: 888;
}

.about-us-sec4-ct {
	padding: 0;
	/*height: 740px;*/
	/*margin-top: 100px;*/
}

.swiperA1-img img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 777;
}

.swiperA1-img {
	position: relative;
	height: 100%;
	width: 100%;
}

.about-us-sec4 .pd-0 {
	/*padding: 0;*/
}

.about-us-sec4 .swiper-slide {
	text-align: center;
	Center slide text vertically 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: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}


/*sec4*/


/* 企业荣耀 */

.about_sec {
	padding: 80px 0;
}

.about_sec2 {
	padding: 0 0 80px;
}

.about_box5 {
	width: 80%;
	margin: 0 auto;
}

.aboutSec2Swper {
	padding: 0px 12% 0 12%;
	position: relative;
}

.arrowA2,
.arrowA1 {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background: #afafaf;
	color: #FFF;
	text-align: center;
	z-index: 99;
}

.arrowA1 {
	background: transparent;
	color: #999;
	text-align: center;
	border: 1px solid #999;
	border-radius: 50%;
	text-align: center;
}

.arrowA2 i,
.arrowA1 i {
	font-size: 30px;
	color: #FFF;
	line-height: 47px;
}

.arrowA2-L,
.arrowA1-L {
	left: 95px;
}

.arrowA2-R,
.arrowA1-R {
	right: 95px;
}

.aboutSec2Item {
	overflow: hidden;
	margin: 0 15px;
}

.aboutSec2Item a,
.aboutSec2Item img {
	display: block;
	width: 100%;
}

.aboutSec2Item h4 {
	/* height: 60px; */
	line-height: 26px;
	overflow: hidden;
	/* padding: 0 20px; */
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 0;
	letter-spacing: 1px;
	margin-top: 10px;
    line-height: 26px;
}

.aboutSec2Item i {
	width: 1px;
	height: 30px;
	background: #9d9d9d;
	margin: 30px auto 0;
	display: block;
}


/* /企业荣耀 */


/*** about-us ***/


/******contact*****/

.cont_sec {
	padding: 60px 0;
}

.cont_sec1 {
	background: #f5f5f5;
}

.xinxi_list {
	width: 80%;
	margin: 0 auto;
}

.xinxi_cont {
	background: #fff;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	height: 340px;
	padding: 40px 30px 0;
}

.xinxi_ico {
	width: 70px;
	margin: 15% auto 10px;
}

.xinxi_ico img {
	width: 100%;
}

.xinxi_cont h3 {
	text-align: center;
	text-transform: uppercase;
	text-transform:capitalize;
	font-family: 'Titillium Web'!important;
	font-weight: bold;
	color: #333;
}

.xinxi_cont h4 {
	text-align: center;
	/*text-transform:capitalize;*/
	font-family: 'Titillium Web'!important;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 20px;
	color: #666;
}

.xinxi_cont h5 {
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 15px;
	color: #666;
	line-height: 24px;
}

.cont_link .link_ico1 {
	background: #4b6aab;
}

.cont_link .link_ico2 {
	background: #5ea5db;
}

.cont_link .link_ico3 {
	background: #195079;
	position: relative;
}
.erweima{ position: absolute; left: 50%; width: 150px; margin-left: -75px; top:60px; display: none; z-index: 1;}
.erweima img{width: 100% !important;}
.cont_link .link_ico3:hover .erweima{display: block;}
.cont_link .col-lg-6{
	padding: 0;
}

.cont_link .link_ico {
	padding: 15px 0;
}

.cont_link .link_ico img {
	width: 30px;
	display: block;
	margin: 0 auto;
}

.cont_sec3 {
	padding-bottom: 80px !important;
}

.stay_box {
	width: 80%;
	margin: 0 auto;
}

.contact_sec_all {
	margin-top: 60px;
}

.contact_sec1_left {
	width: 100%;
}

.contact_sec1_messages {
	padding: 20px 0 40px 10%;
}

.contact_sec1_xian {
	width: 100%;
	overflow: hidden;
}

.contact_sec1_xian>span {
	display: block;
	width: 10%;
	float: left;
	padding: 20px 0;
}

.contact_sec1_xian>span i {
	display: block;
	width: 90%;
	height: 2px;
	background: #1c5aad;
	margin: 0 auto;
}

.contact_sec1_xian .contact_sec1_phone {
	width: 90%;
	float: left;
}

.contact_sec1_phone h3 {
	width: 100%;
	display: block;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 0 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

.contact_sec1_phone h3 span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 20px;
}

.contact_sec1_phone h3 span img {
	display: block;
	width: 100%;
	height: 100%;
}

.contact_sec1_right {
	width: 100%;
}

.contact_sec1_right {
	width: 100%;
}

.contact_sec1_right h5 {
	font-size: 16px;
	color: #666;
	padding: 0 0 30px 0;
	line-height: 24px;
	letter-spacing: 1px;
}

.contact_input span {
	display: block;
	padding-bottom: 10px;
	font-size: 15px;
	color: #333;
	letter-spacing: 1px;
}

.contact_input span .red {
	color: #D10C0F;
	display: inline-block;
}

.contact_input {
	float: left;
	width: 48%;
	margin-bottom: 25px;
}

.contact_input:nth-child(even) {
	margin-left: 2%;
}

.contact_input input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
}

.contact_textarea {
	width: 100%;
}

.contact_textarea span {
	display: block;
	padding-bottom: 15px;
	font-size: 15px;
	color: #333;
	letter-spacing: 1px;
}

.contact_textarea span .red {
	color: #D10C0F;
	display: inline-block;
}

.contact_textarea textarea {
	display: block;
	width: 100%;
	height: 200px;
}

.contact_sec1_right .ind1_btn a {
	padding: 12px 75px;
	text-transform: uppercase;
	font-family: "bignoodletitlingregular";
	color: white;
	font-size: 16px;
	letter-spacing: 2px;
	position: relative;
	border: 2px solid rgba(255, 255, 255, 0.1);
	display: inline-block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.baiduditu {
	width: 90%;
	height: 350px;
}

.contact_title h5 {
	font-size: 16px;
	color: #666;
	padding: 0 0 30px 0;
	line-height: 24px;
	letter-spacing: 1px;
}

.contact_sec1_phone h5 {
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-bottom: 30px;
}

.font_zt {
	font-family: 'Titillium Web'!important;
	font-size: 16px !important;
}


/******contact*****/


/******business*****/

.bus_sec {
	padding: 60px 0 80px;
}

.bus_list {
	width: 80%;
	margin: 0 auto;
}

.bus_img {
	width: 100%;
}

.bus_img img {
	width: 100%;
}

.bus_text h4 {
	margin: 15px 0 25px;
	color: #999;
	text-transform:capitalize;
	font-family: 'Titillium Web'!important;
}

.bus_text h3 {
	font-size: 28px;
	color: #333;
	letter-spacing: 2px;
}

.bus_text h3 span {
	width: 5px;
	height: 30px;
	background: #ccc;
	display: block;
	float: left;
	margin-right: 10px;
}

.bus_text h5 {
	font-size: 15px;
	line-height:30px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 2em;
	color:#333;
	
}

.bus_text {
	padding: 70px 50px 0;
}

.list_botm {
	margin-bottom: 10px;
}


/******business*****/


/*3.8*/

.about-sec4-content .ind_sec1_tit h2 span {
	color: #999;
}

.join_sec1-title2 {
	margin: 15px 0 25px;
    color: #999;
    text-transform: capitalize;
    font-family: 'Titillium Web'!important;
}

.pos5 {
	right: 0;
}

.thumb_ico {}

.thumb_ico img {
	width: 100%;
}

.news_txt {
	text-align: left;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 21px;
}

.news_sec1_txt {
	padding: 30px;
	background: #f5f5f5;
}

.news_sec1_txt h5 {
	color: #999;
	letter-spacing: 1px;
	font-size: 14px;
}

.news_sec1_txt h3 {
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: 28px;
	height: 56px;
}

.news_sec1_txt h4 {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
	height:52px;
	overflow: hidden;
}

.news_sec1_con label {
	font-family: 'Titillium Web'!important;
	font-size: 16px;
	font-weight: 100;
}

.list_botm {
	margin-bottom: 70px;
	background: #f5f5f5;
}


/*newsdot.html*/

.more2 {
	font-family: inherit !important;
	text-align: center;
	margin: 60px auto 0;
	display: block;
	width: 160px;
	cursor: pointer;
}

.newsdot_sec1 {
	margin: 160px 0 0;
}

.newsdot_sec1_box {
	width: 70%;
	margin: 0 auto;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	padding: 0 120px 80px;
}

.newsdot_sec1_top h5 {
	color: #0ea29d;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
}

.newsdot_sec1_top h3 {
	color: #333;
	text-align: center;
	font-size: 22px;
}

.newsdot_sec1_img {
	margin: 30px 0;
	position: relative;
}

.newsdot_sec1_img img {
	width: 100%;
}

.newsdot_sec1_img h5 {
	position: absolute;
	top: 30px;
	left: 0;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;
	border-radius: 0 20px 20px 0;
	background: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
}

.newsdot_sec1_txt h3 {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

.newsdot_sec1_txt h3 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.newsdot_sec1_txt h4 {
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	margin: 20px 0;
}

.newsdot_sec1_txt h5 {
	color: #333;
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	font-weight: 100;
	letter-spacing: 1px;
	text-indent: 32px;
}


.newsdot_sec1_txt h6 {
	color: #333;
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	font-weight: 100;
	letter-spacing: 1px;
	
}



.newsdot_sec1_txt h5 span {
	color: #666;
	font-weight: bold;
	/* font-size: 18px; */
	letter-spacing: 4px;
}

.newsdot_sec1_con {
	margin-top: 50px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 30px;
	margin-left: -30px;
	margin-right: -30px;
}

.newsdot_sec1_con h5 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	letter-spacing: 1px;
}

.newsdot_sec1_btn {
	text-align: center;
	margin-top: 50px;
}

.newsdot_sec1_btn a {
	display: inline-block;
	height: 72px;
	width: 214px;
	text-align: center;
	color: #0ea29d;
	border-radius: 36px;
	line-height: 72px;
	font-size: 14px;
	text-transform: capitalize;
	border: 1px solid #0ea29d;
}

.newsdot_sec1_bottom {
	margin: 160px -201px 0;
	border-left: 1px solid #0ea29d;
	padding: 0 50px;
}

.newsdot_sec1_bottom h5 {
	margin-top: 0;
	color: #0ea29d;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif !important;
	letter-spacing: 1px;
}

.newsdot_sec1_bottom h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif !important;
}

.newsdot_din {
	position: fixed;
	top: 45%;
	width: 13%;
	display: block;
	display: none;
	z-index: 999;
}

.newsdot_din_left {
	left: 0;
}

.newsdot_din_right {
	right: 0;
}

.newsdot_din_img {
	width: 80px;
	height: 80px;
	float: left;
	text-align: center;
	line-height: 90px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
}

.newsdot_din_left .newsdot_din_img {
	float: left;
}

.newsdot_din_right .newsdot_din_img {
	float: right;
}

.newsdot_din_img i {
	font-size: 30px;
	color: #666;
	line-height: 80px;
}

.newsdot_din_left .newsdot_din_txt {
	margin-left: 100px;
	padding-top: 10px;
}

.newsdot_din_right .newsdot_din_txt {
	margin-right: 100px;
	padding-top: 10px;
}

.newsdot_din_txt h4 {
	margin: 0;
	font-size: 12px;
	color: #1c5aad;
}

.newsdot_din_txt h3 {
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	margin: 5px 0;
	letter-spacing: 1px;

}

.newsdot_din_txt h3 span {
	font-family: arial;
	font-weight: bold;
	
}

.newsdot_din_txt h5 {
	margin: 0;
	font-size: 12px;
	color: #666;
	font-family: arial !important;
	letter-spacing: 1px;
}

.newsdot_din_con {
	position: absolute;
	background: #fff;
	width: 600px;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}

.newsdot_din_left .newsdot_din_con {
	left: -600px;
}

.newsdot_din_right .newsdot_din_con {
	right: -600px;
}

.newsdot_din_left:hover .newsdot_din_con {
	left: 0;
}

.newsdot_din_right:hover .newsdot_din_con {
	right: 0px;
}

.newsdot_din_image {
	width: 240px;
}

.newsdot_din_text {
	width: 360px;
	padding: 40px 20px 0;
}

.newsdot_din_left .newsdot_din_text,
.newsdot_din_left .newsdot_din_image {
	float: left;
}

.newsdot_din_right .newsdot_din_text,
.newsdot_din_right .newsdot_din_image {
	float: right;
}

.newsdot_din_text>h4 {
	margin: 0;
	font-size: 16px;
	color: #1c5aad;
	letter-spacing: 1px;
}

.newsdot_din_text>h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0;
	letter-spacing: 1px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsdot_din_text h3 span {
	font-family: Arial;
}

.newsdot_din_text>h5 {
	margin: 0;
	font-size: 14px;
	color: #666;
	font-family: Arial !important;
}

.newsdot_din_btn h6 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	text-transform: uppercase;
	width: 90px;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	padding-top: 10px;
}

.box-link {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	text-align: center;
	padding: 9px 0 7px;
	width: 200px;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 26px;
	color: #1c5aad;
	border: solid 1px #1c5aad;
	overflow: hidden;
	text-transform: capitalize;
    font-family: 'Titillium Web'!important;

}


/*newsdot.html*/


/*joinlist.html*/

.joinlist_sec1 {
	position: relative;
	height: 50px;
}

.join_wrapper {
	width: 80%;
	margin: 80px auto 0;
}

.join_wrapper .all_title {
	margin-bottom: 50px!important;
}

.join_sec1 .join_tit {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
}

.join_sec1 .join_tit>span {
	display: block;
	background: #111;
	width: 40px;
	height: 2px;
	position: absolute;
	top: 10px;
	left: -50px;
}

.join_tit h4 {
	color: #333;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: 600;
}

.join_tit h5 {
	color: #671115;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
	padding: 12px 0;
	font-family: SangBleuSans, Arial, sans-serif;
}

.t_filter {
	position: absolute;
	width: 38%;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	top: 0;
	right: 0;
	margin: 0 !important;
	z-index: 8;
}

.t_filter .box .btab a {
	display: block;
	float: left;
	width: 32.9%;
	margin-right: 2px;
	background: #f6f6f6;
	text-align: center;
	color: #888;
}

.t_filter .box .btab a:hover {
	background: #1c5aad;
	color: #ffffff;
}

.xinzi {
	margin: 0;
}

.con {
	width: 99.8%;
	background: #f9f9f9;
	padding: 25px 20px;
}

.con a {
	width: 33.33333%;
	display: block;
	float: left;
	text-align: left;
	font-size: 16px;
}

.con a.on {
	color: #1c5aad;
}

.t_filter .box .btab a.active {
	background: #2AAAE3;
	color: #ffffff;
}

.con a:hover {
	color: #671115;
}

.job_list ul li {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	color: #666;
}

.job_list_left {
	width: 70%;
	float: left;
}

.job_list_left h2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 0;
	letter-spacing: 2px;
}

.job_list_left h4 {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #666;
	letter-spacing: 1px;
}

.job_list_left h4 img {
	width: 20px;
}

.job_list_left h4 span {
	color: #1c5aad;
	font-size: 16px;
	margin-left: 20px;
}

.job_list_left h3 img {
	width: 20px;
	margin-bottom: 3px;
}

.job_list_left h3 span {
	font-size: 15px;
	margin-right: 50px;
	color: #666;
	letter-spacing: 1px;
}

.job_list_right {
	width: 30%;
	float: right;
}

.job_list_right img {
	width: 20px;
	float: left;
}

.job_list_right span {
	font-size: 15px;
	color: #333;
	line-height: 20px;
	float: left;
	margin-left: 5px;
	letter-spacing: 1px;
}

.join_sec1 .leader_sec1_bottom {
	width: 50%;
	margin: 50px auto;
}

.join_sec1 {
	margin-top: 60px;
}

.tab1_bottom {
	margin: 80px auto;
	text-align: center;
}

.tab1_bottom ul {
	display: inline-block;
}

.tab1_bottom ul li {
	width: 40px;
	line-height: 40px;
	background: #f9f9f9;
	float: left;
	margin-right: 25px;
	font-size: 16px;
	font-weight: 500;
}

.tab1_bottom ul li.active {
	background: #8b8b8b;
}

.tab1_bottom ul li.active a {
	color: #fff;
}


/*joinlist.html*/


/*recruitdot.html*/

.jobdot {
	width: 70%;
	margin: 0 auto 80px;
	padding-top: 170px;
}

.jobcon {
	width: 100%;
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	margin-top: 60px;
}

.jobcon_bt {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 20px
}

.jobcon_bt p {
	line-height: 30px;
}

.jobtopcon {
	width: 100%;
	height: auto;
}

.jobtopcon_tit {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	width: auto;
	height: 35px;
	line-height: 30px;
	border-bottom: 1px #ddd dotted;
	text-align: left;
	margin-top: 30px;
	letter-spacing: 2px;
}

.zpnrbody {
	width: auto;
	border-bottom: 1px #ddd dotted;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.zpnrbodynr {
	width: 225px;
	height: 50px;
	float: left;
	margin-right: 40px;
}

.zpnrbodynrs {
	width: auto;
	height: auto
}

.zpnrbodynrsz {
	height: 25px;
	line-height: 25px;
	float: left;
	color: #666;
	font-size: 15px;
	letter-spacing: 1px;
}

.zpnrbodynrsy {
	float: right;
	height: 25px;
	line-height: 25px;
}

.jobbottom {
	overflow: hidden;
	float: left;
	margin-top: 20PX;
}

.jobconleft {
	float: left;
}

.zwzpnr {
	margin-top: 30px;
}

.jobconleft p {
	font-size: 15px;
	color: #333;
	line-height: 30px;
	letter-spacing: 1px;
}

.zwzpn {
	margin: 0 auto;
	padding-top: 20px;
	line-height: 25px;
}

.scwj {
	margin-top: 20px;
	padding-top: 5px;
}

.scwjz {
	line-height: 25px;
	color: #000000;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

.scwjy {
	overflow: hidden;
}

.test {
	border: none;
	float: left;
}

.InputButton {
	float: left;
	border: none;
	background: #004193;
	font-size: 16px;
	text-align: center;
	width: 70px;
	color: #fff;
}

.scwjyz {
	width: 235px;
	height: auto;
	float: left;
	line-height: 25px
}

.scwjyy {
	width: 85px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.job_back {
	width: 100%;
	height: auto;
	padding-top: 50px;
}

.job_back_con {
	text-align: center;
	display: block;
	width: 120px;
	line-height: 35px;
	background: #671115;
	color: #fff;
	margin: 0 auto;
}

.job_back_con a {
	color: #fff;
}

.job_back02 {
	width: 100%;
	height: auto;
	padding-top: 50px;
}

.job_back02_con {
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border: 1px solid #0255a5;
	padding: 3px;
	margin: 0 auto;
}

.job_back02_con a {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #0056a9;
	display: block;
}

.job_back02_con:hover {
	transition: color .6s, border-color .6s, background-color .6s;
	border: 1px solid #000;
}

.job_back02_con a:hover {
	background: #000;
	transition: color .6s, border-color .6s, background-color .6s;
}


/*recruitdot.html*/


/*bus.html*/

.newslist_sec {
	margin-top: 168px;
	margin-bottom: 80px;
}

.newslist_box {
	width: 80%;
	margin: 0 auto;
}

.packList {
	background: #f5f5f5;
	padding:50px;
}

.packListUl .ListP {
	color: #333;
	font-size: 18px;
	padding: 15px 0;
	/* font-weight: 600; */
	cursor: pointer;
	letter-spacing: 1px;
}

.packListUl .ListP a {
	color: inherit;
	text-decoration: none;
}

.packListUl .ListP span {
	width: 30px;
	height: 1px;
	background: #999;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.packListUl .active .ListP { color:#f08200 ;}
.packListUl .active .ListP span{background:#f08200; }
.tit_en {
	font-size: 22px;
	/* letter-spacing: 5px; */
	color: #1c5aad;
	margin-bottom: 20px;
}

.list_tit {
	margin-bottom: 20px;
	font-size: 20px;
	color: #666;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family: 'Titillium Web'!important;
	margin-top: 5px;
}

.buslistnav.active .ListP {
	color: #f08200;
}

.buslistnav.active .ListP span {
	background: #f08200;
}

.buslistnav ul {
	margin-left: 40px;
	/*border:1px dotted #f08200;*/
	border-top: none;
}

.buslistnav ul li {
	border-bottom: 1px #999 dotted;
}

.buslistnav ul li a {
	text-decoration: none;
	color: #666;
	font-size: 16px;
	letter-spacing: 2px;
	display: block;
	padding: 10px;
}

.buslistnav ul li a i {
	float: right;
	font-size: 18px;
	position: relative;
	top: 2px;
	left: 7px;
}

.buslistnav ul li.active a {
	color: #0899cb;
}

.newslist_sec .newsdot_sec1 {
	margin-top: 0;
}

.newslist_sec .newsdot_sec1 .newsdot_sec1_box {
	width: 100%;
}

.newsdot_sec1_txt2 {

	margin: auto;
}

.newslist_sec .newsdot_sec1_img {
	margin-top: 0;
}

.img_box {
	width: 100%;
}

.img_box img {
	width: 100%;
}

.newsdot_sec1_box1 {
	padding: 0 80px 0 !important;
}

.img_text {
	text-align: left !important;
}

.img_text p,
.newsdot_sec1_txt p {
	font-size: 15px;
	color: #333;
	line-height:30px;
	letter-spacing: 1px;
	text-indent: 2em;
	margin-top:20px;
	
}




.img_text p,
.newsdot_sec1_txt p {}

.img_text p img {
width: 31% !important;
    float: left !important;
    margin: 13px 1% 0;	
}



.anli_1 {
	float: left;
	width: 50%;
}

.anli_2 {
	float: right;
	width: 50%;
}

.anli_4 .anli_3 {
	width: 50% !important;
}

.newsdot_sec1_txt p img:only-child {
	max-width: 100%; 
	margin: 20px auto 0;
	display: block;
}

.img_text h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left !important;
	margin-top: 20px;
height: 34px;
}
.arrowA2 i, .arrowA1 i {
    font-size: 12px;
   
    line-height: 30px;
}
.arrowA2, .arrowA1{width: 30px; height: 30px;}
.img_text h4 {
	text-align: left !important;
	margin: 10px 0 !important;
}

.img_list {}

.img_list .col-lg-4 {
	margin-top: 25px;
	padding: 8px;
}


/*buslist.html*/

.TabHide3 a {
	text-align: center;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.TabHide3 a:hover {
	background: #1c5aad;
	color: #fff
}

.select_box .select ul li span {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

.newsdot_sec1_yanfa .img_text h3 {
	font-size: 15px;
	margin-top: 25px
}

.newsdot_sec1_yanfa .img_text h3 span {
	color: #1c5aad;
	font-size: 46px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 7px;
	line-height: 20px;
	margin-right: 10px;
}


/*自适应*/

@media(max-width: 1800px) {}

@media(max-width: 1700px) {
	.about-sec1-content h5 {
		padding: 0;
	}
	.about_sec1-title3::before {
		top: 42px;
	}
	.about_sec1-title3 {
		padding-top: 70px;
	}
}

@media(max-width: 1600px) {
	.advantages_con_txt h4 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 9;
		-webkit-box-orient: vertical;
	}
	.about-sec1-content h5 {
		display: none;
	}
	.about-sec1-content p {
		padding-right: 0;
	}
}

@media(max-width: 1550px) {
	.about-sec1-content h2 {
		font-size: 16px;
		line-height: 26px;
	}
	.about-sec1-content p {
		line-height: 26px;
	}
	.bus_text h3 {
		font-size: 24px;
	}
}

@media(max-width: 1440px) {
	.packList{
		padding: 20px;
	}
	.about-us-sec3 .ind_sec1_tit {
		margin-top: 0 !important;
	}
	.advantages_con_txt h4 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
	}
	.lb-box span {
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: bold;
	}
	.aboutSec2Item i {
		margin: 20px auto 0;
	}
	.aboutSec2Item h4 {
		height: 60px;
	}
	.mg-top-80 {
		margin-top: 80px;
	}
	.bus_text {
		padding: 50px 50px 0;
	}
	.about-sec1-content p {
		line-height: 24px;
		font-size: 14px;
	}
	.about-sec3-content p {
		font-size: 14px;
	}
	.aboutSec2Item h4 {
		font-size: 14px;
	}
	.about-us-sec4 .swiper-slide{
		display: block;
	}
	.lb-box,
	.swiperA1-img{
		height: auto;
	}
}

@media(max-width: 1366px) {
	.join_sec1-title3 {
		margin-top: 20px;
	}
	.newsdot_sec1_txt2 {
		/* margin-left: -3%; */
	}
	.join_sec1-title3,
	.join_sec1-title4 {
		font-size: 16px;
	}
	.join_sec1 .news_sec1_con p {
		margin-top: 20px;
	}
	.about-sec1-content {
		width: 100%;
	}
	.about_sec1-title4 {
		font-size: 15px;
	}
	.about_sec1-title3::before {
		top: 20px;
	}
	.about_sec1-title3 {
		padding-top: 40px;
	}
	.bus_text {
		padding: 40px;
	}
	.list_botm .col-lg-5 {
		/* padding: 0; */
	}
}

@media(max-width: 1360px) {
	.advantages_con_txt h4 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
	}
	.newsdot_sec1_box2 {
		margin-left: -20px;
	}
	
	.adv_sec1_word h6 {
		font-size: 15px;
		line-height: 30px;
		color: #333;
		margin-bottom: 20px;
		letter-spacing: 1px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		text-overflow: ellipsis;
		text-indent: 2em;
	}
	
.img_text h3{ height:40px; font-size:14px; line-height:1.2}

.com_text{ width:100%;}
.packList{ padding:20px  !important;}
.packListUl .ListP{ font-size:14px;}
.newsdot_sec1_yanfa .img_text h3{ font-size:14px;letter-spacing: 0px;}
.newsdot_sec1_box1{ padding:0 20px 0 !important}
.buslistnav ul li a{ font-size:14px;}
.newsdot_sec1_txt h4{letter-spacing: 0px;}
.adv_sec1_word{ padding-top:10%;}
.img_text p, .newsdot_sec1_txt p{ font-size:14px;margin-left: 36px;text-indent: 0;}
.newsdot_sec1_txt h6{margin-left: 36px;text-indent: 0;}
.xinxi_cont h5{ font-size:14px;}
.nav_type ul li a{ font-size:14px;}
.nav_type ul li a{letter-spacing: 0px;}
.bus_text h5{ font-size:14px;}
.com_text{ font-size:14px;}	
.about-us .select_box ul li.desc{ font-size:14px;}
.news_sec1_txt{ padding:10px;}
}

@media(max-width: 1300px) {
	.bus_text h5 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
	}
	.join_sec1-title4 {
		margin-top: 0px;
	}
	.newsdot_sec1_txt2 {
		/* margin-left: -6%; */
	}
}

@media(max-width: 1280px) {
	.newsdot_sec1_txt2 {
		/* margin-left: -7%; */
	}
	.bus_text h5 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	.advantages_con_txt h4 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	.about-sec3-content h2 {
		margin-top: 40px;
	}
	.about-sec3-content p {
		margin-top: 25px;
	}
	.about_box5 {
		width: 84%;
	}
	.bus_text h5 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.about-sec1-content p {
		margin-top: 0;
	}
}

@media(max-width: 1240px) {
	.join_sec1 .news_sec1_con p {
		margin-top: 29px;
	}
}

@media(max-width: 768px) {
	p {
		font-size: 13px !important;
	}
	.newsdot_sec1_txt2 {
		width: 100% !important;
		margin: 0;
	}
	.img_text p img {
		width: 100%;
	}
	.newsdot_sec1_txt .img_text {
		float: none !important;
		width: 100% !important;
	}
	.culture_sec1 {
		width: 100% !important;
	}
	.culture_sec1 img {
		width: 98% !important;
	}
	.buslistnav ul {
		border: 1px dotted #f08200;
		margin-left: 0;
		border-top: none;
	}
	.buslistnav ul li:last-child {
		border-bottom: none;
	}
	.anli_4 .anli_3 {
		width: 95%!important;
	}
	.newsdot_sec1_txt p{
		text-indent: 2em;
		margin-left: 0;
	}
	.newsdot_sec1_txt h6{
		margin-left: 0;
		text-indent: 2rem;
	}
	/*.newsdot_sec1_txt p img:only-child {
    width: 95%;
    margin: 30px auto;
    display: block;
}*/
	.joinlist_sec1 {
		height: 0!important;
	}
	.newsdot_sec1_txt p img {
		/* float: left !important; */
				width: 100%;
		display: block;
		border: #fff 1px solid;
		text-indent: -2em;
		margin: 0 0 20px 0 !important;	}
	.news_sec1_con {
		width: 94%;
	}
	.news_sec1_con .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.news_sec1_con .col-lg-3 {

		padding: 0 5px;
		margin-bottom: 20px;
	}
	.news_sec1_con .col-lg-6 {
		padding: 0 5px;
	}
	.tab1_bottom {
    margin: 0px auto;
   
}
.tab1_bottom ul li {
    width: 30px;
    line-height: 30px;
    margin-right: 5px;
    font-size: 14px;
    
}
	.about-sec1-content h2 {
		font-size: 14px;
		line-height: 22px;
		margin-top: 5px;
	}
	.about-sec1-content p {
		height: initial;
		font-size: 12px;
		line-height: 22px;
		margin-top: 10px;
		text-align: justify;
	}
	.about_sec1-title3 {
		padding-top: 28px;
		font-size: 16px;
		padding-bottom: 5px;
	}
	.about_sec1-title3::before {
		top: 18px;
	}
	.about_sec1-title4 {
		font-size: 12px;
	}
	.about-us-sec1 {
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.about-us .business_scope_area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.com_text {
		width: 94%;
		margin: 10px auto 20px;
		font-size: 14px !important;
		line-height: 22px;
	}
	.about-us .select_box {
		width: 94%;
		margin-top: -52px;
		white-space: inherit;
	}
	.select_box .row {
		margin: 0 -5px;
	}
	.select_box .col-lg-3 {
		float: left;
		width: 50%;
		padding: 5px
	}
	.select ul li.icon img {
		width: 33px;
	}
	.about-us .select_box ul {
		top: 63%;
	}
	.select_box .select ul li span {
		display: none;
	}
	.about-us .select_box ul li.title {
		font-size: 15px;
		line-height: 22px;
		margin-top: 2px;
	}
	.about-us .select_box ul li.desc {
		opacity: 1;
		font-size: 12px;
		padding: 0 10px;
		letter-spacing: 1px;
		line-height: inherit;
		margin-top: 5px;
		color: #fff;
	}
	.about-us .select_box ul li.detail_btn {
		display: none;
	}
	.about-us-sec3 {
		margin-top: 50px;
	}
	.news_sec1_con .col-lg-8,
	.news_sec1_con .col-lg-4 {
		padding: 0 5px;
	}
	.about-sec3-content h2 {
		margin-top: 20px;
		font-size: 15px;
	}
	.about-sec3-content h5 {
		font-size: 14px;
		margin-top: 6px;
		letter-spacing: 1px;
	}
	.about-sec3-content p {
		margin-top: 15px;
		font-size: 12px;
		line-height: 22px;
		text-align: justify;
	}
	.about-sec3-content {
		padding: 0;
	}
	.about_us-sec3_img::before {
		display: none;
	}
	.about_us-sec3_img {
		margin-top: 10px;
	}
	.about-us-sec4 {
		margin-top: 50px;
	}
	.about-us-sec4-left {
		padding: 50px 25px;
		width: 100%;
	}
	.about-us .select_box .select:hover ul {
	margin-top: -63px;
}
	.about-us-sec4 .about-sec4-content .ind_sec1_tit {
		padding-left: 3% !important
	}
	.aboutSec2Swper {
		padding: 0px 3%;
	}
	.lb-box {
		padding-right: 0px;
	}
	.lb-box {
		width: 100%;
	}
	.swiperA1-img img {
		height: auto;
	}
	.lb-box .swiperA1-txt {
		right: 71px;
		bottom: 15px;
		font-size: 16px;
	}
	
	.lb-box span {
		font-size: 16px;
	}
	.lb-box .swiperA1-txt h6 {
		font-size: 13px;
		margin-top: 6px;
	}
	.about_sec {
		padding: 50px 0;
	}
	.about_box5 {
		width: 94%;
	}
	.aboutSec2Swper {
		padding: 0;
	}
	.aboutSec2Item {
		margin: 0;
	}
	.aboutSec2Item i {
		display: none;
	}
	.aboutSec2Item h4 {
		height: 40px;
		line-height: 40px;
	}
	.arrowA2-R,
	.arrowA1-R {
		right: 2px;
	}
	.arrowA2-L,
	.arrowA1-L {
		left: 2px;
	}
	.news_sec1 {
		margin: 50px auto 40px;
	}
	.news_sec1_txt {
		padding: 15px;
	}
	.news_sec1_txt h5 {
		font-size: 12px;
	}
	.news_sec1_txt h3 {
		font-size: 15px;
		margin-bottom: 8px;
		margin-top: 2px;
		line-height: 28px;
	}
	.news_sec1_txt h4 {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 22px;
		height: 42px;
	}
	#news_sec1 .news_sec1_con .col-lg-4 {
		margin-bottom: 10px;
	}
	#news_sec2 .news_sec1_con .col-lg-4 {
		margin-bottom: 10px;
	}
	#news_sec3 .news_sec1_con .col-lg-4 {
		margin-bottom: 10px;
	}
	.newsdot_sec1 {
		margin: 80px 0 50px;
	}
	.newsdot_sec1_box {
		width: 94%;
		margin: 0 auto;
		border-right: none;
		border-left: none;
		padding: 0;
	}
	.newsdot_sec1_img {
		margin: 30px 0 20px;
	}
	.newsdot_sec1_txt h3 {
		font-size: 16px;
		line-height: 25px;
	}
	.newsdot_sec1_txt h4 {
		font-size: 12px;
		margin: 9px 0;
		color: #999;
	}
	.newsdot_sec1_txt h5 {
		font-size: 14px;
		line-height: 22px;
		text-indent: 32px;
		margin-bottom: 10px;
	}
		.newsdot_sec1_txt h5  span{font-size: 15px !important;}
	.newsdot_sec1_con {
		margin-top: 30px;
		padding: 10px;
		margin-left: 0;
		margin-right: 0;
	}
	.more2 {
		margin: 30px auto 0;
		width: 127px;
		letter-spacing: 2px !important;
		/* font-family: inherit !important;
		text-align: center;
		margin: 60px auto 0;
		display: block;
		width: 160px;
		cursor: pointer; */
	}
	.more img {
		display: none;
	}
	.more_ico {
		position: absolute;
		top: 38%;
	}
	.more:hover .more_ico {
		opacity: 0;
	}
	.bus_sec {
		padding: 50px 0 50px;
	}
	.bus_list {
		width: 94%;
		margin: 0 auto;
	}
	.bus_text {
		padding: 15px 0%;
	}
	.bus_text h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.bus_text h3 span {
		width: 3px;
		height: 18px;
		margin-right: 8px;
	}
	.bus_text h4 {
		margin: 10px 0 13px;
		font-size: 15px;
	}
	.bus_text h5 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 18;
		-webkit-box-orient: vertical;
		font-size: 12px;
		line-height: 22px;
		text-align: justify;
	}
	.list_botm {
		margin-bottom: 10px;
		background: #f5f5f5;
		padding-top: 15px;
	}
	.newslist_sec {
		margin-top: 105px;
		margin-bottom: 0px;
	}
	.newslist_box {
		width: 94%;
		margin: 0 auto;
	}
	.packList {
		padding: 0;
		background: none;
		margin-bottom: 30px;
	}
	.tit_en {
		font-size: 18px;
		font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
	}
	.list_tit {
		font-size: 15px;
	}
	.packListUl .ListP span {
		width: 20px;
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-top: 0;
	}
	.buslistnav {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.buslistnav ul li a {
		font-size: 12px;
		margin-left: 34%;
	}
	.buslistnav ul li a i {
		left: -55%;
		top: 0;
	}
	.packList ul li {
		/* margin-bottom: 10px; */
	}
	.packListUl .ListP {
		font-size: 15px;
		padding: 7px 0;
		border: #ccc 1px dotted;
		text-align: center;
	}
	.packListUl li.active .ListP {
		color: #fff;
		border: #f08200 1px dotted;
		background: #f08200;
	}
	.packListUl li.active .ListP span {
		background: #fff;
	}
	.newslist_sec .newsdot_sec1 .newsdot_sec1_box {
		padding: 0!important;
	}
	.newslist_sec .newsdot_sec1 {
		margin-top: 10px;
	}
	.img_list .col-lg-4 {
		padding: 0 15px;
	}
	.img_list {
		margin-top: 0px;
	}
	.newsdot_sec1_txt h3 {
		font-size: 15px;
		line-height: 25px;
		margin-top: 5px;
		height: auto;
		width: 100%!important;
	}
	.newsdot_sec1_txt h4 {
		font-size: 12px;
		margin: 0!important;
		line-height: 20px;
	}
	.img_text {
		margin-bottom: 20px;
	}
	.adv_sec1_list {
		width: 94%;
		margin: 0 auto 10px;
		background: transparent;
	}
	.adv_sec1_list .col-lg-7,
	.adv_sec1_list .col-lg-5 {
		padding: 0;
	}
	.adv_sec {
		padding: 50px 0 0;
	}
	.adv_sec1_word {
		padding: 15px!important;
	}
	.adv_sec1_word h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.adv_sec1_word h4 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.adv_sec1_word h6 {
		font-size: 12px;
		line-height: 22px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 0;
		height: 66px;
	}
	.adv_sec2_li {
		margin-bottom: 10px;
	}
	.adv_sec2_word {
		background: #f5f5f5;
		padding: 15px;
	}
	.adv_sec2_word h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.adv_sec2_word h4 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.adv_sec2_word h6 {
		font-size: 12px;
		line-height: 22px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 0;
		height: 66px;
	}
	.adv_sec2_word h6 p{
		text-align: justify;
	}
	.newsdot_sec1_img {
		margin: 30px 0 5px;
	}
	.newsdot_sec1_yanfa .img_text h3 {
		font-size: 14px;
		margin-top: 0px;
		line-height: 22px;
	}
	.advalist_text .img_text {
		margin-bottom: 0
	}
	.join_sec1-h3 {
		padding-left: 30px;
	}
	.join_sec1-title1 {
		font-size: 16px;
		line-height: 23px;
		padding: 0px 0;
		margin-bottom: 5px;
	}
	.join_sec1-title1:before {
		top: 14px;
		left: 5px;
		width: 19px;
		height: 2px;
	}
	.join_sec1-title2 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.join_sec1-title3,
	.join_sec1-title4 {
		font-size: 14px;
		margin-top: 5px;
		padding: 0;
	}
	.join_sec1 .news_sec1_con p {
		margin-top: 10px;
		font-size: 12px;
		line-height: 22px;
		text-align: justify;
	}
	.join_sec3_img {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.join_sec1 {
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.join_sec2 .culture_area {
		position: relative;
		height: auto;
		padding-top: 50px;
		padding-bottom: 33px
	}
	.join_sec2 .culture_area h2 {
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 6px;
	}
	.join_sec2 .culture_area .text {
		font-size: 14px;
		letter-spacing: 2px;
	}
	.join_sec2 .culture_area .thumb_box {
		width: 100%;
		height: auto;
	}
	.join_sec2 .culture_area .thumb_box .thumb_ico {
		width: 26%;
		position: static;
		display: inline-block;
		margin: 0 3% 17px;
	}
	.join_sec2 .culture_area .thumb_box {
		margin-top: 30px;
	}
	#join_sec3 .news_sec1_con .col-lg-6 {
		margin-bottom: 10px;
	}
	.join_txt img {
		width: 28px
	}
	.join_txt h3 {
		color: #fff;
		margin-top: 5px;
		font-size: 16px;
	}
	.join_txt h5 {
		display: none;
	}
	.join_sec4 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.join_sec4 .news_sec1_con {
		margin-top: 30px;
	}
	.join_sec4 .form-control {
		height: 35PX;
	}
	.news_sec1_con label {
		font-size: 14px;
	}
	.join_wrapper {
		width: 94%;
		margin: 50px auto;
	}
	.join_wrapper .ind_sec1_tit {
		margin-bottom: 100px;
	}
	.t_filter {
		position: absolute;
		width: 100%;
		height: 30px;
		line-height: 32px;
		top: -66px;
		font-size: 14px;
		left: 0;
	}
	.t_filter .box .btab a {
    
    width: 32%;
    margin-right: 1.33333%;
    
}
.job_list_left {
    width: 100%; float: inherit;

}
.job_list_left h3 span {
    margin-right: 20px;   
}
.jobdot {
    width: 94%;
    margin: 0 auto 50px;
    padding-top: 50px;
}
.jobcon{margin-top: 0;}
.jobbottom{margin-top: 0;}
.jobconleft p{margin-bottom: 0 !important;}
.job_back{padding-top: 0;}
.jobtopcon_tit{font-size: 15px; letter-spacing: 0;}
.xinxi_list {
    width: 94%;
    margin: 0 auto;
}
.xinxi_cont {
    
    height: inherit;
    padding: 30px;
    margin-bottom: 15px;
}
.cont_link .col-lg-6{width: 50%;float: left;}
.cont_sec {
    padding: 50px 0;
}
.stay_box {
    width: 94%;
   
}
.contact_input span {
    
    padding-bottom: 0;
    font-size: 14px;
    
}
.contact_input:nth-child(even) {
   margin-left:0; 
}
.contact_sec1_right{margin-top: 20px;}
.contact_textarea span{ padding-bottom: 0;}
.contact_sec_all{margin-top: 0;}
#dituContent{height: 300px !important;}
.contact_input{width: 100%; margin-bottom: 15px;}
.xinxi_ico {
    width: 70px;
    margin: 0 auto;
}
	.con a.on {
		background: #1c5aad;
		color: #fff
	}
	.con {
		width: 99.8%;
		background: #f9f9f9;
		padding: 15px 5px;
	}
	.con a {
		font-size: 14px;
	}
	.job_list_left h2 {
		font-size: 15px;
	}
	.job_list_right {
		width: auto;
		float: none;
		position: absolute;
		left: 0%;
		right: inherit;
		bottom: 10px;
	}
	.job_list ul li {
		position: relative;
		padding: 0;
		margin-top: 30px;
		padding-bottom: 50px;
	}
	.job_list_right img {
		width: 15px;
		vertical-align: middle;
		display: inline-block;
		margin-top: 3px;
	}
	.job_list_left h4 {
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 8px;
	}
	.job_list{margin-bottom: 30px;}
	.newsdot_sec1_txt p { line-height: 24px;text-align: justify;}
		.newsdot_sec1_txt p strong{font-size: 16px; margin-top: 15px; display: block; text-indent: 0;}
}
