
.banner{position: relative;overflow: hidden;z-index: 100;}
.banner .slider{position: relative;}
.banner .slider .list{overflow: hidden;height: 672px;}
.banner .slider .list li{position: relative;width: 100%;height: 100%;display: block;overflow: hidden;}
.banner .slider .list .img{background-size: cover;height: 100%;position: absolute;background-position: center;width: 100%;}
.banner .bxcontrol{width: 100%;position: absolute;left: 0;bottom:49px;text-align: center;}
.banner .bxpager{display: inline-block;text-align: center;background: #fff;border-radius:15px;padding: 0 20px;}
.banner .bxpager .bxitem{float: left;overflow: hidden;display: inline-block;}
.banner .bxpager .bxitem a em{display: block;width: 10px;height: 10px;border-radius: 50%;background: #bfbfbf;
    margin: 11px 0;float: left;}
.banner .bxpager .bxitem .line{background: #bfbfbf;height: 1px;width: 42px;display:block;float: left;margin-top: 15px;position: relative;}
.banner .bxpager .bxitem:last-child .line{display: none;}
.banner .bxpager .bxitem a.active em{background: #115fd5;}
.banner .bxpager .bxitem a.active .line{background: #115fd5;}
.banner .slider .title{width: 100%;margin-top: 220px;position: absolute;left: 0;top:0;z-index: 1000;color: #115fd5;}
.banner .slider .title h1{font-size: 64px;line-height: 74px;font-weight: bold;margin-bottom: 5px;}
.banner .slider .title h3{font-size: 26px;line-height: 48px;font-weight: bold;}
.banner .slider .title p{width: 335px;font-size: 16px;line-height: 22px;font-weight: bold;}
.banner .slider .title em{display: block;width: 100px;height: 7px;background: #115fd5;margin-top: 26px;}
/*以上是banner*/
.inProhot{padding: 45px 0;background-image: url("../images/about_bg.png");background-repeat: no-repeat;background-position: center top;background-size: cover;}
/* background-image: url("../images/inProhot_bg.png"); */
.inAbout{padding: 45px 0;background-image: url("../images/about_bg.png");background-repeat: no-repeat;background-position: center top;background-size: cover;}

.titT{color: #115fd5;margin-bottom: 55px;}
.titT h2{font-size: 38px;line-height: 44px;font-weight: bold;}
.titT p{font-size: 18px;line-height: 24px;text-transform: uppercase;font-family: 'DIN-Alternate'}
.more a{display: inline-block;font-size: 14px;line-height: 24px;color: #fff;padding: 5px 20px;background: #115fd5;border-radius: 25px;}
.more a img{width: 24px;margin-right: 5px;}

.inAbout .about-intro{float: left;width: 605px;padding-top: 34px;}
.inAbout .about-intro .intro {font-size:14px;line-height: 22px;color: #6b6b6b; }
.inAbout .about-intro .lineF{vertical-align: bottom;padding-left: 170px;position: relative;margin-bottom: 54px;}
.inAbout .about-intro .lineF p{padding-top: 18px;}
.inAbout .about-intro .year{position: absolute;left: 0;bottom: 0;}
.inAbout .about-intro .year span,.inAbout .about-intro .year em{display: inline-block;vertical-align: bottom;}
.inAbout .about-intro .year span{font-size: 72px;line-height: 62px;color: #115fd5;font-family:'DINCond-Bold';}
.inAbout .about-intro .year em{font-size: 18px;line-height: 22px;color: #115fd5;}
.inAbout .about-intro .more{margin-top: 95px;}
.inAbout .about-list{float: right;width: 660px;}
.inAbout .about-list li{position: relative;float: left;width: 315px;margin-bottom: 15px;margin-left: 15px;}
.inAbout .about-list li:nth-child(2){}
.inAbout .about-list li:nth-child(3){margin-top: -60px;}
.inAbout .about-list li:nth-child(4){margin-top: -60px;}
.inAbout .about-list li .img{width: 100%;height: 307px;background-repeat: no-repeat;background-position: center top;background-size: cover;}
.inAbout .about-list li .mes{position: absolute;left: 0;top:30px;color: #fff;padding: 0 25px;}
.inAbout .about-list li .mes p{font-size: 16px;line-height: 16px;margin-bottom: 9px;}
.inAbout .about-list li .mes p em{display: inline-block;font-size: 58px;line-height: 44px;margin-right: 10px;vertical-align: bottom;font-family:'DINCond-Bold';}
.inAbout .about-list li .mes span{display: block;font-size: 12px;line-height: 18px;color: #c6ceff;margin-top: 10px;}
.inAbout .about-list li .rem{font-size: 12px;line-height: 24px;color: #7f7f7f;margin-top: 9px;}

.title .titT{float: left;}
.title .more{float: right;padding-top:23px; }

.inNews{background: #F6F6F6;padding-top: 48px;padding-bottom: 100px;}
.inNews-list li{float: left;width: 50%;background: #fff;}
.inNews-list li a{display: block;width: 100%;text-align: center;overflow: hidden;}
.inNews-list li .mes,.inNews-list li .img{float: left;width: 50%;height:319px;position: relative;}
.inNews-list li .mes{display: table;position: relative;-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; ;transition: all 0.2s linear;}
.inNews-list li .mes .con{display: table-cell;vertical-align: middle;padding: 0 26px;}
.inNews-list li .mes h3{font-size: 18px;line-height: 24px;color: #115fd5;max-height: 48px;overflow: hidden;}
.inNews-list li .mes span{font-size: 14px;line-height: 24px;color: #b3b3b3;}
.inNews-list li .mes p{font-size: 14px;line-height: 24px;color: #747474;margin-top: 20px;max-height: 96px;overflow: hidden;}
.inNews-list li .img{background-repeat: no-repeat;background-position: center center;background-size: cover;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; ;transition: all 0.3s linear;}
.inNews-list li:hover .mes{background: #115fd5;}
.inNews-list li:hover .mes h3{color: #fff;}
.inNews-list li:hover .mes span{color: #8cb6fb;}
.inNews-list li:hover .mes p{color: #c5d9f8;}
.inNews-list li:hover .img:before{content: "";position: absolute;  width: 0;height: 0;  top: 50%;  left: -12px;  margin-top: -12px;  border-top: 12px solid transparent;  border-bottom: 12px solid transparent; border-right: 12px solid #fff;  z-index: 10;}
.inNews-list li:hover .img{}



.inServes{padding-top: 55px;padding-bottom: 90px;background-image: url("../images/serves_bg.jpg");background-repeat: no-repeat;background-position: center top;background-size: cover;}
.inServes .titT{color: #fff;}
.inServes .more a{background: #b9c1e5;}
.inServes-list li{float: left;width: 24.8%;margin-right:0.2666%;margin-bottom: 2px;background: rgba(255,255,255,0.13);-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; ;transition: all 0.2s linear; }
.inServes-list li:nth-child(4n){margin-right: 0;}
.inServes-list li a{display: block;}
.inServes-list li .mes{padding: 40px 35px 25px 35px;color: #fff;}
.inServes-list li .mes .ico{width: 44px;margin-bottom: 16px;}
.inServes-list li .mes .jt{width: 35px;}
.inServes-list li .mes h3{font-size: 20px;line-height: 30px;height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 5px;}
.inServes-list li .mes p{font-size: 12px;line-height: 18px;color:rgba(255,255,255,0.8);height: 36px;overflow: hidden;margin-bottom: 35px;}
.inServes-list li:hover{background: #115fd5;}




































































