* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

ul, ol, li {
    list-style: none;
}

html, body {
    font-size: 16px;
    font-family: 'MicrosoftYaHei';
    min-width: 1200px;
}

.pw1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*  头部 */

.header .top {
    background: #f7f7f7;
    color: #666666;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.header .top .list li {
    margin-right: 20px;
}

.header .top .list li:last-child {
    margin-right: 0;
}

.header .top .list a {
    position: relative;
    color: #666666;
}

.header .top .list a:hover {
    color: #0bb0fe;
}

.header .top .list a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #666666;
}

.header .top .list li:last-child a::after {
    display: none;
}

.header .logo {
    padding: 30px 0;
    color: #333333;
}

.header .logo .phone {
    margin-top: 5px;
}

.header .logo .phone i {
    font-size: 36px;
    margin-right: 10px;
    position: relative;
    top: 7px;
}

.header .logo .phone p {
    font-size: 20px;
    color: #0bb0fe;
}

.header .nav {
    background: #f7f7f7;
    height: 60px;
}

.header .nav .list {
    margin-left: 300px;
    font-size: 16px;
    line-height: 60px;
}

.header .nav .list li {
    margin-right: 30px;
}

.header .nav .list li:last-child {
    margin-right: 0;
}

.header .nav .list .hot a {
    background: url(../img/hot.gif) no-repeat right top 10px;
}

.header .nav .list a {
    display: block;
    padding: 0 15px;
    color: #333333;
}

.header .nav .list a:hover {
    color: #0bb0fe;
}

.header .nav .all {
    position: absolute;
    left: 0;
    top: o;
}

.header .nav .all .title {
    position: relative;
    width: 240px;
    height: 60px;
    background: #0bb0fe;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
}

.header .nav .all .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 5px;
    background: #0bb0fe;
}

.header .nav .all .title::after {
    position: absolute;
    content: "";
    left: 100%;
    bottom: 100%;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #0bb0fe;
}

.header .nav .all .title p {
    line-height: 56px;
}

.header .nav .all .title i {
    font-size: 22px;
    position: relative;
    margin-right: 10px;
    top: 2px;
}

/* 底部 */

.footer .con {
    padding: 40px 0;
}

.footer .con img {
    display: block;
    max-width: 100%;
}

.footer .con .logo {
    width: 240px;
    margin-right: 80px;
}

.footer .con .nav li {
    margin-right: 70px;
}

.footer .con .nav h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.footer .con .nav p {
    line-height: 30px;
}

.footer .con .nav a {
    color: #666666;
}

.footer .con .nav a:hover {
    color: #0bb0fe;
}

.footer .con .wechat {
    width: 140px;
    text-align: center;
    font-size: 12px;
}

.footer .link ul {
    padding: 20px 0;
    border-top: 1px dashed #cccccc;
    font-size: 14px;
}

.footer .link li {
    display: inline-block;
    line-height: 24px;
}

.footer .link a {
    color: #666666;
}

.footer .copyright {
    background: #333333;
    color: #999999;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.footer .copyright a {
    color: #999999;
}

/* 面包屑 */

ul.breadcrumb {
    font-size: 0;
    line-height: 44px;
    height: 44px;
}

.breadcrumb li {
    display: inline-block;
    color: #999999;
    font-size: 16px;
}

.breadcrumb li+li::before {
    content: "/";
    padding: 0 6px;
    color: #333333;
}

.breadcrumb i {
    font-size: 18px;
    color: #333333;
    margin-right: 5px;
}

.breadcrumb a {
    color: #333333;
}

/* 搜索 */

.search {
    width: 320px;
}

.search .txt {
    display: block;
    width: 242px;
    height: 44px;
    background: #f5f6f7;
    border: 1px solid #e8e8e8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 10px;
}

