/*公共样式*/
*,body{
	margin: 0 auto;
	padding: 0;
	font-family:"Microsoft YaHei","微软雅黑","Microsoft JhengHei";
}
.container{
	width: 1180px;
	padding-left: 40px;
	padding-right: 40px;
	/*overflow: hidden;*/
}
.pl30{
	padding-left: 30px;
}
.pr30{
	padding-right: 30px;
}
.pt30{
	padding-top: 30px;
}
.pb30{
	padding-bottom: 30px;
}
.pd30{
	padding: 30px;
}
.box-shadow{  
    -webkit-box-shadow:0 4px 20px -4px rgba(0, 0, 0, .5);  
    -moz-box-shadow:0 4px 20px -4px rgba(0, 0, 0, .5);  
    box-shadow:0 4px 20px -4px rgba(0, 0, 0, .5);  
    position: relative;
}
.border{
	border: 1px solid #d0cfce;
}
.title-white{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.fm-wei{
	font-family: "微软雅黑";
}
a{text-decoration: none !important;}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix{
	clear: both;
}
.clearfix:after{
	display: table;
	content: " "
}
/*头部*/
.head{
	max-width: 100%;
	min-width: 1366px;
	background-image: url(../images/head.png);
	/*background-position: 10% 40%;这个是按从左往右，从上往下的百分比位置进行调整*/
    /*background-size: 100% auto;按比例缩放*/
    /*background-repeat: no-repeat;还有repeat-x,y等*/
	background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.head .return{
	color: #fff;
	font-size: 12px;
}
.head .return a{
	color: #fff;
}
.banner{
      max-width: 100%;
      min-width: 1366px;
}   
 
/*中心区域*/
.main{
	max-width: 100%;
	min-width: 1366px;
	height: auto;
	
	background-image: url(../images/wel_bg.png);
	/*width:100%;
	height:100%;
	min-width: 1000px;*/
	z-index:-10;
	zoom: 1;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
.main .Wheel{
	width: 100%;
	padding-top: 72px;
	padding-bottom: 72px;
}
.main .Wheel .news{
	width: 770px;
	height: 420px;
	background: #fff;
	border-top: 5px solid #fc614d;
}
.main .Wheel .news .info{
	width: 100%;
	padding: 17px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.main .Wheel .news .info span{
	display: inline-block;
	font-size: 22px;
	color: #1a62d8;
}
.main .Wheel .news .info a{
	display: inline-block;
    float: right;
    font-size: 16px;
    color: #717171;
    padding-top: 5px;
}
.main .Wheel .news .info a:hover{
    color: #B3000A;
}
.main .Wheel .news .lunbo{
	padding: 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.main .Wheel .news .lunbo .lunbo_style{
	width: 49%;
	height: 302px;
}
.main .Wheel .news .lunbo .news_list{
	width: 49%;
	height: 302px;
}
.main .Wheel .news .lunbo .news_list a{
	color: #4f4f4f;
	font-size: 16px;
	line-height: 34px;
}
.main .Wheel .news .lunbo .news_list a:hover{
	color: #B3000A;
}
/*轮播样式*/
.flexslider {
    margin: 0px auto 20px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 30px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}
/*轮播标题样式*/
.carousel{
	background-color: #000;
	width: 100%;
	height: 45px;
	 filter: Alpha(opacity=60); /* IE */   
	-moz-opacity:0.6;    /* FF 主要是为了兼容老版本的FF */
	opacity:0.6;    /* FF */
	position: absolute;
	bottom: 0px;
}
.carousel_title{
	position: absolute;
	bottom: 12px;
	left: 10px;
}
.carousel_title a{
	font-size: 15px;
	color: #fff;
	z-index: 999;
}

.flex-control-nav {
    width: 22%;
    position: absolute;
    bottom: 8px;
    right: 10px;
    text-align: center;
}

.flex-control-nav li {
    /*margin: 0 2px;*/
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 100%;
}
/*文字链接*/
.main .Wheel .wz_link{
	width: 380px;
	height: 425px;
	background-color: #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
           background-color: #1960D6;
}
.main .Wheel .wz_link .bor-right{
	border-right: 1px solid #1a62d8;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.main .Wheel .wz_link img{
	vertical-align: middle;
	padding-right: 5px;
           width:20px;
}
.main .Wheel .wz_link .pic2{
	display: none;
}
.main .Wheel .wz_link a .wz_style{
	width: 50%;
	line-height: 83px;
	color: #ffffff;
	font-size: 18px;
	border: 1px solid #ffffff;
           box-sizing:border-box;
           padding-left:15px;
}
.main .Wheel .wz_link .wz_style:hover .pic1{
	display: none;
}
.main .Wheel .wz_link .wz_style:hover .pic2{
	display: inline-block;
}
.main .Wheel .wz_link .wz_style:hover{
	background-color: #F1695B;
}
.main .Wheel .wz_link a:hover .wz_style{
	color: #FFFFFF;
}
/*常见问题*/
.main .common{
	max-width: 100%;
        min-width: 1366px;
	height: auto;
}
.main .common .problem{
	width: 50%;
	height: 600px;
	background: url(../images/problem.png);
	z-index:-10;
	zoom: 1;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
.main .common .problem .problem-box{
	width: 600px;
	height: 300px;
	padding: 30px 40px 40px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.main .common .download .problem-box{
	width: 600px;
	height: 300px;
	padding: 30px 40px 40px 38px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.main .common .problem .problem-box .pro-list a,.main .common .download .problem-box .pro-list a{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 45px;
	transition: linear .5s;
	-moz-transition: linear .5s;	/* Firefox 4 */
	-webkit-transition: linear .5s;	/* Safari 和 Chrome */
	-o-transition: linear .5s;	/* Opera */
}
.main .common .problem .problem-box .pro-list a:hover{
	color: #FC614D;
}
.main .common .download .problem-box .pro-list a:hover{
	color:#1A62D8;
}
.main .common .problem .problem-box .more a,.main .common .download .problem-box .more a{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 45px;
	float: right;
	display: inline-block;
	padding-top: 60px;
}


.main .common .download{
	width: 50%;
	height: 600px;
	background: url(../images/download.png);
	z-index:-10;
	zoom: 1;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
.main .pic_link{
	width: 100%;
	padding: 44px 30px 44px 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background: #fff;
}
.main .pic_link a img{
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;	/* Firefox 4 */
	-webkit-transition: all 0.4s linear 0s;	/* Safari 和 Chrome */
	-o-transition: all 0.4s linear 0s;	/* Opera */
}
.main .pic_link img:hover{
	transform: scale(1.1);
	-moz-transform: scale(1.1);	/* Firefox 4 */
	-webkit-transform: scale(1.1);	/* Safari 和 Chrome */
	-o-transform: scale(1.1);	/* Opera */
}
/*版权*/
.foot{
	max-width: 100%;
	min-width: 1366px;
	background-color: #0063c8;
	padding-top: 55px;
	padding-bottom: 55px;
}
.foot .foot-link {
	color: #76a4f0;
	font-size: 14px;
	text-align: center;
}
.foot .foot-link p{
	line-height: 24px;
}

/*列表页*/
/*.main .left{
	width: 287px;
	padding-top:38px;
}
.main .left .depart{
	width: 100%;
	height: 234px;
	background-color: #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.main .left .enter{
	width: 100%;
	height: 415px;
	background-color: #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.main .left .depart .img,.main .left .enter .img{
	width: 18.2%;
	display: block;
	float: left;
}
.main .left .depart .title,.main .left .enter .title{
	width: 81.8%;
	border-bottom: 2px solid #edeef0;
	padding: 11px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.main .left .depart .title .more,.main .left .enter .title .more{
	margin-top: 3px;
}
.main .left .depart .title a,.main .left .enter .title a{
	color: #717171;
	font-family: "shregular";
	font-size: 12px;
}
.main .left .depart .list,.main .left .enter .list{
	width: 100%;
	padding: 25px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.main .left .depart .list a{
	font-size: 14px;
	color: #4f4f4f;
	line-height: 25px;
}
.main .left .depart .list a span{
	display: block;
}*/


.main .right{
	width: 100%;
	height: auto;
    padding-top: 38px;
}
.main .right .list{
	width: 100%;
	height: auto;
	background: #fff;
}
.main .right .list .title{
	width: 100%;
	background-color: #429cf9;
	padding: 10px 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.main .right .list .title .wenzi{
	font-size: 20px;
	color: #fff;
}
.main .right .list .title .wz{
	font-size: 12px;
	color: #fff;
	font-family: "宋体";
	padding-top: 10px;
}
.main .right .list .next{
	padding: 35px 30px;
}

