@charset "utf-8";

.fullwidthbanner-container{ width:100% !important;position:relative;padding:0;/*height:450px*/;overflow:hidden;}
.fullwidthbanner-container .fullwidthabnner	{width:100% !important;height:680px;position:relative;}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .banner, .bannercontainer{width:768px; height:309px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner, .bannercontainer{width:480px; height:193px;}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner, .bannercontainer{width:320px;height:129px;}
}
@media only screen and (max-width: 319px) {
    .banner, .bannercontainer{width:240px;height:97px;}
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color:#e1472f !important;
}
/** BULLETS **/

.tp-leftarrow.large { z-index: 100;cursor: pointer;position: relative;background: #525558 url(../images/slider-left-arrow.png) no-Repeat;width: 42px;height: 43px;margin-left: 0px;margin-top: -21px;-webkit-transition: background 0.1s linear;-moz-transition: color, background 0.1s linear;-o-transition: color, background 0.1s linear;transition: color, background 0.1s linear;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
    /*
    **打开注释，按钮变成圆形的
    border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
    -moz-border-radius: 20px;  Mozilla浏览器的私有属性
    -webkit-border-radius: 20px;  Webkit浏览器的私有属性
    border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
    */
}

.tp-rightarrow.large {  z-index: 100;cursor: pointer;position: relative;background: #515355 url(../images/slider-right-arrow.png) no-Repeat 0 0;width: 42px;height: 43px;margin-left: 0;margin-top: -21px;-webkit-transition: background 0.1s linear;-moz-transition: color, background 0.1s linear;-o-transition: color, background 0.1s linear;transition: color, background 0.1s linear;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
    /*
    **打开注释，按钮变成圆形的
    border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
    -moz-border-radius: 20px;  Mozilla浏览器的私有属性
    -webkit-border-radius: 20px;  Webkit浏览器的私有属性
    border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
    */
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {

    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.ad_txt{display: -webkit-flex;display: flex;}
.ad_txt li{float: left; width:300px;}
.ad_txt li span{position:relative; transition: all .5s; border: 1px solid #dbdbdb; height: 170px; width: 100%;display: inline-block; vertical-align: middle; text-align: center;overflow: hidden; }
.ad_txt li span img{position: absolute;margin: auto;top: -9999px;right: -9999px;bottom: -9999px;left: -9999px;}

.hsub_nav{ float: left;}
.subnav>li>a{ display: inline-block; width: 100%; position: relative; z-index:9;transition: all .5s; line-height: 55px; font-size: 15px; color: #000000; text-align: center; background-color: #ffffff;}
.subnav>li>a:hover,.subnav>li>a.active{ background-color: #1d1e72; color: #ffffff;}
.subnav li a:after{ transition: all 0.5s; content: ""; display: block; height: 2px; width: 0; background-color: #1d1e72; color: #fff; position: absolute; left: 50%; margin-left: 0px; bottom: 0px; }
.subnav  li a:hover:after{ width: 100%;  margin-left: -50%}

.hlist_pro,.hlist_prosech{ float: right;}
.hlist_protit{ display: inline-block; float: left; margin-left: 20px;}
.hlist_protit>h3{ font-size: 28px; font-weight: bold; color: #1d1e72; text-transform: Uppercase; margin-top: 12px; line-height: 100%;}
.hlist_protit>h2{ font-size: 18px; font-weight: bold; color: #000000; line-height: 30px;}
.hlist_protit>h4{ font-size: 18px; font-weight: bold; color: #000000; line-height: 30px;}
.hlist_prosech{}
.hlist_prosech input[type="text"]{ float:left;padding: 0; padding-left: 18px; width: 352px; line-height: 46px; height: 46px; border: 1px solid #d4d4d4; border-right: 0;  margin: 0;background-color: #f5f5f5; font-size: 14px; color: #777777;}
.hlist_prosech input[type="submit"]{  text-indent: -999px; border: 0; width: 48px; height: 48px; background: url("../images/btn_search.png") #1d1e72 no-repeat center center; margin: 0; padding: 0;}

.list_pro{ }
.list_pro>li{display:inline-block; text-align: center; }
.list_pro>li>a{ display:inline-block; width: 280px; height: 215px; position: relative; z-index: 10; overflow: hidden; background-color: #ffffff; margin-left: 15px; margin-top:10px; margin-bottom:10px;transition: all 0.5s}
.list_pro>li>a>span{display: inline-block;width: 285px; height: 215px;transition: all 0.5s }
.list_pro>li>a>span img{ max-width: 100%; transition: all 0.5s }
.list_pro li a:hover img{ transform: scale(1.05,1.05); }
.list_pro>li>a .cover{ position: absolute; bottom: -215px; width: 280px; height: 215px; background-color: rgba(0,0,0,0.8);display:table;transition: all 0.5s}
.list_pro>li>a .cover p{vertical-align:middle;display:table-cell; font-size: 14px; color: #fff; line-height: 24px;}
.list_pro li a:hover .cover{ bottom:0px;}


.tit_server>h2{ font-size: 30px; line-height: 50px; color: #666666;}
.tit_server>h4{ font-size: 30px; line-height: 50px; color: #666666;}
.tit_server>p{ font-size: 14px; color: #666666; line-height: 35px;}

.hser_list{ width: 350px; display: inline-block; text-align: center; padding: 20px 15px; cursor: pointer;}
.hser_list>span{display: inline-block;width: 350px; height: 80px;transition: all 0.5s}
.hser_list>span img{ max-width: 100%; transition: all 0.5s }
.hser_list:hover img{ transform: scale(1.05,1.05); }
.hser_list>h6{ font-size: 14px; color: #999999; text-transform: uppercase; line-height: 50px;}
.hser_list>h4{ font-size: 16px; color: #000000; line-height: 40px;}
.hser_list>p{ font-size: 14px; color: #666666; line-height: 24px; margin-top: 13px;}
/*.hser_list:hover{ background-color: rgba(216,36,36,0.6);}*/
/*.hser_list:hover h4,.hser_list:hover h6,.hser_list:hover p{ color: #fff;}*/

.list_honor{ width: 1216px; margin: 0 auto; display: inline-block; text-align: center;}
.list_proimg{ width:296px; height: 225px; background-color: #fff; display: inline-block; margin:2px; float: left; }
.list_proimg>a{ display: inline-block;width:296px; height: 225px;transition: all 0.5s; overflow:hidden;}
.list_proimg>a span{display: inline-block;width:296px;vertical-align: middle; height: 225px; overflow:hidden;transition: all 0.5s}
.list_proimg>a span img{max-width: 100%; transition: all 0.5s}
.list_proimg>a:hover img{transform: scale(1.05,1.05); vertical-align: middle;}



.tab {width:1200px;}
.tab-title {width:512px; margin:0 auto;overflow: hidden;}
.tab-title .item {display: inline-block;width:106px;height:30px;line-height:30px;text-align: center;color: #ffffff;font-size: 14px; background-color:#167fca; margin:10px; border-radius: 10px; float:left;border: 1px solid #dddddd;}

.tab-title .item-cur {color: #fff;background-color: #1d1e72;}
.tab-cont{position: relative; width:1200px;overflow: hidden;}
.tabconth{height:506px;}
.tabnewconth{height:506px;}
.tab-cont_wrap {position: absolute;}
.tab-cont .item,.tab_newcont .item {width:1200px;text-align: center;color: #fff;}
.tab-cont .item{height:506px; }
.tab_newcont .item{ height: 506px;}
.lanren{width:1206px;height:506px;}
.lanren li{width:590px;height:213px;list-style:none;position:relative; overflow:hidden; margin-top: 20px; margin-bottom: 20px;margin-right: 13px; }
.lanren li .a1{ display: inline-block;width:284px;height:213px; float: left;}
.lanren li .a1 img{width:284px;height:213px;transition: all 0.5s;}


.lanren li .a2{ width: 290px; float: right; text-align: left;}
.lanren li .a2 h2{ font-size: 16px; color: #0d7cca;overflow: hidden;white-space: nowrap; line-height:30px; margin-top:18px;text-overflow: ellipsis; }
.lanren li .a2 span{ display: inline-block; width: 100%; transition: all 0.5s; position: relative; z-index: 11; font-size: 13px; color: #999999; line-height: 20px; padding-bottom: 17px; border-bottom: 1px solid #999999;}
.lanren li .a2 span i{ display: inline-block; width: 33px;transition: all 0.5s; height: 6px; position: absolute; bottom: -3px; background-color: #0d7cca; z-index: 12;}
.lanren li .a2:hover i{ width: 100%;}
.lanren li .a2 p{ font-size: 14px; margin-top: 20px; color: #666666; line-height: 2em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.lanren li a:hover img{transform: scale(1.05,1.05);}
.lanren li:hover a img{transform: scale(1.05,1.05);}
.lanren li:hover a span i{ width: 100%}




.case .title-list{position:relative;top:6px;width:290px;}
.case .title-list li{width:100%;line-height:42px;text-align:center;float:left;display:inline;}
.case .title-list li.on{color:#ff6600;font-weight:bold;}
 
.product-wrap{ width: 980px; float: right; }
.product{height:568px;position:relative;overflow:hidden;display:none; width: 980px;}
.product ul{position:absolute;top:0px;}
.product-wrap .show{display:block;}
 

.list_pro{ }
.list_pro>li{display:inline-block; text-align: center; vertical-align: bottom;}
.list_pro>li>a{ display:block; width: 225px; height: 249px; position: relative; z-index: 10; overflow: hidden; background-color: #ffffff; margin-left: 15px; margin-top:10px; margin-bottom:10px;transition: all 0.5s}
.list_pro>li>a>span{display: inline-block;width: 225px; height: 215px;transition: all 0.5s;display: flex;align-items: center;justify-content: center; }
.list_pro>li>a>span img{ max-width: 100%; transition: all 0.5s;}
.list_pro>li>a>p{background: #1d1e72;line-height: 32px;font-size: 16px;color: #fff;padding:0 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list_pro li a:hover img{ transform: scale(1.05,1.05); }
.list_pro>li>a .cover{ position: absolute; bottom: -215px; width: 225px; height: 215px; background-color: rgba(3, 3, 84, 0.81);;display:table;transition: all 0.5s}
.list_pro>li>a .cover p{vertical-align:middle;display:table-cell; font-size: 16px; color: #fff; line-height: 40px;}
.list_pro li a:hover .cover{ bottom:0px;}



.info-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}


.info-container-list {
    
    padding: 42px 0;
	padding: 42px 80px;
    width:1200px;
	margin:0 auto;
}

.info-listItem {
    width: 540px;
    margin: 0 26px 0 32px;
    float: left;
	margin-top:35px
}

.info-listItem-title {
     font-size: 20px;
    font-weight: normal;
    color: #fff;
    padding: 5px;
}

.info-more {
    width: 100px;
    height: 36px;
    display: block;
    line-height: 36px;
    border: 1px solid #E4E4E4;
    text-align: center;
    transition: all .1s;
	    background: #fff
}

.info-more:hover {
    background: #1d1e72;
    border-color: #1d1e72;
    color: #fff;
}

.info-listItem-list {
    margin-bottom: 10px;
	border: 1px solid #e5e5e5;
    border-top: 2px solid #1d1e72;

    line-height: 24px;
    padding: 20px;
	    background: #fff
}

.info-listItem-list ul {
    height: 180px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}



.info-listItem-list ul a span {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    bottom: 10px;
    font-size: 15px;
    padding: 0 24px;
    line-height: 1.5;
    height: 44px;
    overflow: hidden;
    transition: all .2s;
}

.info-listItem-list li {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-listItem-list li a {
    font-size: 16px;
    color: rgb(33, 33, 33);
}

.info-listItem-list li a:hover {
    color: #0a4ead;
}

.info-listItem-list ul a:hover img {
    transform: scale(1.05);
}
.time1 { float: right} 

.info-listItem-title span{
    letter-spacing: 1px;
    background: #1d1e72;
    padding: 8px;
    font-size: 18px;
    margin-left: -5px;}