.search .btn {
    display: block;
    width: 78px;
    height: 44px;
    border: 1px solid #0bb0fe;
    background: #0bb0fe;
    color: #ffffff;
    font-size: 14px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

/* 页码 */

.case01-page ul{
	text-align: center;
	font-size: 0;
}
.case01-page li{
	font-size: 14px;
	display: inline-block;
	margin: 0 5px;
}
.case01-page a{
	display: block;
	min-width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #d9d9d9;
	color: #666666;
    border-radius: 5px;
    padding: 0 5px;
}
.case01-page a:hover,.case01-page .case01-pagea a{
	color: #FFFFFF;
	background: #0bb0fe;
	border: 1px solid #0298f5;
}

/* 新闻板块 */

.news-section {
    background: #f7f7f7;
    padding: 20px 0 60px;
}

.news-header {
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px 10px 10px 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}

.news-main>.fl {
    width: 840px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    min-height: 650px;
    padding-bottom: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}

.news-main>.fr {
    width: 340px;
}

.news-nav {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 20px;
}

.news-nav li+li {
    margin-left: 10px;
}

.news-nav a {
    display: block;
    color: #666666;
    padding: 8px 20px;
    border-radius: 4px;
}

.news-nav .active a {
    background: #0bb0fe;
    color: #ffffff;
}

.news-list {
    padding: 25px 20px 0;
}

.news-list li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.news-list .img {
    width: 240px;
    height: 160px;
    border-radius: 4px;
    overflow: hidden;
}

.news-list .con {
    width: 540px;
}

.news-list .con h2 {
    font-size: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .con h2 a {
    color: #333333;
}

.news-list .con h2 a:hover {
    color: #0bb0fe;
}

.news-list .con p {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #666666;
    margin-bottom: 20px;
}

.news-list .con .link {
    font-size: 0;
}

.news-list .con .link span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin-right: 35px;
}

.news-list .con .link i {
    margin-right: 5px;
}

.news-list .con .link a {
    display: block;
    background: #0bb0fe;
    color: #ffffff;
    border-radius: 4px;
    width: 80px;
    text-align: center;
    line-height: 34px;
    height: 34px;
}

.news-recommend {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px 10px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}

.news-recommend h2 {
    font-size: 18px;
    position: relative;
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-recommend h2::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: #0bb0fe;
    border-radius: 2px;
}

.news-recommend li {
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    border-bottom: 1px dashed #eeeeee;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.news-recommend li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0bb0fe;
}

.news-recommend a {
    line-height: 2;
    color: #666666;
}

.news-contact {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px 10px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}

.news-contact h2 {
    font-size: 18px;
    position: relative;
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-contact h2::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: #0bb0fe;
    border-radius: 2px;
}

.news-contact p {
    font-size: 14px;
    line-height: 1.6;
}
.news-main .newsx {
    padding: 30px;
}
.news-main .newsx .title {
    text-align: center;
    margin-bottom: 30px;
}
.news-main .newsx .title h2 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 5px;
}
.news-main .newsx .title p {
    font-size: 12px;
    color: #666666;
}
.news-main .newsx .title a {
    color: #666666;
}
.news-main .newsx .title p span {
    margin: 0 10px;
}
.news-main .newsx .con {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 50px;
    color: #333333;
}
.news-main .newsx .page p {
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666666;
}
.news-main .newsx .page a {
    color: #666666;
}
.news-main .newsx .page a:hover {
    color: #0bb0fe;
}

/* 联系我们 */

