﻿/* Title */
.Title{text-align: center;}
.Title h3{color: #333;font-size: 30px;}
.Title h3 a{color: #333;}
.Title h3 b{color: #c51611;}
.Title p{font-size: 16px;color: #999;margin-top: 10px;}
.Title i{width: 89px;height: 23px;display: block;margin: 20px auto 0;}
.Title i img{width: 89px;height: 23px;display: block;}

.Title02 h3{color: #fff;}
.Title02 p{color: #fff;}
.Title02 h3 em{font-size: 40px;font-weight: bold;}
/* Title End */

@font-face {
  font-family: '../font/iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('../font/iconfont.svg#iconfont') format('svg');
}
@font-face
    {
        font-family:"HeroicCondensed-Regular.ttf";
        src: url("../font/HeroicCondensed-Regular.ttf");
    }
.iconfont {
  font-family: "../font/iconfont";
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Banner */
.BannerCon{position: relative; overflow: hidden;}
.banner-wrap { width: 100%; height: 660px; position: relative;}
.banner-box { height: 660px; position: relative;}
.banner-box ul li { width: 100%; height: 660px; position: absolute; left: 0; top: 0; z-index: 1; display: none;}
.banner-box ul li a{display: block;}
.banner-box ul li img { width: 1920px; height: 660px; position: relative; left: 50%; margin-left: -960px; }
.btm-circle {width: 100%;height: 24px;position: absolute;bottom: 30px;left: 0;text-align: center;}
.btm-circle span {display: inline-block;*display: inline;*zoom: 1;width: 24px;height: 10px;position: relative;z-index: 9;cursor: pointer;}
.btm-circle span:before {content: '';display: block;width: 12px;height: 12px;border: solid 2px #fff;position: absolute;left: 4px;top: 4px;border-radius: 50%;}
.btm-circle span.cur:before {background-color: #0e68b0;border: solid 2px #ce5600;}
.banner-wrap span.btn { display: block; width: 98px; height: 74px; background-color: #000; background-color: rgba(0,0,0,.4); position: absolute; top: 50%; z-index: 9; cursor: pointer;margin-top: -37px;display: none;}
.BannerCon .banner-wrap:hover .btn{display: block;}
.banner-wrap span.btn:hover { background-color: #b80000;}
.banner-wrap span.l-btn {left: 3%;}
.banner-wrap span.r-btn {right: 3%;}
.banner-wrap span.btn:before { content: ''; display: block; width: 46px; height: 17px; background: url(../images/icons.png) no-repeat; position: absolute; left: 26px; top: 28px; }
.banner-wrap span.l-btn:before { background-position: -55px -5px; }
.banner-wrap span.r-btn:before { background-position: -5px -5px; }
/* Banner End */

/* 应用领域css */
.trade-content {padding: 30px 0; padding-bottom:0;}
.trade-title { font-size: 24px; color: #333; text-align: center; margin: 50px 0; position: relative;}
.trade-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20B09F transparent transparent;
}

.trade-title:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: #20B09F;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.trade-black { margin-top:40px; height: 400px;background-color: #767676;}
.trade-box {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;}
.trade-box-list {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.trade-box-item {
    flex: 1;
    text-align: center;
    position: relative;
    height: 400px;
    background: no-repeat center;
    background-size: 100% auto;
}

.trade-content .trade-box-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.trade-box-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.item-logo {
    margin: 0 auto;
    display: block;
}

.trade-content .trade-box-item .item-logo {
    position: relative;
    margin-top: 120px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.item-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

.trade-content .item-title:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    border-bottom: 2px solid #fff;
    margin: 0 auto 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-text {
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    margin-top: 10px;
}

.item-text p {color: #fff; font-size: 13px; line-height:24px; text-align:left; padding:0px 20px; margin-bottom: 5px;}
.trade-content .item01 {background-image: url(../images/icon-at01.png);}
.trade-content .item02 {background-image: url(../images/icon-at02.png);}
.trade-content .item03 {background-image: url(../images/icon-at03.png);}
.trade-content .item04 {background-image: url(../images/icon-at04.png);}
.trade-content .item05 {background-image: url(../images/icon-at05.png);}
.trade-content .trade-box-item:hover .item-text {display: block;opacity: 1;margin-top: 0;}
.trade-content .trade-box-item:hover:before {
    background-color: #0e68b0;
}

.trade-content .trade-box-item:hover .item-logo {margin-top: 80px;}
.trade-content .trade-box-item:hover .item-title:before {opacity: 0;margin-bottom: 0;}


.Tailored { padding-bottom:60px;}
/*.news*/
.news{width: 100%;overflow: hidden;height: auto; padding-bottom:50px; padding-top:50px;}
.news .leftnews {width: 760px;margin-top: 40px;float: left; background:#fff}
.news .menu {width: 760px;overflow: hidden;height: 60px;}
.news .menu li{float: left;width: 85px;height: 60px; padding-left:20px; line-height: 60px;font-size: 20px;text-align: center;}
.news .menu li a{display: block;line-height: 60px;color: #555555;text-decoration: none;}
.news .menu .cur{ color:#0e68b0; font-weight:bold}
.news .menu .cur a{color: #0e68b0;}
.news .menu .more{ float:right; background:#eaeaea; border-radius:20px; height:20px; font-size:12px; color:#666;text-decoration: none; display: block;line-height: 22px; padding:2px 15px; margin-top:20px;margin-right: 20px;}
.news .menu .more:hover { background:#0e68b0; color:#fff;}
.news .menu li:hover{color: #0e68b0;}
.news .menu li:hover a{color: #0e68b0;}

.newslist { padding:0px 20px; height:411px;}
.newslist li { border-bottom: 1px solid #dbdbdb; margin-bottom:18px; padding-bottom:18px; position: relative; clear:both; height:auto; overflow:hidden; padding-right:50px;}
.newslist li:hover {}
.newslist li a{display:block;}
.newslist li a:hover h4{color:#0e68b0;}
.newslist li a:hover .txt{color:#0e68b0;}
.newslist li a:hover .right_arr{ background:url(../images/i_n_arrh.png) center center no-repeat; }
.newslist h4 { font-size: 18px; font-weight: normal; margin-bottom: 6px; padding-top:10px; color:#000;}
.newslist .txt{color:#878787; font-size:14px; line-height:24px;}
.newslist li a:hover .news_date { width:150px; height:100px; color:#fff; float: left;  margin-right: 20px; border: 1px solid #0e68b0; background:#0e68b0; text-align:center;}
.newslist li a:hover .news_date ._d { color:#fff}
.newslist li a:hover .news_date ._m { color:#fff}

.news_date { width:150px; height:100px; float: left;  margin-right: 20px; border: 1px solid #e6e6e6; background:#f2f2f2; text-align:center;}
._d { font-size: 48px; line-height:48px; padding-top:15px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#999999}
._m { color: #999999; font-size:14px; }
.right_arr { font-size: 0px; position: absolute; right:10px; bottom: 25px; display:block; width:32px; height:32px; background:url(../images/i_n_arr.png) center center no-repeat; }


.rightnews { overflow:hidden; width:416px; float:right;background-color:#fff;margin-top: 40px;height: 471px;}
.rightnews .top{ overflow:hidden; width:100%; height:60px;}
.rightnews h3{ float:left; font-size:20px; color:#191919; font-weight:normal; line-height: 60px;padding-left: 20px;}
.rightnews h3 em { font-size:18px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color:#b0b0b0;}
.rightnews .more{ float:right; background:#eaeaea; border-radius:20px; height:20px; font-size:12px; color:#666;text-decoration: none;display: block;line-height: 22px; padding:2px 15px; margin-top:20px;margin-right: 20px;}
.rightnews .more:hover { background:#0e68b0; color:#fff;}

.rightnews .wenda{ overflow:hidden;width: 385px;position: relative;height: 411px; padding:0px 15px;}
.rightnews .wenda ul{ overflow:hidden; width:385px;position: absolute;height: 411px;}
.rightnews .wenda li{ overflow:hidden; width:100%; border-bottom:1px dotted #cecece;margin-top:12px;padding-bottom: 15px;height: 83px;}
.rightnews .wenda .A{ font-weight:bold; font-size:14px; padding-left:37px; line-height:26px; background:url(../images/wen.png) no-repeat 0 4px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin-bottom: 8px;}
.rightnews .wenda .A a{ color:#333333}
.rightnews .wenda .Q{ padding-left:37px; background:url(../images/da.png) no-repeat 0 4px; font-size:14px; line-height:24px; color:#777777; height:48px; overflow:hidden; text-overflow:ellipsis; }

/* News End */

/* Product */
.Product{border-top: 1px #e6e6e6 solid; padding-top:60px; padding-bottom:20px; overflow: hidden;}
.ProductCon{margin-top: 30px;}
.ProductBox { float:left; width:280px; height:auto;}
.ProductBox ul { border-bottom:#fff 1px solid;}
.ProductBox .tit {background:url(../images/protit.png) no-repeat center; line-height:28px; height:74px; color:#fff; font-size:22px; font-weight:bold; text-indent:20px; padding-top:26px;}
.ProductBox .tit p { text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:15px;}
.ProductBox li { margin-top:0px;}
.ProductBox li a{ text-decoration:none; background:url(../images/j1.png) #eeeeee no-repeat right 15px center; border-bottom:#dcdcdc 1px solid; border-top:#fff 1px solid; display:block; color:#3e3d3d; font-size:16px; line-height:52px; padding-left:32px;}
.ProductBox li a:hover{ text-decoration:none; border-bottom:#0e68b0 1px solid;  background:url(../images/j2.png) #0e68b0 no-repeat right 15px center;display:block; color:#fff;}
.ProductBox p a{ color:#fff; text-decoration:none; font-weight:normal; height:32px; overflow:hidden; padding-left:20px; font-size:12px; background:url(../images/dd.png) no-repeat 10px 14px;line-height:30px; display: block; width:190px;}
.ProductBox p a:hover {background:url(../images/dd.png) #117bc9 no-repeat 10px 14px;}


.ProductImg {width: 920px; float:right;}
.ProductImg .first { background:#efefef; height:282px; overflow:hidden;}
.ProductImg .first .pic { width:392px; float:left; height:282px; overflow:hidden; margin-right:40px;}
.ProductImg .first img { display:block; transition: .8s;}
.ProductImg .first:hover img{transform: scale(1.03);}
.ProductImg .first .info { padding:40px 40px 40px 0; font-size:14px; line-height:28px; color:#606060;}
.ProductImg .first .info .tit { color:#ff9600; margin-bottom:10px; font-size:22px;}
.ProductImg ul{}
.ProductImg ul li{float: left;width: 284px;margin-left: 20px; border:#e7e7e7 1px solid; text-align: center;margin-bottom: 15px;background-color: #fff;}
.ProductImg ul li:hover{}
.ProductImg ul li span{width: 284px;height: 237px;display: block;overflow: hidden;}
.ProductImg ul li span img{width: 284px;height: 237px;display: block;transition: .8s;}
.ProductImg ul li:hover span img{transform: scale(1.03);}
.ProductImg ul li h3{font-weight: normal; background:#eeeeee; line-height:35px; font-size: 14px;padding: 0 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.ProductImg ul li:hover h3 { background:#0e68b0; color:#fff;}
.ProductImg ul li h3 a{color: #333;}
.ProductImg ul li p{font-size: 14px;color: #666;padding: 0 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-top: 10px;}
.ProductImg ul li em{width: 120px;height: 40px;text-align: center;line-height: 40px;display: block;border-radius: 50px;margin: 20px auto;border: 1px #e6e6e6 solid;}
.ProductImg ul li:hover em{background-color: #dd1810;border: 1px #dd1810 solid;color: #fff;}
/* Product End */

/*简介*/

.wagt{ margin:25px auto 50px auto; overflow:hidden;}
.wagt_t{ height:610px; background:url(../images/wa.png) no-repeat left center #f3f3f3;}
.wagt_t_lt{width:700px; float:left; padding-top:130px;}
.wagt_t_lt .tit { font-size:24px; color:#1a1a1a; font-weight:bold}
.wagt_t_lt p{ font-size:16px; color:#585858; background:url(../images/xi.jpg) no-repeat left bottom; line-height:50px;}
.wagt_t_lt dl{ line-height:28px; font-size:14px; color:#585858; height:180px; margin:30px 0;}
.wagt_t_lt a{width:180px; height:48px; text-align:center; line-height:48px; font-size:16px; display:block; border:1px solid #bababa;}
.wagt_t_lt a::after{ content:""; display:block; width:0; height:100%; background:#c51611; margin-top:-48px; transition:all 0.3s ease;}
.wagt_t_lt a:hover{ color:#FFF;}
.wagt_t_lt a:hover::after{ width:100%; }
.wagt_t_rt{width:470px; height:510px; float:right; margin-top:100px;}
.wagt_e{ height:180px; background:#3b5997;}
.wrapper{width:700px;height:140px;overflow:hidden; float:left; padding-top:40px;}
.wrapper li{ float:left; padding:0 45px; text-align:center; background:url(../images/sx.png) no-repeat right;}
.wrapper li:last-child{background:none;}
.wrapper li h2{ display:block; height:60px; overflow:hidden;}
.wrapper li h2 dl{ float:left;font-size:50px; color:#fff; font-family:"HeroicCondensed-Regular.ttf"; line-height:70px; font-weight:300; margin-left:30px;}
.wrapper li h2 span{ float:left; background:url(../images/xx.png) no-repeat center; line-height:40px; font-size:14px; color:#fff; margin-top:18px; font-weight:300;}
.wrapper .count-text{ font-size:15px; line-height:30px; color:#fff;}
.wagt_e_rt{width:470px; float:right; background:#c51611; height:145px; text-align:center; padding-top:35px;}


.ggw{ height:185px; background:url(../images/ggw_bj.jpg) no-repeat center; text-align:center; padding-top:45px;}
.ggw p{ font-size:12px; color:#acacac; line-height:60px;}
.ggw span{width:350px; height:44px; background:#db0600; color:#fff; display:block; margin:0 auto;-moz-border-radius:20px; -webkit-border-radius:20px;border-radius:20px; line-height:44px; font-size:18px;}
.ggw span i{ font-size:24px;}


/* Concern */
.Concern{background: url(../images/dian.jpg); padding: 70px 0;overflow: hidden;}

.ConcernCon{margin-top: 40px;}
.ConcernCon ul li{float: left;width:40%;height: 45px; float:left;margin-left: 10%;}
.ConcernCon ul li h3{font-size: 20px;color: #333;}
.ConcernCon ul li h3 b{color: #dd1810;font-size: 26px;}
.ConcernCon ul li h3 i{font-weight: normal;font-size: 24px;color: #999;margin: 0 5px;}
.ConcernCon ul li p{font-size: 16px;color: #666;margin-top: 15px;}
.ConcernCon ul li em{width: 35px;height: 35px;display: block;margin: 20px auto 0;}
.ConcernCon ul li em img{width: 35px;height: 35px;display: block;}

.ConcernCon h1{font-size:34px;color: #fff; border-radius:60px; max-width:800px; margin:0px auto; padding:12px 0; background:#0e68b0;text-align: center;margin-top: 40px;}
.ConcernCon h1 em{display: block; font-size:20px; font-weight: normal;margin-top: 10px;}
.ConcernCon h1:hover { background:#333}
/* Concern End */

/* Search */
.ss{ float:right; width:358px; height:46px; margin-top:16px; overflow:hidden}
.ss .qc{  height:44px; border:1px solid #eeeeee; width:268px; border-right:none; background:#eeeeee; float:left; padding:0 10px; color:#7f7f7f; line-height:30px;}
.ss img{ display:block; float:left;}
.ss .sp {background: #0e68b0 url(../images/search.png) no-repeat center; border:none; cursor:pointer; width:65px; height:46px; }
.content-width{width: 1200px;margin:0 auto}
.banner-menu{width:100%;height:79px;background:#fff; font-size:14px; overflow:hidden;}
.banner-menu .left { float:left; line-height:79px;}
.banner-menu .left a { padding-right:10px;}
.main1 { padding:20px; padding-bottom:50px; padding-top:0px; height:auto; overflow:hidden;}
/* Search End */


/* Tailored  */
.TailoredLeft{width: 570px; margin-left:32px; margin-top:-20px; position: relative;}
.TailoredBox{position: relative;overflow: hidden;width: 570px;}
.TailoredBox ul{position: relative;}
.TailoredBox ul li{float: left; width: 570px;}
.TailoredBox ul li a{width: 570px;height: 365px;display: block;overflow: hidden;}
.TailoredBox ul li a img{width: 570px;height: 365px;display: block;transition: .8s;}
.TailoredBox ul li:hover a img{transform: scale(1.03);}
.TailoredLeft p{font-size: 18px;color: #fff;height: 50px;position: absolute;line-height: 50px;background: rgba(0,0,0,0.7);left: 0;bottom: 0;width: 80%;padding: 0 16% 0 4%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.TailoredLeft i{display: block;width: 50px;height: 50px;overflow: hidden;position: absolute;cursor: pointer;margin-top: -30px;z-index: 9;bottom: 0;}
.TailoredLeft i img{display: block;width: 50px;height: 50px;position: relative;}
.TailoredLeft i.prev{right: 52px;}
.TailoredLeft i.next{right: 0;}

.TailoredRight{}
.TailoredRight ul{}
.TailoredRight ul li{float: left;width: 285px;text-align: center;position: relative;margin-right: 20px;margin-top: 23px;}
.TailoredRight ul li:last-child { margin-right:0;}
.TailoredRight ul li span{width: 285px;height: 197px;display: block;overflow: hidden;}
.TailoredRight ul li span img{width: 285px;height: 197px;display: block;transition: .8s;}
.TailoredRight ul li:hover span img{transform: scale(1.03);}
.TailoredRight ul li p{height: 40px;line-height: 40px;padding: 0 2%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;background:#e0e0e0;width: 96%; color:#333;font-size: 14px;}
.TailoredRight ul li:hover p { background:#0e68b0; color:#fff;}
/* Tailored End */



/* Advantage */
.Advantage{background: url(../images/AdvantageBg.jpg) no-repeat center; padding-top:40px; background-size:cover; height: 628px;overflow: hidden;}
.AdvantageCon{margin-top: 30px;}
.AdvantageTop{ float:left; margin-right:5px;}
.AdvantageTop ul li{width: 277px;height: 138px;background: url(../images/db1.jpg) no-repeat left; font-size:32px; text-indent:60px; font-weight:bold; clear:both; line-height: 138px;color: #2e2e2e;cursor: pointer;background-color: #fff; margin-bottom:2px;}
.AdvantageTop ul li.cur{background: url(../images/db.jpg) no-repeat left; color:#fff;}
.AdvantageTop h3{height: 1px;width: 500px;background-color: #df7571;margin: 0 auto;top: -26px;position: relative;z-index: 1;}

.AdvantageBot{margin-top: 30px;}
.AdvantageBot dl{width: 456px;text-align: center;position: relative;}
.AdvantageBot dl dt{width: 456px;height:318px; overflow: hidden;}
.AdvantageBot dl dt img{width: 456px;height: 318px;display: block;transition: .8s;}
.AdvantageBot dl:hover dt img{transform: scale(1.03);}
.AdvantageBot dl dd{background-color: #fff; padding:14px 20px;}
.AdvantageBot dl dd h3{font-size: 18px;color: #333;font-weight: normal;overflow: hidden;white-space: nowrap;}
.AdvantageBot dl dd p{font-size: 14px;color: #666; margin-top:5px;line-height: 22px; display: -webkit-box;overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.AdvantageBot dl dd i{width: 95px;height: 52px;text-align: center;display: block;position: absolute;right:-44px;top:104px;z-index: 9;}
.AdvantageBot dl.dl02 dd i{background-color: #999;color: #fff;}
.AdvantageBot img.img01{width: 116px;height: 154px;display: block;position: relative;left: 25px;top: 150px;}
.AdvantageBot dl:hover dd h3{color: #0e68b0;}
/* Advantage End */

/* IntoFaswell */
.IntoFaswell{background: url(../images/aboutbg.jpg) no-repeat top; padding: 40px 0 50px;overflow: hidden;}
.IntoFaswellTop{margin: 10px 0;padding: 10px 80px; color:#333; line-height:30px; font-size:15px; height: 110px;}

.IntoFaswellBot { background:#fff; padding-top:20px;}
.IntoFaswellNav{text-align: center; margin-top:10px;}
.IntoFaswellNav ul li{display: inline-block;*display: inline;*zoom: 1;width: 120px;margin: 0 10px;font-size: 16px;height: 45px;text-align: center;line-height: 45px;border-radius: 50px;border: 1px #c7c7c7 solid;background-color: #fff;position: relative;z-index: 9;}
.IntoFaswellNav ul li a{color: #333; display: block;}
.IntoFaswellNav ul li.cur{background-color: #0e68b0;border: 1px #0e68b0 solid;}
.IntoFaswellNav ul li.cur a{color: #fff;}
.IntoFaswellText{margin-top: 30px;position: relative;}
.IntoFaswellImg{position: relative;overflow: hidden;}
.IntoFaswellImg ul{position: relative;}
.IntoFaswellImg ul li{float: left;width: 282px; margin-left: 15px; text-align: center;}
.IntoFaswellImg ul li span{width: 280px;height: 226px;display: block;overflow: hidden;}
.IntoFaswellImg ul li span img{width: 280px;height: 226px;display: block;transition: .8s;}
.IntoFaswellImg ul li:hover span img{transform: scale(1.03);}
.IntoFaswellImg ul li p{font-size: 16px;color: #333;height: 60px;line-height: 60px;padding: 0 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.IntoFaswellImg ul li:hover p{color: #0e68b0;}

.IntoFaswellText i{display: block;width: 39px;height: 81px;overflow: hidden;cursor: pointer;position: absolute;top: 100px;cursor: pointer;z-index:9;}
.IntoFaswellText i img{display: block;width: 39px;height: 81px;position: relative;}
.IntoFaswellText i.prev{left: -80px;}
.IntoFaswellText i.next{right: -80px;}

#IntoFaswellBox ul li{float: left;width: 282px; margin-left: 15px; text-align: center;}
#IntoFaswellBox ul li span{width: 280px;height: 226px;overflow: hidden;display: block;}
#IntoFaswellBox ul li span img{width: 280px;height: 226px;display: block;}
/* IntoFaswell End */

/* Message */
.Message{height: 390px;padding: 45px 0;overflow: hidden;}
.Message .left1 { float:left; width:602px;background:url(../images/probg1.jpg) no-repeat center; height:395px;}
.Message .right1 { float:right; width:570px;}
.Message dl dt{font-size: 18px;color: #ff9600;margin-top: 15px;height: 43px;}
.Message dl dt em{font-size: 30px;color: #ff9600;font-weight: bold;}
.Message dl dd h3{font-size: 30px;color: #333;}
.Message dl dd h3 i{color: #999;font-size: 24px;}
.Message dl dd h3 em{font-size: 16px;color: #666;}
.Message dl dd p{font-size: 18px;color: #666;margin-top: 10px;}

.Message ul{margin-top: 20px;}
.Message ul li{float: left;margin-left:0;}
.Message ul li:first-child{margin-left: 0;}
.Message ul li input{width: 240px;height: 42px;line-height: 42px; margin-bottom:15px; padding: 0 35px 0 15px;border: none;outline: none;font-size: 14px;color: #999;background-color: #fff;border: 1px #e1e1e1 solid;}
.Message ul li .input-name{background: #fff url(../images/Message01.png) no-repeat 265px center;}
.Message ul li .input-code{background: #fff url(../images/Message03.png) no-repeat 265px center;}
.Message ul li .input-name02{background: #fff url(../images/Message02.png) no-repeat 265px center;}
.Message ul li .input-name03{width: 384px;background: #fff url(../images/Message03.png) no-repeat 409px center;}
.Message ul li.li04{width: 120px;height: 42px; clear:both; background-color: #ea680a;text-align: center;line-height: 42px;font-size: 14px;}
.Message ul li.li04 a{color: #fff;display: block;}
.Message ul li.cur input{border: 1px #dd1810 solid;}
/* Message End */


@font-face {
    font-family: 'icomoont';
    src: url('../font/Helvetica Bold.ttf');
}
/*子页面样式*/

/*面包导航*/
.daohang2{ color:#fff; height:40px; font-size:14px; line-height:40px; position:relative; margin-top:-40px; background-color: rgba(0,0,0,0.5);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .daohang2{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
}
.daohang2 a{ color:#fff; text-decoration:none;}
.daohang2 a:hover{ color:#ff0000;}

/*子页banner*/
.ins-banner1 { background: url(../images/banner1.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner2 { background: url(../images/banner2.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner3 { background: url(../images/banner3.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner4 { background: url(../images/banner4.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner5 { background: url(../images/banner5.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner6 { background: url(../images/banner6.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner7 { background: url(../images/banner7.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}
.ins-banner8 { background: url(../images/banner8.jpg) no-repeat center; height:350px; overflow:hidden; clear:both;}

/* InpageSidebar01 侧栏导航1公共样式*/
.InpageSidebar01{width: 270px;float: left;}
.InpageSidebar01 .top{width: 100%;height: 80px;background: #0e68b0;}
.InpageSidebar01 .top h2{height: 80px;text-indent: 28px;background: url(../images/InpageSidebar01_icon01.png) no-repeat 218px center;line-height:80px;font-size: 24px;color: #fff;font-weight: normal;}
.InpageSidebar01 .top h2 a{color: #fff;text-decoration: none; font-weight: bold; }
.InpageSidebar01 .classify .box{border: 1px solid #e4e4e4;border-top: none;position: relative;}
.InpageSidebar01 .classify .box:first-child{border-top: 1px solid #e4e4e4;}
.InpageSidebar01 .classify dl{padding: 14px 19px 18px 30px;}
.InpageSidebar01 .classify dt{font-size: 20px;color: #333333;background: url(Img/mub02Inpage/mub02_jt03.png) no-repeat 194px 6px;margin-bottom: 14px;}
.InpageSidebar01 .classify dt a{color: #333333;}
.InpageSidebar01 .classify dd p{border-left: 1px solid #e4e4e4;height: 35px;line-height: 35px;} 
.InpageSidebar01 .classify dd p a{font-size: 15px;color: #333333;display: block;text-indent: 16px;text-decoration: none;}
.InpageSidebar01 .classify .box i{display: none;width: 3px;height: 100%;position: absolute;left: -1px;top: 0;background: #0d6eb3;}
.InpageSidebar01 .classify .box:hover{background: #f5f5f5;}
.InpageSidebar01 .classify .box:hover i{display: block;}
.InpageSidebar01 .classify .box:hover dt a,.InpageSidebar01 .classify .box dt.cur a{color: #0d6eb3;display: block;text-decoration: none;}
.InpageSidebar01 .classify .box:hover dt{background: url(Img/mub02Inpage/mub02_jt04.png) no-repeat 194px 6px;font-weight: bold;}
.InpageSidebar01 .classify dd p:hover a,.InpageSidebar01 .classify dd p.cur a{color: #fff;}
.InpageSidebar01 .classify dd p:hover,.InpageSidebar01 .classify dd p.cur{background: url(../images/mub02_jt02.png) no-repeat 194px center #0d6eb3;}
.InpageSidebar01 .sidebarLinkUs{border: 1px solid #e4e4e4;margin-top: 20px;padding: 0 19px 26px; background:#fff; margin-bottom:20px;}
.InpageSidebar01 .sidebarLinkUs h3{font-size: 18px;color: #333;font-weight: normal;height: 59px;line-height: 59px;border-bottom: 1px solid #e4e4e4;margin-bottom: 18px;text-indent: 10px;}
.InpageSidebar01 .sidebarLinkUs p{font-size: 14px;color: #333333;margin-bottom: 12px;line-height: 20px;padding: 0 10px;}
.InpageSidebar01 .sidebarLinkUs .zxzx{display: block;width: 160px;height: 50px;overflow: hidden;background: #0e68b0;text-decoration: none;margin-top: 16px;}
.InpageSidebar01 .sidebarLinkUs .zxzx span{display: block;width: 50px;height: 50px;float: left;border-right: 1px solid #fff;background: url(../images/zxzx_icon01.png) no-repeat center;}
.InpageSidebar01 .sidebarLinkUs .zxzx em{display: block;width: 109px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;float: left;}
.InpageSidebar01 .sidebarLinkUs .zxzx em img{display: inline-block;*display: inline-block;position: relative;top: 2px;margin-left: 8px;}

/* InpageSidebar02 侧栏导航2公共样式*/
.InpageSidebar02 .classify{border: 1px solid #e4e4e4;border-top: none;position: relative; background:#fff}
.InpageSidebar02 .classify li{height: 58px;border-top: 1px solid #e4e4e4;text-indent: 28px;font-size: 15px;color: #333333;line-height: 58px;background: url(../images/mub02_jt03.png) no-repeat 224px center;}
.InpageSidebar02 .classify li a{color: #333333;display: block;text-decoration: none;}
.InpageSidebar02 .classify li:hover,.InpageSidebar02 .classify li.cur{background: url(../images/mub02_jt04.png) no-repeat 224px center #f5f5f5;}
.InpageSidebar02 .classify li:hover a,.InpageSidebar02 .classify li.cur a{color: #0e68b0;font-weight: bold;}
.InpageSidebar02 .classify i{display: block;width: 3px;background: #0e68b0;position: absolute;left: -1px;top: 0;z-index: 9;}
.InpageSidebar02 .xgzx{border: 1px solid #e4e4e4;margin-top: 20px;padding: 0 19px 16px; background:#fff}
.InpageSidebar02 .xgzx h3{font-size: 18px;color: #0d6eb3;font-weight: normal;height: 59px;line-height: 59px;border-bottom: 1px solid #e4e4e4;margin-bottom: 18px;text-indent: 10px;}
.InpageSidebar02 .xgzx p{font-size: 14px;color: #333333;margin-bottom: 10px;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.InpageSidebar02 .xgzx p a{color: #333333;}
.InpageSidebar02 .xgzx p:hover a{color: #0d6eb3;}

/* 公共面包屑导航 */
.mub02address{width: 100%;border-bottom: 1px solid #e4e4e4;margin-bottom: 20px;}
.mub02address .con{width: 100%;height: 43px;}
.mub02address .homePage{display: block;width: 43px;height: 43px;background: url(../images/mub02address_homePage.png) no-repeat center;float: left;border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;}
.mub02address p{height: 43px;line-height: 43px;font-size: 13px;color: #999999;float: left;margin-left: 18px;}
.mub02address p a{color: #999999;padding: 0 4px;}
.mub02address .backList{display: block;width: 117px;height: 43px;line-height: 43px;text-align: center;border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;float: right;font-size: 13px;color: #999999;text-decoration: none; cursor:pointer;}
.mub02address .backList img{display: inline-block;*display: inline-block;margin-right: 10px;position: relative;top: 2px;}

/* about 关于我们*/
.about{width: 100%; margin:0px auto; background:#f2f2f2; padding-top:30px; padding-bottom:30px;}
.aboutSection{width: 910px;float: right; margin-bottom:30px;}
.aboutSection .mainCon{border: 1px solid #e4e4e4;padding-top: 28px;width: 908px;padding-bottom: 0px; background:#fff}
.aboutSection .mainCon .conBox{width:882px;margin: 20px auto 0;padding-bottom: 20px;background: #fff; line-height:24px;}

/*产品展示*/
dl.dl_42{width: 274px;height: 304px; overflow:hidden; border:#efefef 1px solid; margin-left:7px; margin-right:7px; float: left;margin-bottom: 20px;}
dl.dl_42.noMl{ margin-right:0px;}
dl.dl_42 dt{display: block;width: 278px;height: 200px;overflow: hidden;}
dl.dl_42 dt img{display: block;transform:scale(1);transition: all 2s ease-out;width: 274px;height: 200px;}
dl.dl_42 dt:hover img{transform: scale(1.2);}
dl.dl_42 dd{height: 87px;background: #fff;position: relative; margin:0; padding:0; padding-top:10px;}
dl.dl_42 dd h4{font-size: 16px;color: #333333; text-align:center; font-weight: normal;width: 280px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
dl.dl_42 dd h4 a{color: #333333;text-decoration: none; font-weight:bold;}
dl.dl_42 dd p{line-height: 22px;color: #666666;font-size: 14px;margin-top: 10px;}
dl.dl_42 dd .btn{overflow: hidden;width: 241px;height: 42px;background: url(../images/proListBg01.png) no-repeat center;position: absolute;bottom: 10px;left: 20px;}
dl.dl_42 dd .btn a{display: block;width: 120px;height: 42px;line-height: 42px;text-align: center;float: left;font-size: 14px;color: #777777;text-decoration: none;}
dl.dl_42 dd .btn a i{display: inline-block;width: 10px;height: 12px;background: url(../images/mub02_jt03.png) no-repeat center;margin-left: 8px;position: relative;top: 2px;}
dl.dl_42 dd .btn a:first-child{border-right: 1px solid #eaeaea;}
dl.dl_42 dd .btn a:hover{color: #fff;}
dl.dl_42 dd:hover h4 a{color: #0d6eb3;}
dl.dl_42 dd .btn a.more:hover{background: url(../images/proListBg02.png) no-repeat center;}
dl.dl_42 dd .btn a.more:hover i{background: url(../images/mub02_jt02.png) no-repeat center;}
dl.dl_42 dd .btn a.zx:hover{background: url(../images/proListBg03.png) no-repeat center;}
dl.dl_42 dd .btn a.zx:hover i{background: url(../images/mub02_jt02.png) no-repeat center;}

.xiangxi { line-height:28px; font-size:14px; padding-top:10px;}
.title2 { border-bottom:#ccc 1px dotted; clear:both; font-size:16px; font-weight:bold; line-height:50px;}
.xiangguan { display:block; padding:20px 0; clear:both; height: auto; overflow:hidden;}
.xiangguan li:first-child { margin-left:0 !important;}
.xiangguan li { float:left; width:210px; text-align:center; margin-left:10px;}
.xiangguan li img { width:210px; height:152px; border:#efefef 1px solid;}
/*产品详细订购表单*/
.dgxxBox{padding:26px; width:822px; height:330px; background-color:#f5f5f5;}
.dgxxBox .tit {font-size:18px; font-weight:bold; padding-bottom:30px; color:#666;}
.dgxxBox .m_form{}
.dgxxBox .m_form li{width:358px; height:42px; float:left; margin-bottom:13px; color:#777;}
.dgxxBox .m_form label{float:left; border:1px solid #dedede; line-height:42px; height:42px; width:77px; display:inline-block; text-align:center; background:#fff;}
.dgxxBox .m_form .iptTxt{float:right; width:278px; border:1px solid #dedede; border-left-width:0; height:22px; line-height:22px; padding:10px 0; outline:none; text-indent:1em; background:#fff; color:#333;}
.dgxxBox .m_form .txtAre{margin-left:12px; width:416px; height:228px; border:1px solid #dedede; outline:none; resize:none; padding:14px; color:#333; line-height:18px;}
.dgxxBox .m_form .btnTjly{width:358px; height:38px; background:#333; border:none; cursor:pointer; color:#fff;}
.dgxxBox .m_form .areLi{height:230px; float:right; display:inline;}
.dgxxBox .m_form .btnLi{background:none; height:60px;}

.prodetil { display:block; clear:both; overflow:hidden;}
.prodetil img { display:block; float:left; width:400px; border:#efefef 1px solid;}
.prodbaseinfo{float:left;width:390px; padding:20px;}

.h2_prodtitle{font-size:16px;color:#414141;border-bottom:1px dashed #bbbbbb;padding:2px 0 10px;line-height:1.6em; }
.ul_prodinfo{padding:6px 0;overflow:hidden;zoom:1;}
.ul_prodinfos{padding:6px 15px;overflow:hidden;zoom:1;background:#f3f3f3;font-size:14px;font-weight:bold;}
.ul_prodinfos li{padding:5px 0 10px;line-height: 30px;font-size: 14px;}
.ul_prodinfos li span{ font-size:14px; float:left; height:50px; line-height:50px;}
.ul_prodinfos li span em{ font-size:24px; color:#FF4A0E;}
.ul_prodinfos li a{ margin-left:20px; background:#333; display:block; width:98px; height:40px; line-height:40px; text-align:center; color:#fff; border-radius:20px; float:left; margin-top:1px;}
.ul_prodinfo li span{ font-size:14px}
.li_normalprice,.li_prono{line-height:24px; font-size:14px; }


/*默认图片加标题*/
dl.dl_2{width: 280px;float: left;margin: 0 4px;text-align: center;margin-bottom: 26px;}
dl.dl_2 dt{display: block;width: 278px;height: 185px;border: 1px solid #e4e4e4;overflow: hidden;}
dl.dl_2 dt img{display: block;width: 278px;height: 185px;transform: scale(1);transition: all 1s ease-out;}
dl.dl_2:hover dt img{transform: scale(1.2);}
dl.dl_2 dd{display: block;margin-top: 14px;font-size: 14px;}


/* paging 分页公共样式*/
.InpageSearch .mainCon .paging{ border:1px solid #e4e4e4;}
.paging{border-top: 1px solid #e4e4e4;height: 59px;}
.paging .pagingPrev{ margin-top:-18px;width: 119px;height: 59px;line-height: 59px;text-align: center;border-right: 1px solid #e4e4e4;float: left;font-size: 13px;color: #999999;text-decoration: none;}
.paging .pagingPrev i{display: inline-block;*display: inline-block;width: 8px;height: 14px;background: url(../images/mub02_jt01.png) no-repeat center;margin-right: 10px;position: relative;top: 2px;}
.paging .pagingNext{width: 119px;height: 59px;line-height: 59px;text-align: center;border-left: 1px solid #e4e4e4;float: right;font-size: 13px;color: #999999;text-decoration: none;}
.paging .pagingNext i{display: inline-block;*display: inline-block;width: 8px;height: 14px;background: url(../images/mub02_jt03.png) no-repeat center;margin-left: 10px;position: relative;top: 2px;}
.paging ul{width: 668px;float: left;text-align: center;padding-top: 17px; color:#999; font-size:15px;}
.paging ul a{display: inline-block;*display: inline-block;width: 27px;height: 27px;line-height: 27px;text-align: center;font-size: 15px;color: #999999;font-family: arial;margin-left: 4px;text-decoration: none;}
.paging ul .previousBtn{ font-size:13px; display:initial;}
.paging ul .previousBtn:hover{ color:#666; background:none;}
.paging ul a.cur {color: #fff;text-decoration: none; background: #0e68b0;}
.paging ul a:hover{background: #0e68b0;color: #fff;}
.paging ul a:hover a{}
.paging .pagingNext:hover{color: #0d6eb3;font-weight: bold;}
.paging .pagingNext:hover i{background: url(../images/mub02_jt04.png) no-repeat center;}
.paging .pagingPrev:hover{color: #0d6eb3;font-weight: bold;}
.paging .pagingPrev:hover i{background: url(../images/mub02_jt05.png) no-repeat center;}


/* newsList 新闻列表*/
.newsList{width: 100%;}
.newsListSection{margin-bottom:30px; background:#fff}
.newsListSection .mainCon{padding-top: 8px;}
.newsListSection .newsListIntro{width:870px;margin: 0px auto 0;}
.newsListSection .newsListIntro .box1{padding-bottom: 20px;}
.newsListSection .newsListIntro .box1 dt{float: left;width: 290px;height: 222px;float: left;}
.newsListSection .newsListIntro .box1 dt img{display: block;width: 290px;height: 222px;}
.newsListSection .newsListIntro .box1 dd{width: 552px;float: right;position: relative;height: 222px;position: relative;position: relative;}
.newsListSection .newsListIntro .box1 dd h3{font-size: 16px;color: #333333;font-weight: bold;width: 550px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsListSection .newsListIntro .box1 dd h3 a{color: #333333;text-decoration: none;}
.newsListSection .newsListIntro .box1 dd p{font-size: 14px;color: #666666;line-height: 24px;margin-top: 18px;}
.newsListSection .newsListIntro .box1 dd a.more{font-size: 13px;color: #999999;text-decoration: none;text-align: center;width: 128px;height: 48px;line-height: 48px;display: block;position: absolute;left: 0;bottom: 0;border: 1px solid #e4e4e4;}
.newsListSection .newsListIntro .box1 dd a.more:hover{background: #0d6eb3;color: #fff;border-color: #0d6eb3;}
.newsListSection .newsListIntro .box1 dd:hover h3 a{color: #0d6eb3;}
.newsListSection .newsListIntro .box2 dl:first-child { border:none;}
.newsListSection .newsListIntro .box2 dl{padding: 18px 0;border-top: 1px solid #e4e4e4;}
.newsListSection .newsListIntro .box2 dt{width: 170px;height: 104px;background: #f5f5f5;text-align: center;padding-top: 32px;float: left;}
.newsListSection .newsListIntro .box2 dt span{display: block;font-size: 42px;color: #666666;font-weight: bold;font-family: arial;}
.newsListSection .newsListIntro .box2 dt em{font-size: 16px;color: #666666;display: block;font-family: arial;}
.newsListSection .newsListIntro .box2 dd{height: 116px;position: relative;}
.newsListSection .newsListIntro .box2 dd h3{font-size: 16px;color: #333333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsListSection .newsListIntro .box2 dd h3 a{color: #333333;text-decoration: none;}
.newsListSection .newsListIntro .box2 dd p{line-height: 24px;margin-top: 10px;font-size: 14px;color: #666666;width: 800px;}
.newsListSection .newsListIntro .box2 dd p a{color: #666666;text-decoration: none;}
.newsListSection .newsListIntro .box2 dd span{display: block;padding-left: 25px;position: absolute;left: 0;bottom: 0;background: url(Img/mub02Inpage/label.png) no-repeat left center;line-height: 18px;}
.newsListSection .newsListIntro .box2 dd span a{color: #999999;font-size: 12px;}
.newsListSection .newsListIntro .box2 dd a.more{display: block;width: 37px;height: 37px;position: absolute;right: 0;top: 50%;margin-top: 0px;overflow: hidden;}
.newsListSection .newsListIntro .box2 dd a.more img{display: block;position: relative;}
.newsListSection .newsListIntro .box2 dl:hover dt{background: #0d6eb3;}
.newsListSection .newsListIntro .box2 dl:hover dt span,.newsListSection .newsListIntro .box2 dl:hover dt em{color: #fff;}
.newsListSection .newsListIntro .box2 dl:hover dd h3 a{color: #0e68b0;}
.newsListSection .newsListIntro .box2 dl:hover dd a.more img{top: -37px;}


/* newsDetails 新闻详情*/
.newsDetails{width: 100%;}
.newsDetails .InpageSidebar01{float: right;}
.newsDetailsSection{width: 910px;float: right;position: relative; margin-bottom:30px; background:#fff}
.newsDetailsSection .article{border: 1px solid #e4e4e4;width: 908px;position: relative;}
.newsDetailsSection .article .conBox{padding:10px 19px 0; display:block; overflow:hidden;}
.newsDetailsSection .article .title h1{font-size: 22px; float:left; width:30%; color: #333333;font-weight: normal;}
.newsDetailsSection .article .title .share{width: 70%; margin-top:10px;height: 24px; float:right;}
.newsDetailsSection .article .title .share p{float: left;overflow: hidden;}
.newsDetailsSection .article .title .share p span{display: block;font-size: 12px;color: #999999;float: left
;padding: 0 8px;border-left: 1px dotted #b6b6b6;float: left;}
.newsDetailsSection .article .title .share p span:first-child{padding-left: 0;border-left: none;}
.newsDetailsSection .article .title .share p span #cntrHits{ float:right;}
.newsDetailsSection .article .title .share ul{float: right;}
.newsDetailsSection .article .title .share li{margin-left: 7px;width: 24px;height: 24px;float: left;}
.newsDetailsSection .article .title .share li img{display: block;}
.newsDetailsSection .article .title {width: 100%;display: block;height: 54px; margin-top:16px;background: #e7e7e7;background: url(../images/mub02Top2_xian.png) no-repeat bottom;}
.newsDetailsSection .article .con{margin-top: 20px;/*padding-bottom: 40px;*/ overflow:hidden;}
.newsDetailsSection .article .con p{line-height: 30px;font-size: 14px;color: #333333;}
.newsDetailsSection .article .con p a{ color:#0d6eb3;}
.newsDetailsSection .article .context{width: 100%;border-top: 1px solid #e7e7e7;background: #fff;height: 60px;}
.newsDetailsSection .article .context p{width: 454px;float: left;height: 60px;line-height: 60px;}
.newsDetailsSection .article .context p a{font-size: 13px;color: #666666;display: block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.newsDetailsSection .article .context p.prevNews a{margin-left: 20px;padding-left: 20px;background: url(../images/mub02_jt01.png) no-repeat left center;}
.newsDetailsSection .article .context p.NextNews a{margin-right: 20px;padding-right: 20px;text-align: right;background: url(../images/mub02_jt03.png) no-repeat right center;}
.newsDetailsSection .article .context p.prevNews a:hover{background: url(../images/mub02_jt05.png) no-repeat left center;color: #0e68b0;}
.newsDetailsSection .article .context p.NextNews a:hover{background: url(../images/mub02_jt04.png) no-repeat right center;color: #0e68b0;}
.newsDetailsSection .article .context p.NextNews{border-left: 1px solid #e7e7e7;width: 444px;}
.newsDetailsSection .backNewsList{width: 59px;height: 59px;display: block;position: absolute;left: -59px;top: 0;cursor:pointer;}


.hzhb{ height:520px; background:url(../images/hz_bj.jpg) no-repeat center #fafafa; margin-top:50px;}
.hz_lt{width:854px; float:left; padding-top:20px;}
.hz_lt li{ float:left;width:152px; height:90px; margin:20px 15px 10px 0px;}
.hz_lt li img { border:#efefef 1px solid; width:152px; height:90px; -webkit-transition: all .2s linear;
transition: all .2s linear; display: block;}

.hz_lt li img:hover {
-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
 box-shadow:0 15px 30px rgba(0,0,0,0.1);
 -webkit-transform:translate3d(0, -2px, 0);
 transform:translate3d(0, -2px, 0)
 }
 
.hz_rt{ float:right;width:310px; color:#fff;}
.hz_rt img{ padding-top:40px;}
.hz_rt p{ font-size:28px; background:url(../images/hx1.jpg) no-repeat bottom left; padding-top:50px; font-weight:bold; line-height:70px;}
.hz_rt dl{ line-height:26px; font-size:14px; color:#ffffff; padding-top:20px; height:240px; overflow:hidden;}
.hz_rt dt{ padding-top:60px; font-size:18px; height:140px;}
.hz_rt dt strong{ font-family:"Impact"; font-size:80px;}
.hz_rt dt b{width:50px; height:2px; display:block;top:60px; position:relative;}
.hz_rt dt b:after{ content:""; display:block; width:50px; height:100%; background:#fff; margin-top:-48px; transition:all 0.3s ease;}


.news{ margin-top:50px; width:1200px; margin:0px auto; overflow:hidden;}
.news_nr{ margin-top:50px;}
.news_lt{ float:left;width:380px; background:url(../images/xw_bj.jpg) no-repeat; height:430px; padding:35px;}
.news_lt p{ font-size:16px; color:#343434; font-weight:bold; line-height:60px; padding-top:10px;}
.news_lt img { width:380px; height:260px;}
.news_lt span{ font-size:14px; color:#747474; line-height:24px;}
.news_lt b{ font-size:12px; color:#959595; font-weight:bold; display:block; text-align:right; background:url(../images/xi3.jpg) no-repeat left center; line-height:90px;}
.news_rt{ float:right;width:730px;}
.news_rt_t{ height:240px; background:#f4f4f4;}
.news_rt_t dl{ color:#bbbbbb; font-size:12px; padding-left:26px; padding-top:20px;}
.news_rt_t dl b{ font-size:24px; color:#343434; font-weight:300;}
.news_rt_t ul li{ float:left;width:313px; margin:10px 26px;}
.news_rt_t ul li p{ font-size:16px; color:#343434; font-weight:bold; line-height:40px; padding-top:10px;}
.news_rt_t ul li span{ font-size:14px; color:#8c8c8c; line-height:24px;}
.news_rt_t ul li b{ font-size:12px; color:#959595; font-weight:bold; display:block; text-align:right; background:url(../images/xi3.jpg) no-repeat left center; line-height:50px;}
.news_rt_e{ background:#f4f4f4; height:220px; margin-top:20px; padding-top:20px; padding-left:30px;}
.news_rt_elt{ float:left;width:160px;}
.news_rt_elt dl{ color:#bbbbbb; font-size:12px; padding-top:20px;}
.news_rt_elt dl b{ font-size:24px; color:#343434; font-weight:300;}
.news_rt_elt a{width:150px; height:44px; background:#3b5997; display:block; text-align:center; line-height:44px; color:#fff; margin-top:30px;}
.news_rt_ert{ float:right;width:510px; margin-right:30px;}
.news_rt_ert ul li a{ line-height:32px; color:#818181; font-size:14px; background:url(../images/xi4.jpg) no-repeat center left; padding-left:25px;}
.news_rt_ert ul li a:hover{ color:#f00;-webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear; padding-left:30px;}
.news_rt_ert ul li span{ float:right; line-height:32px; color:#818181; font-size:12px;}

.sdys{ overflow:hidden; margin-top:60px;}
.sdys_t{ text-align:center;}
.sdys_t p{ background:url(../images/xi1.png) no-repeat center; font-size:14px; color:#424242; line-height:30px;}
.sdys_t span{ color:#cfcfcf; font-size:12px;}
.sdys_nr{ background:url(../images/ys_bj.jpg) no-repeat center bottom; height:505px; margin-top:20px;}
.teacherPic{width:1200px;height:505px;margin:40px auto 0 auto;}
.teacherPic .content{width:300px;height:505px;float:left;position:relative;overflow:hidden;}
.teacherPic .content .txt{width:276px;height:505px;position:absolute;left:0px;bottom:0px;padding:0 12px; text-align:center;border-top:2px solid #FFE000;font-family:"微软雅黑";font-size: 12px;}

.teacherPic .content .txt h3{color:#333;font-size:24px;font-weight:100;margin:60px 0 6px 0; font-weight:300;}
.teacherPic .content .txt h3 span{ color:#5d5d5d; font-family:"HeroicCondensed-Regular.ttf"; font-size:68px; border-bottom:2px solid #333; margin-bottom:40px; display:inline-block; height:80px;}
.teacherPic h4{color:#878787;font-size:12px;font-weight:100;height: 40px;}
.teacherPic .content .txt p{color:#fff;margin-top:75px;width:225px; margin-left:25px; line-height:28px; line-height:28px; font-size:14px;padding-top:5px;font-family:"微软雅黑";}
.teacherPic .content .txt p i{ font-size:30px; line-height:100px;}

.teacherPic .content .txt:hover h3,.teacherPic .content .txt:hover h3 span,.teacherPic .content .txt:hover h4{ color:#fff;}
.teacherPic .content .txt:hover span{ border-bottom:2px solid #fff; color:#fff;}
.teacherPic .content.sted .txt h3,.teacherPic .content.sted,.teacherPic .content.sted .txt h3 span,.teacherPic .content.sted .txt h4{color:#fff;}


.zzry{ background:url(../images/ry_bj.png) no-repeat center bottom; height:370px;}
.blk_18 { overflow:hidden; zoom:1; font-size:9pt;width:1215px; margin:0 auto; padding-top:36px; padding-bottom:30px;}
.blk_18 .pcont { width:1070px;float:left; margin:0 34px; overflow:hidden;}
.blk_18 .ScrCont { width:32766px; zoom:1;}
.blk_18 #List1_1, .blk_18 #List2_1 { float:left;}
.blk_18 .LeftBotton{ width:36px; height:70px; background:#e7e7e7; margin-top:80px; text-align:center;line-height:70px; font-size:30px; font-family:"宋体"; float:left; color:#fff;-webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear;}
.blk_18 .RightBotton { width:36px; height:70px; background:#e7e7e7; margin-top:80px; text-align:center; line-height:70px; font-size:30px; font-family:"宋体"; float:right; color:#fff;-webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear;}
.blk_18 .LeftBotton:hover{ background:#d7241d;}
.blk_18 .RightBotton:hover{background:#d7241d;}
.blk_18 .pl img{ display:block; cursor:pointer; margin:0 auto; border:none;width:175px; height:230px;}
.blk_18 .pl { width:270px; height:300px; float:left; float:left; text-align:center; background:url(../images/ty1.png) no-repeat center bottom; line-height:60px; color:#515151; margin:6px 0px; font-family:"微软雅黑"; font-size:14px; overflow:hidden;}
.blk_18 .pl:hover{background:url(../images/ty2.png) no-repeat center bottom; color:#fff;}

