* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul,ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
blockquote,body,button,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,hr,input,legend,p,pre,td,textarea,th {
    margin: 0;
    padding: 0
}
body,button,input,select,textarea {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}
img:not([src]) {
    visibility: hidden
}
a[href="javascript: void(0);"],a[href="javascript:void(0)"] {
    cursor: inherit
}
address,cite,dfn,var {
    font-style: normal
}
small {
    font-size: 12px
}
a,a:hover {
    text-decoration: none;
    color: #000;
}
legend {
    color: #000
}
fieldset,img {
    border: 0
}
img {
    vertical-align: top
}
img,video {
    max-width: 100%
}
button,input,select,textarea {
    font-size: 100%
}
table {
    border-collapse: collapse;
    max-width: 100%
}
table[defaultwidth=true] {
    width: 100%
}
input {
    -webkit-appearance: none
}
button {
    border-radius: 0
}
body{
    background: #fff;    
    
}
iframe {
    border: 0
}
td {
    word-break: break-word!important
}
/* 网页滚动轮 */
body::-webkit-scrollbar-track {
    background-color: #f7f7f7
}
body::-webkit-scrollbar {
    width: 6px
}
body::-webkit-scrollbar-thumb {
    background-color: #c1c1c1
}
.font12{
    font-size: 12px!important;
}
.font14{
    font-size: 14px!important;
}
.font16{
    font-size: 16px!important;
}
.font18{
    font-size: 18px!important;
}
.font20{
    font-size: 20px!important;
}
.clear{
    clear: both;
}
.w12{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.center{
    text-align: center;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header{
    height: 107px;
    background: #fff;
    overflow: hidden;
}
.header img{
    margin-right: 20px;
}
.header ul li a{
    line-height: 107px;
    font-size: 14px;
    color: #333;
    padding: 0 18px;
    display: block;
    height: 100%;
}
.header ul li.active a,.header ul li:hover a{
    color: #fff;
    background: #1669c8;
}
footer{background: url(../images/f_bg.gif) no-repeat center 0;}
.footer{
    height: 440px;
    overflow: hidden;
    padding: 71px 0 0;
}
.footer .f_nav{
    height: 370px;
    width: 690px;
}
.footer .f_nav>li{
    width: 230px;
    float: left;
    height: 370px;
    background: url(../images/f_line02.gif) no-repeat 155px 92px;
}
.footer .f_nav>li>a,.footer .f_contact b{
    font-size: 18px;
    color: #1668c6;
    display: block;
    height: 62px;
    line-height: 50px;
    width: 260px;
    font-weight: normal;
    background: url(../images/f_line01.gif) no-repeat 0 61px;
    margin-bottom: 15px;
}
.footer .f_nav>li ul li{
    height: 40px;
    line-height: 40px;
    width: 145px;
    background: none;
}
.footer .f_nav>li ul li>a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #adadad;
    background: none;
    margin-bottom: 0;
    white-space: nowrap;/*强制在一行显示*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer .f_contact{
    width: 290px;
    height: 370px;
}
.footer .f_contact p{
    font-size: 14px;
    color: #adadad;
    line-height: 32px;
}
.footer .img{
    width: 155px;
    padding: 60px 0 0;
    height: 310px;
    text-align: center;
}
.footer .img img{
    width: 100px;
    height: 100px;
}
.footer .img p{
    display: block;
    font-size: 14px;
    color: #adadad;
    padding-top: 10px;
    text-align: center;
    overflow: hidden;
}
.yqlj{
    height: 70px;
    line-height: 70px;
    overflow: hidden;
}
.yqlj b{
    display: block;
    float: left;
    font-size: 14px;
    color: #b1bfe3;
    width: 70px;
}
.yqlj p{
    font-size: 14px;
    color: #b1bfe3;
    float: left;
    width: 1130px;
}
.yqlj p a{
    font-size: 14px;
    color: #b1bfe3;
    padding: 0 10px;
}
.banner{
    position: relative;
}
.banner .hd{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.banner .hd ul{
    display: flex;
    zoom:1;
}
.banner .hd ul li{
    margin:0 5px;
    display:inline; 
    cursor:pointer; 
    width: 60px;
    height: 5px;
    background: #2e3440; 
    text-indent: -999px;
}
.banner .hd ul li.on{
    background: #1669c8; 
}
.tags{
    height: 84px;
    background: #1669c8;
    border-bottom: #377ed0 1px solid;
    overflow: hidden;
}
.tags ul{
    font-size: 14px;
    color: #8cb1da;
    width: 868px;
    height: 84px;
    line-height: 84px;
    overflow: hidden;
    justify-content: left;
}
.tags ul li{
    font-size: 14px;
    color: #8cb1da;
    padding: 0 10px 0 0;
}
.tags ul li a{
    color: #8cb1da;
}
.tags form #search-keyword{
    background: url(../images/s_inp.gif) no-repeat;
    width: 260px;
    padding: 0 0 0 16px;
    height: 46px;
    border: none;
    float: left;
    font-size: 14px;
    color: #e7f0fa;
    line-height: 46px;
    outline: none;
}
.tags form #search-keyword::placeholder{
    color: #e7f0fa;
}
.five{
    background: #1669c8;
    padding: 42px 0 50px;    
}
.five ul{
    overflow: hidden;
    margin: 30px 0;
}
.five ul li{
    width: 240px;
    height: 100px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    background: url(../images/five_line02.gif) no-repeat 210px 10px;
    line-height: 40px;
}
.five ul li b{
    display: block;
    font-size: 16px;
    color: #c4d3ed;
    font-weight: normal;
    padding: 13px 0 0;
    background: url(../images/five_line01.gif) no-repeat center 10px;
}
.index_product{
    background: #2e3440;
    padding: 50px 0 80px;
    width: 100%;
}
.index_title{
    text-align: center;
}
.index_title b{
    display: block;
    font-size: 40px;
    color: #2e3440;
}
.index_title i{
    font-size: 20px;
    color: #1669c8;
    padding: 0 10px;
    font-weight: bold;
}
.index_title span{
    font-size: 20px;
    color: #aaa9a9;
}
.index_product ul{
    padding-left: 3%;
    width: 97%;
    display: inline-block;
}
.index_product ul li{
    width: 31%;
    float: left;
    margin-right: 2%;
    margin-top: 30px;
    position: relative;
}
.index_product ul li a{

}
.index_product ul li a img{
    display: block;
    width: 100%;
}
.index_product ul li a p{
    position: absolute;
    top: 40px;
    left: 8%;
    width: 50%;
}
.index_product ul li a p b{
    display: block;
    font-size: 28px;
    color: #333;
    font-weight: normal;
    height: 60px;
    line-height: 50px;
    overflow: hidden;
    background: url(../images/cp_ico01.gif) no-repeat 0 56px;
}
.index_product ul li:hover a p b{
    color: #1668c6;
}
.index_product ul li a p em{
    display: block;
    font-size: 18px;
    color: #999;
    padding: 10px 0 0;
}
.index_product ul li a p span{
    display: block;
    font-size: 14px;
    color: #fff;
    width: 90px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #2e3440;
    margin-top: 50px;
}
.index_product ul li:hover a p span{
    background: #1668c6;
}
.index_quality{
    padding: 55px 0 30px;
}
.index_quality ul{
    flex-wrap: wrap;
}
.index_quality ul li{
    width: 346px;
    height: 160px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.index_quality ul li .left{
    background: url(../images/six_line01.gif) no-repeat;
    width: 41px;
    height: 160px;
    float: left;
}
.index_quality ul li:hover .left{
    background: url(../images/six_line02.gif) no-repeat;
}
.index_quality ul li .left i{
    font-size: 12px;
    color: #fff;
    display: block;
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    overflow: hidden;
}
.index_quality ul li .right{
    width: 280px;
    float: left;
    padding: 0 0 0 25px;
}
.index_quality ul li .right span{
    display: block;
    font-size: 22px;
    color: #333;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.index_quality ul li:hover .right span{
    color: #1668c6;
}
.index_quality ul li .right p{
    font-size: 14px;
    color: #999;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
    padding: 8px 0 0;
}
.index_tab{
    background: #f7f7f8;
    padding: 55px 0 60px;
}
.index_tab .case_t{
    height: 108px;
    border: #e5e5e5 1px solid;
    width: 1198px;
    background: #fff;
    margin-top: 30px;
}
.index_tab .case_t span{
    display: block;
    float: right;
    width: 150px;
}
.index_tab .case_t span a,.index_tab .case_t ul li a{
    display: block;
    font-size: 16px;
    color: #2e3440;
    width: 148px;
    height: 83px;
    text-align: center;
    padding: 25px 0 0;
}
.index_tab .case_t span em,.index_tab .case_t ul li em{
    display: block;
    width: 35px;
    height: 30px;
    line-height: 0;
    margin: 0 auto 5px;
    overflow: hidden;
}
.index_tab .case_t span em img,.index_tab .case_t ul li em img{
    width: 35px;
    height: 60px;
}
.index_tab .case_t ul li{
    width: 148px;
    height: 108px;
    float: left;
    border-right: #e5e5e5 1px solid;
}
.index_tab .case_t span:hover em img,.index_tab .case_t ul li:hover em img,.index_tab .case_t ul li.on em img{
    margin-top: -30px;
}
.index_tab .case_t span:hover a,.index_tab .case_t ul li:hover a,.index_tab .case_t ul li.on a{
    color: #1669c8;
}
.case_m .case_qie{
    background: #2e3440;
    width: 1200px;
    height: 398px;
    overflow: hidden;
    display: block;
}
.case_m .case_qie .left{
    width: 709px;
    height: 398px;
    float: left;
    overflow: hidden;
    line-height: 0;    
}
.case_m .case_qie .left img{
    width: 709px;
    height: 398px;
    transition: all 1s;
}
.case_m .case_qie .left:hover img{
    transform: scale(1.1);
}
.case_m .case_qie .right{
    width: 375px;
    height: 398px;
    float: left;
    padding: 42px 0 0 65px;
    box-sizing: content-box;
}
.case_m .case_qie .right h5{
    height: 84px;
    line-height: 34px;
    overflow: hidden;
    width: 312px;
    background:url(../images/case_ico09.gif) no-repeat 0 80px;
}
.case_m .case_qie .right h5 a{
    font-size: 24px;
    color: #fefefe;
    font-weight: normal;
}
.case_m .case_qie .right h5 a:hover{
    font-weight: bold;
}
.case_m .case_qie .right .desc{
    width: 100%;
    font-size: 14px;
    color: #e0e0e0;
    line-height: 30px;
    height: 150px;
    padding: 30px 0 0;
    overflow: hidden;
    box-sizing: content-box;
}
.case_m .case_qie .right span{
    display: block;
    line-height: 30px;
    margin: -30px 0 0 230px;
}
.case_m .case_qie .right span a{
    font-size: 14px;
    color: #1669c8;
}
.index_client{
    padding: 55px 0 40px;
}
.index_client>div>h3{
    height: 80px;
    text-align: center;
    font-size: 32px;
    color: #333;

}
.index_client ul{
    flex-wrap: wrap;
}
.index_client ul li{
    width: 15%;
    line-height: 0;
    /* padding: 0 9px 25px; */
    overflow: hidden;
    margin-bottom: 25px;
}
.index_client ul li img{
    width: 100%;
    height: auto;
    border: #dbdbdb 1px solid;
    display: block;
}
.index_produce{
    background-color: #f7f7f8;
    padding: 55px 0 0;
}
.index_produce ul{
    margin-top: 50px;
}
.index_produce ul li{
    background:#f7f7f8;
    overflow:hidden;
    box-shadow: 0 3px 5px 3px #e8e8e9;
    width: 1200px;
    height: 368px;
    margin-bottom: 50px;
}
.index_produce ul li .img{
    width: 434px;
    padding: 40px;
    box-sizing: content-box;
}
.index_produce ul li .img img{
    width: 434px;
    height: 274px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
}
.index_produce ul li .img:hover img{
    transform: rotateY(180deg);
}
.index_produce ul li .desc{
    width: 660px;
    padding: 0 30px 0 0;
}
.index_produce ul li .desc h3{
    font-size: 24px;
    color: #333;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: url(../images/ys_ico02.gif) no-repeat right 18px;
}
.index_produce ul li .desc p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding: 0 0 0 15px;
    background: url(../images/ys_ico01.gif) no-repeat 0 12px;
}
.index_news{
    padding: 50px 0 20px;
}
.index_news .left{
    width: 635px;
    background: url(../images/news_line02.gif) no-repeat right 0;
}
.index_news .left a{
    display: block;
    width:600px;
    height: 146px;
    padding: 14px 0 46px;
    overflow: hidden;
    box-sizing: content-box;
    
}
.index_news .left a .img{
    width: 258px;
    height: 146px;
    float: left;
    overflow: hidden;
}
.index_news .left a .img img{
    width: 258px;
    height: 146px;
    transition: all 1s;
}
.index_news .left a .img:hover img{
    transform: scale(1.1);
}
.index_news .left a .desc{
    overflow:hidden; 
    padding:0 0 0 50px;
}
.index_news .left a .desc h5{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-weight: normal;
}
.index_news .left a .desc h5:hover{
    color: #1668c6;
}
.index_news .left a .desc div{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.index_news .left a .desc span{
    display: block;
    width: 92px; 
    margin:10px 0 0;
    font-size: 14px;
    color: #333;
    height: 23px;
    text-align: center;
    line-height: 23px; 
    border:#666 1px solid;
    overflow: hidden;
}
.index_news .left a .desc span:hover{
    background: #1668c6;
    color: #fff; 
    border:#1668c6 1px solid;
}
.index_news .right{
    width: 510px;
}
.index_news .right .hd{
    height: 40px;
}
.index_news .right .hd ul{
    float: left;
}
.index_news .right .hd ul li{
    background: url(../images/news_bor.gif) no-repeat right 4px;
    float: left;
    font-size: 16px;
    color: #000;
    display: block;
    height: 40px;
    float: left;
    padding: 0 25px;
}
.index_news .right .hd ul li.on{
    font-weight: bold;
}
.index_news .right .hd span{
    float: right;
}
.index_news .right .bd .item{
    width:510px;
    height: 80px; 
    border-bottom:#dcdcdc 1px dashed; 
    padding:15px 0;
    display: block;
    box-sizing: content-box;
}
.index_news .right .bd .item .right{
    width: 80px;
    float: right;
    font-size: 16px;
    color: #666160;
    text-align: center; 
    background:url(../images/news_time.gif) no-repeat center 9px;
    line-height: 34px;
}
.index_news .right .bd .item .right b{
    display: block;
    font-size: 50px;
    color: #484240;
}
.index_news .right .bd .item .left{
    float:left; 
    overflow:hidden; 
    width:395px;
}
.index_news .right .bd .item .left h5{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    color: #010101;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_news .right .bd .item .left h5:hover{
    color: #1668c6;
}
.index_news .right .bd .item .left p{
    font-size: 14px;
    color: #9a9a9a;
    line-height: 22px;
    height: 44px;
    overflow: hidden; 
    padding:5px 0 0;
}
.index_about{
    background:url(../images/ab_bg.jpg) no-repeat center 0;
    height: 592px; 
    padding:55px 0 0;
    box-sizing: content-box;
}
.index_about .w12>div{
    padding: 63px 100px 0 60px;
    width: 1040px;
    overflow: hidden;
    box-sizing: content-box;
}
.index_about .w12>div .left{
    width: 540px;
    float: left;
}
.index_about .w12>div .left h5{
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    font-size: 28px;
    color: #333;
    font-weight: normal;
}
.index_about .w12>div .left h5:hover{
    color: #1668c6;
}
.index_about .w12>div .left div{
    font-size: 14px;
    color: #888;
    height: 112px;
    line-height: 28px;
    overflow: hidden;
    padding: 20px 0 0;
}
.index_about .w12>div .left span{
    display: block;
    width: 138px;
    padding: 35px 0 0;
}
.index_about .w12>div .left span a{
    font-size: 18px;
    color: #fff;
    display: block;
    width: 138px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #999;
}
.index_about .w12>div .left span a:hover{
    background: #1668c6;
}
.index_about .w12>div .right{
    float: right;
    width: 408px;
    height: 251px;
    overflow: hidden;
}
.index_about .w12>div .right img{
    width: 408px;
    height: 251px;
    transition: all 1s;
}
.index_about .w12>div .right:hover img{
    transform: scale(1.1);
}
.index_mien{
    padding: 32px 0;
    box-sizing: content-box;    
}
.index_mien li{
    width: 300px;
    text-align: center;
    background: url(../images/four_ico05.gif) no-repeat 0 15px;
    font-size: 18px;
}
.index_mien li em{
    display: block;
    width: 40px;
    height: 36px;
    line-height: 0;
    margin: 0 auto 10px;
    overflow: hidden;
}
.index_mien li em img{
    width: 40px;
    height: 36px;
}
.index_mien li:hover{
    font-weight: bold;
}
.curmbs{
    margin-bottom: 20px;
}
.curmbs>div{
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}
.curmbs>div a{
    color: #666;
    line-height: 47px;
}
.curmbs>div a:first-child{
    border-left: 10px solid #2e3440;
    font-weight: normal;
    padding-left: 8px;
}
.content>div{
    display: flex;
    justify-content: space-between;
}
.content .left{
    width: 240px;
}
.content .left .top{
    margin-bottom: 20px;
}
.content .left .top h3{
    background: #1669c8;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.content .left .top ul li{
    height: 50px;
    line-height: 50px;
    background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
    padding-left: 20px;
    font-size: 16px;
}
.content .left .top ul li.active{
    background: url(../images/p14-icon2.png) no-repeat right center #1669c8;
}
.content .left .top ul li.active a{
    color: #fff;
}
.content .left .bottom{
    background: #1669c8;
    text-align: center;
    color: #fff;
}
.content .left .bottom>img{
    width: 100%;    
}
.content .left .bottom>p{
    padding-top: 15px;
}
.content .left .bottom>p img{
    vertical-align: middle;
    margin-right: 5px;
}
.content .left .bottom>span{
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}
.content .left .bottom>div{
    line-height: 50px;
    background-color: #1668c6;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.content .left .bottom ul li{
    padding-bottom: 20px;
    background-color: #fff;
}
.content .left .bottom ul li p{
    line-height: 40px;
    color: #fff;
    background-color: #333;
    font-size: 16px;
}
.content .right{
    width: 930px;
}
.content .right>h3{
    height: 50px;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}
.content .right>h3 span{
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #2e3440;
}
.content .right .con{
    display: flex;
    
}
.content .right .con li{
    width: 32.1%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    margin-right: 1.2%;
}
.content .right .con li img{
    width: 100%;
}
.content .right .con li div{
    padding: 6px 20px 5px 20px;
}
.content .right .con li div h3{
    height: 45px;
    font-weight: normal;
    font-size: 18px;
    line-height: 45px;
    display: block;
    height: 45px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .right .con li div p{
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 12px;
    overflow: hidden;
}
.content .right .con li:hover div p span,.content .right .con li:hover h3{
    color: #1668c6;
}
.content .right .con li:hover{
    border-color: #1668c6;
}
.content .right .pagination{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.content .right .pagination li a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.content .right .pagination li.active a,.content .right .pagination li:hover a{
    background-color: #03418d;
    border-color: #03418d;
    color: #fff;
}
.content .right .rt{
    position: relative;
    padding: 12px 18px 16px 20px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #eee;
    align-items: start;
}
.content .right .rt img{
    position: relative;
    width: 44.7%;
    float: left;
    line-height: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin-right: 3.3%;
}
.content .right .rt .info{
    width: 51.6%;
}
.content .right .rt .info h3{
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #454545;
    margin-bottom: 16px;
}
.content .right .rt .info div{
    height: 56px;
    padding-left: 70px;
    background: url(../images/pc-xc-icon2.png) no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}
.content .right .rt .info div p{
    line-height: 24px;
}
.content .right .rb{
    margin-top: 40px;
}
.content .right .rb p{
    line-height: 24px;
    font-size: 14px;
}
.content .right .new_con{
    margin-top: 30px;
}
.content .right .new_con p{
    line-height: 24px;
    font-size: 14px;
}
.content .right .new_top{
    border-bottom: 1px solid #1668c6;
    line-height: 40px;
}
.content .right .new_top span:nth-child(2){
    display: inline-block;
    margin-left: 20px;
}
.content .right .new_top a{
    float: right;
    width: 100px;
    text-align: center;
    line-height: 40px;
    background: #1668c6;
    color: #fff;
}
.news_prev{
    flex-direction: column;
}
.news_prev li{
    width: 100%;
    line-height: 50px;
}
.news_prev li:nth-child(1){
    border-bottom: 1px  dashed #ccc; 
}
.news_prev li a span{
    width: 80px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    background: rgb(162, 162, 162);
    margin-right: 20px;
    color: #fff;
}
.content .right .news_lists{
    padding: 20px;
    background: #f5f5f5;
    margin-top: 30px;
}
.content .right .news_lists h3{
    font-size: 22px;
    font-weight: normal;
}
.content .right .news_lists ul{
    margin-top: 10px;
}
.content .right .news_lists ul li{
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    border-top: 1px dashed #c1c1c1;
    padding: 0 15px;
}
.content .right .news_lists ul li span{
    font-size: 14px;
}
.content .right .news_con_list li{
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    display: inline-block;
    width: 856px;
}
.content .right .news_con_list li a{
    display: flex;
    justify-content: space-between;
}
.content .right .news_con_list li a img{
    width: 30.4%;
    margin-right: 2.3%;
}
.content .right .news_con_list li a div{
    flex: 1;
}
.content .right .news_con_list li a div h3{
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}
.content .right .news_con_list li a div p{
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}
.content .right .news_con_list li a div span{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}
.content .right .news_con_list li:hover{
    border-color: #1668c6;
}
.content .right .news_con_list li:hover h3{
    color: #1668c6;
}
.content .right .news_con_list li:hover span{
    background-color: #1668c6;
}
.about1{
    padding-top: 30px;
    margin-bottom: 50px;
}
.about1>div{
    align-items: start;
}
.about1 .left{
    height: 430px;
    margin-right: 10px;
}
.about1 .right{
    flex: 1;
    
}
.about1 .right h3{
    color:#1669c9;
    font-size: 40px;
}
.about1 .right h3 span{
    display: block;
    font-size: 20px;
}
.about1 .right p{
    margin: 15px 0;
    padding-right: 25px;
    font-size: 14px;
    text-indent: 2em;
    line-height: 28px;
    color: #666;
}
.about2{
    background: #2e3440;
    color: #fff;
    margin-top: 60px;
    padding-bottom: 20px;
}
.about2>div>h3{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: normal;
    line-height: 120%;
    padding-bottom: 20px;
    padding-top: 30px;
    font-size: 36px;
    color: #fff;
}
.about2>div>p{
    font-size: 14px;
    color: #fff;
}
.about2 ul{
    flex-wrap: wrap;
    margin-top: 30px;
}
.about2 ul li{
    border: 1px solid #2e3440;
    border-bottom: 3px solid #2e3440;
    width: 388px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
}
.about2 ul li:nth-child(3n){
    margin-right: 0;
}
.about2 ul li img{
    width: 30%;
    height: auto;
}
.about2 ul li div{
    flex: 1;
}
.about2 ul li h3{
    font-size: 20px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about2 ul li span{
    display: block;
    margin: 10px 0;
    height: 3px;
    width: 20px;
    background: #2e3440;
}
.about2 ul li a{
    display: block;
    margin-top: 20px;
    width: 80px;
    text-align: center;
    line-height: 30px;
    background: #2d333f;
    color: #fff;
}
.about3 h3{
    font-size: 36px;
    text-align: center;
    color: #1669c9;
    font-weight: normal;
    line-height: 120%;
    padding-bottom: 20px;
    margin-top: 50px;
}
.about3 li{
    width: 226px;
    border-bottom: 1px solid #d4d5e9;
    height: 156px;
    margin-top: 30px;
}
.about3 li div{
    height: 46px;
    color: #333;
    padding-left: 58px;
    font-size: 22px;
    font-weight: lighter;
    padding-top: 7px;
}
.about3 li p{
    margin: 15px 0;
}
.contact{
margin-bottom: 50px;
}
.contact>h3{
    height: 114px;
    line-height: 114px;
    font-size: 30px;
    text-align: center;
    color: #4b4a4a;
}
.contact .right{
    width: 700px;
    height: 335px;
    border: 1px solid rgb(204, 204, 204);
    margin-left: 25px;
}
.contact .left{
    flex: 1;
}
.contact .left h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.contact .left p{
    margin: 14px 0px 0px;
    padding: 0px 0px 14px 70px;
    height: 45px;
    line-height: 45px;
    border-bottom-color: #DDDDDD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    box-sizing: content-box;
}