.contact-section {
    padding: 40px 0;
    background: #f7f7f7;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item>div {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}

.contact-item .con {
    width: 700px;
    height: 326px;
    color: #333333;
}

.contact-item .con h2 {
    font-size: 20px;
    text-align: center;
    line-height: 66px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.contact-item .con p {
    line-height: 1.6;
    margin: 0 40px 20px;
}

.contact-item .con p i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

.contact-item .img {
    width: 480px;
    padding: 9px;
}

.contact-item .img img {
    width: 460px;
    height: 306px;
}

/* 标题 */
.about-section .title {
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}
.about-section .title i {
	color: rgba(180, 180, 180, .1);
	font-size: 40px;
	position: relative;
	top: 10px;
	letter-spacing: 3px;
}
.about-section .title h2 {
	margin-bottom: 5px;
}
.about-section .title span {
	font-size: 38px;
	position: relative;
	color: #0bb0fe;
}
.about-section .title span::before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: -230px;
	width: 200px;
	height: 1px;
	background: linear-gradient(to right, #eeeeee 0%,#999999 100%);
}
.about-section .title span::after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: -230px;
	width: 200px;
	height: 1px;
	background: linear-gradient(to left, #eeeeee 0%,#999999 100%);
}
.about-section .title p {
	color: #666666;
	font-size: 16px;
}

/* 关于我们 */
.about-section1 {
    padding: 60px 0;
}
.about-section1 .img {
    width: 460px;
}
.about-section1 .img img {
    width: 100%;
}
.about-section1 .con {
    width: 660px;
    line-height: 2.4;
    text-align: justify;
    color: #333333;
}
.about-section1 .con p {
    text-indent: 2em;
}
.about-section2 {
    padding: 60px 0;
    background: #f7f7f7;
}
.about-section2 .item {
    width: 270px;
    margin-right: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.about-section2 .item:nth-child(4n) {
    margin-right: 0;
}

/* 首页 */
.index-title {
    margin-bottom: 30px;
}
.index-title h2 {
    font-size: 26px;
    color: #333333;
}
.index-title h2 span {
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
    font-weight: normal;
    letter-spacing: 1px;
}
.iadvantage {
    padding: 40px 0;
}
.iadvantage-list .item {
	width: 300px;
	padding: 0 40px;
	text-align: center;
}
.iadvantage-list .item img {
	margin-bottom: 20px;
	width: 160px;
}
.iadvantage-list .item h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.iadvantage-list .item p {
	font-size: 14px;
	color: #999999;
}
.iproject {
    padding: 40px 0;
    background: #f7f7f7;
}
.iproject-list {
    margin-bottom: 30px;
}
.iproject-list .item {
    width: 240px;
    position: relative;
}
.iproject-list .item .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 50px 20px 0;
    color: #ffffff;
    z-index: 5;
}
.iproject-list .item .con img {
    margin-bottom: 20px;
}
.iproject-list .item .con h2 {
    margin-bottom: 20px;
}
.iproject-list .item .con ul {
    margin-bottom: 40px;
}
.iproject-list .item .con li {
    width: 50%;
    line-height: 2.4;
    font-size: 14px;
    position: relative;
}
.iproject-list .item .con li::before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    margin-top: -2px;
}
.iproject-list .item .con a {
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -55px;
    width: 110px;
    line-height: 34px;
    height: 38px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
}
.iproject-list .item .con a:hover {
    background: #0bb0fe;
}
.iproject-list .item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(11, 176, 254, .6);
    transition: all .3s;
}
.iproject-list .item:hover .bg {
    opacity: 1;
}
.iproject-con {
	text-align: center;
}
.iproject-con p {
	margin-bottom: 20px;
	color: #999999;
	font-size: 20px;
}
.iproject-con a {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	border-radius: 4px;
	padding: 8px 30px;
	margin: 0 10px;
}
.iproject-con a.link {
	background: #0bb0fe;
}
.iproject-con a.phone {
	background: #cccccc;
}
.itest {
    padding: 40px 0;
}
.itest .title {
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.itest .title i {
	color: rgba(180, 180, 180, .1);
	font-size: 40px;
	position: relative;
	top: 10px;
	letter-spacing: 3px;
}
.itest .title h2 {
	margin-bottom: 30px;
}
.itest .title span {
	font-size: 30px;
	position: relative;
	color: #0bb0fe;
}
.itest .title span::before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: -230px;
	width: 200px;
	height: 1px;
	background: linear-gradient(to right, #eeeeee 0%,#999999 100%);
}
.itest .title span::after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: -230px;
	width: 200px;
	height: 1px;
	background: linear-gradient(to left, #eeeeee 0%,#999999 100%);
}
.itest .title p {
	color: #666666;
	font-size: 14px;
}
.itest form {
    width: 100%;
    height: 40px;
}
.itest input {
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    padding: 8px 11px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    margin-right: 20px;
    float: left;
    background: #ffffff;
}
.itest input:nth-of-type(1), .itest input:nth-of-type(4) {
    width: 172px;
}
.itest input:nth-of-type(2), .itest input:nth-of-type(3) {
    width: 232px;
}
.itest input:last-of-type {
    width: 120px;
    margin-right: 0px;
    border: none;
    background-color: #0bb0fe;
    color: #fff
}
.itest select {
    display: block;
    width: 172px;
    height: 100%;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    padding: 0 11px;
    box-sizing: border-box;
    margin-right: 20px;
    float: left;
    padding-right: 31px;
    background: #ffffff;
}

/* 首页 */
/* 顶部 */
.top { background: #f2f2f2; font-size: 14px; line-height: 30px; }
.top a { color: #333333; }
.top .fl li { float: left; margin-right: 10px; }
.top .fr li { float: left; margin-right: 10px; }
/* logo */
.header { padding: 30px 0 10px; }
.header-logo { display: block; float: left; }
.header-phone { float: right; }
.header-phone h2 { font-size: 16px; }
.header-phone p { font-size: 24px; color: #0bb0fe; }
/* 导航 */
.nav-all { float: left; width: 230px; padding-left: 30px; color: #ffffff; font-size: 14px; line-height: 40px; background: #0bb0fe url(../img/nav-all.png) no-repeat right 30px center; background-size: 20px; margin-right: 40px; }
.nav-list { float: left; }
.nav-list li { float: left; margin-right: 20px; }
.nav-list a { color: #333333; display: block; line-height: 40px; padding: 0 15px; }
.nav-list .hot a { background: url(../img/hot.gif) no-repeat right top; }
/* 标题 */
.atitle { margin-bottom: 30px; line-height: 1; border-left: 4px solid #0bb0fe;padding-left: 10px; }
.atitle h2 { font-size: 20px; color: #333333;  }
.atitle h2 span { font-size: 12px; font-weight: normal; color: #999999; margin-left: 5px; }
/* 海拔 */
.banner { background: #f2f2f2; padding-bottom: 20px; }
.banner-l { float: left; width: 230px; background: #ffffff; box-shadow: 0 3px 6px 1px rgba(50,50,50,.08); position: relative; }
.banner-l > ul > li { height: 55px; line-height: 54px; padding: 0 30px; }
.banner-l > ul > li > p { border-bottom: 1px solid #eeeeee; font-size: 12px; }
.banner-l > ul > li:last-child > p { border-bottom: 0; }
.banner-l > ul > li > p .a { color: #333333; font-size: 14px; margin-right: 5px; }
.banner-l > ul > li > p .b { color: #666666; margin-left: 5px; }
.banner-l > ul > li > p a:hover { color: #0bb0fe; }
.banner-l > ul > li:hover { background: #f5f5f5; }
.banner-l > ul > li:hover .banner-l-box { display: block; }
.banner-l-box { z-index: 99; position: absolute; top: 0; left: 100%; height: 100%; width: 720px; background: #ffffff; border-top: 1px solid #0bb0fe; padding: 15px 25px; line-height: 40px; display: none; }
.banner-l-box .t { font-size: 14px; float: left; display: block; width: 100px; background: url(../img/banner-icon.png) no-repeat right 20px center; }
.banner-l-box .t a { color: #333333; }
.banner-l-box ul { float: left; width: 570px; }
.banner-l-box li { font-size: 12px; float: left; margin-right: 20px; }
.banner-l-box li a { color: #666666; }
.banner-l-box li a:hover { color: red; }
.banner-c { float: left; width: 700px; height: 310px; background: #ffffff; margin-top: 20px; margin-left: 20px; box-shadow: 0 3px 6px 1px rgba(50,50,50,.08); }
.banner-r { float: right; width: 230px; margin-top: 20px; background: #ffffff; height: 310px; box-shadow: 0 3px 6px 1px rgba(50,50,50,.08); padding: 15px; }
.banner-r .title { text-align: center; margin-bottom: 10px; }
.banner-r .form input { display: block; width: 100%;height: 40px; color: #888b93; background: #eaedf6; border: 0; border-radius: 4px; padding: 0 10px; margin-bottom: 10px; }
.banner-r .form input[type=submit] { color: #ffffff; background: #218bf2; background: linear-gradient(to right,#055cfe, #49a3fb); cursor: pointer; }
.banner-r .form p { text-align: center; font-size: 12px; color: #666666; }
/* 业务 */
.ayw { background: #f2f2f2; padding-bottom: 20px; }
.ayw-list li { float: left; width: 230px; margin-right: 12.5px; padding: 15px 20px; }
.ayw-list li:nth-child(5) { margin-right: 0; }
.ayw-list li:nth-child(1) { background: #fd7723; background: linear-gradient(to right,#f7391c, #fd7723); }
.ayw-list li:nth-child(2) { background: #fdad47; background: linear-gradient(to right,#fb8e25, #fdad47); }
.ayw-list li:nth-child(3) { background: #676dde; background: linear-gradient(to right,#3536cf, #676dde); }
.ayw-list li:nth-child(4) { background: #3f9dea; background: linear-gradient(to right,#1376e3, #3f9dea); }
.ayw-list li:nth-child(5) { background: #bc53dd; background: linear-gradient(to right,#9c23cc, #bc53dd); }
.ayw-list a { display: block; color: #ffffff; position: relative; padding-left: 50px; }
.ayw-list img { position: absolute; left: 0; top: 0; height: 100%; }
.ayw-list h2 { font-size: 16px; font-weight: normal; }
.ayw-list p { font-size: 12px; }
/* 精选服务 */
.afw { padding-top: 40px; }
.afw-boxl { float: left; box-shadow: 0 3px 6px 1px rgba(50,50,50,.08); }
.afw-boxr { float: right; width: 230px; }
.afw-boxl1 { float: left; width: 310px; height: 430px; position: relative; overflow: hidden; }
.afw-boxl1 img { position: absolute; bottom: 0; right: 0; width: 310px; z-index: -1; }
.afw-boxl1 a { display: block; padding: 40px 20px; }
.afw-boxl1 h2 { color: #333333; font-size: 20px; margin-bottom: 10px; font-weight: normal; }
.afw-boxl1 p { font-size: 14px; color: #999999; line-height: 1.5; height: 3em; overflow: hidden; margin-bottom: 20px; }
.afw-boxl1 p.red { color: #EC4A4A; }
.afw-boxl1 p.red span { font-size: 30px; font-weight: bold; margin-right: 5px; }
.afw-boxl1 .more { color: #EC4A4A; display: block; border: 1px solid #EC4A4A; cursor: pointer; font-size: 14px; width: 120px; text-align: center; line-height: 34px; }
.afw-boxl1 .more:hover { background: #EC4A4A; color: #ffffff; }
.afw-boxr .item { position: relative; height: 205px; overflow: hidden; margin-bottom: 20px; }
.afw-boxr .item:last-child { margin-bottom: 0; }
.afw-boxr .item img { position: absolute; bottom: 0; left: 0; width: 230px; z-index: -1; }
.afw-boxr .item a { display: block; padding: 20px 50px 0 20px; }
.afw-boxr .item h2 { font-size: 16px; font-weight: normal; color: #333333; margin-bottom: 5px; }
.afw-boxr .item p { font-size: 12px; color: #333333; line-height: 1.5; height: 3em; overflow: hidden; margin-bottom: 10px; }
.afw-boxr .item p.red { margin-bottom: 5px; }
.afw-boxr .item p.red span { font-size: 20px; font-weight: bold; }
.afw-boxr .more { display: block; width: 90px; text-align: center; line-height: 30px; font-size: 14px; color: #ffffff; background: rgba(0, 0, 0, .3); }
.afw-boxl6 { float: left; width: 640px; }
.afw-boxl6 .item { position: relative; width: 320px; height: 140px; float: left; margin-bottom: 5px; overflow: hidden; }
.afw-boxl6 .item:nth-child(5), .afw-boxl6 .item:nth-child(6) { margin-bottom: 0; }
.afw-boxl6 .item img { position: absolute; bottom: 0; right: 0; z-index: -1; }
.afw-boxl6 .item a { padding: 20px 90px 0 30px; display: block; }
.afw-boxl6 .item h2 { font-size: 16px; font-weight: normal; color: #333333; margin-bottom: 5px; }
.afw-boxl6 .item p { font-size: 12px; color: #666666; line-height: 1.5; height: 3em; overflow: hidden; margin-bottom: 10px; }
.afw-boxl6 .item p.red { color: #EC4A4A; font-size: 20px; }
/* 公司图片 */
.apic { padding: 40px 0; }
.apic-list img { width: 100%; }
.apic-list .swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 0; width: 22px; height: 48px; background: url(../img/apic-l.png); }
.apic-list .swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 0; width: 22px; height: 48px; background: url(../img/apic-r.png); }
.apic-list .swiper-slide { border: 1px solid #cccccc; padding: 5px; border-radius: 5px; }
/* 新闻 */
.inews { padding-top: 40px; }
.inews-list .item { width: 288px; margin-right: 16px; padding: 15px; border-top: 2px solid #0bb0fe; box-shadow: 0 3px 6px 1px rgba(50,50,50,.1); }
.inews-list .item:nth-child(4n) { margin-right: 0; }
.inews-list .item img { border-radius: 6px; margin-bottom: 10px; }
.inews-list .item h2 { font-size: 16px; color: #333333; margin-bottom: 15px; }
.inews-list .item h2 a { color: #666666; font-size: 14px; font-weight: normal; margin-top: 4px; }
.inews-list .item li { font-size: 14px; line-height: 2.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inews-list .item li a { color: #666666; }
.inews-list .item li a:hover { color: #0bb0fe; }
/* 优势 */
.ays { padding-top: 40px; }
.ays-list li { float: left; width: 590px; margin-right: 20px; }
.ays-list li:last-child { margin-right: 0; }
.ays-list li img { width: 590px; height: 100px; }
/* 底部 */
.footer { padding: 40px 0 0; background: #333333; color: #cccccc; }
.address-list { border-bottom: 1px solid #666666; }
.address-list li { float: left; width: 350px; height: 130px; margin-right: 75px; margin-bottom: 20px; overflow: hidden; }
.address-list li:nth-child(3n) { margin-right: 0; }
.address-list h2 { font-size: 20px; margin-bottom: 10px; font-weight: normal; background: url(../img/ayw1.png) no-repeat left center; background-size: auto 100%; padding-left: 40px; }
.address-list p { font-size: 14px; line-height: 1.6; }
.footer-con { text-align: center; line-height: 1.4; font-size: 12px; color: #cccccc; padding: 10px 0; }
.footer-con a { color: #cccccc; }
/* 友情链接 */
.alink-list li { float: left; font-size: 14px; margin-right: 15px; line-height: 2; }
.alink-list a { color: #333333; }

.bbg { background: #f5f5f5; padding: 0 0 120px; }
.btitle { text-align: center; font-size: 32px; }
.btitle span { position: relative; display: inline-block; margin: 70px 0 50px; }
.btitle span::before { position: absolute; content: ""; display: block; top: 50%; right: 100%; width: 500px; height: 1px; background: #dddddd; margin-right: 20px; }
.btitle span::after { position: absolute; content: ""; display: block; top: 50%; left: 100%; width: 500px; height: 1px; background: #dddddd; margin-left: 20px; }
.btitle .tline::before { position: absolute; content: ""; display: block; top: 50%; right: 100%; width: 300px; height: 1px; background: #dddddd; margin-right: 20px; margin-top: -10px; }
.btitle .tline::after { position: absolute; content: ""; display: block; top: 50%; left: 100%; width: 300px; height: 1px; background: #dddddd; margin-left: 20px; margin-top: -10px; }
.btitle .bline::before { position: absolute; content: ""; display: block; top: 50%; right: 100%; width: 200px; height: 1px; background: #dddddd; margin-right: 20px; margin-top: 10px; }
.btitle .bline::after { position: absolute; content: ""; display: block; top: 50%; left: 100%; width: 200px; height: 1px; background: #dddddd; margin-left: 20px; margin-top: 10px; }
/* 导航 */
.bnav-list { text-align: center; }
.bnav-list ul { display: inline-block; margin-top: 20px; }
.bnav-list li { float: left; line-height: 42px; height: 42px; position: relative; }
.bnav-list .active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -5px; margin: auto; border-style: solid; border-color: #333333 transparent transparent transparent; border-width:  5px 5px 0 5px; width: 0; height: 0; }
.bnav-list a { font-size: 14px; color: #333333; display: block; padding: 0 30px; }
.bnav-list .active a { background: #333333; color: #ffffff; }
/* 联系方式 */
.contactus-list .item { float: left; background: #ffffff; margin: 10px; width: 380px; height: 206px; overflow: hidden; padding: 20px 30px; }
.contactus-list .item:hover { box-shadow: 0 0 20px 0 #dddddd; }
.contactus-list .item h2 { position: relative; line-height: 1; padding-left: 20px; font-size: 20px; font-weight: normal; margin: 8px 0; }
.contactus-list .item h2::before { content: ""; position: absolute; display: block; background: #0bb0fe; width: 3px; height: 1em; top: 0; left: 5px; }
.contactus-list .item p { font-size: 14px; line-height: 26px; color: #666666; }
/* 企业荣誉 */
.honor-list .item { float: left; width: 283px; border: 1px solid #dddddd; border-radius: 5px; margin-right: 20px; margin-top: 22px; padding: 15px; background: #ffffff; }
.honor-list .item:hover { box-shadow: 0 0 20px 0 #dddddd; }
.honor-list .item:nth-child(4n) { margin-right: 0; }
.honor-list .item p { line-height: 54px; height: 54px; font-size: 16px; color: #666666; text-align: center; border-top: 1px dashed #eeeeee; border-bottom: 1px dashed #eeeeee; margin-top: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.honor-list .item:hover p { color: #caa184; }
/* 发展历程 */
.course-list { position: relative; padding: 80px 0; }
.course-list::before { content: ""; position: absolute; display: block; border-left: 1px dashed #666666; top: 0; left: 50%; height: 100%; }
.course-list .item { position: relative; width: 470px; background: #ffffff; padding: 40px; box-shadow: 5px 9px 20px 0 rgba(0, 0, 0, .1); float: left; margin: -20px 500px 0 50px; }
.course-list .item h2 { font-size: 24px; margin-bottom: 20px; }
.course-list .item ul { margin-top: 20px; }
.course-list .item li { font-size: 14px; color: #666666; line-height: 28px; list-style-type: disc; }
.course-list .item:nth-child(2n) { float: right; margin: -20px 50px 0 500px; }
.course-list .item::after { content: ''; display: block; position: absolute; right: -54px; top: 40px; width: 0; height: 0; border-width:  12px 27px; border-style: solid; border-color: transparent transparent transparent #ffffff; }
.course-list .item:nth-child(2n)::after { left: -54px; right: auto; border-color: transparent #ffffff transparent transparent; }
.course-list .item::before { content: ''; display: block; position: absolute; width: 26px; height: 26px; background: url(../img/course-list.png) no-repeat center center; top: 40px; right: -93px; }
.course-list .item:nth-child(2n)::before { left: -93px; right: auto; }
/* 公司介绍 */
.about-con { width: 1000px; margin: 0 auto; line-height: 30px; font-size: 16px; text-align: justify; color: #333333; }
.about-con p { margin-bottom: 20px; }