@charset "utf-8";

BODY {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

DL {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

DT {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

DD {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

UL {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

OL {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

LI {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

TH {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

TR {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

TD {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

P {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

FORM {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

IMG {
    BORDER-RIGHT-WIDTH: 0px;
    BORDER-TOP-WIDTH: 0px;
    BORDER-BOTTOM-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
}

UL {
    LIST-STYLE-TYPE: none;
}

LI {
    LIST-STYLE-TYPE: none;
}

/*全局css*/
.clear {
    CLEAR: both;
}

.center {
    text-align: center;
}

.red {
    color: #ff6a00;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.grey {
    color: #666;
}

.marginleft { text-indent: 40px;}

.h5px {
    height: 5px;
    width: 100%;
    clear: both;
}

.h60px {
    height: 60px;
    width: 100%;
    clear: both;
}

.h10px {
    height: 10px;
    width: 100%;
    clear: both;
}

.h20px {
    height: 20px;
    width: 100%;
    clear: both;
}

.h30px {
    height: 30px;
    width: 100%;
    clear: both;
}

.h40px {
    height: 40px;
    width: 100%;
    clear: both;
}

.h50px {
    height: 50px;
    width: 100%;
    clear: both;
}

BODY {
    font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
    font-weight: 400;
    COLOR: #000;
    line-height: 30px;
    background: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

A {
    COLOR: #000;
    TEXT-DECORATION: none;
}

A:hover {
    COLOR: #2189ff;
    TEXT-DECORATION: none;
}

/*头部css*/
.header {
    width: 1440px;
    height: 100px;
    margin: 0 auto;
    background: #fff;
}





/*搜索css*/
form {
    margin: 0;
}

.searchform {
    width: 370px;
    height: 40px;
    border: 1px solid #bfbfbf;
}

.searchform #SearchStr {
    float: left;
    padding: 0;
    padding-left:15px;
    box-sizing: border-box;
    border: 0;
    width: 290px;
    height: 40px;
    line-height: 40px;
    background: none;
    font-size: 16px;
    font-weight: normal;
}

.searchform #SearchStr:focus {
    border: 2px solid #2189ff; border-radius: 2px;
}

.searchform #button {
    float: right;
    width: 70px;
    height: 40px;
    margin: 0 auto;
}




/*主导航css*/




.nav {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-indent: 0px;
}

.navright { width: 250px; font-size: 18px; line-height: 100px; height: 100px; display: flex;
    justify-content: space-between;
    align-items: center;}
.navright a{display:inline-block;font-size: 18px; line-height: 100px;}

.topsearch {width: 50px; background: url(topsearch.png) center center no-repeat;}

.ge {
    width: 100%;
    height: 1px;
    background: #d2d2d2;
}

.line {
    width: 100%;
    height: 5px;
    border-bottom: 4px dotted #f0f0f0;
    box-sizing: border-box;
}


.menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100px;
    list-style-type: none;
    width: 1000px;
    text-decoration: none;
    line-height: 100px;
    z-index: 2;
    overflow:visible;
    text-align: center;
    
}



.menu a {
    display: block;
    width: 100px;
    height: 100px; 
    font-size: 18px;
    line-height: 100px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.menu a:visited {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.menu a:hover {
    color: #2189ff;
    font-size: 18px;
    font-weight: bold;
}

.menu li {
    width: 100px;
    LINE-height: 100px;
    HEIGHT: 100px;
    margin-left: 0px;
    position: relative;
}

.menu li a {
    display: block;
    width: 100px;
    height: 100px;
    
    font-size: 18px;
    line-height: 100px;
    font-weight: bold;
    color: #000000;
    background: none;
}

.menu li a:visited {
    color: #000000;
    width: 100px;
    
    font-size: 18px;
    font-weight: bold;
    background: none;
}

.menu li a:hover {
    color: #2189ff;
    font-size: 18px;
    font-weight: bold;
}


.menu li.on a {
    display: block;
    width: 100px;
    height: 100px;
    
    font-size: 18px;
    line-height: 100px;
    font-weight: bold;
    color: #2189ff;
}

.menu li.on a:visited {
    
    color: #2189ff;
    width: 100px;
    
    font-size: 18px;
    font-weight: bold;
}

.menu li.on a:hover {
    color: #2189ff;
    font-size: 18px;
    font-weight: bold;
}

.menu li.sfhover a {
    display: block;
    width: 100px;
    height: 100px;
    
    font-size: 18px;
    line-height: 100px;
    font-weight: bold;
    color: #2189ff;
}

.menu li.sfhover a:visited {
    
    color: #2189ff;
    width: 100px;
    
    font-size: 18px;
    font-weight: bold;
}

.menu li.sfhover a:hover {
    color: #2189ff;
    font-size: 18px;
    font-weight: bold;
}

.menu li ul {
    display: none;
    text-indent: 0px;
    list-style-type: none;
    text-align: center;
    left: -25px;
    z-index: 4;
    top: 100px;
    width: 150px;
    position: absolute;
    color: #000;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 15px 0px #ccc;
    padding: 10px 0;
}

.menu li ul a {
    display: block;
    color: #000;
    text-decoration: none;
    width: 150px;
    text-align: center;
    height: 40px;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    line-height: 40px;
    
    background: none;
}

.menu li ul a:visited {
    color: #000;
    text-decoration: none;
    text-align: center;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
}

.menu li ul a:hover {
    color: #2189ff;
    text-decoration: none;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    background: none;
}

.menu li ul li {
    float: left;
    width: 150px;
    height: 40px;
}

.menu li:hover ul {
    display: block;
}

.menu li.sfhover ul {
    display: block;
}

.menu .on ul {
    display: none;
}

.menu li.sfhover a {
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #2189ff;
    background: none;
    font-weight: bold;
}

.menu li.sfhover a:visited {
    color: #2189ff;
    background: none;
    font-weight: bold;
}

.menu li.sfhover a:hover {
    color: #2189ff;
    background: none;
    font-weight: bold;
}

.menu li.on ul a {
    color: #000;
    text-decoration: none;
    width: 150px;
    text-align: center;
    height: 40px;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    line-height: 40px;
    
    background: none;
}

.menu li.on ul a:visited {
    color: #000;
    text-decoration: none;
    
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
}

.menu li.on ul a:hover {
    color: #2189ff;
    text-decoration: none;
    
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
}

.menu li.sfhover ul a {
    color: #000;
    text-decoration: none;
    width:115px;
    text-align: center;
    height: 40px;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    line-height: 40px;
    
    background: none;
}

.menu li.sfhover ul a:visited {
    color: #000;
    text-decoration: none;
    
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
}

.menu li.sfhover ul a:hover {
    color: #2189ff;
    text-decoration: none;
    
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
}




.menu li.logo {
    width: 200px;
    height: 100px;
    
    z-index: 2;
    
}

.menu li.logo a{
    display: block;
    width: 200px;
    height: 100px;
    
}
.menu li.logo a:visited{
    
    width: 200px;
    height: 100px;
    
}
.menu li.logo a:hover{
    background: none;
    width: 200px;
    height: 100px;
    
}

/*公告css*/
.indextop { position: relative;
height: 825px;}
.notebox {
    width: 1440px;
    height: 120px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -683px;
    z-index: 2;
    background:url(notebg.png) top center no-repeat;
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}

.note {
    line-height: 30px;
    width: 100%;
    font-size: 16px;
    vertical-align: middle;
    color: #fff;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notetitle {
   
    width: 150px;
    height: 30px;
    text-align: left;
    text-indent: 90px;
}

#notelist {
    width: 1100px;
    height: 30px;
    line-height: 30px;
}

.notelist {
    width: 670px;
    height: 190px;
    box-shadow: 0px 0px 10px #e5e5e5;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
}

#notelist .swiper-slide {
    color: #e5e5e5;
    text-align: right;
    font-weight: normal;
}

#notelist .swiper-slide a {
    color: #fff;
    float: left;
    display: block;
    font-weight: normal;
}

#notelist .swiper-slide a:hover {
    color: #e5e5e5;
}




.indexbody {
    width: 100%;
    height: auto;
    min-width: 1440px;


}

.indexbox {
    width: 1440px;
    height: auto;
    margin: 0 auto;
}

a.white_but,
a.blue_but {
    display: inline-block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 30px;
}



 

a.white_but,
a.white_but:visited {
    color: #2189ff;
    background: #fff;
    border: 1px solid #2189ff;
}

a.blue_but,
a.blue_but:visited {
    color: #fff;
    background: #2189ff;
    border: 1px solid #2189ff;
}

a.white_but:hover {
    color: #2189ff;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #2189ff;

}

a.blue_but:hover {
    color: #fff;
    background: rgba(33, 137, 255, .9);
    border: 1px solid #2189ff;
}


a.red_but {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px;
    border: 2px solid #2189ff;
    
}



a.red_but,
a.red_but:visited {
    color: #2189ff;
    border: 2px solid #2189ff;
}



a.red_but:hover {
    color: #000;
    border: 2px solid #000;
}

/*首页css*/
.indexbigtitle {
    
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    
}
.indexbigtitle2 {
    
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    
}

.indextitle {
    font-size: 18px;
    font-weight: normal;
    
}

.indexsmalltitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}

.indexsmalltitle span {
    color: #ff6a00;
    padding-right: 10px;
}



.flexbox {
    
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.index_news_time { width: 93px;
height: 93px;
background: url(timebg.png) center center no-repeat;
display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    flex-wrap: wrap;
    align-content: center;
    font-size: 20px;
    font-weight: 600;
}

.index_news_time_con {width: 360px;}

.index_about_con {
    width: 1000px;
    height: auto;
    
    margin-top: 60px;
    box-sizing: border-box;
    
}

.index_pro {
    display: flex;
   
    align-items:flex-start;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    
}

.probox {   display: flex;
   
    align-items:flex-start;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;}
.proleft { width:400px; height:500px;background: #ededed; display: flex; justify-content: center; align-items: center;}
.proleft img { max-width:400px; max-height:500px;}

.proright {width: 1000px; height: auto;}

.procon { padding: 20px; box-sizing: border-box; background: #f9f9f9;}

.index_pro_box,.inner_pro_box {

    width: 270px;
    margin-right: 22px;
    margin-bottom: 30px;
    background: #ededed;

    
}
.inner_pro_box:nth-child(4n+4) {
    margin-right: 0px;
}

.index_pro_box:nth-child(5n+5) {
    margin-right: 0px;
}
.index_brand { background: #f5f4f2; justify-content: flex-start; flex-wrap: wrap;}

.index_brand li { width: 239px; height:94px; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.inner_brand { background: #f5f4f2; justify-content: flex-start; flex-wrap: wrap;}

.inner_brand li {overflow: hidden; background: url(nopic.png) center center no-repeat; background-size:contain; width: 359px; height:142px; border-bottom: 1px solid #fff;position: relative; border-right: 1px solid #fff;}

.inner_brand li:hover .tit{
	bottom: 0px;
	opacity:1;
}


.inner_brand li  .tit {
    position: absolute;
    width: 100%;
    left: 0;
	opacity:0;
    text-align: center;
    height: 142px;
    bottom:-142px;
   font-size: 18px;
    z-index: 80;
    line-height: 142px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: bold;
	transition: all 0.6s;
}


.index_pro_img {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    width: 270px;
    height: 270px;
    text-align: center;
    
}
.index_pro_img .img{
    
    width: 270px;
    height: 270px;
    
    text-align: center;
    overflow:hidden;
}

.index_pro_img .img img{width: 270px;height: 270px;}

  .index_pro_img .img:hover img{transition:all 1s;
    transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg);
      /*Safari 和 Chrome*/
      -moz-transform: rotateY(360deg);
      /*Firefox*/
      -ms-transform: rotateY(360deg);
      /*IE9*/
      -o-transform: rotateY(360deg);}

.index_pro_nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    width: 300px;
    border-left: 2px solid #a99242;
}

.index_pro_nav_con {
    width: 20px;
    margin: 0 auto;
    line-height:19px;
    
   
}

.index_pro_nav_con a{
    color: #333333;
    line-height:19px;
    font-size: 18px;
    font-weight: bold;
}
.index_pro_nav_con a:visited{
    color: #333333;
    
    font-size: 18px;
    font-weight: bold;
}
.index_pro_nav_con a:hover{
    color: #a99242;
    
    font-size: 18px;
    font-weight: bold;
}

.index_pro_nav_con a.on,.index_pro_nav_con a.on:visited,.index_pro_nav_con a.on:hover{
    color: #a99242;
    line-height:19px;
    font-size: 18px;
    font-weight: bold;
}

.index_news {display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;}

.index_news_title { text-align: center; width: 100px;}

.index_news_img { width: 475px;}

.index_news_con { width: 680px;}


.index_youshi_title { width: 550px;  padding-left: 40px;padding-top: 40px; box-sizing: border-box;}

.index_youshi_box {


    color: #000;

    width: 820px;
}

.index_youshi_con{

width: 250px;

height: auto;
text-align: center;
cursor: pointer;
}

.index_youshi_img{ width: 150px; height: 120px; margin: 0 auto; background-position:top left;background-repeat: no-repeat;
}

.index_youshi_con:hover  .index_youshi_img{ background-position:top right;background-repeat: no-repeat;}

.chang_nav_left { text-align: center; width: 85px; height: 85px; overflow: hidden;}

.contact_box { background: #186dcd; width: 1440px;
    height:  auto; box-sizing: border-box;}
    
    .contact_box_conbox {
        
        box-sizing: border-box;
        margin: 0 auto;
        color: #fff;
    
        width: 1380px;
        height: auto;
    }

    .contact_box_con {
        background: #fff;
        box-sizing: border-box;
        padding: 30px;
        color: #000;
    
        width: 430px;
        height: 260px;
    }
    .contact_box_map {
        
        box-sizing: border-box;
        
       
    
        width: 930px;
        height: 260px;
    }




.about_top_out { height: 600px;}

.about_top_box { width: 620px; height: auto; float: right;}
.about_top_con { width: 620px; height: 180px; color: #fff; background: #2189ff; text-align: left;
    display: flex;
    justify-content:space-between;
    align-items: center;
    align-content: center;
    padding: 40px;
    box-sizing: border-box;
}


#video {
    margin: 0 auto;
    position: relative;
    background: url(nopic.png) center center no-repeat;
}

.VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 10;
}

/*子菜单css*/

.leftbox {
    
    width: 270px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    height: auto;
    box-sizing: border-box;
}

.rightbox {
   
    width: 1147px;
    height: auto;
}

.submenu { width:100%; height:48px; line-height:43px; display: flex; justify-content: center;  }
.submenu li{ width: auto; float:left; margin-right:30px; height:48px; line-height:43px;}
.submenu li a{ width: auto; display:block; text-align:center; padding:0 10px; color:#000; font-size:18px; font-weight:normal;  height:43px; line-height:43px;}
.submenu li a:visited{ color:#000; font-size:18px; font-weight:normal;  height:43px; line-height:43px;}
.submenu li a:hover{ color:#2189ff; font-size:18px; font-weight:bold;  height:43px; line-height:43px;border-bottom:4px solid #2189ff;}

.submenu li.on a{ width: auto;  display:block; text-align:center; padding:0 10px; color:#2189ff; font-size:18px; font-weight:bold;  height:43px; line-height:43px;border-bottom:4px solid #2189ff;}
.submenu li.on a:visited{ color:#2189ff; font-size:18px; font-weight:bold;border-bottom:4px solid #2189ff; }
.submenu li.on a:hover{ color:#2189ff; font-size:18px; font-weight:bold;border-bottom:4px solid #2189ff; }


.promenu_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #2089ff;
}

.promenu_title a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #2089ff;
    display: block;
}

.promenu_title a:visited {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #2089ff;
}

.promenu_title a:hover {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #2089ff;
}

.promenu {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    
    
}

.promenu a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    display: block;
    background: none;
    border-bottom: 1px solid #e5e5e5;
}

.promenu a:visited {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    background: none;
}

.promenu a:hover {
    font-size: 18px;
    font-weight: bold;
    color: #2089ff;
    text-align: center;
    background: none;
}

.promenu a.on {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #2089ff;
    text-align: center;
    display: block;
    background: none;
}

.promenu a.on:visited {
    font-size: 18px;
    font-weight: bold;
    color: #2089ff;
    text-align: center;
    background: none;
}

.promenu a.on:hover {
    font-size: 18px;
    font-weight: bold;
    color: #2089ff;
    text-align: center;
    background: none;
}



.solutionlist {
    width: 430px;
    height: 500px;
   
    
    margin-bottom: 40px;
    
    margin-right: 38px;
}
.tit_img {box-shadow:0px 0px 10px #e5e5e5;}

.solutionlist:nth-child(3n+3) {
    margin-right: 0px;
}




.solutionlist .tit_name { height: 30px;  line-height:30px; font-size: 18px;
font-weight: bold; color: #000;z-index: 3;
}
.solutionlist .tit_con {  height: 20px; line-height:20px; font-size: 16px;
    font-weight: normal; color: #666;z-index: 3;
    }

    .bao {
       
        position: absolute;
        background: url(bao.png) center center no-repeat;
        width: 95px;
        height: 95px;
        top: 30px;
        right: 30px;
        z-index: 3;
    }
    



/*新闻首页 css*/



.index4_box { display: flex; justify-content: space-between; align-items: center; align-content: space-between; flex-wrap: wrap;}

.index4_con_left { float:left; width:120px; height:80px;box-shadow:0px 0px 5px #e5e5e5;}
.index4_con_right { float:right; width:410px; height:80px;}
.index4_con { width:580px; height: auto; margin-bottom: 30px;box-shadow: 0px 0px 20px#e5e5e5;background: #fff; box-sizing: border-box;padding: 20px; }
.newsbox_L_Lbig {
    box-shadow:0px 0px 10px #e5e5e5;
    overflow: hidden;
    width: 680px;
    height: 360px;
    float: left;
    background: url(nopic.png) center center no-repeat #fff;
    background-size: cover;


}

.newsbox_L_Rbig {
    width: 730px;
    height: 360px;
    float: right;
}

.newsbox_L_L {
    box-shadow:0px 0px 10px #e5e5e5;
    overflow: hidden;
    width: 450px;
    height: 250px;
    float: left;
    background: url(nopic.png) center center no-repeat #fff;
    background-size: cover;


}

.newsbox_L_R {
    width: 950px;
    height: 250px;
    float: right;
}

.newsbox .teamtitle {font-size:22px; font-weight:bold; color:#000000;}
.newsbox li {
    text-align: right;
    line-height: 30px;
    color: #000;
}

.newsbox li a {
    text-align: left;
    line-height: 30px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    width: auto;
    float: left;
}

.newsbox li a:visited {
    text-align: left;
    line-height: 30px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.newsbox li a:hover {
    text-align: left;
    line-height: 30px;
    color: #2189ff;
    font-size: 18px;
    font-weight: bold;
}

/*分页css*/
.bread { width:auto;height:50px;line-height:50px; padding-left:50px; background:url(addbig.png) center left no-repeat;}



.cont_cont { font-size:16px; width:100%; margin:0 auto;}
.cont_cont p{ text-indent:20px; margin:10px auto;}
/*分页css*/
.pagelist{ text-align:center; }
.pagelist li{display:inline-block;border:solid 1px #ccc;margin-right:5px;}
.pagelist li{*display:inline;}
.pagelist a{display:inline-block;padding:4px 12px;color:#666;background:#fff;text-decoration:none;}
.pagelist li a:hover{background:#2189ff; color:#fff;}
.pagelist li.on a{background:#2189ff;color:#fff;}


/*底部css*/

.bottom { height: 260px;
 
 color: #999999;

}
.bottom a,.bottom a:visited { color: #999999;}
.bottom a:hover { color: #ffffff;}
.bottom_nav { width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;}
.bottom_nav .libox{width: 800px;display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;}
.bottom_nav li { width: 100px;height: 32px; margin-bottom: 10px;}
.bottom_nav li a,.bottom_nav li a:visited{ display: inline-block; width: auto;height: 32px; line-height: 30px;
text-align: center; color: #000;font-size: 16px;font-weight: normal;border-bottom: none;
}    
.bottom_nav li a:hover { color: #2189ff;}
.bottom_nav li a.on,.bottom_nav li a.on:visited,.bottom_nav li a.on:hover { color: #2189ff; }



.bottom_code { width: 100%; height: auto; padding-top: 20px; border-top: 1px solid #000;}




.suspension li { margin-bottom:10px; width:50px; height:50px;}
.suspension li a{ display:block; line-height:50px; text-align:center;width:50px; height:50px; cursor: pointer;}

.right_tel {  background:url(right_tel.png) top right no-repeat; }
.right_tel:hover { background:url(right_tel.png) top left no-repeat; }

.right_QQ { background:url(right_QQ.png) top right no-repeat; }
.right_QQ:hover {background:url(right_QQ.png) top left no-repeat; }

.right_wechat {background:url(right_wechat.png) top right no-repeat; }
.right_wechat:hover {background:url(right_wechat.png) top left no-repeat; }

.right_wechat2 {background:url(right_wechat2.png) top right no-repeat; }
.right_wechat2:hover {background:url(right_wechat2.png) top left no-repeat; }

.right_gotop {background:url(right_gotop.png) top right no-repeat; }
.right_gotop:hover {background:url(right_gotop.png) top left no-repeat; }

.suspension{ width:70px; height:410px; position:fixed; right:5px; top:120px; z-index:999;}
.suspension-box{position:relative;float:right;}

.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 0px 10px #e5e5e5;}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(side_bg_arrow.png) no-repeat;right:-8px;top:25px;}
.suspension .d-service{top:60px;}
.suspension .d-service-phone{top:0;}
.suspension .d-qrcode{top:120px;}
.suspension .d-qrcode2{top:180px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{padding:14px 0;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin:0;margin-left:12px;padding:0;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;color:#fc8080;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
.suspension .d-qrcode2{text-align:center;}
.suspension .d-qrcode2 .inner-box{padding:20px 0;}
.suspension .d-qrcode2 p{font-size:16px;color:#93959c;}
.suspension .qrcode-img img { width:150px; height:auto;}