@charset "utf-8";
/* CSS Document */


/*通用*/
body{font-family:"Microsoft Yahei";}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.w120{margin:0 auto;}
@media screen and (min-width: 1200px) {
    .w120 {
        width:1300px;
    }
}
.mt25{margin-top:25px;}
.pt25{padding-top:25px;}
.mt50{margin-top:50px;}

.tempMrap{margin:auto;}

/**************top*******************/
.top{width:100%;background:rgb(19,124,222);}
.top p.welcome{line-height:40px;color:white;font-size:14px;}
.top ul{float:right;}
.top ul li{float:left;color:white;padding-left:10px;}
.top ul li a{color:white;line-height:40px;margin-right:10px;}


/**************head*******************/
.head{padding:0;height:150px;}
.head a.logo{margin-right:30px;margin-top:10px;}
.head div.tel{width:280px;background:url("../images/tel.png") no-repeat left 27px;padding-left:60px;margin-top:30px}
.head div.tel p{line-height:45px;font-size:27px;color:#038ECF;    font-family:font-weight:900;}


/**************nav*******************/
.nav{ width:100%; height:60px; background:#007ae1;}
.nav_ul{ margin:0 auto;}
@media screen and (min-width: 1200px) {
    .nav_ul {
        width:1380px;
    }
}
.nav_ul li{ width:12.5%; float:left; background:url("../images/li-bg.png") no-repeat right center;line-height:60px; text-align:center; cursor:pointer; font-size:15px; font-weight:bold; position: relative;z-index:999; }
@media screen and (min-width: 1200px) {
    .nav_ul li{
       width:171px;
	   
    }
}
.nav_ul li:last-child{background:none;}
.nav_ul li a{color:#fff;font-size:15px;}
.nav ul li.current,.nav ul li:hover{background:#135ca3;}
.down_nav1{ display: none;  position: absolute;  top:60px;}
.down_nav1 dl dd{ font-size: 14px;margin-top:1px;background:#007ae1; line-height:30px; font-weight:bold; width:100px; }
@media screen and (min-width: 1200px) {
    .down_nav1 dl dd{
       width:171px;
	  
    }
}
.down_nav1 dl dd a{color:#fff; display:block;font-size:12px;}
.down_nav1 dl dd a:hover{background:#135ca3;} 

/* flexslider */
.flexslider{position:relative;height:550px;overflow:hidden;background:url("../images/loading.gif.html") 50% no-repeat;}
@media screen and (max-width: 1200px) {
    .flexslider {
        width:100%;
    }
}
.slides{position:relative;z-index:1;}
.slides li{height:550px;} 
.slides li a{display:block;width:100%;height:100%;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url("../images/dot.png") right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url("../images/prev.png") center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url("../images/next.png") center center no-repeat;}

/**************foot*******************/
.foot{width:100%;height:320px;background:rgb(11,94,165);padding-top:50px;}
@media screen and (max-width: 1200px) {
    .foot {
        height:620px;
    }
}
.foot-nav{height: 60px;background: #007ae1; overflow:hidden;}
.foot-nav ul li{width: 185px;float: left;background: url("../images/li-bg.png") no-repeat right center;line-height: 60px;text-align: center;font-size: 15px;font-weight: bold;}
.foot-nav ul li a{color: #fff;font-size: 15px;display: block;}
.foot-nav ul li a:hover{color:#000;}
.foot-nav ul li:last-child{background:none;}

.copyright{padding:0 50px;}

@media screen and (min-width: 1200px) {
    .copyright ul li{float:left;}
}
.copyright ul li.li1{width:150px;background:url("../images/li-bg5.png") no-repeat right 20px;}
@media screen and (max-width: 1200px) {
    .copyright ul li.li1 {
       margin-left:calc(50%-75px);
    }
}
.copyright ul li.li1 img,.copyright ul li.li3 img{border:1px solid #fff;border-radius:3px;}
.copyright ul li.li1 p{line-height:35px;color:#fff;padding-left:35px;}
.copyright ul li.li3 p{line-height:35px;color:#fff;padding-left:90px;}
.copyright ul li.li3{float:right;width:190px;background:url("../images/li-bg5.png") no-repeat left 20px;position: absolute;bottom: 700px;right: 100px;}
.copyright ul li.li3 img{margin-left:40px;}
.copyright ul li.li2{margin:0 40px;padding-top:7px;}
.copyright ul li.li2 p{color:#cecece;line-height:35px;font-size:19px}





