@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
img{border: none;-webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;}
body{
    font-family: "Microsoft YaHei","Open Sans","微软雅黑", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;font-size: 14px;color: #333;
    min-height: 100%;
}
ul{margin:0; padding:0;}
ul li{list-style: none; }
a{text-decoration: none; color: #303030;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
a:hover{
    color: #354388;
}
.bhh{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.trans{
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
*{box-sizing: border-box;}

.clear-fix:before,.clear-fix:after{
    content:"";
    display:table;
}
.clear-fix:after{clear: both;}

.fl{
    float: left;}
.fr{
    float: right;}
.t-c{
    text-align: center;
}
.i-b{
    display: inline-block;
}
.img-auto{
    display: block;
    width: 100%;
    height: 100%;
}
.img-res{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container{
    width: 1220px;margin-left: auto;margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.wrapper{
    width: 100%;

}
.container-full{
    width: 100%;
}
.bold{
    font-weight: bold;
}
::-webkit-scrollbar              {/* 1 */width:9px; background-color:#333;}
/*::-webkit-scrollbar-button       {!* 2 *!}*/
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 2px #333; width:5px;  border-radius:4px; background-color:#fff;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#333;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}



.mt20{
    margin-top: 20px;
}

.menu{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    background: url("../images/menu.png") no-repeat center;
    background-size: 60%;

}
.index-nav2{
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1001;
    background-color: #727272;

    cursor: pointer;
}
.index-nav2 li{
    /*border-bottom: 1px solid red;*/
    width: 100%;
    text-align: left;
    color: #e6e6e6;
    line-height: 4.5rem;
    border-bottom: solid 1px #bfbfbf;

}
.m-nav2{
    background: url("../images/show1.png") no-repeat right 1em center;
}
.m-nav3{
    background: url("../images/show2.png") no-repeat right 1em center;
}
.index-nav2 li>a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 2em;
}
.m-nav2-wrap{
    background-color: #e6e6e6;
    display: none;
}
.m-nav2-row{
    border-bottom: solid 1px #bfbfbf;
    line-height: 4rem;
}
.m-nav2-row a{
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 2em;
}
.m-nav3-wrap{
    display: none;
}
.m-nav3-wrap .m-nav2-row{
    line-height: 3.6rem;
    background: #fff;
    font-size: 12px;
    border-bottom: none;
}
.add-icon1{
    background: url("../images/show1.png") no-repeat right 1em center !important;
}
.add-icon2{
    background: url("../images/show2.png") no-repeat right 1em center !important;
}
.hide-icon1{
    background: url("../images/hide1.png") no-repeat right 1em center;
}
.hide-icon2{
    background: url("../images/hide2.png") no-repeat right 1em center;
}


.header-top{
    width: 100%;
    height: 40px;
    background: #3f3f3f;
    color: #fff;
    line-height: 40px;
}
.header{
    height: 110px;
    z-index: 999;
    background: #f7f7f7;
    box-shadow: 0 0 10px #aaa;
    position: relative;
}
.logo{
    float: left;
    display: block;
    margin-top: 10px;
}
.main-nav{
    float: left;
    margin-left: 110px;
}
.main-nav li{
    float: left;
    height: 110px;
    line-height: 110px;
}
.main-nav li a{
    display: block;
    height: 100%;
    padding: 0 16px;
    color: #3f3f3f;
    font-size: 16px;
}
.main-nav li a:hover{
    background: #354388;
    color: #fff;
}
.main-nav li.on a{
    background: #354388;
    color: #fff;
}
.nav2{
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 8px 0;
    border-bottom: 5px solid #3f3a39;
    display: none;
}
.nav2 a{
    display: block;
    height: 32px;
    width: 100%;
    line-height: 32px;
    margin-bottom: 1px;
}
.phone-wrap{
    float: right;
    margin-top: 20px;
}
.phone-wrap>div{
    height: 24px;
    line-height: 24px;
    padding-left: 22px;
    background: url("../images/phone.png") no-repeat left center;
    letter-spacing: 0.5px;
    color: #999;
}
.phone-wrap>div span{
    font-size: 18px;
    color: #666;
}

.phone-wrap p{
    font-size: 25px;
    font-weight: bold;
    text-align: right;
}


.banner{
    position: relative;
}
.banner .swiper-pagination{
    margin: auto;
    left: 0;
    right: 0;
    bottom: 30px;
}
.banner .swiper-pagination-bullet{
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: #cfd5f0;
    margin: 0 5px;
    border-radius: 50%;
}
.banner .swiper-pagination-bullet-active{
    background: #354388;
}

@keyframes toudong {
    0%{
        bottom: 8px;
    }
    50%{
        bottom: 18px;
    }
    100%{
        bottom: 8px;
    }
}
.part1{
    background: #f7f7f7;
    padding-top: 58px;
    padding-bottom: 50px;
}
.part1-top{

}
.part1-top .part-tit{
    float: left;
}
.part-tit{

}
.part-tit h2{
    font-size: 30px;
    font-weight: bold;
    color: #354388;
    margin-bottom: 6px;
}
.part-tit span{
    color: #808080;
}

.product-slide{

}
.product-slide .hd ul{
    float: right;
    margin-top: 8px;
}
.product-slide .hd ul li{
    float: left;

    margin: 0 0px;
    line-height: 34px;
    height: 34px;
    cursor: pointer;
    color: #666;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
    
}
.product-slide .hd ul li a{
    display: inline-block;
    padding: 0 10px;
    	border-radius:5px;
}
.product-slide .hd ul li:hover a{
    background: #354388;
    color: #fff;
}
.product-slide .hd ul li.on a{
    background: #354388;
    color: #fff;
}
.pro-img{
    width: 100%;
    overflow: hidden;
}
.pro-list{
    margin-top: 45px;
}
.pro-list li{
    float: left;
    text-align: center;
    margin-bottom: 30px;
    width: 30%;

}
.pro-list li:nth-child(3n-1){
    margin-left: 5%;
    margin-right: 5%;
}
.pro-intro{
    height: 40px;
    width: 100%;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
    padding-top: 10px;
}
.pro-intro p{
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-intro span{
    color: #999999;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.pro-list li:hover .pro-intro{
    background: #354388;
    color: #fff;
}
.pro-list li:hover .pro-intro span{
    color: #fff;
}
.pro-list li:hover img{
    transform: scale(1.2);
}
.more-btn{
    display: block;
    width: 172px;
    height: 40px;
    border: 1px solid #354388;
    text-align: center;
    line-height: 38px;
    margin: 0 auto ;
    font-size: 16px;
    color: #354388;
    border-radius: 5px;
}
.more-btn:hover{
    background: #354388;
    color: #fff;
}
.part2{
    width: 100%;
    padding-top: 56px;
    padding-bottom: 50px;
    background: url("../images/part2-bg.jpg") no-repeat top center;
    background-size: cover;
}
.part2 .part-tit{
    color: #fff;
}
.part2 .part-tit h2{
    color: #fff;
}
.part2 .part-tit span{
    color: #fff;
}
.about-wrap{
    margin-top: 45px;
}
.about-l{
    width: 58%;
    float: left;
    color: #fff;
    font-size: 16px;
}
.about-l p{
    line-height: 34px;
}
.about-l a{
    display: block;
    width: 172px;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 38px;
    margin-top: 70px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}
.about-l a:hover{
    background: #fff;
    color: #354388;
}
.about-r{
    float: right;
    width: 38%;
    border-radius:10px;
    border: 0px solid #ccc;
    overflow: hidden;
}
.part3{
    padding-top: 50px;
    padding-bottom: 50px;
}
.case-list{
    margin-top: 50px;
}
.case-list li{
    float: left;
    width: 30%;
    margin-bottom: 30px;
}
.case-list li:nth-child(3n-1){
    margin-left: 5%;
    margin-right: 5%;
}
.case-img{
    overflow: hidden;
}
.case-intro{
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
    padding: 15px 25px 52px;
    background: url("../images/arrows1.png") no-repeat bottom 22px center;
}
.case-list li:hover .case-intro{
    background: #354388 url("../images/arrows2.png") no-repeat bottom 22px center;
    color: #fff;
}
.case-list li:hover .case-intro p{
    color: #fff;
}
.case-list li:hover img{
    transform: scale(1.2);
}
.case-intro h3{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-intro p{
    line-height: 16px;
    overflow: hidden;
    height: 32px;
    margin-top: 5px;
    color: #999;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.gg-bg{
    width: 100%;
    min-height: 243px;
    background: url("../images/gg-bg.jpg") top center;
    background-size: cover;
}
.gg-l{
    width: 40.25%;
}
.gg-r{
    width: 59.75%;
    padding-top: 50px;
}
.part4{
    padding-top: 60px;
    padding-bottom: 50px;
}
.news-part-tit{
    line-height: 24px;
}
.news-part-tit span{
    float: left;
}
.news-part-tit .sp1{
    font-size: 24px;
    font-weight: bold;
    color: #354388;
}
.news-part-tit .sp2{
    font-size: 12px;
    color: #838383;
    margin-left: 10px;
    margin-top: 12px;
    line-height: 12px;
}
.news-part{
    width: 47.5%;
    margin-top: 50px;
}
.head-line{
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e6e6e6;
}
.hl-img{
    width: 200px;
    float: left;
    border-radius:5px;
}
.dl-r{
    float: left;
    margin-left: 18px;
    width: calc(100% - 218px);
}
.dl-r a{
    display: block;
}
.dl-r p{
    color: #838383;
    border-top: 1px solid #e3e7ea;
    line-height: 20px;
    padding-top: 8px;
    margin-top: 8px;
}
.hl-dt-link{
    width: 150px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #354388;
    border: 1px solid #354388;
    margin-top: 12px;
     border-radius:5px;
}
.hl-dt-link:hover{
    background: #354388;
    color: #fff;
   
}
.hl-tit{
    font-size: 16px;
}
.news-list{
    margin-top: 30px;
}
.news-list li{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
}
.news-list li a{
    display: block;
    float: left;
    max-width: calc(100% - 90px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list li a:hover{
    color: #354388;
}


.news-list li span{
    float: right;
    font-size: 14px;
    color: #999;
}
.part5{
    background: url("../images/part5-bg.jpg") top center;
    padding-bottom: 50px;
    padding-top: 55px;
}
.msg-form{
    margin-top: 40px;
}
.msg-form>div{
    float: left;
}
.msg-form .form-l{
    width: 25%;
    float: left;
}
.msg-form .form-l input{
    width: 100%;
    height: 46px;
    background: #fff;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    padding: 0 12px;
    outline: none;
    border-radius: 5px;
}
.msg-form .form-c{
    float: left;
    width: 46%;
    margin: 0 2%;
}
.msg-form .form-c textarea{
    width: 100%;
    height: 107px;
    border: 1px solid #cccccc;
    resize: none;
    background: #fff;
    padding: 8px 12px 0;
    outline: none;
    border-radius: 5px;
}
.msg-form .form-r{
    float: right;
    width: 25%;
}

.msg-form .form-r .sub-btn{
    width: 100%;
    height: 46px;
    background: #354388;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
}
.form-r div input{
    width: calc(100% - 110px);
    float: left;
    height: 46px;
    background: #fff;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    padding: 0 12px;
    outline: none;
    border-radius: 5px;
}
.form-r div .yzm-img{
    width: 100px;
    height: 46px;
    float: right;
     border-radius: 5px;
}
.footer{
    background: #404040;
	padding-top:20px;

}
.ft-nav{
    padding: 30px 0 25px;
}
.ft-nav li{
    margin: 0 45px;
    float: left;
    font-size: 16px;
    position: relative;
}
.ft-nav li a{
    color: #c2c2c2;
}
.ft-nav li:after{
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 1px;
    background: #c2c2c2;
    top: 50%;
    right: -46px;
}
.ft-nav li:last-child:after{
    display: none;
}
.ft-l{
    float: left;
    width: 47.5%;
    margin-top: 36px;
}
.ft-logo-l{
    float: left;
}
.ft-logo-r{
    float: left;
    height: 55px;
    border-left: 2px solid #969696;
    margin-left: 28px;
    padding-left: 28px;
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 3px;
}
.address{
    color: #c2c2c2;
    font-size: 16px;
    font-family: "思源黑体 CN Regular";
    padding-left: 24px;
    line-height: 18px;
    background: url("../images/posi.png") no-repeat left center;
    margin-top: 45px;
}
.ft-content{
    padding-bottom: 25px;
    border-top: 1px solid #676767;
}
.ft-c{
    float: left;
    width: 330px;
    text-align: right;
    color: #fff;
    margin-top: 28px;
}
.ft-c a{
    display: block;
    float: right;
    width: 150px;
    height: 34px;
    background: #354388;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
}
.phone-num{
    font-size: 28px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 20px;
}
.phone-num2{
    padding-left: 10px;
    background: url("../images/phone2.png") no-repeat left 5px bottom 5px;
}
.phone-num2 span{
    font-size: 16px;
    font-weight: normal;
    color: #c2c2c2;
}
.ft-r{
    float: right;
    width: 300px;
    margin-top: 28px;
}
.qr-box{
    float: left;
    text-align: center;
    font-size: 12px;
    color: #c2c2c2;
    white-space: nowrap;
    margin-left: 40px;
}
.qr-img{
    margin: 0 auto 10px;
}
.f-link{
    font-size: 16px;
    padding-top: 28px;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #676767;
}
.f-link span{
   
    color: #fff;
}
.f-link a{
    display: inline-block;
    margin-left: 10px;
    color: #c2c2c2;
    margin-bottom: 10px;
}
.cr{
    text-align: center;
    line-height: 34px;
    padding: 12px 0;
    background: #333;
    color: #fff;
}
.cr a{
    color: #fff;
}
.in-banner{
    width: 100%;
    height: 300px;
    background-size: cover;
    padding-top: 65px;
}
.in-banner span{
    font-size: 30px;
    color: #354388;
}
.in-banner p{
    font-family: Arial;
    color: #666;
}
.in-banner i{
    display: block;
    width: 26px;
    height: 4px;
    background: #333;
    margin-top: 12px;
}
.in-banner h2{
    font-size: 36px;
    font-weight: bold;
    margin-top: 15px;
    color: #333;

}
.gray-bg{
    background: #f8f8f8;
}
.crumbs{
    color: #666;
    padding-top: 15px;
    padding-bottom: 15px;
}
.crumbs a{
    color: #666;
}
.about-txt{
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    padding-bottom: 30px;
}
.about-txt img{
    margin-top: 20px;
}
.about-part2{
    padding-top: 30px;
    padding-bottom: 40px;
}
.honor-slide{
    position: relative;
    width: 100%;
}
.honor-slide .hd span{
    display: block;
    width: 20px;
    height: 46px;
    opacity: 0.3;
    top: 50%;
    margin-top: -23px;
    position: absolute;
    cursor: pointer;
}
.honor-slide .hd span.prev{

}
.honor-slide .hd span.next{
    background: #354388 url("../images/arrow-r.png") no-repeat center;
    right: 0;
}
.honor-slide .bd{
    margin: 0 auto 0;
}
.honor-list{

}
.honor-list li{
    float: left;
    width: 263px;
    height: 273px;
    box-sizing: content-box;
    border: 1px solid #e6e6e6;
    margin: 0 10px;
    padding-top: 30px;
}
.honor-swiper-container{
    width: 100%;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}
.honor-swiper-container .swiper-wrapper{
    /*overflow: hidden;*/
}
.honor-swiper-container .swiper-slide{
    border: 1px solid #e6e6e6;
    text-align: center;
    font-size: 18px;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 25px;
}
.honor-swiper-container .swiper-slide img{
    margin-bottom: 30px;
}

.honor-swiper-container  .swiper-button-prev{
     display: block;
     width: 20px;
     height: 46px;
     opacity: 0.4;
     top: 50%;
     margin-top: -23px;
     position: absolute;
     cursor: pointer;
     background: #354388 url("../images/arrow-l.png") no-repeat center;
     left: 0;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.honor-swiper-container  .swiper-button-next{
    display: block;
    width: 20px;
    height: 46px;
    opacity: 0.4;
    top: 50%;
    margin-top: -23px;
    position: absolute;
    cursor: pointer;
    background: #354388 url("../images/arrow-r.png") no-repeat center;
    right: 0;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.honor-swiper-container .swiper-button-prev:hover{
    opacity: 1;
}
.honor-swiper-container .swiper-button-next:hover{
    opacity: 1;
}
.about-part3{
    padding-top: 30px;
    padding-bottom: 40px;
}
.erji{
    margin-top: 20px;
}
.erji ul li{
    float: left;
    margin-right: 14px;
    font-size: 16px;
}
.erji ul li a{
    display: inline-block;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
}
.erji ul li a:hover{
    color: #fff;
    background: #354388;
    border-radius:5px;
}
.erji ul li.on a{
    color: #fff;
    background: #354388;
    border-radius:5px;
}
.page-wrap{
   
    margin: 60px 0;
}
.page-wrap a{
    display: block;
    float: left;
    line-height: 24px;
    border: 1px solid #b2b2b2;
    padding: 0 8px;
    margin: 0 5px 0;
}
.page-wrap span{
    display: block;
    float: left;
    line-height: 24px;
    border: 1px solid #354388;
    padding: 0 8px;
    margin: 0 5px 0;
    color: #fff;
    background: #354388;
}
.page-wrap a:hover{
    color: #fff;
    background: #354388;
    border: 1px solid #354388;
}
.in-wrap{
    padding-bottom: 40px;
}
.erji2{
    margin-top: 20px;
}
.erji2 ul li{
    float: left;
    margin: 0 10px;
}
.erji2 ul li a{
    display: block;
    width: auto;
    height: 35px;
    border: 1px solid #e3e7ea;
    color: #999;
   
	padding-left:15px;
	padding-right:15px;
    line-height: 35px;
    border-radius: 5px;
}
.erji2 ul li a:hover{
    border: 1px solid #354388;
    background: #354388;
    color: #fff;
}
.erji2 ul li.on a{
    border: 1px solid #354388;
    background: #354388;
    color: #fff;
}
.news-list2{
    margin-top: 30px;
}
.news-list2 li{
    width: 33.3333%;
    float: left;
    padding: 0 25px;

    margin-bottom: 20px;
}
.news-list2 li .news-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
}
.news-list2 li:hover img{
    transform: scale(1.2);
}
.news-list2 li .news-date{
    background: #354388;
    color: #fff;
    padding-left: 20px;
    width: 95px;
    height: 60px;
    float: left;
    padding-top: 5px;
}
.news-list2 li .clear-fix{
    border-bottom: 1px solid #e3e7ea;
    padding-bottom: 20px;
}
.news-list2 li .news-date p{
    font-size: 20px;
    font-weight: bold;
}
.news-list2 li .news-date span{

}
.news-bt-r{
    width: calc(100% - 115px);
    float: right;
}
.news-bt-r a{
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-bt-r a:hover{
    color: #354388;
}
.news-bt-r p{
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.news-list-wrap{
    padding-top: 15px;
}
.zp-l{
    width: 56%;
    float: left;
    font-size: 16px;
}
.zp-l table{
    width: 100%;
    text-align: center;
    height: 200px;
    color: #666;
    border: 1px solid #abb8f3;
}
.zp-l table td{
    border: 1px solid #abb8f3;
}
.zp-l table .tr-tit1 td{
    background: #354388;
    color: #fff;
    width: 25%;
}
.zp-l table .tr-tit2 td{
    background: #dee4ff;
    color: #354388;
}
.zp-r{
    float: left;
    width: 44%;
    height: 200px;
    border: 1px solid #abb8f3;
    border-left: none;
    font-size: 16px;
}
.zp-r-top{
    height: 50px;
    background: #354388;
    color: #fff;
    line-height: 48px;
    padding-left: 20px;
    border-bottom: 1px solid #abb8f3;
}
.zp-r-bt{
    line-height: 28px;
    padding-left: 14px;
    padding-top: 14px;
    color: #666;
}
.zp-list{
    margin-top: 30px;
    margin-bottom: 30px;
}
.zp-list li{
    box-shadow: 0 1px 6px #ddd;
    margin-bottom: 10px;
}
.contact-part1{
    padding-top: 20px;

}
.contact-part1-nr{
    background: #fff;
    margin-top: 30px;
    padding-top: 40px;
    box-shadow: 0 5px 6px #ddd;
    padding-bottom: 40px;
}
.contact-part1-nr>div{
    width: 25%;
    float: left;
    padding-left: 40px;
    border-right: 1px solid #ededed;
    min-height: 230px;
}
.ctt-part1-tit{
    font-size: 20px;
    padding-left: 48px;

}
.contact-part1-nr>div:nth-child(1){}
.contact-part1-nr>div:nth-child(2){padding-left: 20px;padding-right: 20px;}
.contact-part1-nr>div:nth-child(3){padding-left: 50px;}
.contact-part1-nr>div:nth-child(4){padding-left: 50px;border-right: none;}
.ctt-part1-tit1{background: url("../images/ctt-icon1.png") no-repeat left center;}
.ctt-part1-tit2{background: url("../images/ctt-icon2.png") no-repeat left center;}
.ctt-part1-tit3{background: url("../images/ctt-icon3.png") no-repeat left center;margin-top: 60px;}
.ctt-part1-tit4{background: url("../images/ctt-icon4.png") no-repeat left center;margin-bottom: 30px;}
.ctt-part1-tit4 img{
    max-width: 150px;
}
.phone-stl{
    margin-top: 10px;
}
.phone-stl p{
    font-size: 16px;
    margin-bottom: 8px;
}
.phone-stl span{
    font-size: 24px;
    font-weight: bold;
    color: #354388;
    line-height: 24px;
}
.email{
    font-size: 20px;
    margin-top: 10px;
}
.gsdz{
    font-size: 16px;
    margin-top: 15px;
    line-height: 24px;
}
.contact-part2{
    padding-top: 30px;
    padding-bottom: 50px;
}
.map-wrap{
    width: 100%;
    height: 265px;
    margin-top: 30px;
}
.contact-part3{
    padding-top: 30px;
    padding-bottom: 30px;
}
.news-dt-tit{
    text-align: center;
    position: relative;
    height: 70px;
}
.news-dt{
    margin-top: 20px;
}
.news-dt-tit h3{
    font-size: 30px;
    font-weight: normal;
    color: #354388;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-dt-tit i{
    display: block;
    position: absolute;
    width: 80px;
    height: 3px;
    background: #354388;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -3px;
}
.news-dt-txt{
    font-size: 16px;
    color: #666;
    line-height: 32px;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    padding-top: 30px;
    padding-bottom: 30px;
}
.news-dt-txt img{
    display: block;
    margin: 20px auto;
    max-width: 100%;
}
.flip-wrap{
    color: #666;
}
.flip-wrap a{
    color: #666;
}
.flip-wrap .shang {
    float: left;
    margin-top: 15px;
}
.flip-wrap .xia{
    float: right;
    margin-top: 15px;
}
.flip-wrap a:hover{
    text-decoration: underline;
}

.citylist{
	float:left;
	width:auto;
}


.citylist ul li{
	float:left;
	width:auto;
	padding-left:15px;
	padding-right:15px;
}



.logo {
    position: relative;
    overflow: hidden;
    float: left;
    width: 190px;
    padding-top: 5px;
}



.logo:before{content:"";position:absolute;width:200px;height:4px;background-color:rgba(255,255,255,.5);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:blink 1s ease-in 1s infinite;animation:blink 1s ease-in 1s infinite}
@-webkit-keyframes blink{from{left:10px;top:0}
    to{left:320px;top:0}
}
@-o-keyframes blink{from{left:10px;top:0}
    to{left:320px;top:0}
}
@-moz-keyframes blink{from{left:10px;top:0}
    to{left:320px;top:0}
}
@keyframes blink{from{left:-100px;top:0}
    to{left:320px;top:0}
}