﻿@charset "utf-8";
/*初始样式*/
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}

.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em{ font-style:normal;}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}

.pic{overflow: hidden;font-size: 0;}
.pic img{-webkit-transition:-webkit-transform 0.5s;-moz-transition:-moz-transform 0.5s;-o-transition:-o-transform 0.5s;transition:transform 0.5s;}
.pic img:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}



.tit{font-weight: normal;font-size: 0;text-align: center;}
.tit span{display: block;font-size: 40px;color: #000;line-height: 40px;}


/*banner*/
.banner{position: relative;}
.banner li{width: 100%;}
.banner li img{display: block;width: 100%;}
.ban_pg{position: absolute;bottom: 20px;height: 6px;z-index: 10;width: 100%;text-align: center;}
.ban_pg i{display: inline-block;width: 12px;height: 6px;background: rgba(255,255,255,0.6);border-radius: 6px;margin: 0 5px;vertical-align: top;box-sizing: border-box;}
.ban_pg i.on{width: 34px;background: #FD6E01;}
.banner .prev{position: absolute;font-size: 0;left: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(0,0,0,0.26);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .next{position: absolute;font-size: 0;right: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(0,0,0,0.26);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .prev:hover,.banner .next:hover{background: #FD6E01;}


/*yinzi*/
.yinzi{padding: 70px 0;background: #F0F2FA;}
.yinzi dl{height: 431px;background: url(../images/yz-bg.jpg) no-repeat center;display: flex;}
.yinzi dd{width: 455px;margin-left: 102px;}
.yinzi dd h3{font-size: 40px;color: #fff;line-height: 40px;padding: 74px 0 20px;font-weight: normal;margin-bottom: 25px;}
.yz-desc{font-size: 16px;color: #fff;line-height: 20px;}
.yz-desc p{margin-bottom: 20px;}
.yinzi dd .xq{display: block;font-size: 16px;color: #fff;line-height: 20px;margin-top: 32px;}
.yz-sz{margin-top: 20px;display: flex;background: #fff;height: 142px;justify-content: space-between;padding: 0 80px;}
.yz-sz li{display: flex;align-items: center;}
.yz-sz li img{margin-right: 5px;}
.yz-sz li p{font-size: 20px;color: #000;line-height: 20px;}
.yz-sz li p em{display: block;font-size: 50px;color: #000;line-height: 46px;padding-bottom: 14px;font-family: Arial;}


/* worth */
.worth{padding: 68px 0 58px;}
.worth h2{background: url(../images/worth-tit.png) no-repeat center;}
.worth-desc{font-size: 14px;color: #666;line-height: 20px;text-align: center;margin: 22px 0 32px;}
.worth-list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.worth-list li{width: 387px;height: 191px;background: url(../images/worth-li.jpg) no-repeat;margin-bottom: 20px;position: relative;padding-left: 42px;box-sizing: border-box;}
.worth-list li img{position: absolute;right: 29px;top: 68px;}
.worth-list li h3{font-size: 24px;color: #000;line-height: 24px;font-weight: normal;padding: 48px 0 24px;}
.worth-list li p{font-size: 16px;color: #000;line-height: 20px;}
.worth-list li:hover img{animation: flipInY 1.5s;}


/* fudao */
.fudao{padding: 0 0 35px;}
.fudao h2{background: url(../images/fudao-tit.png) no-repeat center;}
.fudao .more{display: block;width: 156px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;color: #666;border: 1px solid #ddd;border-radius: 18px;margin: 12px auto 32px;transition: all 0.3s;}
.fudao .more:hover{color: #fff;background: #FD6E01;border-color: #FD6E01;}
.fudao-list{display: flex;justify-content: space-between;}
.fudao-list li{display: flex;justify-content: center;width: 178px;height: 417px;position: relative;border-radius: 20px;overflow: hidden;background: #333;transition: all 0.5s;}
.fudao-list li>img{opacity: 0.3;transition: all 0.3s;}
.fudao-list li h3{position: absolute;left: 0;bottom: 28px;width: 100%;text-align: center;font-size: 14px;color: #fff;line-height: 22px;padding-bottom: 22px;font-weight: normal;transition: all 0.3s;}
.fudao-list li h3 span{display: block;}
.fudao-list li h3::after{position: absolute;left: 50%;bottom: 0;width: 70px;height: 1px;content: "";background: #fff;margin-left: -35px;}
.fudao-list li .text{opacity: 0;position: absolute;left: 0;top: 0;width: 291px;height: 417px;padding-left: 48px;background: linear-gradient(-180deg, #FB890F, #FF4401);box-sizing: border-box;}
.fudao-list li .text h4{padding: 77px 0 45px;height: 42px;}
.fudao-list li .text p{font-size: 20px;color: #fff;line-height: 30px;}
.fudao-list li .text p span{display: block;}
.fudao-list li .text .xq{display: block;width: 110px;height: 31px;line-height: 31px;text-align: center;font-size: 14px;color: #fff;border: 1px solid #fff;border-radius: 16px;margin: 55px 0 0;}
.fudao-list li.active{width: 652px;}
.fudao-list li.active>img{opacity: 1;}
.fudao-list li.active h3{opacity: 0;}
.fudao-list li.active .text{opacity: 1;}


/* why */
.why{height: 1130px;padding: 66px 0 0;box-sizing: border-box;background: url(../images/why-bg.jpg) no-repeat center;}
.why h2{background: url(../images/why-tit.png) no-repeat center;}
.why .more{display: block;width: 156px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;color: #fff;border-radius: 18px;margin: 20px auto 27px;background: linear-gradient(-180deg, #FB890F, #FF4401);}
.why .shipin{height: 440px;}
.why-desc{text-align: center;margin: 35px 0 40px;}
.why-desc h3{font-size: 20px;color: #000;line-height: 20px;font-weight: normal;margin-bottom: 20px;}
.why-desc p{font-size: 14px;color: #000;line-height: 20px;}
.why ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.why ul li{width: 388px;height: 148px;border: 1px solid #DBE8FB;border-radius: 10px;background: #fff;margin-bottom: 14px;padding-left: 35px;box-sizing: border-box;display: flex;align-items: center;}
.why ul li i{width: 82px;height: 82px;display: flex;align-items: flex-end;margin-right: 22px;}
.why ul li .text h4{font-size: 24px;color: #000;line-height: 24px;font-weight: normal;margin-bottom: 18px;}
.why ul li .text p{font-size: 14px;color: #666;line-height: 20px;}
.why ul li:hover i{animation: flipInY 1.5s;}


/*case*/
.case{padding: 80px 0 60px;}
.case h2{margin-bottom: 20px;}
.case h2 span{background: url(../images/case-tit.png) no-repeat center;}
.case h2 i{display: block;font-size: 14px;color: #666;line-height: 20px;padding-top: 12px;}
.case-list{display: flex;flex-wrap: wrap;}
.case-list dl{width: 292px;margin-right: 10px;margin-bottom: 14px;}
.case-list dl:nth-child(4n){margin-right: 0;}
.case-list dt{overflow: hidden;}
.case-list dt img{display: block;width: 100%;transition: all 0.5s;}
.case-list dt:hover img{transform: scale(1.05);}
.case-list dd{height: 100px;border: 1px solid #DBE8FB;margin-top: 2px;padding: 0 15px;box-sizing: border-box;}
.case-list dd h4{padding: 20px 0 15px;}
.case-list dd h4 a{display: block;font-size: 16px;color: #666;line-height: 16px;height: 16px;overflow: hidden;}
.case-list dd p{display: flex;}
.case-list dd p span{height: 29px;line-height: 27px;border: 1px solid #DBE8FB;padding: 0 12px;font-size: 14px;color: #666;box-sizing: border-box;margin-right: 12px;}




/*news*/
.news{height: 674px;padding: 40px 0 0;box-sizing: border-box;background: url(/images/news-bg.jpg) no-repeat center 0;}
.news h2{margin-bottom: 20px;}
.news h2 span{background: url(/images/news-tit.png) no-repeat center;}
.news h2 i{display: block;font-size: 14px;color: #666;line-height: 20px;padding-top: 12px;}
.news h3{display: flex;padding-left: 10px;margin-bottom: 20px;}
.news h3 a{font-size: 16px;color: #000;line-height: 16px;margin-right: 15px;padding-left: 15px;position: relative;}
.news h3 a::after{position: absolute;left: 0;top: 0;width: 4px;height: 16px;background: #FD6E08;border-radius: 2px;content: "";display: none;}
.news h3 a.on{color: #FD6E08;}
.news h3 a.on::after{display: block;}
.news-con{height: 400px;background: #fff;position: relative;}
.news-con::after{position: absolute;width: 308px;height: 477px;content: "";background: url(/images/ren.png) no-repeat;right: 0;bottom: 0;}
.news-top{display: flex;}
.news-pic{width: 556px;}
.news-pic img{display: block;width: 100%;}
.news-list{display: flex;flex-wrap: wrap;}
.news-list li{width: 516px;border-bottom: 1px dashed #DBE8FB;padding-left: 22px;position: relative;margin: 0 20px;box-sizing: border-box;}
.news-list li::before{position: absolute;left: 10px;top: 17px;width: 5px;height: 5px;background: #FD6E08;border-radius: 50%;content: "";display: block;}
.news-list li a{display: block;height: 39px;line-height: 39px;font-size: 14px;color: #000;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-list li a:hover{color: #FD6E08;}
.news-list li:nth-last-child(1),.news-list li:nth-last-child(2){border-bottom: 0;}


/* consult */
.consult{position: absolute;left: 0;bottom: -1px;width: 100%;height: 95px;background: url(../images/consult-bg.png) no-repeat center;}
.consult .content{display: flex;align-items: center;padding-top: 36px;height: 58px;}
.consult h3{font-size: 30px;color: #fff;line-height: 30px;padding-left: 94px;width: 478px;box-sizing: border-box;flex-shrink: 0;}
.consult ul{display: flex;flex-shrink: 0;}
.consult ul li{margin-right: 22px;}
.consult ul li input{display: block;width: 187px;height: 40px;line-height: 40px;font-size: 14px;color: #333;padding-left: 10px;box-sizing: border-box;border-radius: 5px;background: #fff;border: 0;outline: 0;}
.consult ul li input::placeholder{color: #BBC1C8;}
.consult ul li button{display: block;width: 110px;height: 40px;line-height: 40px;text-align: center;font-size: 14px;color: #fff;background: #FF9416;border: 0;outline: 0;cursor: pointer;border-radius: 5px;}
.consult ul li button i{display: inline-block;width: 17px;height: 18px;background: url(../images/submit-ic.png) no-repeat;margin-left: 7px;vertical-align: middle;}
.consult .close{position: absolute;right: 40px;top: 58px;cursor: pointer;font-size: 0;}

