/*css reset*/
body {
    margin:0 auto;background: #fff;
    font-family: "Microsoft YaHei","Arial";
    font-size: 16px;
    color:#333;
    background: #fff;
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,button {
    margin:0;
    padding:0;
}
ul,ol {
    list-style: none;
}
img{
    border:none;
}
.lf{
    float: left;
}
.rt{
    float:right;
}
input,button {
    font-family: "Microsoft YaHei";
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.link {
    display: block;
    width: 100%;
}
.w1170{
    width:1170px;
    margin:0 auto;
}
.clear{
    clear: both;
}
.clear-fix:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}
.head{
    width:100%;
    padding-top:50px;
    padding-bottom: 36px;
    border-bottom: 1px solid #cccccc;
}
.head .logo{
    display: block;
    float:left;
    margin-left:24px;
    width:622px;
    height:51px;
    background: url("../img/logo.png") no-repeat;
}
.head p{
    float:right;
    font-size:14px;
    color:#666;
    padding-top:27px;
    padding-right:20px;
}
.nav{
    height:72px;
}
.nav ul li{
    float:left;
    padding:0 20px;
    height:72px;
}
.nav ul li a{
    text-align: center;
    color:#666;
    padding-top:15px;
}
.nav ul li a span{
    display: block;
    text-align: center;
    font-size:18px;
}
.nav ul li a em{
    display: block;
    text-align: center;
    font-style: normal;
    font-size:14px;
    margin-top:8px;
}
.nav ul li.active{
    background: #666;
}
.nav ul li.active a{
    color:#fff;
}
.nav ul li.cur{
    background: #003399;
}
.nav ul li.cur a{
    color:#fff;
}
.banner{
    width:100%;
    height:497px;
    position: relative;
	min-width:1200px;
}
.banner ul li{
    width:100%;
    height:497px;
    display: none;
    position: absolute;
    left:0;top:0;
    background-size: cover;
    background-position: center top !important;
}
.indicator{
    width:100%;
   bottom: 20px;
    text-align: center;
    position: absolute;
}
.indicator span{
    display: inline-block;
    width:17px;
    height:17px;
    border-radius: 50%;
    background: #003399;
    margin:0 12px;
}
.indicator span.cur{
    background: #00b0ec;
}
.con1{
    width:100%;
    padding-bottom: 60px;
    background: #fff;
    padding-top:67px;
    box-sizing: border-box;
}
.con1 .title{
    width:100%;
    height:56px;
    box-sizing: border-box;
    border:2px solid #ababab;
    position: relative;
}
.con1 .title h2{
    width:285px;
    text-align: center;
    position: absolute;
    background: #fff;
    color:#003399;
    top:-18px;
    left:50%;
    margin-left:-142.5px;
}
.con1 .title  p{
    font-size:14px;
    color:#003399;
    width:100%;
    text-align: center;
    padding-top:25px;
}
.con1-list{
    margin-top:45px;
}
.con1-list dl{
    width:350px;
    height:493px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    float:left;
    margin-left:60px;
}
.con1-list dl:hover{
    box-shadow:1px 0px 13px #333333;
}
.con1-list dl dt{
    width:100%;
    height:222px;
}
.con1-list dl dt img{
    display: block;
    width:100%;
    height:222px;
}
.con1-list dl dd{
    width:100%;
    box-sizing: border-box;
    padding-left:105px;
    padding-top:30px;
}
.con1-list dl dd p{
    font-size:14px;
    color:#666;
    margin-bottom: 23px;
}
.con1-list dl dd p em{
    display: inline-block;
    width:10px;
    height:10px;
    background: #666666;
    margin-right:7px;
}
.con2{
    width:100%;
    background: #f8f8f8;
    padding-bottom: 60px;
    padding-top:67px;
    box-sizing: border-box;
	min-width:1200px;
}
.con2 .title{
    width:100%;
    height:56px;
    box-sizing: border-box;
    border:2px solid #ababab;
    position: relative;
}
.con2 .title h2{
    width:285px;
    text-align: center;
    position: absolute;
    background: #f0f0f0;
    color:#003399;
    top:-18px;
    left:50%;
    margin-left:-142.5px;
}
.con2 .title  p{
    font-size:14px;
    color:#666666;
    width:100%;
    text-align: center;
    padding-top:25px;
}
.con2-box{
    margin-top:40px;
    background: url("../img/con2-bg.png") no-repeat center;
}
.con2-box .text{
    width:365px;
    box-sizing: border-box;
    padding:0 15px;
    margin-bottom: 35px;
}
.con2-box .text h2{
    font-size:24px;
    color: #003399;
}
.con2-box .text  p{
    font-size:14px;
    color:#666;
    line-height: 27px;
    margin-top:5px;
}
.con3{
    background: #fff;
    margin-top:40px;
    margin-bottom:35px; ;
}

.con3 .title{
    width:100%;
    height:56px;
    box-sizing: border-box;
    border:2px solid #ababab;
    position: relative;
}
.con3 .title h2{
    width:285px;
    text-align: center;
    position: absolute;
    background: #fff;
    color:#003399;
    top:-18px;
    left:50%;
    margin-left:-142.5px;
}
.con3 .title  p{
    font-size:14px;
    color:#666666;
    width:100%;
    text-align: center;
    padding-top:25px;
}
.con4{
    width:100%;
    background: #f0f0f0;
    padding-bottom: 30px;
    padding-top:67px;
    box-sizing: border-box;
	min-width:1200px;
}
.con4 .title{
    width:100%;
    height:56px;
    box-sizing: border-box;
    border:2px solid #ababab;
    position: relative;
}
.con4 .title h2{
    width:285px;
    text-align: center;
    position: absolute;
    background: #f0f0f0;
    color:#003399;
    top:-18px;
    left:50%;
    margin-left:-142.5px;
}
.con4 .title  p{
    font-size:14px;
    color:#666666;
    width:100%;
    text-align: center;
    padding-top:25px;
}
.con4 .news-list{
    margin-top:30px;
}
.con4 .news-list ul li {
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ababab;
    width:450px;
}

.con4 .news-list ul li a{
    display: block;
    float:left;
    width:345px;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    font-size:12px;
}
.con4 .news-list ul li em{
    display: inline-block;
    width:12px;
    height:12px;
    background: #666666;
    margin-right:9px;
}
.con4 .news-list ul li span{
    font-size:12px;
}
.con4 .news-list ul li span{
    font-size:12px;
    float:right;
}
.footer{
    width:100%;
    background: #003399;
    height:130px;
    margin-top:20px;
	min-width:1200px;
}
.footer .fot-logo{
    float:left;
    width:174px;
    height:50px;
    margin-left:25px;
    margin-top:36px;
}
.footer .erweima{
    width:96px;
    height:96px;
    float:right;
    margin-top:18px;
    margin-right:115px;
}
.fot-2{
    width:100%;
    height:40px;
    background: #666;
    color:#b7b7b7;
    text-align: center;
    line-height: 40px;
    font-size:12px;
}
.footer .text{
    height:100px;
    margin-top:13px;
    border-left:1px solid #fff;
    padding-left:55px;
    float:left;
    margin-left:40px;
    background: url("../img/text-bg.png") no-repeat 30px 7px ;
}
.footer .text p{
    font-size:12px;
    padding-top:3px;
    color:#fff;
    line-height: 22px;
}
.con4 .news-list ul li:hover a{
    color: #003399;
}
.con4 .news-list ul li:hover em{
    background: #003399;
}
.slide_box{
    width:100%;
    position: relative;
    height:200px;
}
.slide_btn{
    position: absolute;
    top:50%;
    width:70px;
    height:110px;
    margin-top:-55px;
    cursor: pointer;
}
.slide_box .left-btn{
    background: url("../img/left.png") no-repeat;
}
.slide_box .right-btn{
    background: url("../img/right.png") no-repeat;
    right:0;
}
.slide-list{
    width:957px;
    height:200px;
    position: relative;
    margin:0 auto;
    overflow: hidden;
    margin-top:23px;
}
.slide-list ul{
    position: absolute;
    left:0;
    top:0;
    width:20000px;
}
.slide-list ul li{
    float:left;
    margin-right:22px;
}
.content-box{
    margin-top:32px;
    margin-bottom: 40px;
}
.content-box .left_menu{
    width:218px;
    float:left;
    background: url("../img/left-menu.png") no-repeat;
    min-height: 483px;
}
.content-box .left_menu>ul>li{
    width:218px;
    line-height: 46px;
    box-sizing: border-box;
    border-bottom: 1px solid #6f6e6c;
}
.content-box .left_menu>ul>li>a{
    color:#003399;
}
.content-box .left_menu>ul>li>a{
    padding-left:28px;
    box-sizing: border-box;
    height:47px;
}
.content-box .left_menu>ul>li.cur{
    background: url("../img/menu-bg.png") no-repeat;
    border-bottom: none;
}
.content-box .left_menu>ul>li.cur >a{
    color:#fff;
}
.content-box .left_menu>ul>li .child-menu{
    display: none;
}
.content-box .left_menu>ul>li .child-menu a{
    width:100%;
    height:34px;
    display: block;
    background: #dcdcdc;
    margin-top:2px;
    line-height: 34px;
    box-sizing: border-box;
    padding-left:28px;
    color:#003399;
}
.right-box{
    width:930px;
    box-sizing: border-box;
    float:right;
}
.right-nav{
    width:100%;
    height:36px;
    background: #f2f2f2;
    text-align: right;
    padding-right:32px;
    line-height: 36px;
    font-size:14px;
    font-weight: bold;
    box-sizing: border-box;
}
.right-nav a{
    color:#666;
}
.right-nav a:hover{
    color: #003399;
}
.right-nav .home em{
    display: inline-block;
    width:9px;
    height:9px;
    background: #003399;
    margin-right:8px;
    vertical-align: middle;
    margin-top:-3px;
}
.right-box .main{
    width:100%;
    border:1px solid #dedede;
    box-sizing: border-box;
    padding:0 35px;
    margin-top:10px;
}
.right-box .main .title{
    text-align: center;
    font-weight: normal;
    font-size:18px;
    color:#003399;
    width:100%;
    padding:25px 0;
    border-bottom: 1px solid #6e6e6e;
}
.right-box .main  .text{
    padding-top:30px;
    padding-bottom: 150px;
}
.right-box .main  .text p{
    font-size:12px;
    line-height: 32px;
}
.main .newsList{
    width:100%;
    padding-top:20px;
    padding-bottom: 50px;
}
.main .newsList ul li{
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ababab;
    width: 100%;
}
.main .newsList ul li a{
    display: block;
    float: left;
    width: 345px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.main .newsList ul li:hover a{
    color:#003399;
}
.main .newsList ul li:hover em{
    background: #003399;
}
.main .newsList ul li a em{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #666666;
    margin-right: 9px;
}
.main .newsList ul li span{
    font-size: 12px;
    float: right;
}
.pages{
    padding-top:25px;
    padding-bottom: 25px;
    width:100%;
    text-align: center;
}
.pages a{
    display: inline-block;
    padding:5px 10px;
    background: #eeeeee;
    color:#000;
    font-size:12px;
}
.pages span{
    display: inline-block;
    padding:5px 10px;
    background: #eeeeee;
    color:#000;
    font-size:12px;
}
.pages a.cur{
    background: #003399;
    color:#fff;
}
.pages a:hover{
    background: #003399;
    color:#fff;
}
.pages span:hover{
    background: #003399;
    color:#fff;
}
.pages  b {
    font-size: 12px;
    color: #000;
    padding-left:10px;
}
.team-text{
    width:100%;
    font-size:12px;
    color:#666;
    line-height: 32px;
    font-weight: bold;
    box-sizing: border-box;
    padding:0 5px;
    text-indent: 2em;
    margin-top:30px;
}
.team-list{
    width:100%;
    margin-top:30px;
}
.team-list dl{
    width:410px;
    height:211px;
    box-shadow:1px 0px 10px rgba(15,6,13,0.5);
    box-sizing: border-box;
    padding:11px 9px;
    margin-bottom: 30px;
}
.team-list dl dt {
    width:165px;
    height:100%;
    float:left;
}
.team-list dl dt img{
    width:100%;
    height:100%;
}
.team-list dl dd{
    float:left;
    margin-left:25px;
}
.team-list dl dd h3{
    color:#003399;
    font-size:14px;
}
.team-list dl dd div{
    margin-top:20px;
    height:120px;
    overflow: hidden;
	width:200px;
}
.team-list dl dd p{
    font-size:12px;
    color:#686765;
    margin-bottom: 10px;
}
.team-list dl dd p em{
    display: inline-block;
    width:10px;
    height:10px;
    background: #686765;
    margin-right:10px;
}
.team-list dl dd a{
    font-size:12px;
    color:#003399;
    display: block;
    font-weight: bold;
    margin-top:10px;
}
.TDcont-box{
    width:100%;
}
.TDcont-box dl{
    width:495px;
    height:190px;
    margin:42px  auto;
}
.TDcont-box dl dt{
    width:166px;
    height:190px;
    float:left;
}
.TDcont-box dl dt img{
    display: block;
    width:100%;
    height:100%;
}
.TDcont-box dl dd{
    width:314px;
    height:190px;
    background: #f2f2f2;
    float:right;
    box-sizing: border-box;
    padding-left:16px;
    padding-top:35px;
}
.TDcont-box dl dd h3{
    color: #003399;
    font-size: 14px;
}
.TDcont-box dl dd div p {
    font-size: 12px;
    color: #686765;
    margin-bottom: 5px;
}
.TDcont-box dl dd div{
    margin-top:25px;
    height:100px;
    overflow: hidden;
}
.TDcont-box dl dd div p em{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #686765;
    margin-right: 10px;
}
#TDcont-box h2.title{
    padding-top:20px;
    border-top:1px dashed #666666;
    font-size:14px;
    color:#003399;
    font-weight: bold !important;
    text-align: left !important;
    border-bottom: none;
}
#TDcont-box{
    padding-bottom: 100px;
}
#TDcont-box  p{
    margin-bottom: 12px;
}
#TDcont-box  p em{
    display: inline-block;
    width:10px;
    height:9px;
    background: #686765;
    margin-right:10px;
    vertical-align: top;
    margin-top:4px;
}
#TDcont-box  p  span{
    display: inline-block;
    width:825px;
    font-size:12px;
}
.case-box{
    width:100%;
    margin-top:30px;
}
.case-box dl{
    width:100%;
    height:212px;
    box-shadow: 1px 0px 10px rgba(15,6,13,0.5);
    margin-bottom: 65px;
}
.case-box dl dt{
    margin-top:10px;
    margin-left:10px;
    float:left;
    width:304px;
    height:194px;
    overflow: hidden;
}
.case-box dl dt img{
    display: block;
    width:100%;
    height:100%;
    transition: all 0.5s ease 0s;
}
.case-box dl:hover dt>img{

    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -transform: scale(1.2,1.2);
}
.case-box dl dd{
    width:500px;
    float:right;
    margin-right:20px;
    height:100%;
}
.case-box dl dd h2{
    font-size:14px;
    color:#003399;
    margin-top:25px;
}
.case-box dl dd p{
    font-size:12px;
    line-height: 32px;
    margin-top:10px;
    height:128px;
    overflow: hidden;
}
.case-box-text img{
    display: block;
    margin:40px auto;
}
.case-box-text{
    padding-bottom: 55px;
}
.case-box-text h2{
    padding-top:21px;
    border-top: 1px dashed #666;
    font-size:14px;
    color: #003399;
    margin-top:15px;
}
.case-box-text h2 em {
    display: inline-block;
    width: 10px;
    height: 9px;
    background: #003399;
    margin-right: 10px;
}
.case-box-text  p{
    font-size:12px;
    line-height: 32px;
    color: #666666;
    margin-top:10px;
}