/*样式初始化及公共样式部分lpm*/
@charset "utf-8";
body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
}


/*定义全局链接颜色lpm*/

a:hover {
    color: #c90c0c;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}

.centent{ margin:0 auto; width:1200px}
.box{ margin:0 auto; width:1200px}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top45 {
    padding-top: 45px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}
.top80 {
    padding-top: 80px;
}
.top90 {
    padding-top: 90px;
}
.top100 {
    padding-top: 100px;
}

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


.bg {overflow: hidden;
    width: 100%;
    min-width: 1200px;
}

@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes mymove
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}



@-webkit-keyframes spin{
  from { -webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

 @-webkit-keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

 @keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
    transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
    transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
    transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}


i{font-style: normal;}
em{font-style: normal;}


.page,.content{ margin:0 auto; width:1200px}
/*抬头*/
.head_bg{background-color:#f5f5f5;height:44px;width:100%;line-height:44px;}
.head_bg a{    position: relative;
    font-size: 15px;
    display: inline-block;
    line-height: 25px;
    margin: 0 10px;
    color: #2d9fff;
    font-weight: bold;}
.head_bg a:after,{right: 5px;left: 5px;}
.ewm{position: absolute;top: 35px;left: 0px;height: 0px;display: none;z-index: 9999;}
.second:hover .ewm{display:block;}
.first{background:url(../template/image/20190703/20190703170731_1458330657.png)left no-repeat;padding-left: 25px;}
.second{background:url(../template/image/20190703/20190703170825_398341140.png)left no-repeat;padding-left: 25px;}
.third{background:url(../template/image/20190703/20190703170746_750759143.png)left no-repeat;padding-left: 25px;}
.third span{font-size:18px;font-weight:bold;color:#ff0;}
.third:hover{color:#fff;}

.top_bg{height:130px;}
.logo{padding-top:26px;}
.name{padding:40px 0 0 30px;}
.name b{font-size:28px; color:#2d9fff;}
.name p{font-size:18px; color:#222;}
.tel{padding-top:24px;}
.tel_l{font-size:15px; text-align:center; color:#333; padding:20px 10px 0 0;}
.tel_r{font-size:16px; color:#009946; line-height:28px; padding-left:42px; font-weight:bold; background:url(../template/image/20190703/20190702193032_1440564655.jpg)left center no-repeat;}

/*导航*/
.nav_bg{width:100%;height:60px;min-width:1200px;background:#2d9fff;}
.nav_bg .fl a{display:block;margin-top:22px;}
.nav li{width:150px;float:left;text-align:center;line-height:60px;position: relative;}
.nav li a{font-size:16px;color:#fff;font-weight:bold;display: block; }
.nav li:hover a,.nav li.a_nav a{background:#4bb033;}
.nav li:hover,.nav li.a_nav{background:url(../template/image/20190612/20190612140846_1554437698.png)center bottom no-repeat;}

.nav li>.nav2 {display: none; position:absolute; left:0px; top:60px; z-index: 99999;  width: 100%;}
.nav li>.nav2 a{display: block; font-size:14px; background:#2d9fff; height: 42px; line-height: 42px;  width: 100%; text-align: center; color:#fff; border-bottom: none;}
.nav li>.nav2 a:hover{background:#333;color:#fff;}


/*幻灯片*/
.banner_box,.banner_box .bd li{height:600px;}
.banner_box .banner-btn a.prev,.banner_box .banner-btn a.next{top:250px;background-image:url(../template/image/20190604/20190510155908_479626975.png);}
.banner_box .hd ul li.on{background:#2d9fff;}
.banner_box{min-width:1200px;position:relative;overflow:hidden;}
.banner_box .bd{ width:100% !important;}
.banner_box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box .banner-btn a.prev:hover,.banner_box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner_box .hd ul{ text-align: center}
.banner_box .hd ul li{ width:72px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner_box .hd ul li.on{ width: 72px; }



.banner_n,.banner_n .bd li{height:350px;}
.banner_n .banner-btn a.prev,.banner_n .banner-btn a.next{top:110px;background-image:url(../template/image/20190604/20190510155908_479626975.png);}
.banner_n .hd ul li.on{background:#6fc13e;}
.banner_n{min-width:1200px;position:relative;overflow:hidden;}
.banner_n .bd{ width:100% !important;}
.banner_n .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_n .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner_n .banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner_n .banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_n:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n:hover .banner-btn a.next{ right:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n .banner-btn a.prev:hover,.banner_n:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_n .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner_n .hd ul{ text-align: center}
.banner_n .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner_n .hd ul li.on{ width: 72px; }



/*搜索*/
.search{width:100%;height:97px;border-bottom:1px solid #ccc;}
.search_zi span{font-size:17px;color:#333;font-weight:bold;line-height:97px;}
.search_zi a{font-size:14px;color:#333;line-height:97px;font-weight:bold}
.search_zi a:hover{color:#2d9fff;text-decoration:underline;}
.search_zi{display:block;margin-left:39px; height:70px; overflow:hidden; width:690px;}
.search_kong{width: 337px;float: left;padding-top: 25px;position: relative;}
.search_n{    width: 100%;height: 97px; background:#f5f5f5; position: absolute;top: 584px; }



/*核心产品推荐*/
.hot_bg{width:100%;min-width:1200px;height:700px; overflow: hidden;} 
.hot_t{background:url(../template/image/20190604/20190604152445_1473762842.jpg)no-repeat;width:372px;height:108px;margin:0 auto;}
.hot_t span{font-size:30px;font-weight:bold;color:#222;padding-top: 34px;text-align: center;display: block;}
.hot_t p{font-size:14px;color:#fff;padding-top:10px;text-align:center;}

.application .title { font-size: 40px; text-align: center; color: #10275c; padding: 50px 0;}
.application .application_con {position: relative; width: 1200px;margin: 0 auto;}
.application .application_con .applicationBtnl {display: block;width: 120px; height: 500px;position: absolute;left: -150px;top: 0;z-index: 4;cursor: pointer;}
.application .application_con .applicationBtnl i {display: block;height: 450px;background: url(../template/image/20190612/20190612162912_1789032153.png) no-repeat center;}
.application .application_con .applicationBtnl:hover i {background: url(../template/image/20190621/20190621114925_1111218252.png) no-repeat center;}
.application .application_con .applicationBtnr {display: block;width: 120px; height: 500px;position: absolute;right:-150px;top: 0;z-index: 4;cursor: pointer;}
.application .application_con .applicationBtnr i {display: block;height: 450px;background: url(../template/image/20190612/20190612162855_1950773629.png) no-repeat center;}
.application .application_con .applicationBtnr:hover i {background: url(../template/image/20190621/20190621114833_1522544278.png) no-repeat center;}
.application .application_con .conbox {position: relative;width: 1200px; overflow: hidden; z-index: 2;height: 500px; margin:0 auto;}
.application .application_con .conbox ul {position: relative;}
.application .application_con .conbox ul li {float: left;width: 470px;margin-left: 80px;margin-right: 80px;height: 542px; position: relative;}
.application .application_con .conbox ul li:first-child{margin-left:0;}
.application .application_con .conbox ul li img {display: block;width: 470px; height:420px;-webkit-transition: all 2s;transition: all 2s;}
.application .application_con .conbox ul li div{line-height:40px; font-size:16px; text-align:center;}
.latestWeb{ width:980px; margin:10px auto 50px;}
.latestWeb ul{ overflow:hidden; _height:1%;}
.latestWeb li{ font-size: 80%; color: #4a4a4a; width: 300px; display: inline-table; margin: 0 12px 6px; }
.latestWeb li a img { display: table-cell; width: 300px; height: 229px; vertical-align: middle; background-color: #ddd; border-radius: 5px; overflow: hidden; -webkit-transition: ease all 50ms; transition: ease all 50ms; }
.latestWeb li a p { font-size: 18px; text-align: center; color: #333; line-height: 50px;}
#toolTipLayer{ z-index: 9;}

.container{}



/*产品展示*/
.pro_one_box{width:290px !important;}
.detail_title{width:870px !important; }
.product_content{width:870px !important; }
#center{float:right !important;width:870px !important; }
#bodycontent{width:870px !important; }
.pcontent_title_h4{width:870px !important;}
.pord_top{background: #2d9fff;height:60px}
.pord_top img{margin-top: 22px;margin-left:13px;}
.pord_p{color: #fff !important;}
.sort{min-height:240px;}

.pord_bg{background:url(../template/image/20190823/20190823174643_706399214.jpg)no-repeat center;width:100%;min-width:1200px;height:1043px;}
.pord_t{width:100%;height:868px;background:#fff;padding-top:50px;display:block;}
.pord_l{margin-left: 40px;}
.pord_p{font-size:18px;font-weight:bold;line-height:60px; text-align:center;color:#222;}
.sort{width:260px;border: 3px solid #2d9fff; }
.sort ul{ margin-bottom:30px;}
.sort li{background:#2d9fff;width:90%; margin:0 auto;display:block;line-height:50px;font-size:16px; margin-top:15px;}
.sort li a{color:#fff;padding-left: 20px;font-size: 16px;font-weight: bold !important; display: block;}

.prod_r { float: right; width: 828px; height: auto; margin-right: 40px;}
.prod_r .slideTxtBox{ width: 100%; height: 45px; }
.prod_r .slideTxtBox .hd .more { color: #555; font-size: 14px; line-height: 34px; float: right;width:94px;background-color:#2d9fff;text-align:center;}
.prod_r .slideTxtBox .hd .more a{color:#fff; display: block;}
.prod_r .slideTxtBox .hd .more:hover{background-color:#4bb033;}
.prod_r .slideTxtBox .hd ul{ float:left; width: 440px; height: 100%;}
.prod_r .slideTxtBox .hd ul li{ width: 122px; float: left; text-align: center; cursor: pointer;line-height: 37px;border: 1px solid #2d9fff;border-radius: 25px;margin-right:15px;}
.prod_r .slideTxtBox .hd ul li a{color: #222; font-size: 20px; }
.prod_r .slideTxtBox .hd ul li.on{ color: #fff; background: url(../template/image/20190605/20190605140829_582877021.png); border: none;height:44px;}
.prod_r .slideTxtBox .hd ul li.on a{color: #fff;}
.prod_r .slideTxtBox .bd { margin-top: 30px;}
.prod_r .slideTxtBox .bd ul{ zoom:1;}
.product_div_item_pic img{width:100%;}

.divproduct_new_div_item_content{width:251px;position: absolute; height: 40px; bottom:-10px; background:#2d9fff; padding:0 6px 0 12px; transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.divproduct_new_div_item{width: 269px;height: 232px;float: left;margin:0 10px 20px 0;position: relative;}
.divproduct_new_div_item_body{float: right;width: 100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 2;margin-top: 32px; line-height:24px; color:#fff;opacity: 0; transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.divproduct_new_div_item_a{width: 100%;font-size: 16px !important;color:#fff !important; font-weight:bold; height: 40px; line-height:40px; position: absolute;z-index: 9999;}
/*.divproduct_new_div_item_content:after{content:"";background:url(../template/image/20190605/20190605163931_933374478.png)no-repeat;width: 30px;height: 30px;position: absolute;  bottom: 10px;left: 344px;opacity: 0; transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}*/
.divproduct_new_div_item:hover .divproduct_new_div_item_content{ height:90px; }
.divproduct_new_div_item:hover .divproduct_new_div_item_content:after{opacity: 1;}
.divproduct_new_div_item:hover .divproduct_new_div_item_body{opacity: 1;}
.divproduct_new_div_item:hover .divproduct_new_div_item_a{height:100px;}


/*产品优势*/
.ys_bg1{background:url(../template/image/20190605/20190605190232_440809604.png)no-repeat;width:341px;height:90px;}
.ys_bg1 p{font-size:30px;color:#222;font-weight:bold;padding-top: 45px;
padding-left: 18px;}
.ys_bg1 span{font-size:30px;color:#fff;font-weight:bold;}

.convert2{ width:343px; height:430px; margin:0 auto; }
.convert2 .tab{width:448px; height:50px; margin:0 auto;}
.convert2 .tab a{display:block; color:#333; float:left; 
 -webkit-transition:ease all 0.2s; transition: ease all 0.2s;}
.convert2 .tab a.on{display:block;color:#fff; -webkit-transition:ease all 0.2s; transition: ease all 0.2s;}


.convert2 .content{ overflow:hidden; width:1200px; height:400px; position:relative;}
.convert2 .content ul{ position:absolute; left:0; top:10px; height:380px;}
.convert2 .content li{ width:1200px; height:auto; float:left;}
.content td br{ display:none;}
.content td a{ display:block; background:#ededee; line-height:40px; width:220px !important; color:#666; width:220px !important;}
.content td a:hover{ display:block; background: #004898 ; color:#fff;}
.tab a:nth-child(1){background:url(../template/image/20190605/20190605191858_1395590683.jpg)no-repeat;width:343px;height:215px;}
.tab a:nth-child(2){background:url(../template/image/20190605/20190605191858_1395590683.jpg)no-repeat;width:343px;height:215px;}



/*解决方案*/
.Program_bg{background:url(../template/image/20190606/20190606094846_67525450.jpg)no-repeat center;width:100%;height:901px;}
.Program_t{background:url(../template/image/20190606/20190606095138_1803457136.png)no-repeat;width:342px;height:107px;    margin: 0 auto; text-align: center;line-height: 39px;}
.Program_t p{font-size: 30px;font-weight: bold;color: #222;padding-top: 34px;}
.Program_t span{color:#fff;font-size:14px;}
.Program_bg .news_div_item_pic{float:left;}
.Program_bg .news_div_item_pic img{width:382px;height:279px;}
.Program_bg .divdgweb_new_div_item_title{margin-left: 20px;margin-top: 24px;}
.Program_bg .divdgweb_new_div_item_body{font-size:14px;color:#999;width: 295px;margin-left: 20px;padding-top: 30px;line-height: 26px;}
.Program_bg .divdgweb_new_div_item_body:after{content: "";    background: url(../template/image/20190606/20190606113955_1539211411.png)no-repeat;
width: 9px;height: 9px; position: absolute;top: 161px;left: 303px;}
.Program_bg .divdgweb_new_div_item_content{position: absolute;top: 228px;background:url(../template/image/20190611/20190611142447_256172465.png)no-repeat center top;width:344px;height:289px;left: 36px;}
.Program_bg .divdgweb_new_div_item{position: relative;width: 382px;float: left;padding-left: 17px;height:475px;}
.Program_bg .divdgweb_new_div_item_a{    font-size: 18px !important;;color: #222 !important;;width: 100%;position: absolute;height: 218px;    z-index: 9999;}
#case_m .next{position: absolute;background: url(../template/image/20190604/20181111163224_68921678.png) no-repeat center;
    width: 47px;height: 47px;top: 105px;left: -70px;cursor: pointer;}
#case_m .prev{position: absolute;background: url(../template/image/20190604/20181111163224_1554049047.png) no-repeat center;
    width: 47px;height: 47px;top: 105px;right: -70px;cursor: pointer;} 
#case_m{margin-top:73px; position: relative;}
.tempWrap{width:1200px !important;}
.Program_bottom{background:url(../template/image/20190606/20190606150913_1428847810.png)no-repeat;width:417px;height:96px;margin:0 auto;    padding-top: 34px;margin-top: 111px;text-align: center;}
.Program_bottom a{font-size:18px;color:#fff;}

/*解决方案*/
.four_bg{background:url(../template/image/20190611/20190611161729_1218124637.jpg)no-repeat center bottom;width:100%;height:940px;}
.four_t{height: 80px; background:url(../template/image/20190611/20190611165651_1421437329.jpg)no-repeat left top; padding-top:34px;}
.four_t p{font-size:40px;font-weight:bold; color:#222;  float:left; }
.four_t span{color:#4bb033;}
.four_t a{display: block; float:right; color: #fff; font-size: 14px; line-height: 40px; float: right;width:94px;background-color:#2d9fff;text-align:center; margin-top:12px;}
.four_t a:hover{background:#4bb033;}
.four_b p{font-size:20px; color:#333;}
.four_b p t{font-size:30px; font-weight:bold; color:#4bb033;}
.four_b b{font-size:30px; color:#2d9fff;}
.four_b i{display: block; width:54px; height:4px; background:#2d9fff; margin-top:20px;}

#ys{margin-top: 30px; padding-bottom: 20px; position: relative;}
#ys .fx{width:600px; }
#ys .item{height: 72px; line-height:72px; background:#f5f5f5;margin-bottom:20px;width: 275px; float: left; margin:0 24px 20px 0;  text-align:center;   border-radius: 5px;}
#ys .item .box { width: 275px; margin: auto;  border-radius: 5px;}
#ys .fl .item .box .title a{font-size: 16px; color: #333; font-weight: bold; display: block;}
#ys .item .box.on .title a{color:#fff;}
#ys .item .box.on{background:#4bb033;}

#ys .item .bri{margin-top:15px;}
#ys .item .box.on .bri{color:#fff;}
#ys .item .box.on .title{color: #fff;}
#ys .center{float:right; width: 600px; height: 423px; position: relative;}
#ys .center div{position: absolute; top: 0; left: 0; visibility: hidden; opacity: 0;}
#ys .center div.on{visibility: visible; opacity: 1;}
#ys .center .trans img{width:600px; height:300px;}
#ys .center .box{display: inline-block; border-radius: 100%; width: 280px; height: 280px; background: rgba(255,255,255,.9); position: relative; z-index: 2;}

#ys .center .trans p{font-size: 20px; color: #333; line-height:50px; padding-top:6px;}
#ys .center .trans span{font-size:14px; line-height:24px;}




/*优势*/
.adv_bg{height:1870px;background:url(../template/image/20190611/20190611202525_1060082166.jpg)no-repeat center bottom;}
.adv_t{background:url(../template/image/20190611/20190611174731_119471785.jpg)no-repeat center top;    margin: 0 auto;height: 96px;text-align: center;padding-top: 40px;display: block;}
.adv_t {font-size:46px;font-weight:bold; color:#222;}
.adv_t span{color:#4bb033;font-weight:bold;}
.adv_w{width:550px; height:340px; position: relative;}
.nob{position: absolute; top:120px; width:66px; height:66px; line-height:66px; text-align:center; color:#fff; font-size:20px; font-weight:bold; left: -83px; background:url(../template/image/20190611/20190611180924_1915887949.png)no-repeat center;}
.adv_w2 .nob,.adv_w4 .nob{left:567px;}
.adv_ww p{font-size:38px; color:#333; font-weight:bold; padding-top:38px; }
.adv_ww p b{color:#4bb033;}
.adv_ww span{color:#999;display:block; padding-bottom:10px;}
.adv_ww t{display:block; padding-left:26px; background:url(../template/image/20190611/20190611195939_1252561638.jpg)no-repeat 4px 26px;}
.adv_ww em{display:block; line-height:28px;padding-top:15px; font-size:15px;}
.adv_ww i{font-size:20px; color:#4bb033; font-weight:bold;}

/*客户见证*/
.employer{margin-top:-240px;}
#eva_img_btn_l,#eva_img_btn_r{ width:20px; height:51px;cursor: pointer; position:absolute;top:120px;  }
#eva_img_btn_l{ background:url(../template/image/20190612/20190612162840_436759388.png) center no-repeat;left:-80px; width:20px;height:51px;}
#eva_img_btn_r{ background:url(../template/image/20190612/20190612162825_1765358465.png) center no-repeat; right:-80px;width:20px;height:51px;}

.employer .employer-single .employer-text>span{    color: #000;font-size: 18px;padding-top: 47px;display: block;padding-left: 23px;font-weight:bold;}

.employer_t{background:url(../template/image/20190610/20190610174046_556898962.jpg)no-repeat;width:342px;height:107px;    margin: 0 auto; text-align: center;line-height: 39px;}
.employer_t p{font-size: 30px;font-weight: bold;color: #222;padding-top: 34px;}
.employer_t span{color:#fff;font-size:14px;display:block;font-weight:normal;}

.employer {
  padding: 20px 0 40px; position: relative;
}
.employer_b{position: relative;}
.index-title1 {
    width: 456px;
  font-size: 32px;
  padding: 30px 0;
  color: #ff8dc1;
  text-indent: 2em;
  line-height: 60px;
    margin: 0 auto;
    background: url(../template/image/20190604/20181219142448_790956096.png) center left no-repeat;
}
.index-title1 span {
  width: 50px;
  height: 45px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 15px;
  background-position: 4px -215px;
}
.picScroll-left{position:relative; }
.picScroll-left .hd{ overflow:hidden; height:30px; left: 42%; position: absolute; bottom: 50px; }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:10px; margin-top:13px;  overflow:hidden; cursor:pointer; background:url("../template/image/20190604/20181219141401_687198194.png") 0 0 no-repeat;}
.picScroll-left .hd .next{ background-position:0 -50px;  }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.picScroll-left .hd ul li{ float:left; width:14px; height:14px; overflow:hidden; margin-right:12px; text-indent:-999px; cursor:pointer; background:url("../template/image/20190604/20181219141247_607987256.png") 0 -14px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd { height: 400px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin-right:15px; float:left; display:inline; overflow:hidden;   }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;}
.employer .picScroll-left { background-color: #fff;}
.employer .picList li { width: 600px; margin: 0 !important;}
.employer .picList .swiper-slide { width: 583px;}
.employer .employer-single .employer-text {
  position: relative;
  border: 1px solid #d8d8d8;
  margin-top: 40px;
  border-radius:10px;
}
.employer .employer-single .employer-text p {
  margin: 20px 20px 5px 25px;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
  zoom: 1;
}
.employer .employer-single .employer-text .triangle {
  width:0;
    height:0;
    border-width:12px 15px 0;
    border-style:solid;
    border-color:#d8d8d8 transparent transparent;
    margin:40px auto;
    position:absolute;
    bottom: -52px;
    left: 50px;
}
.employer .employer-single .employer-text .triangle span {
   display:block;
    width:0;
    height:0;
    border-width:12px 15px 0;
    border-style:solid;
    border-color:#fff transparent transparent;
    position:absolute;
    top:-13px;
    left:-15px;
}
.employer .employer-single .employer-img-name {
  margin-top: 20px;
}
.employer .employer-single .employer-img-name .employer-img {
    float: left;text-align:center;
    width:130px;
    border: 1px #ccc solid;
    border-radius: 100%;
    height:100px;
    padding-top: 30px
    
}
.employer .employer-single .employer-img-name .employer-name {
  float: left;
  width: 50%;
  text-align: right;
  margin-top: 30px;
  line-height: 20px;
}
.employer .index-ban-page1 .swiper-pagination-switch {
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  position: relative;
  top: -50px;
}
.employer .index-ban-page1 .swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #fff;
  border: 2px solid #ef5873;
}
.employer .index-ban-page1 .swiper-active-switch {
  background: #ef5873;
}





/*简介*/
.about_bg{background:url(../template/image/20190605/20190605200041_1247147793.jpg)no-repeat center;width:100%;height:792px;}
.about_t{width:100%;height:730px;background:#fff;display:block;-moz-box-shadow:1px 1px 10px #eee; -webkit-box-shadow:1px 1px 10px #eee; box-shadow:1px 1px 10px #eee;}
.abour_d{background:url(../template/image/20190605/20190605201203_124756571.jpg)no-repeat;width:343px;height:107px;margin:0 auto;    padding-top: 35px;
    text-align: center;
    line-height: 39px;}
.abour_d p{font-size: 30px;font-weight: bold;color: #222;}
.abour_d span{color:#fff;font-size:14px;}
.about_p{width: 952px;text-align: center;margin: 0 auto;line-height: 34px;font-size: 15px; padding-bottom:50px;}
.about_p a{font-size: 15px; }
.anli_bj { width:100%; margin:0 auto; background:#fff; height:606px;}

.anli_bt p{ color:#222; font-size:40px; font-weight:bold; line-height: 65px; padding-top: 15px;}
.about_m{text-align:center;}



/*新闻*/
.news { overflow:hidden;}
.news_row1 .news_row1_t{ font-size: 26px; font-weight: bold; line-height: 40px; color: #fff; padding: 54px 40px 30px; background:url(..//uploadfile/image/20190604/20190610171402_1144232732.jpg)no-repeat center; display: block; width: 130px; text-align: center; float: left; }



.news_box .bd li {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.news_box, .news_box .bd li {
    height: 210px;width:990px;
}

.news_row1 .news_row1_t i{display: block;margin-bottom: 15px;}

.news_row1 .news_row1_t .font_en{ font-size: 14px; line-height: 30px; display: block; font-weight: 100; }
.news_row1 .news_div {float: right; width: 990px; height: 210px; }
.news_row1 .news_div_item { position: relative; height: 210px; width: 100%; }
.news_row1 .news_div_item .news_div_item_date { display: block; width: 160px; position: absolute; bottom: 30px; padding: 25px; text-align: center; line-height: 30px; height: 30px; left: -210px;display: none;}
.news_row1 { width: 100%; height: 210px; position: relative; margin-top: 48px;}
.news_row1 .news_div_item .news_div_item_date > div { display: inline-block; color: #fff; font-size: 24px; font-family: arial; font-weight: bold; line-height: 30px; }
.news_row1 .news_div_item .news_div_item_date > div.news_div_item_year { display: block; font-size: 16px; position: absolute; bottom: 0; width: 100%; text-align: center; left: 0; font-weight: 100; line-height: 20px; }
.news_row1 .news_div_item_content {float: right; width: 485px; padding: 40px; background: #333; height: 130px; position: relative; }
.news_row1 .news_div_item_a:after {content: 'More'; font-family: arial; font-size: 14px; font-weight: 100; position: absolute; bottom: 40px; color: #fff;padding: 0 22px; line-height: 29px; left: 40px; background: #333 url(../template/image/20190612/20190612162959_758272077.png) no-repeat 120px center; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;border: 1px #2d9fff solid;border-radius: 50px; }
.news_row1 .news_div_item:hover .news_div_item_a:after{ background-position: 80px center; padding: 0 55px 0 25px; }
.news_row1 .news_div_item_body { color: #fff; font-size: 14px; line-height: 25px; display: block; height: 50px; color:#999;}
.news_row1 .news_div_item_a { display: block; line-height: 25px; color: #fff; font-size: 16px; padding-bottom: 15px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news_row1 .news_div_item_pic { float: left; width: 425px; height: 210px; overflow: hidden; position: relative; }
.news_row1 .news_div_item_pic a, .news_row1 .news_div_item_pic a img { display: block; width: 100%; }
.news_row1 .news_div_item_pic a img { position: absolute; bottom: 0; left: 0; }
.news_row2 .divdgweb_new_div, .news_row2 .news_div { padding: 25px 20px; height: 250px; font-weight: normal; width: 560px; float: left; background: #fff; }

.news_ww2 .news_div_item:nth-child(1){display: none;}
.news_ww3 .news_div_item:nth-child(1){display: none;}
.news_ww3 .news_div_item:nth-child(2){display: none;}

.news_row2 .divdgweb_new_div, .news_row2 .news_div { padding: 25px 20px; height: 250px; font-weight: normal; width: 560px; float: left; background: #fff; }
.news_row2 .news_div_item, .news_row2 .divdgweb_new_div_item { position: relative; padding: 6px 0; height: 40px; overflow: hidden; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; border-bottom: 1px solid #f5f5f5; }
.news_row2 .news_div_item:nth-last-child(1), .news_row2 .divdgweb_new_div_item:nth-last-child(1){ border-bottom: 0 none !important; }
.news_row2 .divdgweb_new_div_item_date, .news_row2 .news_div_item_date { position: absolute; right: 20px; top: 17px; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .divdgweb_new_div_item_date > div, .news_row2 .news_div_item_date > div{ display: inline-block; color: #787878; font-size: 12px; font-family: 'arial'; }
.news_row2 .news_div_item_title, .news_row2 .divdgweb_new_div_item_title{ position: relative; }

.news_row2 .news_div_item_year:after, .news_row2 .news_div_item_year::after, .news_row2 .divdgweb_new_div_item_year:after, .news_row2 .divdgweb_new_div_item_year::after{ content: '-'; }
.news_row2 .on .news_div_item_year:after, .news_row2 .on .divdgweb_new_div_item_year:after,{ content: ''; }
.news_row2 .news_div_item_title:after, .news_row2 .divdgweb_new_div_item_title:after{ content: ''; background: #2d9fff; width: 4px; height: 4px; position: absolute; left: 22px; top: 19px; }
.news_row2 .on .news_div_item_title:after, .news_row2 .on .divdgweb_new_div_item_title:after{ content: ''; display: none; }
.news_row2 .news_div_item_title .news_div_item_a, .news_row2 .divdgweb_new_div_item_title .divdgweb_new_div_item_a { font-size: 15px; color: #666; padding-left: 45px; display: block; line-height: 40px; width: 425px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .news_div_item_pic, .news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body{ -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .news_div_item_pic{ display: none; }
.news_row2 .news_div_item.on, .news_row2 .divdgweb_new_div_item.on { height: 90px; padding: 0px 0 10px 0; }
.news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body { line-height: 24px; color: #666; font-size: 13px; width: 520px; text-align: justify; position: absolute; right: 20px; top: 60px; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; }

.news_row2 .on .news_div_item_body, .news_row2 .on .divdgweb_new_div_item_body{ top: 40px}

.news_row2 .on .divdgweb_new_div_item_date, .news_row2 .on .news_div_item_date { top: 23px; right: 303px; display: none; }
.news_row2 .on .news_div_item_title .news_div_item_a, .news_row2 .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a { position: absolute; left: 0; top: 0px; width: 335px; color: #333; padding-left: 20px; font-size: 16px; }
.news_row2 .on .divdgweb_new_div_item_date > div, .news_row2 .on .news_div_item_date > div { font-weight: bold; color: #2d9fff; font-size: 24px; line-height: 30px; }
.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year, .news_row2 .on .news_div_item_date > .news_div_item_year{ font-size: 12px; display: block; font-weight: 100; line-height: 20px; text-indent: 1px; }
.news_row2 .on .news_div_item_date > .news_div_item_year:after,.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year:after{ content: ''; }


.news_row2 .news_cont_t{ display: block; }
.news_row2 .news_cont_t a { display: block; padding-left:65px; line-height: 70px; font-size: 20px; font-weight: bold; color: #2d9fff;}
.news_row2 .news_cont_t a .en{ font-size: 14px;color: #999; text-transform: capitalize;font-family: Arial, Helvetica, sans-serif;margin-left: 8px;font-weight: normal;}
.news_row2 .news_cont { float: left; width: 600px; }
.news_row2 .news_cont1 .news_cont_t a { background: #f9f9f9 url(../template/image/20190612/20190612162928_1040513583.png) no-repeat 20px center; }
.news_row2 .news_cont2 .news_cont_t a{ background:#f9f9f9 url(../template/image/20190612/20190612162945_273565771.png) no-repeat 20px center; }





.footer { width:100%; margin:auto; background:url(../template/image/20190612/20190612102548_340131935.jpg) center; height:413px; overflow:hidden;}
.footer_nor { margin-top:70px; overflow:hidden;position:relative;height:260px;}
.footer_nor li { float:left; width:130px; padding-left:60px; height:224px; background:url(../template/image/20190604/20181217144206_50043133.png) left no-repeat; overflow:hidden;}
.footer_nor li span { display:block; color:#fff; font-size:18px; margin-bottom:44px;}
.footer_nor li.julis { padding-left:0px; background:none;}
.footer_nor li a { color:#999; display:block; margin-bottom:18px;}
.footer_nor li a:hover{color:#fff;}

.footer_nor dl { width:280px; float:right; text-align:center;}
.footer_nor dl dt span { display:block; color:#fff;}
.footer_nor dl dt strong { display:block; color:#fff; font-size:24px;}
.footer_nor dl dd { margin-top:30px;}
.footer_dibu .fl{color:#999 !important;}
.footer_dibu { height: 60px;line-height: 60px; color: #999;margin-top: 25px;font-size: 13px;}
.footer_dibu a {color:#999;  font-size:13px;}
.footer_dibu strong { display:block; color:#fff; padding-right:30px;}
.footer_dibu strong a { color:#fff; font-weight: normal;}

.linkTagcs li { background:none !important; padding-right:0px !important; padding-left: 0px !important; float:left; height:16px !important; margin-bottom:18px !important; line-height:auto !important; line-height: 17px !important;}
.linkTagcs li a { color:#999 !important;}






/*内页banner*/
.jianjie{ width:100%; min-width:1200px; height:350px; background:url(../template/image/20190611/20190611212218_1854426067.jpg) center; overflow:hidden;}
.banner_prod{ width:100%; min-width:1200px; height:420px; background:url(../template/image/20191019/20191019182313_1262785665.jpg) center; overflow:hidden;}
.xinwen{ width:100%; min-width:1200px; height:350px; background:url(../template/image/20190612/20190612090453_2032589898.jpg) center; overflow:hidden;}
.lianxi{ width:100%; min-width:1200px; height:350px; background:url(../template/image/20191019/20191019182313_1262785665.jpg) center; overflow:hidden;}
.jiejue{ width:100%; min-width:1200px; height:350px; background:url(http://dgantai.n.zyqxt.com/uploadfile/image/20190611/20190611114349_1339456122.jpg) center; overflow:hidden;}
.banner_Release{width:100%; min-width:1200px; height:350px; background:url(../template/image/20190806/20190806164747_19196600.jpg) center; overflow:hidden;}

.miaoshu_head{width:90 line-height:20px; margin-top:8px;_margin-top:8px;margin-bottom:8px;_margin-bottom:8px;}

/*小导航*/
.strong_title{display:none;}
.mianbxContent{padding-bottom:15px; width:1200px !important; text-indent:2.5em; padding-top:0px; text-align:left !important; height:19px !important; background:url(../template/image/20190604/20190524200932_46579379.png) no-repeat left 0px;border-bottom:1px solid #cdcdcd; margin-bottom: 20px !important;position: relative; margin-top: 5px !important;}
#bodycontent{line-height:220% !important;}

.mianbxContent::after {
    content: '';
    position: absolute;
    display: block;
    height: 29px;
    width: 130px;
    top: 0;
    right: 0;
}




/*内页简介*/
.txt{width:1200px; margin:0 auto; min-width:1200px; overflow:hidden;    margin-top: 10px;} 
.txt_d{width:1200px; overflow:hidden;}
.txt_d1{overflow:hidden; margin-bottom:20px;width:1200px; font-size:15px; line-height:32px;}
.txt_d1 strong{color:#de0000;}
.txt_d2{width:1200px; height:350px; overflow:hidden; padding:20px; border:solid 3px #ddd;}
.txt_d2 span{display:block; width:1158px; height:300px; overflow:hidden;}
.txt_d2 img{margin-top:0px; width:100%;transition: all 2s linear;}
.txt_d2:hover img{margin-top:-645px;     transition: all 2s linear;}


.gshjd1_bt{ font-size:25px; font-weight: bold; color:#2d9fff;background:#f2f2f2;text-align:center;line-height:60px;    margin-top: 30px;}


#corporate1_tp{
	margin-left:15px;

	width:1145px;
	float: left;
}

#corporate1_ltp{ 
	margin-top:72px;
}
#corporate1_rtp{
	margin-top: 72px;
}
.anli_bj { width:100%; margin:0 auto; background:#fff; height:511px;}

.anli_bt p{ color:#222; font-size:40px; font-weight:bold; line-height: 65px; padding-top: 15px;}

.case_row2{ position: relative; margin-top: 15px; }
.case_row2 ul{ width:750px;position: relative; margin: 0 auto; height:450px; }
.case_row2 ul li { width:600px; height:450px; overflow:hidden; margin:0 auto; }
.case_row2 ul li a{ display:block; }
.case_row2 ul li a img{ width:100%}
.case_row2 ul li span{ background:rgba(0,0,0,0.65); display:block; text-align:center; width:100%; height:54px; line-height:54px; position:absolute;bottom:0;left:0;}
.case_row2 ul li span a{ font-size:14px; color:#fff; text-decoration:none; transition:0.3s all ease-in-out}
.case_row2 ul li span a:hover{ font-size:16px; }
.roundabout-in-focus { box-shadow: 0 0 1px 0 #ccc; }
.C_btnNext, .C_btnPrev { width: 35px; height: 82px; padding: 5px; background: url(../template/image/20190612/20190612163126_643656644.png) no-repeat; position: absolute; top: 174px; cursor: pointer; }
.C_btnNext { left: 0; }
.C_btnPrev { right: 0; background-position: -36px 0px; }
span.anli_top { margin-top: 86px; }  
p.anli_biaoti { margin-bottom: 60px;}

/*.news_con2{ background:#f5fafe; width:730px; margin:0 auto;display:inline-block;padding:6px 0 25px 5px;}*/
.dl_42{ height:155px;}
.dl_42 dt{width:160px; float:left;}
.dl_42 dt a{width:160px;display:block;border:1px solid #ddd;}
.dl_42 dt a:hover {border:1px solid #0154a4;}/*图片边框,点击时的状态*/
.dl_42 dt img{display:block;width:160px; height:123px;}
.dl_42 dd{ padding-left:40px; float:left; width:670px; line-height:24px; height:123px; overflow:hidden; color:#666;}
.dl_42 dd h4{ font-size:14px;  padding-bottom:5px; height:24px; line-height:24px; overflow:hidden;}
.dl_42 dd h4 a{color:#333333;}
.dl_42 dd a.ckgd{display: block;width: 100px;height: 35px;line-height: 35px;text-align: center;background: #0154a4;color: #fff;text-decoration: none;margin-top: 20px;}
.dl_42 dd p{height:100px;font-size:14px; color:#666666;}
.dl_42 dd p span{font-size:14px; color:#999;}


.zixun ul li {line-height:35px;background:url('../images/dian.png') no-repeat left center;padding-left:17px;border-bottom:1px dashed #CCCCCC;color:#666666;}
.zixun ul li em {color:#666666; font-style:normal;}
.zixun ul li a:link,.zixun ul li a:visited {color:#666666;font-size:14px;}
.zixun ul li a:hover,.zixun ul li a:active {color:#333;font-size:14px; text-decoration:none;}

.news_text dl {font-size:13px;color:#666666;padding:0px 0px;line-height:22px;border-bottom: 1px #ccc dashed;margin-bottom:15px;}
.news_text dl dt {margin-bottom:3px;}
.news_text dl dt p{width:100%;float:left;}
.news_text dl dt span{width:100%;float:left;display:inline-block;text-indent:10px;color:#929292;font-size:12px;padding-top: 8px;}
.news_text dl dt a:link,.news_text dl dt a:visited  {color:#5a5a5a;font-size:15px;text-decoration:none;font-weight:bold;}
.news_text dl dt a:hover,.news_text dl dt a:active  {color:#0154a4;font-size:15px;text-decoration:none;font-weight:bold;}
.news_text dl .dt_1 {height:20px;padding-left:10px;display:block;float:left;text-decoration:underline;}
.news_text dl .dt_1:hover {}
.news_text dl .dt_2 {font-size:13px;color:#555555;margin:0 20px;}
.news_text dl dd {font-size:12px;color:#888888;padding:0px 10px 0px 10px;overflow:hidden;margin-bottom:5px;}

.piclist {width:110%;}
.piclist li{ overflow:hidden; float:left;list-style:none;margin-right:22px; margin-bottom:20px;}
.piclist li div{ overflow:hidden;}
.piclist li img{transition: all 0.6s;}
.piclist li img:hover{transform: scale(1.2); /* 放大1.2倍 */}
.piclist li .show-name {
	position: relative;
	z-index: 2;
	display: block;
	padding: 15px 0 20px 0;
	width:100%;
	text-align:center;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	background: #fcfbfa;
	transition: all .4s;
	overflow:hidden;
}
.piclist li:hover .show-name {
	color: #e77843;
	background: #fff;
}
.piclist li .show-name:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 2px;
	background-color: #0154a4;
	transition: all .4s;
}
.piclist li:hover .show-name:after {
	content: "";
	width: 100%;
}

.piclist span{display:block;font-size:14px; color:#333; background-color:#FCFBFA; line-height:40px; text-align:center; overflow:hidden;}

.jzbox { width:110%; height:446px;}
.jzbox dl{ overflow:hidden; float:left; text-align:center; width:420px; margin-right:30px; border:1px solid #eeeeee; background-color:#fff; margin-bottom:20px;}
.jzbox dl:hover{box-shadow:#ccc 1px 1px 10px 1px ;}
.jzbox dd{text-align:left; padding:25px;}
.jzbox dd h4{ font-size:16px; line-height:30px; height:30px; display:block;}
.jzbox dd h4 a{color:#333}
.jzbox dd p{ font-size:14px; color:#333; line-height:24px; overflow:hidden; padding:12px 0 0 0;}


.xglist { width:110%;}
.xglist dl{float:left; text-align:center; width:270px; margin-right:42px; margin-bottom:20px; margin-top:20px;}
.xglist dt{overflow:hidden; float:left; text-align:center; margin-right:30px; border:1px solid #eeeeee; background-color:#fff;}
.xglist dt img{width:260px;height:260px;transition: all 0.6s;}
.xglist dt img:hover{transform: scale(1.2); /* 放大1.2倍 */}
.xglist dt:hover{box-shadow:#ccc 1px 1px 10px 1px ;}
.xglist dd a{text-align:center; font-size:14px; line-height:46px; display:block;}
.xglist dd a:hover{color:#333; text-decoration:none;}

.tuijian{background:#0069cf; width:80px; height:24px; line-height:24px; color:#fff; display:block; text-align:center; font-family:微软雅黑;}
.xiangxi{background:#0069cf; width:80px; height:24px; line-height:24px; color:#fff; float:left; text-align:center; font-family:微软雅黑;}


/*留言栏目*/
.msgtitle{display:block;padding-bottom:5px;font-size:14px;font-weight:bold;}
.message_block{color:#666;}
.message_block p{padding:12px;}
.msg_input{width:400px;border:1px solid #e0e0e0;padding:8px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.msg_input_on{width:400px;border:1px solid #8cd1ff;background:#f1f9ff;padding:8px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}
.message_labes{font-size:14px;}
.message_title{height:34px;line-height:34px;background:#f6f9fb;padding:0 12px;}
.message_title h2{color:#376b88;font-size:14px;float:left;}
.message_title span{float:right;font-weight:bold;color:#999;}
.message_info{color:#8ea6b6;text-align:right;}
.message_replay{background:#f5f5f5;padding:0 12px;}
.msg_btn_area{margin:16px 0;text-align:right;}
.msg_btn_area a{display:inline-block;padding:5px 15px;background:#09F;color:#fff;text-align:center;font-family:"宋体";font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;}
.msg_btn_area a:hover{text-decoration:none;background:#F60}
.msgflag{margin-left:4px;font-size:12px;color:#900;}


/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}



/* 右侧按钮 */
.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;-webkit-transition:all 0.5s;transition:all 0.5s;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidebox1{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);-webkit-transition:all 0.3s;transition:all 0.3s;}
.side ul li .sidetop:hover{background:#0085ef;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
.side ul li .sidebox_ewm{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul .sidebox_ewmbox:hover{width:54px;height:210px !important;}
.side ul .sidebox_ewmbox p{-webkit-transition:all 0.5s;transition:all 0.5s; left:5px; top:0px;}
.side ul .sidebox_ewmbox:hover p{display: block; position: relative; left:5px; top: 0px;-webkit-transition:all 0.5s;transition:all 0.5s;}
.side ul .sidebox_ewmbox img{margin-left:0px;-webkit-transition:all 0.5s;transition:all 0.5s;}



.footer_nor dl dd img{width:120px;}


#newBridge .icon-right-center{top:20% !important;}

.biaoti{
	margin:20px 10px;
	text-align:center;
	font-size:24px;
	border-bottom:1px dashed #CCCCCC;
}
.biaoti span{
	font-size:14px; display:block; padding:10px;
}
.intro{
	padding:20px 10px;
	line-height:24px;
	text-align:left;
	font-size:14px;
}