/* 首页
*/
/* 三个基本介绍
*/
.intro-list {position: relative;height: 260px;overflow: hidden;z-index: 10;margin-top: -110px;}
.intro-list li {position: absolute;bottom: 0;float: left;width: 380px;height: 250px;transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;}
.intro-list li:first-child {left: 0;}
.intro-list li:nth-child(2) {left: 408px;}
.intro-list li:nth-child(3) {left: 815px;}
.intro-list li:hover {bottom: 10px;}
.intro-list li .service-img {display: block;width: 380px;height: 250px;border-radius: 20px;-webkit-border-radius: 20px;}
.intro-list li .service-img {background: #305dc3;}
.intro-list li .service-img:nth-child(2) {background: #2d57b6;}
.intro-list li .service-img:nth-child(3) {background: #294da0;}
/* 产品展示
*/
.product {padding-bottom: 10px;}
.category {margin-bottom: 40px;text-align: center;}
.category a {display: inline-block;font-size: 14px;padding: 10px 28px;margin-right: 4px;border: 1px #efefef solid;color: #a9a9a9;background-color: #fff;transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;transform-origin: top;}
.category a:hover {color: #fff;background-color: #305dc3;transform-origin: bottom;border: 1px #305dc3 solid;}
.content-list {}
.content-list li {float: left;position: relative;transition: all ease-out .3s;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;width: 380px;height: 360px;margin: 0 30px 25px 0;background: #fff;}
.content-list li:nth-child(3n) {margin: 0 0 25px 0;}
.content-list .project-img {width: 100%;height: 190px;overflow: hidden;}
.content-list .project-img img{width: 100%;height: auto;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);perspective: 150;-webkit-perspective: 150;}
.content-list .project-info {position: relative;}
.content-list .project-info .title {padding-top: 32px;height: 32px;line-height: 32px;font-size: 16px;color: #3C3C3C;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align: center;}
.content-list .project-info .subtitle {transition: all ease-out .3s;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transform-origin: center bottom;-moz-transform-origin: center bottom;transform-origin: center bottom;opacity: 1;position: absolute;left: 19%;top: -40px;color: #fff;width: 60%;height: 40px;line-height: 40px;overflow: hidden;font-size: 15px;text-align: center;background: rgba(48, 93, 195, 0.87);transform: rotateX(90deg);-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);padding: 0 1%;}
.content-list .project-info .description {margin: 0 auto;color: #afafaf;font-size: 13px;text-align: center;line-height: 23px;height: 48px;padding: 16px 20px 0;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.content-list li:hover {box-shadow: 0 7px 17px #dedede;}
.content-list li:hover .subtitle {transform: rotateX(0deg);-webkit-transform: rotateX(0deg);}
.content-list li:hover .project-img img {transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
/* 资讯中心
*/
.news {padding-bottom: 10px;}
.news-con {}
.news-con li {float: left;position: relative;margin-bottom: 30px;margin-right: 30px;padding: 36px 20px;width: 540px;background-color: #f7f7f7;transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;}
.news-con li:nth-child(2n) {margin-right: 0;}
.news-con li:after {content: '';position: absolute;top: 0;display: block;left: 0;width: 100%;height: 100%;background: #fff;transform: scaleY(0);transition: transform .75s cubic-bezier(.19,1,.22,1);-webkit-transition: transform .75s cubic-bezier(.19,1,.22,1);-moz-transition: transform .75s cubic-bezier(.19,1,.22,1);transform-origin: top;}
.news-con li:hover:after {z-index: 0;transform-origin: bottom;transform: scaleY(1);box-shadow: 0 7px 17px #dedede;}
.news-con .news-img {float: left;position: relative;width: 150px;height: 90px;z-index: 1;}
.news-con .news-txt {float: right;position: relative;width: 360px;z-index: 1;}
.news-con .news-txt .news-title {margin-top: 4px;width: 56%;height: 32px;line-height: 32px;font-size: 16px;color: #3C3C3C;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-con .news-txt .news-p {margin-top: 6px;height: 47px;font-size: 13px;color: #afafaf;line-height: 22px;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
/* 关于我们
*/
.about-us {position: relative;width: 100%;height: 620px;background: url("../images/mebg.png");background-repeat: no-repeat;background-position: center;}
.about-box {position: relative;top: 190px;height: 368px;}
.about-img {float: left;margin-top: -30px;margin-left: 30px;width: 550px;height: 368px;}
.about-txt {float: right;width: 470px;margin-right: 80px;}
.about-txt .about-title {margin-top: 75px;margin-bottom: 10px;line-height: 24px;font-size: 26px;color: #fff;}
.about-txt .about-sub {font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";font-size: 14px;color: rgba(255, 255, 255, 0.58);}
.about-txt .about-con {margin-top: 50px;}
.about-txt .about-con,.about-txt .about-con p {height: 80px;font-size: 13px;color: rgba(255, 255, 255, 0.75);line-height: 28px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.about-more {float: right;display: block;margin-top: 40px;width: 67px;height: 36px;border: rgba(255, 255, 255, 0.3) 1px solid;background: url("../images/jiantou2.png") no-repeat -38px -2px;opacity: 0.6;transition: all ease-out .3s;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;}
.about-more:hover {background: url("../images/jiantou2.png") no-repeat -38px -33px;opacity: 1;border: rgba(255, 255, 255, 0.41) 1px solid;}
/* 团队
*/
.team {padding-bottom: 10px;}
.team-list {margin-bottom: 70px;}
.team-list li {float: left;position: relative;width: 277px;height: 440px;margin-right: 30px;}
.team-list li:last-child {margin-right: 0;}
.team-list .team-img {margin: 0 auto;display: block;width: 277px;height: 277px;border-radius: 200px;-webkit-border-radius: 200px;}
.team-list .team-txt {position: absolute;bottom: 0;padding: 30px 25px 36px;background: #f7f7f7;transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;box-sizing: border-box;width: 100%;}
.team-list .team-title {color: #3c3c3c;font-size: 16px;line-height: 40px;transition: all 0.4s ease 0s;}
.team-list .team-sub {margin-left: 10px;color: rgba(177, 176, 176, 0.91);transition: all 0.4s ease 0s;}
.team-list .team-con {height: 47px;margin-top: 10px;overflow: hidden;font-size: 13px;color: rgba(144, 144, 144, 0.86);line-height: 24px;transition: all 0.4s ease 0s;    display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.team-list li:hover .team-txt {padding: 40px 25px 46px;background: #305dc3;}
.team-list li:hover .team-title {color: #fff;}
.team-list li:hover .team-sub {color: rgba(248, 247, 247, 0.34);}
.team-list li:hover .team-con {color: rgba(207, 214, 230, 0.72);}

/* 合作伙伴
*/
.partners-cont {border-top: 1px solid rgba(0, 0, 0, .05);margin-top: 100px;}
.partners {position: relative;width: 1100px;overflow: hidden;}
.tab-btn a {position: absolute;display: inline-block;top: 50px;padding: 5px 14px;font-size: 30px;color: #c3c6ca;border-radius: 3px;transition: all 0.4s ease 0s;cursor: pointer;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;}
.tab-btn a.tab-prev {left: 0;}
.tab-btn a.tab-next {right: 0;}
.tab-btn a:hover {background: #5d5d5d;color: #fff;}
.partners-box {margin: 0 auto;padding: 50px 0;width: 980px;overflow: hidden;}
.partners-list {width: 3000px;}
.partners-list li {float: left;margin-right: 10px;}
.partners-list li img {width: 112px;height: 45px;cursor: pointer;}
/* 联系
*/
.contact {padding: 80px 0 70px;}
.contact-title {float: left;width: 230px;font-size: 26px;color: #666;}
.contact-title span {font-family: "Times New Roman","microsoft yahei";font-size: 16px;color: #c1c1c1;}
.contact-box {float: left;width: 970px;}
.focus {float: left;width: 250px;}
.focus .code {margin-top: 16px;}
.focus-title {font-size: 16px;color: #696969;}
.focus-box {margin-top: 40px;}
.focus-icon {display: inline-block;margin-right: 10px;text-align: center;width: 30px;height: 30px;line-height: 30px;font-size: 16px;color: #9b9b9b;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;cursor: pointer;}
.focus-icon:hover {background-color: rgb(48, 93, 195);color: #fff;}
.info {float: left;width: 720px;}
.info-title {margin-bottom: 30px;font-size: 16px;color: #696969;}
.info-txt {display: inline-block;width: 290px;padding-right: 60px;margin-top: 14px;height: auto;color: #999;font-size: 12px;line-height: inherit;}

/* 产品展示页面
*/
.project-list {}
.project-list li {width: 300px;height: 309px;margin: 0 20px 36px 0;background: #fff;border-bottom: 1px rgba(109, 109, 109, 0.22) solid;}
.project-list li:nth-child(3n) {margin: 0 0 36px 0;}
.project-list .project-img {height: 160px;}
.project-list .project-info .title {padding: 25px 14px 0;text-align: left;}
.project-list .project-info .subtitle {display: none;}
.project-list .project-info .description {padding: 16px 14px 0;text-align: left;}
.project-list li:hover {box-shadow: 0 7px 17px #dedede;}

/* 关于我们页面
 */
.about-p {float: none;width: 100%;margin-right: 0;margin-bottom: 40px;}
.about-p .about-title {color: #444;text-align: center;}
.about-p .about-sub {font-size: 16px;color: #c1c1c1;text-align: center;}
.about-p .about-num {display: block;margin: 10px auto;max-width: 1000px;}
.about-p2 {padding-bottom: 55px;}
.about-p2 .about-title {font-family: 'microsoft yahei';color: rgb(127, 127, 127);font-size: 24px;letter-spacing: 1px;font-weight: bold;}
.about-p2 .about-title span {font-family: 'times new roman';color: rgb(127, 127, 127);font-size: 24px;letter-spacing: 1px;font-weight: bold;}
.about-list {margin-top: 24px;}
.about-list li {float: left;margin-right: 10px;margin-bottom: 20px;width: 380px;}
.about-list li:nth-child(3n){margin-right: 0;}
.about-list li img {display: block;width: 100%;height: 214px;}
.about-list li .about-list-p {margin-top: 30px;line-height: 24px;font-size: 13px;color: #6a6a6a;}

/* 服务范围页面
*/
.service-list {margin-top: 50px;}
.service-list li {float: left;margin-right: 44px;margin-bottom: 20px;width: 370px;transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;}
.service-list li:nth-child(3n) {margin-right: 0;}
.service-list li:hover {box-shadow: 0 7px 17px #dedede;margin-top: -10px;}
.service-list li .service-img {background: #305dc3;width: 370px;height: 236px;overflow: hidden;}
.service-list li .service-img img {display: block;margin: 25px auto 0;}
.service-con {background: #f7f7f7;padding: 30px;}
.service-con .service-title {position:relative;overflow: hidden; font-size: 18px;color: #595959;height: 50px;line-height: 40px;text-align: center;}
.service-con .service-title:after {bottom: 0;content: '';position: absolute;width: 34px;height: 1px;background: rgba(0, 0, 0, .2);left: 50%;margin-left: -17px;}
.service-con .service-p {margin-top: 15px;color: #b1afaf;font-size: 13px;line-height: 24px;height: 50px;overflow: hidden;text-align: center;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* 我们团队页面
*/
.main-team-list {}
.main-team-list li {float: left;margin-right: 30px;margin-bottom: 30px;padding: 24px 20px;width: 540px;height: 150px;border: 1px #f3f3f3 solid;cursor: pointer;transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;}
.main-team-list li:nth-child(2n) {margin-right: 0;}
.main-team-list li:hover {box-shadow: 0 7px 17px #dedede;}
.main-team-list .team-img {float: left;width: 160px;height: 160px;}
.main-team-list .team-txt {float: right;margin-top: 20px;width: 360px;}
.main-team-list .team-txt .team-title {color: #484848;;font-size: 18px;line-height: 40px;}
.main-team-list .team-txt .team-sub {margin-left: 10px;font-size: 13px;color: rgb(195, 195, 195);}
.main-team-list .team-txt .team-con {height: 47px;margin-top: 10px;overflow: hidden;font-size: 13px;color: #b3b3b3;;line-height: 24px;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* 团队人员介绍内页
*/
.staff {margin-top: 154px;}
.staff-head {float: left;position: fixed;width: 350px;height: 350px;}
.staff-con {float: right;width: 730px;min-height: 500px;}
.staff-con .staff-title {font-size: 26px;color: #343434;line-height: 30px;}
.staff-con .staff-title span {font-size: 14px;color: #626262;}
.staff-description {margin-top: 30px;}
.staff-description p {text-indent: 2em;}
.staff-description,.staff-description p,.staff-description span {line-height: 24px;/*font-size: 14px;*/color: #6a6a6a;}
.staff-description img {display: block;margin: 5px auto;max-width: 80%;}

/* 资讯中心内页
*/
.main-news-con {}
.main-news-con li {position: relative;padding: 36px 0;width: 940px;border-bottom: 1px solid #f0f0f0;}
.main-news-con li:last-child {border-bottom: none;}
.main-news-con .news-img {float: left;position: relative;width: 180px;height: 110px;z-index: 1;}
.main-news-con .news-txt {float: right;position: relative;width: 720px;z-index: 1;}
.main-news-con .news-txt .news-title {margin-top: 20px;width: 56%;height: 32px;line-height: 32px;font-size: 16px;color: #06090e;;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.main-news-con .news-txt .news-p {width: 600px;margin-top: 6px;height: 47px;font-size: 13px;color: #B5B5B5;;line-height: 22px;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* 联系我们内页
*/
.main-contact {}
.main-contact li {float: left;margin-bottom: 80px;width: 50%;padding: 0 90px;box-sizing: border-box;}
.main-contact li:nth-child(2n) {padding: 0;}
.main-contact-title {margin-bottom: 30px;font-size: 18px;color: rgb(38, 38, 38);}
.main-contact-p {line-height: 24px;font-size: 13px;color: #6a6a6a;}

/* 产品展示详情内页
*/
.project-p {color: #B7B7B7;}
.project-buy {display: inline-block;width: 150px;height: 40px;line-height: 40px;background: #ea9459;color: #fff;text-align: center;margin: 20px auto;transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;font-size: 13px;}
.project-buy:hover {background: #ff8e41;}
.project-class {display: inline-block;margin: 20px 2px;padding: 5px 18px;border: 1px solid rgba(0,0,0,.15);background: #fff;font-size: 13px;color: #989898;transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;cursor: pointer;}
.project-class:hover {border: 1px solid #96abdc;background: #829fe2;color: #fff;}
.project-detail {}
.project-detail li {width: 280px;height: 263px;margin: 0 25px 25px 0;}
.project-detail li:nth-child(3n) {margin: 0 25px 25px 0;}
.project-detail li:nth-child(4n) {margin: 0 0 25px 0;}
.project-detail .project-img {height: 133px;}

/* 我要预约 */
.order-form {margin: 20px auto;width: 480px;}
.order-item {margin-bottom: 20px;}
.order-label {float: left;margin-top: 10px;width: 20%;color: #323232;font-size: 16px;text-align: right;box-sizing: border-box;padding-right: 10px;}
.order-require {font-size: 16px;color: #ff4848;margin-right: 4px;}
.order-edit {float: left;width: 80%;border-radius: 2px;border: solid 1px #e6e6e6;height: 42px;color: #323232;font-size: 16px;box-sizing: border-box;padding: 0 14px;}
.order-edit:focus {border: solid 1px #8498ff;}
.order-btn {display: block;margin: 40px auto 50px;width: 160px;height: 50px;background-image: linear-gradient(0deg,#3a5ec6 0%, #466fe3 100%), linear-gradient(#3a5ec6, #3a5ec6);background-blend-mode: normal, normal;border-radius: 27px!important;font-size: 18px;color: #fff;cursor: pointer;}
.order-big {height: 120px;resize: none;padding: 10px;}
.rili-edit {background: url('../images/rili.png') right center no-repeat;}
.order-wrap {float: left;width: 80%;box-sizing: border-box;}
.order-wrap .radio-item {line-height: 42px;}