body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,input,select,textarea,div,table,td,th,tr,dt,dd,dl{margin:0;padding:0;}

ul,ol{list-style:none;}

em,i{font-style:normal;display: inline-block;}

table{border-spacing:0;border-collapse:collapse;}

img{border:0;vertical-align:middle;}

input,select{vertical-align:middle;outline: none;}

a{
	color: #333;
}
a:hover{
    color: #379dec;
}
a,a:hover{text-decoration:none;}
a:focus{
    text-decoration: none;
}

img{border:none;}

body{font-family:'Microsoft YaHei','Arial','Heiti SC';background:#f2f5f9;}

.fl{display:block;float:left;}

.fr{display:block;float:right;}

.clear{clear:both;}

.container{width: 1310px;margin: 0 auto;}

.ells {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.content p{
    text-indent: 2em;
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.content h3{
    font-weight: 600;
    color: #000;
    line-height: 30px;
    font-size: 18px;
    margin: 10px 0;
}

.content h2{
    font-weight: 600;
    color: #000;
    line-height: 30px;
    font-size: 18px;
    margin: 10px 0;
}
.content strong{
    font-weight: 600;
    color: #000;
    line-height: 30px;
    font-size: 18px;
    margin: 10px 0;
}
.content img{
    max-width: 80%;
    display: block;
    margin: 0 auto;
}


#page{
	text-align: center;
}
#page .pagination li span{
	width: 40px;
	height: 34px;
	line-height: 34px;
	border-radius: 2px;
	margin-right: 8px;
	padding: 0px;
	background-color: #379dec;
    color: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px #e6e6eb;
}
#page .pagination li a{
	width: 40px;
	height: 34px;
	line-height: 34px;
	border-radius: 2px;
	margin-right: 8px;
	padding: 0px;
	background-color: #fff;
    color: #333;
    box-shadow: 1px 1px 1px #e6e6eb;
    transition: .3s;
}
#page .pagination li a:hover{
    background-color: #379dec;
    color: #fff;
}
#page .pagination li.disabled span{
	color: #666;
	border: 1px solid #f5f5f5;
	background: #fff;
	box-shadow: 1px 1px 1px #e6e6eb;
}

.wq-title {
	width: 100%;
    height: 26px;
    margin-bottom: 23px;
    position: relative;
}
.wq-title h2{
	display: block;
	width: 140px;
	position: absolute;
	line-height: 26px;
	/*padding-left: 24px;*/
	left: 0px;
	font-size: 18px;
    font-weight: bold;
	border-radius: 0 0 50px 0;
	color: #333;
}
/*.wq-title h2:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 22px;
    top: 2px;
	color: #78bc00;
	margin-right: 5px;
    background: #f65220;
	left: 10px;
}*/
.wq-title .more {
    position: absolute;
    right: 0;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #888;
    font-weight: normal;
}
.wq-title .more:hover{
	color: #333;
}



/*图片效果*/

.pic-img { position:relative;}

.pic-img a img,.pic-img img{ transition:all 0.6s; }

.pic-img a:hover img ,.pic-img:hover img{ transform:scale(1.2); }

/*

.pic-img a:before { content:""; position:absolute; top:15px; left:15px; bottom:15px; right:15px; z-index:9; border-top:1px solid rgba(255, 255, 255, 0.8); border-bottom:1px solid rgba(255, 255, 255, 0.8); transform:scale(0, 1); }

.pic-img a:after { content:""; position:absolute; top:15px; left:15px; bottom:15px; right:15px; z-index:9; border-left:1px solid rgba(255, 255, 255, 0.8); border-right:1px solid rgba(255, 255, 255, 0.8); transform:scale(1, 0); }

.pic-img a:hover:before,.pic-img a:hover:after { transform:scale(1); -webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s; }

*/

.tbl {
    box-shadow: 1px 1px 1px #e6e6eb;
    border-bottom: 1px solid #eef1f5;
    background: #fff;
}

.header {
    height: 138px;
    font-size: 100%;
    width: 100%;
    z-index: 9;
    margin-bottom: 25px;
}
.h-top {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #f1f2f6;
    background: #262626;
    font-size: 12px;
}
.h-top a:hover{
    color: #fff;
}
.h-top a.rank {
    padding-right: 0px;
    border-right: 0;
}
.h-top p {
    float: left;
    display: inline;
    color: #94979f;
}
.h-top div > a {
    float: right;
    display: inline;
    height: 16px;
    color: #94979f;
    line-height: 16px;
    margin: 10px 0;
    padding: 0 15px;
    border-right: 1px solid #94979f;
}

