﻿@font-face {
	font-family: 'SourceHanSerifCN';
	src: url('../fonts/SourceHanSerifCN-Heavy.otf') format('opentype');
	/* 可选：添加其他字体样式 */
	font-weight: normal;
	font-style: normal;
}
body {
	min-width: 1260px;
	margin: 0 auto;
}
ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, input, button {
	margin: 0;
	padding: 0;
}
.container {
	width: 1260px !important;
	margin: 0 auto;
	padding: 0;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}
.clearfloat:after {
	content: " ";
	display: table;
	height: 0;
	clear: both;
	visibility: hidden;
}
button:focus, a:focus {
	outline: none;
}
ul, ol {
	list-style: none;
}
input {
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.header-nav {
	margin: 1.5rem 0;
	position: relative;
}
.nav-search {
	background: url(../images/top_bg.jpg) no-repeat;
	background-size: cover;
}
.header-logo {
	position: absolute;
	right: 0;
	top: 0;
}
.header-logo img {
	width: 75px;
	margin-left: 1rem;
}
.logo {
	/*float: left;*/
    /*width: 218px;*/
	width: 630px;
	margin: 0 auto;
}
.logo img {
	border-right: 2px solid #dddddd;
	padding-right: 1.5rem;
	margin-right: 1.5rem;
}
.logo .logotel {
	color: #01579b;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.6;
}
.logo a {
	display: block;
	width: 100%;
}
.nav-main {
	background: #2671be;
	height: 50px;
	line-height: 50px;
}
.nav-title {
	position: relative;
	float: left;
}
.nav-hide {
	overflow: hidden;
}
.mask-container {
    display: none;
}
.no-home-show {
	width: 100%;
	height: 420px;
	overflow: inherit;
}
.add-nav-style {
	width: 218px;
	height: 54px;
	background: url(../images/nav-list-img.jpg) no-repeat center center;
}
.add-nav-style>a {
	/*border-bottom: 3px solid #fff;*/
	position: absolute;
	bottom: 0;
	display: inline-block;
	padding-left: 72px;
	width: 100%;
	height: 100%;
	line-height: 54px;
	font-size: 16px;
	color: #333;/*border-bottom: 2px solid #999;*//*box-shadow: 0 2px 8px rgba(170,170,170,0.2) ;*/
}
.add-nav-style>a i {
	display: inline-block;
	width: 18px;
	height: 12px;
	background: url("../images/bar-zicon_03.jpg");
	float: left;
	margin-left: -48px;
	margin-top: 22px;
	margin-right: 30px;
}
.nav-slide {
	height: 452px;
	position: absolute;
	top: 0;
	z-index: 999;
}
.nav-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
	opacity: 0.8;
	padding-top: 0;
}
.nav-left ul {
	background: #2aafed;
}
.nav-left ul li {
	width: 100%;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.nav-left ul li a {
	color: #fff;
	display: block;
	width: 194px;
	height: 100%;
	margin-left: 12px;
	padding-left: 16px;
	border-top: 1px solid rgba(255,255,255,.4);
	font-size: 18px;
	font-family: 'SourceHanSerifCN', sans-serif;
}
.nav-left ul li:first-child a {
	border-top: none;
}
.nav-left ul li.active a {
	font-size: 14px;
	color: #333;
	padding-left: 26px;
	border-top: none;
}
.nav-left ul li.active {
	background: #fff;
}
.nav-left ul li.active + li a {
	border-top: none;
}
.nav-left ul li i {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 20px;
	position: relative;
	top: 5px;
	overflow: hidden;
}
.nav-left ul li i img {
	width: 38px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
}
.nav-left ul li.active i img {
	left: -19px;
}
.nav-left ul li span {
	display: block;
	width: 7px;
	height: 13px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 28px;
}
.nav-left ul li span img {
	width: 14px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
}
.nav-left ul li.active span {
	color: #333;
	right: 18px;
}
.nav-left ul li.active span img {
	left: -7px;
}
.nav-right {
	position: absolute;
	top: 56px;
	left: 218px;
	/*box-shadow: 0 3px 6px rgb(153,153,153);*/
	background: #fff;
	border: 1px solid #eee;
}
.nav-list {
	width: 745px;
}
.navlist-business {
	position: relative;
	width: 678px;
	height: 448px;
	padding-top: 46px;
}
.nav-tab {
}
.nav-tab a {
	display: inline-block;
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: relative;
	font-family: 'SourceHanSerifCN', sans-serif;
	margin-right: 29px
}
.nav-tab a img {
	position: absolute;
	top: -12px;
	right: -12px;
	animation-name: bounce;
	-webkit-animation-name: bounce;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}
@keyframes bounce {
 0%, 100%, 20%, 50%, 80% {
 transform: translateY(0);
 webkit-transform: translateY(0);
}
 40% {
 transform: translateY(-3px);
 webkit-transform: translateY(-3px);
}
 60% {
 transform: translateY(-1px);
 webkit-transform: translateY(-1px);
}
}
.slideBox {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	bottom: 15px;
	z-index: 1;
	margin-left: -50px\0;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-left: 15px;
	width: 12px;
	height: 12px;
	text-align: center;
	background: #2aafed;
	border: 1px solid #2aafed;
	cursor: pointer;
}
.slideBox .hd ul li:first-child {
	margin-left: 0;
}
.slideBox .hd ul li.on {
	background: none;
}
.slideBox .bd {
	width: 1920px;
	position: absolute;
	height: 482px;
	text-align: center;
	left: 50%;
	margin-left: -960px;
}
/*--counter--*/
.counter {
	position: relative;
	z-index: 3;
	overflow: hidden;
	height: 13.75rem;
	overflow: hidden;
	background: url(../images/countbg.jpg) no-repeat;
	background-size: 100% 100%;
}
.counter-list {
	padding-top: 0.8rem;
	height: 13.75rem;
	overflow: hidden;
}
.counter-list .item {
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
}
.counter-list .item:last-child {
	border-right: none;
}
.counter-list .item em {
	display: inline-block;
	font-size: 60px;
	font-style: normal;
}
.counter-list .item i {
	display: inline-block;
	font-size: 60px;
	font-style: normal;
}
.counter-list .item p {
	font-size: 22px;
}
.links {
	padding: 1.5% 0;
	background: #2671be;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
}
.link_bt {
	width: 100px;
}
.link_nr {/*width:1300px;*/
}
.end {
	text-align: center;
}
/*footer*/
.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer_bg {
	width: 100%;
	color: #fff;
	background: #131513;
	position: relative;
	overflow: hidden;
	padding: 80px 0 70px;
}
.bq_item li {
	position: relative;
}
.bq_item li {
	float: left;
	position: relative;
}
.bq_item li:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 1px;
	background: #0570d2;
	top: 24px;
	left: -22px;
}
.bq_item li+li {
	margin-left: 14%;
}
.bq_item li a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #ddd;
	font-weight: lighter;
}
.bq_item li a:hover {
	color: #fff;
}
.bq_item li .footer_t {
	font-size: 20px ;
	color: #fff ;
	line-height: 48px ;
	position: relative;
}
.footer li p img {
	width: 130px;
	padding: 3%;
	background: #fff;
}
.copy {
	line-height: 30px;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	padding-top: 10px;
}
.copy a {
	font-size: 14px;
	color: #999;
}
.copy a:hover {
	color: #ff7b0f;
}
.copy_bg {
	height: 80px;
	background: #131513;
	line-height: 80px;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.copy_b {
}
.copy_bg div {
	color: #ddd;
	font-size: 16px;
}
.copy_bg div a:hover {
	color: #fff;
}
.foo_icon li div p {
	margin-top: 3px;
}
.cl {
	clear: both;
}
.banq {
	width: 65%;
}
.bq_cl>b, .bq_cr>b, .bq_r>b {
	font-size: 24px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
	line-height: 48px;
}
.bq_ewm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-left: 10px;
}
.bq_ewm li span {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	background: #131513;
	border: 1px solid rgba(255,255,255,0.3);
}
.bq_ewm li span img {
	width: 100%;
}
.bq_ewm li span:hover {
	background: #0080ff;
	border-color: #0080ff;
}
.ewm_cc {
	position: absolute;
	top: -140px;
	left: 0;
	display: none;
}
.bq_r {
	width: 35%;
	padding-left: 50px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bq_lx {
	line-height: 36px;
}
.bq_lx p {
	font-size: 16px;
	color: #ddd;
}
.bq_lx li {
	font-size: 16px;
	color: rgba(255,255,255,0.47);
}
.bq_ewm li+li {
	margin-left: 10px;
}
.bq_item li:first-child {
	padding-left: 20px;
}
.bq_item li:first-child:before {
	left: 0;
}
.bq_hr {
	width: 100px;
	height: 1px;
	background: #0570d2;
	margin: 0;
	border: 0;
	margin-top: 45px;
	margin-bottom: 25px;
}
.top60 {
	padding-top: 60px;
}
.top50 {
	padding-top: 50px;
}
.top40 {
	padding-top: 40px;
}
.top30 {
	padding-top: 30px;
}
.top20 {
	padding-top: 20px;
}
.t {
	text-align: center;
}
.t p {
	font-size: 36px;
	color: #2671be;
	font-weight: bold;
}
.t dd {
	color: #2aafed;
	font-size: 18px;
	line-height: 36px;
}
.service_bg {
	background: url(../images/index01bg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 541px;
}
.content {
	text-align: center;
}
.content img {
	max-width: 100%;
}
.sect_brand {
	background: url("../images/index02bg.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 621px;
}
.sect_brand .services-box {
	text-align: left;
}
.sect_brand .services-box {
	padding: 1rem 0;
}
.sect_brand .services-box:not(:last-child) {
	border-bottom: 1px dashed #a7c1fb
}
.sect_brand .services-box h3 {
	color: #2aafed;
	font-weight: bold;
	line-height: 1.5;
	font-size: 30px;
}
.sect_brand .services-box p.t1 {
	font-size: 1.1rem
}
.sect_brand .services-box p.t2 {
	padding: 1em 0;
	margin-top: 1em;
	border-top: 1px dashed #a7c1fb;
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
	letter-spacing: 1px;
}
.sect_brand .services-box span {
	display: block;
	float: left;
	font-size: 45px;
	color: #2aafed;
	line-height: 1;
	padding-right: 10px;
	font-weight: bold;
}
.brand1, .brand2, .brand3, .brand4 {
	background: #fff;
	margin-bottom: 20px
}
.brand1, .brand3 {
	padding: 15px 60px 0px 50px
}
.brand2, .brand4 {
	padding: 15px 50px 0px 60px
}
.brand1, .brand4 {
	border-radius: 0 100px 0 100px
}
.brand2, .brand3 {
	border-radius: 100px 0 100px 0
}


.f-pr .span-6, .span-6 {
	float: left;
	margin-right: 2%;
	width: 48%;
	transition: .2s width ease;
}
.f-pr {
	width: 85%;
	margin: 0 auto;
}
.sect_cus {
}
.sect_cus .index_ {
	padding-bottom: 4em
}
.sect_cus .index_ .T {
	color: #fff;
}
.in-case {
	position: relative;
	height: 517px;
}
.in-case .hd {
	margin-bottom: 40px;
	text-align: center;
}
.in-case .hd a {
	display: block;
	line-height: 40px;
	width: 160px;
	font-size: 14px;
	border: 1px solid #ebebeb;
}
.in-case .hd li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.in-case .hd li.on a, .in-case .hd li:hover a {
	background-color: #d82609;
	border-color: #d82609;
	color: #fff;
}
.in-case .bd dl {
	position: relative;
	float: left;
	width: 396px;
	margin: 12px;
	background-color: #fff;
	transition: all .5s;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 15px;
}
.in-case .bd dt {
	width: 100%;
	height: 261px;
	overflow: hidden;
}
.in-case .bd dt img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	border-radius: 15px 15px 0 0;
}
.in-case .bd dt a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.in-case .bd dd {
	padding: 0;
}
.in-case .bd dd h4 {
	font-size: 26px;
	line-height: 50px;
	margin: 15px 0;
	color: #01579b;
	text-align: center;
}
.in-case .bd dd p {
	color: #666;
	line-height: 24px;
	text-align: justify;
	height: 72px;
	overflow: hidden;
}
.in-case .bd dd .more {
	display: block;
	width: 175px;
	margin: auto;
	margin-bottom: 30px;
	padding: 6px 0;
	background-color: #e9be28;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 10px;
	font-size: 18px;
}
.in-case .prev, .in-case .next {
	background: no-repeat center;
	width: 58px;
	height: 58px;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	border-radius: 50%;
}
.in-case .prev {
	background-image: url(../images/prev.png);
	left: -68px;
}
.in-case .prev:hover {
	z-index: 2;
	-webkit-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
}
.in-case .next {
	background-image: url(../images/next.png);
	right: -68px;
}
.in-case .next:hover {
	z-index: 2;
	-webkit-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
}
.com_bg {
	width: 100%;
	height: 665px;
	background: url(../images/index03bg.jpg) no-repeat center;
}
.com_bg>.container {
	position: relative;
	height: 665px;
}
.com_box {
	width: 100%;
	background: #ffffff;
	box-sizing: border-box;
	padding: 50px 80px;
	position: absolute;
	top: 15%;
}
.com_box_left {
	width: 35%;
}
.com_box_left h1 {
	color: #2aafed;
	font-size: 28px;
	line-height: 50px;
	letter-spacing: 1px;
}
.com_box_left h2 {
	font-weight: bold;
	color: #0570d2;
	font-size: 36px;
	line-height: 70px;
	font-family: 'SourceHanSerifCN', sans-serif;
	margin-top: 40px;
}
.com_box_left p {
	color: #0570d2;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 2px;
}
.com_box_left a {
	margin-top: 100px;
	display: block;
	width: 175px;
	padding: 6px 0;
	background-color: #e9be28;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 10px;
	font-size: 18px;
}
.com_box_right {
	width: 65%;
}
.com_box_right p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	display: block;
	margin-bottom: 20px;
}
.com_box ul {
	width: 65%;
	position: absolute;
	bottom: -16px;
	right: 0;
	padding: 0 4%;
}
.com_box ul li {
	width: 15%;
	margin: 0 5%;
	text-align: center;
	float: left;
	background: #dec518;
	color: #ffffff;
	font-size: 18px;
	padding: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2)
}
.profession_bg {
	width: 100%;
	margin-bottom: 50px;
}
.profession_con {
	background: #f8f8f8;
	padding: 3.5% 50px 1% 50px;
}
.profession_s .divdgweb_new_div_item {
	width: 220px;
	margin-right: 18px;
	position: relative;
}
.profession_s .divdgweb_new_div_item .news_div_item_pic {
	width: 220px;
	height: 250px;
	position: relative;
}
.profession_s .divdgweb_new_div_item .news_div_item_pic a {
	width: 220px;
	overflow: hidden;
	display: block;
	text-align: center;
	position: relative;
}
.profession_s .divdgweb_new_div_item .news_div_item_pic img {
	width: 70%;
	height: auto;
	transition: 0.3s ease-out;
}
.profession_s .divdgweb_new_div_item .news_div_item_pic a:before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	transform: skewx(-25deg);
	z-index: 9;
}
.profession_s .divdgweb_new_div_item:hover .news_div_item_pic a:before {
	left: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.profession_s .divdgweb_new_div_item:hover .news_div_item_pic img {
	transform: scale(1.1) translateY(0);
}
.profession_s .divdgweb_new_div_item .news_div_item_pic .onlinebox {
    position: absolute;
    right: 2%;
    bottom: 2%;
    padding: 3px 13px;
    background: #dec518;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    z-index:5;
}
.profession_s .divdgweb_new_div_item .divdgweb_new_div_item_content {
	content: "";
	text-align: center;
	margin-top: 20px;
}
/*.profession_s .divdgweb_new_div_item .divdgweb_new_div_item_title a:after{content:"鏌ョ湅鏇村";display: block;width: 139px;height: 41px;margin: 17px auto 0;border: 1px solid #1d79de;border-radius: 25px;text-align: center;box-sizing: border-box;line-height: 39px;font-size:18px;}*/
.profession_s .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a:after {
	background: #1d79de;
	color: #fff;
}
.profession_s .divdgweb_new_div_item .divdgweb_new_div_item_title {
	height: 250px;
	position: relative;
	overflow: hidden;
}
.profession_s .divdgweb_new_div_item .divdgweb_new_div_item_title .divdgweb_new_div_item_a {
	font-size: 26px;
	color: #2aafed;
	text-align: center;
	font-weight: bold;
}
.profession_s .divdgweb_new_div_item .divdgweb_new_div_item_title h1 {
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-top: 10px;
}
.profession_s .divdgweb_new_div_item .divdgweb_new_div_item_title p {
	font-size: 14px;
	color: #666666;
	text-align: left;
	margin-top: 10px;
	padding: 0 5px;
}
.profession_s .divdgweb_new_div_item .divdgweb_new_div_item_content .more {
	display: block;
	width: 175px;
	margin: auto;
	margin-bottom: 30px;
	padding: 8px 0;
	background-color: #e9be28;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 10px;
	font-size: 18px;
}
.topman .contentnamebox .more {
	    width: 120px;
    margin: auto;
    padding: 6px 0;
    background-color: #e9be28;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 18px;
    display: inline-block;
    margin-left: 16px;
}
.profession_qie {
	z-index: 50;
	margin: 0px auto 40px auto;
	cursor: pointer;
	position: relative;
	text-align: center
}
.profession_qie li {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 13px;
	margin: 0 6px;
	background: #cbcbcb;
}
.profession_qie li.on {
	background: #1d79de;
}
/*.profession_s .divdgweb_new_div_item:hover{border-bottom: 6px solid #1d79de;}*/

.topman {
	width: 100%;
	background: #f8f8f8;
	padding: 3.5% 5%;
}
.topman .imgbox img {
	border-radius: 50%;
	position: relative;
}
.topman .imgbox {
	width: 25%;
	overflow: hidden;
	position: relative;
}
.topman .imgbox a:before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	transform: skewx(-25deg);
	z-index: 9;
}
.topman .imgbox:hover a:before {
	left: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.topman .imgbox .onlinebox {
	position: absolute;
	right: 70px;
	bottom: 0;
	padding: 3px 13px;
	background: #dec518;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.topman .contentnamebox {
	width: 75%;
	overflow: hidden;
}
.topman .contentnamebox h1 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
    display:inline;
}
.topman .contentnamebox span {
	color: #2aafed;
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}
.topman .contentnamebox p {
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
}
.select_d li {
	width: 23.5%;
	float: left;
	text-align: center;
	position: relative;
	margin-left: 2%;
	margin-bottom: 20px;
	height: 240px;
	overflow: hidden;
}
.select_d li img {
	width: 100%;
}
.select_d li:nth-child(4n+1) {
	margin-left: 0;
}
.select_d li p {
	font-size: 18px;
	color: #333;
	position: relative;
	z-index: 2;
	line-height: 2.5
}
.case {
	padding-bottom: 100px;
	background: url(../images/index04bg.jpg) no-repeat;
}
.case ul {
	background-color: #fff;
	padding: 2%;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.case ul li {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.case ul li:nth-child(3n+1) {
	margin-left: 0;
}
.case ul li .img-wrapper {
	width: 100%;
	height: 180px;
}
.case ul li .img-wrapper img {
	width: 100%;
}
.case ul li .content {
	padding: 32px 14px 32px 0;
	width: 100%;
}
.case ul li .content h6 {
	font-size: 20px;
	position: relative;
	font-weight: bold;
	color: #343434;
	text-align: left;
}
.case ul li .content h6:after {
	position: absolute;
	content: '';
	width: 377px;
	border-bottom: 1px solid #ECECEC;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
}
.case ul li .content span {
	display: block;
	margin: 33px 0 16px;
	font-size: 16px;
	color: #2671be;
	font-weight: bold;
	text-align: left;
}
.case ul li .content p {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	height: 78px;
	text-align: left;
}
.case ul li .content div {
	margin-top: 32px;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
}
.news_bg {margin-bottom:5rem;
}
.news_t {
	text-align: left;
	float: left;
	width: 336px;
}
.news_t dd:after {
	display: none;
}
.news_a {
	width: auto;
	float: right;
	margin-top: 34px;
}
.news_a a {
	display: block;
	width: 152px;
	height: 46px;
	line-height: 44px;
	font-size: 20px;
	color: #333;
	float: left;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px #ccc solid;
	text-align: center;
	margin-left: 20px;
}
.news_a a.on {
	background: #2671be;
	color: #fff;
	border: 1px #2671be solid;
}
.news_b {
	height: 570px;
	margin-top: 20px;
}
.news .news_box .news_div_item {
	width: 420px;
	height: 110px;
	float: left;
	position: relative;
	box-sizing: border-box;
	background: #f5f5f5;
	margin-left: 20px;
	margin-bottom: 16px;
}
.news .news_box .news_div_item:nth-child(1) {
	margin-left: 0;
}
.news .news_box .news_div_item:nth-child(-n+2) {
	width: 400px;
	height: 488px;
	padding: 20px;
}
.news .news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img {
	width: 370px;
	height: 274px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.news .news_box .news_div_item:nth-child(-n+2) .news_div_item_pic {
	position: absolute;
	top: 24px;
	width: 372px;
	display: block;
}
.news .news_box .news_div_item:nth-child(-n+2) .news_div_item_date {
	position: absolute;
	top: 348px;
	width: 390px;
	font-size: 12px;
	color: #999;
}
.news .news_box .news_div_item:nth-child(-n+2) .news_div_item_content:after {
	content: 'Read more →';
	font-size: 12px;
	color: #222;
	line-height: 40px;
}
.news .news_div_item_year, .news_div_item_month, .news_div_item_day {
	display: inline-block;
}
.news .news_box .news_div_item:nth-child(-n+2) .news_div_item_content {
	position: absolute;
	top: 310px;
	width: 360px;
}
a.news_div_item_a {
	font-size: 18px !important;
	color: #333;
	line-height: 40px;
}
.news .news_div_item_body {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news .news_box .news_div_item:nth-child(-n+2) .news_div_item_body {
	-webkit-line-clamp: 2;
	margin-top: 24px;
}
.news .news_div_item_pic, .news_box .news_div_item:nth-child(n+3) .news_div_item_date {
	display: none;
}
.news .news_box .news_div_item:nth-child(n+3) .news_div_item_content {
	width: 434px;
	padding: 24px 34px;
}
.news .news_box .news_div_item:nth-child(n+3) a.news_div_item_a {
	line-height: 30px;
}
.news .news_box .news_div_item:nth-child(n+3):after {
	content: "";
	display: block;
	width: 0;
	height: 6px;
	background: #2671be;
	margin-bottom: -6px;
	transition: 0.3s all ease-in-out;
}
.news .news_box .news_div_item:nth-child(n+3):hover::after {
	width: 100%;
}
.nbannerbox {
	width: 100%;
	text-align: center;
	position: relative;
}
.nbannerbox img {
	width: 100%;
}
.nbannerbox h1 {
	position: absolute;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
}
.cpbannerbox {
	width: 100%;
	height: 330px;
	padding: 2% 0;
}
.cpbannerbox h1 {
	line-height: 2;
	font-size: 36px;
	color: #fff;
	font-family: 'SourceHanSerifCN', sans-serif;
	text-align: center;
}
.cpbannerbox p {
	width: 23%;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 22px;
	color: #fff;
	text-align: left;
}
#bodycon {
	margin-top: 10px;
}
.mianbxContent {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: left;
	-webkit-transition: 0.1s all;
	transition: 0.1s all;
	background: url(../images/back_home_icon.png) no-repeat 0px 14px;
	position: relative;
	margin: 10px auto;
	width: 100%;
	color: #000;
	padding-left: 30px;
}
#bodycontent {
	width: 1400px;
	margin: 0 auto;
	line-height: 180%;
	text-align: center;
}
.mianbxContent a {
	color: #000;
	font-size: 16px;
}
.mianbxContent a:hover {
	color: #01579b;
}
#bodycontent.bodycontent2020 {
	text-align: left;
}
.dwone {
	width: 100%;
}
.dwone li {
	width: 27.33%;
	position: relative;
	float: left;
	text-align: center;
	background: #fff;
	padding: 2%;
	transition: all .3s ease;
	margin: 0 1% 2% 1%;
	box-shadow: 0px 0px 10px #ddd;
}
.dwone li img {
	width: 100%;
}
.dwwa_a a {
	font-size: 16px;
	font-weight: bold;
}
.dwwa {
	padding-top: 5%;
}
.dwwa_body {
	margin-top: 2%;
	font-size: 14px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	max-height: 84px;
	min-height: 84px;
	text-align: left;
}
.dwwa_more {
	margin-top: 5%;
}
.dwwa_more a {
	display: block;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	background: #000;
	transition: all .3s ease;
}
.dwone li:hover {
	transform: translateY(-10px);
}
.dwone li:hover .dwwa_more a {
	background: #0086e2;
}
.dwone li:hover .dwwa_a a {
	color: #0086e2;
}
.clear {
	clear: both;
}
.dwone .bd dl {
	margin-bottom: 55px;
}
.bottompo {
	width: 100%;
	background: url(../images/bottom_bg.jpg) no-repeat ;
	height: 300px;
	padding-top: 64px;
    background-size:cover;
}
.bot_form {
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}
.bot_form .formbox {
	margin-top: 50px;
}
.bot_form .service_t p {
	letter-spacing: 8px;
	font-size: 48px;
}
.bot_form .inputt, .bot_form .inputx {
	height: 54px;
	line-height: 54px;
	background: #fff;
	border: 0px;
	text-indent: 18px;
	font-size: 18px;
	color: #111;
	border-radius: 10px;
}
.bot_form .inputt {
	width: 27%;
	margin-right: 2%;
}
.bot_form .bmessges {
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	background: #2aafed;
	padding: 0px 40px;
	border: 0px;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
	vertical-align: middle;
	width: 12%;
}
.bot_form select:invalid {
color:gray
}
.bot_form select {
	/*chrome和Firefox里面的边框是不一样的，所以复写了一下*/ border: solid 1px #DDD;
	/*很关键:将默认的select选择框样式清除*/ appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/ background: url("../images/selected.png") #fff no-repeat scroll right 20px center !important;
	/*为下拉小前头留出一点位置，避免被文字覆盖*/
	padding-right: 20px;
	padding-left: 5px;
}
/*清除ie的认选择框样式清除，隐藏下拉箭头*/
.bot_form select::-ms-expand {
 display: none;
}
.cpsortbox {
	background: #fff;
	height: 90px;
	line-height: 90px;
}
.cpsortbox a {
	font-size: 20px;
	color: #01579b;
	padding: 5px 15px;
}
.cpsortbox .cur {
	background: #01579b;
	color: #fff;
	border-radius: 5px;
}
.cpconbox {
	background: #f0f0f0;
}
.textContent {
	padding: 5%;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin-bottom: 8rem;
}
.textContent img {
	max-width: 100%;
}
.textContent h1 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}
.textContent h2 {
	font-size: 18px;
	color: #2671be;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}
.textContent p {
	font-size: 16px;
	color: #000;
	line-height: 2;
}
.banner_about {
	width: 100%;
	height: 330px;
	overflow: hidden;
	position: relative;
}
.ny_banner_title {
	color: #fff;
	line-height: 45px;
	padding-top: 90px;
	padding-left: 100px;
}
.ny_banner_title h1 {
	position: relative;
	letter-spacing: 10px;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	font-family: 'SourceHanSerifCN', sans-serif;
}
.ny_banner_title span {
	position: relative;
	font-size: 30px;
	color: #72f4f0;
	margin-left: 10px;
}
.ny_banner_title p {
	font-size: 18px;
}
.newsban h1 {
	color: #2671be;
}
.newsban span {
	color: #2aafed;
}
.cpconbox .case {
	padding-bottom: 0px;
	background: none;
}
.nyxqnews_leftpage {
	border-top: 1px solid #2aafed;
	padding: 2% 0;
	margin-top: 2%;
}
.nyxqnews_leftup {
	float: left;
	width: 50%;
	color: #01579b;
	font-size: 18px;
	overflow: hidden;
}
.nyxqnews_leftdown {
	float: right;
	text-align: right;
	width: 50%;
	color: #01579b;
	font-size: 18px;
	overflow: hidden;
}
.nyxqnews_leftdown a, .nyxqnews_leftup a {
	color: #01579b;
	font-size: 18px;
}
.nynews {
	width: 100%;
	margin: 0 auto;
}
.nynews-list {
	width: 100%;
	height: auto;
	padding: 2%;
	margin: 2% auto;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	border: 1px solid #fff
}
.nynews-photo {
	float: left;
	width: 10%;
	height: auto;
	overflow: hidden;
}
.nynews-photo img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.nynews-content {
	float: left;
	width: 90%;
	padding-left: 2%;
}
.nynews-title {
	font-size: 18px;
	font-weight: bold;
	color: #2671be;
	line-height: 40px;
}
.nynews-title span {
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
.nynews-text {
	font-size: 16px;
	line-height: 28px;
	color: #000;
}
.nynews-more {
	float: right;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: 4%;
	font-size: 20px;
	color: #fff;
	font-family: serif;
	font-weight: bold;
	background: #e5e5e5;
	border-radius: 100%;
	text-align: center;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.nynews-list:hover {
	border: 1px solid #2aafed
}
.aboutbox {
	margin-bottom: 8rem;
}
.aboutbox h1 {
	font-size: 36px;
	font-weight: bold;
	color: #2671be;
	padding-left: 2rem;
	border-left: 10px solid #2aafed;
	margin: 4rem 0;
}
.aboutcardbox {
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.aboutcardbox01 {
	height: 576px;
}
.aboutcardbox h2 {
	font-size: 30px;
	color: #2aafed;
	text-align: center;
	margin: 2rem auto 4rem auto;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.aboutcardbox p {
	font-size: 16px;
	color: #666;
	line-height: 26px;
}
.aboutcardbox img {
	max-width: 100%;
}
.aboutcardbox01 .fl {
	width: 60%;
	padding: 5%;
}
.aboutcardbox01 .fr {
	width: 40%;
	height: 100%;
	background: url(../images/aboutbg.jpg) no-repeat center center;
	background-size: cover;
}
.aboutcardbox02 {
	padding: 5%;
}
.aboutcardbox04 {
	padding: 3%;
}
.aboutcardbox03 {
	padding: 5% 0;
}
.aboutcardbox03 h1 {
	padding-left: 0;
	border-left: none;
	margin: 0;
}
.aboutcardbox03 p {
	line-height: 20px;
}
.aboutcardbox03 .profession_con {
	padding: 0 2.5%;
}
.innertit {
	text-align: center;
	margin: 5rem 0 2rem 0;
}
.tell_info {
	box-sizing: border-box;
	padding: 2.3rem;
	margin-right: 1%;
	background: #f5f5f5;
	width: 30%;
    height:400px;
}
.tell_map{
    width:69%;
}
.tell_info h3 {
	font-size: 24px;
	color: #333;
	font-weight: 400;
	line-height: 2
}
 @media (max-width:768px) {
.tell_info h3 {
	font-size: 1.09090909rem
}
}
.tell_info strong {
 font-size: 18px;
	color: #0099ff
}
 @media (max-width:768px) {
.tell_info strong {
 font-size: .94444444rem
}
}
.tell_info p {
	font-size: 16px;
	color: #666;
	line-height: 1.75em;
	padding: 5px 0
}
 @media (max-width:640px) {
.tell_info p {
	font-size: 13px
}
}
.tell_info .fa {
	color: #f08118;
	font-size: 1rem;
	text-align: center;
 margin-right: .6rem;
	width: 1rem
}
.tell_info .ewm {
	    margin: 1rem auto 0 auto;
    width: 10rem;
    height: 10rem;
}
.message{    width: 100%;
    padding: 2% 0;
    margin: 0 auto;
    font-size: 16px;background: #f8f8f8;margin-bottom: -3vw;    margin-top: 5vw;}
.innertit strong {
	font-size: 1.8rem;
	display: block;
	color: #333;
	text-align: center;
	letter-spacing: 4px;
}
 @media (max-width:768px) {
.innertit strong {
	font-size: 1.8rem
}
.innertit {
	margin: 1.5rem 0;
}
}
.cf {
margin-bottom:8rem
}
 .linkTagcs {
                        height: auto;
                    }

                        .linkTagcs ul {
                            margin: 0px;
                            padding: 0px;
                            list-style-type: none;
                        }

                        .linkTagcs li {
                            list-style: none;
                            margin: 0px;
                            padding-right: 10px;
                            line-height: 36px;
                            float: left;
                        }

                            .linkTagcs li a {
                                color: #fff;
                                word-break: break-all;
                            }

                            .linkTagcs li img {
                                border: 0px;
                            }