.h-top a.mobile{
    position: relative;
}
.h-top a.mobile:hover .img{
    display: block;
}
.h-top a.mobile .img{
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    z-index: 99;
    top: 28px;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(229 229 229);
    text-align: center;
}
.h-top a.mobile .img img{
    margin-top: 10px;
    width: 100px;
    height: 100px;
}

.h-top .sitemap{
    display: inline-block;
    float: right;
    position: relative;
}
.h-top .sitemap:hover ul{
    display: block;
}
.h-top .sitemap ul{
    position: absolute;
    display: none;
    padding: 10px;
    top: 38px;
    left: 0;
    margin-left: -172px;
    z-index: 99;
    width: 355px;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(229 229 229);
}
.h-top .sitemap ul:before {
    content: '';
    display: block;
    position: absolute;
    right: 141px;
    top: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.h-top .sitemap ul li{
    text-align: center;
    float: left;
    width: 82.5px;
    line-height: 38px;
    height: 38px;
}
.h-top .sitemap ul li a{
    font-size: 14px;
}

.h-cont {
    height: 100px;
    position: relative;
}
.header .logo {
	float: left;
    padding-right: 35px;
}
.header .logo .img {
    margin-top: 15px;
    height: 70px;
}
.nav {
    font-size: 14px;
    margin-right: 10px;
    max-width: 85%;
    height: 100px;
}
.nav li {
    position: relative;
    list-style: none;
    display: block;
    float: left;
}
.nav li a {
    text-transform: none;
    line-height: 100px;
    height: 100px;
    font-weight: 600;
    padding: 0 18px;
    display: block;
    position: relative;
    font-size: 16px;
}
.nav li a:hover{
	color: #379dec;
}
.nav .active {
    color: #379dec;
}
.nav li a:hover::before, .nav .active::before {
    width: 50%;
    opacity: 1;
}
.nav li a::before, .nav ::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 20%;
    height: 2px;
    opacity: 0;
    /*background-color: #379dec;*/
    transform: translate(-50%, 0);
    transition: all 0.3s ease-in-out;
}
.search {
    position: absolute;
    bottom: 29px;
    right: 15px;
    z-index: 2;
    width: 15%;
}
.search form {
    width: 100%;
    position: relative;
}
.search input {
    width: 100%;
    text-indent: 20px;
    border: none;
    background: #f1f1f1;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    color: #333;
    border-radius: 24px;
}
.search .button {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 1;
    width: 20%;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    color: #333;
    background: url("../images/sousuo.png") no-repeat;
    background-size: 26px;
    background-position: 5px;
}

.footer {
    width: 100%;
    background: #262626;
    color: #fff;
    padding: 41px 0;
    font-size: 12px;
    text-align: justify;
}
.footer .img{
    float: left;
    width: 140px;
}
.footer .img img{
    height: 80px;
    margin-top: 3.5px;
}
.footer .support{
	text-align: right;
    margin: 8px auto 16px;
}
.footer .support a {
    padding: 0px 10px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    color: #D7D7D7;
    font-size: 14px;
    transition: all .1s linear;
}
.footer .support a:hover{
    color: #fff;
}
.footer i {
    font-style: normal;
    padding: 0 5px;
    opacity: .6;
}
.footer p {
    text-align: right;
    line-height: 26px;
    color: #6B6B6B;
}


.map{
	margin-bottom: 20px;
	margin-top: -12px;
	height: 26px;
	line-height: 26px;
    position: relative;
}
.map a:hover{
    color: #379dec;
}
.map a:nth-child(1){
    padding-left: 30px;
}
.map a:nth-child(1):before{
    position: absolute;
    content: "";
    width: 18px;
    top: 4px;
    left: 8px;
    height: 18px;
    background: url("../images/home.png") no-repeat;
    background-size: 18px;
}
.map a {
    font-size: 14px;
    color: #999;
    display: inline-block;
    background: #fff;
    height: 28px;
    line-height: 28px;
    position: relative;
    padding-right: 10px;
    box-shadow: 1px 1px 10px rgb(229 229 229);
}
.map a::after {
    content: '';
    position: absolute;
    display: inline-block;
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    box-shadow: 2px -2px 4px #e2e2e2;
    top: 4px;
    right: 0;
    z-index: 2;
}
.map a.em {
    display: inline-block;
    font-size: 14px;
    color: #999;
    background: #fff;
    height: 28px;
    line-height: 28px;
    position: relative;
    padding-left: 20px;
    padding-right: 15px;
    box-shadow: 1px 1px 10px rgba(229, 229, 229, 1);
}
.map a.em::after {
    content: '';
    position: absolute;
    display: inline-block;
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    box-shadow: 1px -1px 2px #e2e2e2;
    top: 4px;
    right: -7px;
    z-index: 2;
}
.map a:nth-of-type(2) {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.map b {
    width: 10px;
    height: 28px;
    display: inline-block;
    position: absolute;
    right: 0;
    background: #fff;
    top: 0;
    z-index: 1;
}

.hot-zt{
    padding: 21px;
    margin-bottom: 25px;
}
.hot-zt li {
    margin-bottom: 18px;
}
.hot-zt li a {
    width: 100%;
    height: 170px;
    position: relative;
    display: block;
    overflow: hidden;
}
.hot-zt li img {
    display: block;
    width: 100%;
    height: 130px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.hot-zt li div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
}
.hot-zt li div p {
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
}
.hot-zt li div:hover p{
    color: #379dec;
}

.new-app{
    padding: 21px;
    margin-bottom: 25px;
}
.new-app li {
    border-bottom: 1px solid rgba(229,229,229,.6);
    overflow: hidden;
    *zoom: 1;
    height: 102px;
}
.new-app li:last-child{
    border: 0px;
}
.new-app li a {
    display: block;
    padding: 14px 15px 0;
}
.new-app img {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 20px;
    display: block;
    border-radius: 20px;
}
.new-app ul li div {
    float: left;
    width: 130px;
    height: 88px;
}
.new-app ul li div p:nth-of-type(1) {
    font-size: 16px;
    color: #242424;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.new-app ul li div p:nth-of-type(1):hover{
    color: #379dec;
}
.new-app ul li div p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fave-app{
    padding: 21px;
    margin-bottom: 25px;
}
.fave-app .item:nth-child(n+8){
    margin-right: 0px;
}
.fave-app .item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    position: relative;
    text-align: center;
    border-radius: 6px;
    padding: 14px 0 30px;
    border: 1px solid #fff;
}
.fave-app .item:nth-child(4n){
    margin-right: 0px;
}
.fave-app .img {
    display: block;
    overflow: hidden;
    float: left;
    height: 88px;
}
.fave-app .img img {
    height: 88px;
    width: 88px;
    border-radius: 15px;
}
.fave-app .item .tit {
    width: 115px;
    float: right;
    font-weight: 400;
    padding: 6px;
    font-size: 16px;
}
.fave-app .item .tit a{
    text-align: left;
    height: 19px;
    line-height: 19px;
    font-size: 16px;
    overflow: hidden;
    display: block;
}
.fave-app .item .size {
    font-size: 14px;
    opacity: .6;
    margin-top: 10px;
    text-align: left;
    height: 20px;
    display: block;
}
.fave-app .down {
    position: absolute;
    right: 5px;
    padding: 2px 15px;
    border-radius: 24px;
    color: #fff;
    background-color: #379dec;
    text-align: center;
    bottom: 35px;
    z-index: 1;
}

.about-new{
    padding: 21px;
    margin-bottom: 25px;
}
.about-new ul li {
    padding: 25px 0;
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid rgba(229,229,229,.6);
}
.about-new ul li:last-child{
    border: 0px;
}
.about-new li a {
    display: block;
    height: 120px;
    overflow: hidden;
}
.about-new li img {
    display: block;
    float: left;
    width: 190px;
    height: 120px;
    margin-right: 19px;
}
.about-new li div {
    float: left;
    width: 670px;
}
.about-new li:hover p:nth-child(1){
    color: #379dec;
}
.about-new li p:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.about-new li p:nth-child(1):hover{
    color: #379dec;
}
.about-new li p:nth-child(2) {
    font-size: 14px;
    color: #999;
    height: 46px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 19px;
}
.about-new li p:nth-child(3) {
    font-size: 14px;
    color: #f65200;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pmap{
    margin: 20px 0;
    padding: 0 20px;
    background: #fff;
}
.pmap .title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.pmap .title h2 {
    display: inline-block;
    padding: 0 0px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.pmap .title h2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #379dec;
}
.pmap ul{
    padding: 20px 0;
    margin-bottom: 30px;
}
.pmap ul li{
    width: 130px;
    border: 1px solid #f2f2f2;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.pmap ul li a{
    font-size: 16px;
    color: #333;
}
.pmap ul li:hover a{
    color: #379dec;
}