@charset "utf-8";

nav,header,footer,main,article,aside,ol,ul,li,dl,dt,dd,p,input,select,body,div,html,
iframe,img,mark,menu,nav,object,section,span,table,tbody,tr,td,tfoot,thead,video,
*::after,
*::before{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    /*点击高亮效果清除*/
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.clearfix::before,
.clearfix::after{
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear:both;
    visibility: hidden;
}
a{
    text-decoration:none;
    color: #333;
    cursor: pointer;
}
input,select,textarea{
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
}
.pl10{
    padding-left: 10px;
}
.pr10{
    padding-right: 10px;
}
.ml10{
    margin-left: 10px;
}
.mr10{
    margin-right: 10px;
}
.mt10{
    margin-top: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.yc-hide{
	display: none;
}
.yc-show{
	display: block;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.inlineBlock{
	display:inline-block;
}

.width30p{
	width:30%;
}
.width40p{
	width:40%;
}
.width50p{
	width:50%;
}
.width60p{
	width:60%;
}
.width70p{
	width:70%;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
body{
    color:#333;
    font-size: 14px;
}
ul,ol{
    list-style: none;
}

.rye-btn {
    display:inline-block;
    white-space:nowrap;
    text-align:center;
    border:none;
    cursor:pointer;
    box-shadow:inset 0 0 20px rgba(0,0,0,0.5);
}
.btn-small{
    height:24px;
    line-height:24px;
    padding:0 8px;
    font-size:12px;
}
.btn-big{
    height:30px;
    line-height:30px;
    padding:0 14px;
    font-size:14px;
}
.btn-blue {
    background-color:#20a8dd;
    color:#fff;
}
.btn-blue:hover {
    background-color:#1b98c8;
}
.btn-red{
    background-color:#ff3300;
    color:#fff;
}
.btn-red:hover{
    background-color:#ff6633;
}
.nav {
    width: 100%;
}
.inner{
	display:flex;
	justify-content: center;
}
.inner>div {
    height: 72px;
    line-height:92px;
}
.inner>div:first-child{
	width:333px;
}
.inner>div:last-child{
	width:132px;
}
.inner .logo{
    width: 333px;
    float: left;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: 0 center;
}

.inner .menu{
	display:flex;
	width:650px;
}

.inner .menu>li{
    flex: 1;
    text-align:center;
}
.inner .menu>li>span{
    display:none;
}
.inner .menu>li:hover .menua{
    color:#0177c1;
}

.inner .menu>li:hover .panel{
    display: block;
}

.inner .menu>li>a{
    font-size: 16px;
    font-family:"微软雅黑";
    color: #333;
    display: inline-block;
    height: 72px;
    line-height: 72px;
}
.panel{
    display: none;
    position: absolute;
    top: 71px;
    left:0;
    right:0;
    height:25vw;
    z-index:99999;
    border-bottom: 1px solid #d1d1d1;
}
.panel>li:first-child{
	padding-left:9%;
	float:left;
	height:100%;
	line-height:100%;
	width:70%;
	margin-top: 1px;
	background-color: #eeeeee;
	background-image: linear-gradient(to right,#fafafa, #eeeeee);
	display: flex;
    justify-content: space-around;
}
.panel>li:first-child .dxlist{
	margin:30px 10px 0 0;
}
.panel>li:first-child div:last-child{
	margin:30px 0 0 0;
}
.panel>li:first-child .dxlist>a{
	display:inline-block;
	margin-bottom: 10px;
	font-size:16px;
	font-weight:700;
}
.panel>li:first-child .dxlist li{
	margin: 10px 0;
}
.panel>li:first-child .dxlist li a{
	font-size:14px;
	color:#666;
}
.panel>li:first-child .dxlist li:hover a{
	color:#0177c1;
}
.panel>li:last-child{
	float:left;
	height:100%;
	line-height:100%;
	width:30%;
	background-color: #fafafa;
	text-align:center;
}
.panel>li:last-child img{
	width:70%;
	margin-top: 16%;
}
.panel>li:last-child a{
	display:inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin-top:15px;
    background-color: #0177C1;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
} 
.panel>li:last-child a:hover{
	background-color:#49a0d8;
}
.inner .search-key{
	width:100px;
}
.inner .search-key input{
    height: 32px;
    line-height: 32px;
    border-radius: 4px 0 0 4px;
    padding: 0 4px;
    border: 1px solid #dddddd;
    width: 100px;
    position:relative;
}
.inner .search-submit{
	width: 30px;
}
.inner .search-submit span{
    padding:7px;
    border-radius: 0 4px 4px 0;
    background-color: #0177c1;
    color:#FFFFFF;
    position:absolute;
    height: 32px;
    line-height:18px;
    top:31px;
    cursor:pointer;
}
.now{
    color: #0177c1!important;
}

.menuCo div:nth-child(1){
	margin-bottom: 10px;
}
.menuCo div:nth-child(3){
	width:172px;
	height:101px;
	border: 1px solid #eee;
    text-align: center;
    margin-top: 20px;
}
.menuCo div:nth-child(3) img{
	margin-top: 5px;
}
.menuAd table{
	width:100%;
	border: none;
	margin:0;
	padding:0; 
	border-spacing:0px; 
	border-style:none; 
	border-collapse:collapse;
}
.menuAd table tr td:first-child p:first-child{
	height:35px;
	overflow: hidden;
	text-overflow :ellipsis; /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
}

.menuAd table a{
	display: inline-block;
	padding: 3px 5px;
	margin-right: 5px;
	background-color: #0094de;
}

.wz{
    display: none;
}
.qie{
    width: 24px;
    display: none;
}
.qie span{
    text-align: center;
}

.width30p img,.width40p img,.width50p img,.width60p img{
	width: 100%; 
	height: 100%;
}

.footer{
    width: 100%;
    background-color: #e6e6e6;
    border-top: 1px solid #cacaca;
    margin: 0 auto 0;
}
.footer .fmenu>ul{
	display:flex;
	width: 82%;
    margin: 20px 9% 5px 9%;
}
.footer .fmenu>ul>li:first-child{
    border-right:1px solid #888;
    width:160px;
}
.footer .fmenu>ul>li:nth-child(2){
    flex:1;
    text-align:center;
}
.footer .fmenu>ul>li:last-child li{
    float:left;
}
.footer .fmenu>ul>li:last-child li:first-child{
    margin-right:15px;
}
.footer .fmenu>ul>li:last-child li span{
    display:block;
    text-align:center;
}
.footer .fmenu>ul>li:first-child div{
    margin:0 20px 8px 0;
    padding:3px 5px;
    text-align:center;
}
.footer .fmenu>ul>li:first-child div:nth-child(1){
    font-size: 20px;
    font-family: "微软雅黑";
    font-weight: 700;
    color: #0177c1;
}
.footer .fmenu>ul>li:first-child div:nth-child(2){
    border:1px solid #888;
    border-radius:10px;
    font-size:12px;
}
.footer .fmenu>ul>li:first-child div:nth-child(3){
    margin-bottom: 0;
    font-size:12px;
}
.footer .fmenu>ul>li:first-child div:nth-child(4){
    margin-bottom: 0;
    font-size:18px;
    color:red;
    font-family:Arail;
}
.footer .fmenu>ul>li:nth-child(2)>ul{
    display: inline-block;
    line-height: 38px;
}

.footer .fmenu>ul>li:nth-child(2)>ul>li{
	min-width:40px;
    float:left;
    margin-right:15px;
}
.footer .fmenu>ul>li:nth-child(2)>ul>li ul li{
    font-size:12px;
}
.footer .fmenu>ul>li:nth-child(2)>ul>li ul li:hover a{
    font-size:12px;
    color:#0177c1;
}
.footer .copyright{
	text-align:center;
	position:relative;
}

.footer .copyright>ul{
    margin: 5px 9%;
    text-align:center;
    border-top:1px dotted #cacaca;
    padding:10px 0;
    display:flex;
    justify-content:center;
}

.footer .copyright>ul>li{
   margin-right: 10px;
}

.footer .copyright>ul>li:last-child{
   margin-right: 0;
}

.footerul1 li a{
	color:#0177c1;
}
.footerul1 li:hover a{
	color:#52afe8;
}

#btn_footer{
	display:none;
	border-top: 1px solid #dedede;
    background: #0177c1;
    height: 30px;
}
#flk{
	position:absolute;
	padding:15px;
	bottom: 35px;
	background-color:#fff;
	display:none;
	text-align:left;
	box-shadow: 2px 2px 3px;
}
#flk a:hover{
	color:#0177c1;
}
.footer .copyright ul li:last-child{
	display:inline-block;
	height:24px;
}
.footer .copyright ul li:last-child:hover #flk{
	display:block;
}

#floatdiv{
  	position:fixed;
  	right:20px;
  	padding: 2px;
    background-color: #fff;
    border-radius: 3px;
}

#floatdiv ul li{
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:2px;
    margin-bottom:3px;
    text-align:center;
    background-color: #0177c1;
    color:#fff;
    cursor:pointer;
}
#floatdiv ul li:hover{
	color:#20a8dd;
}
#floatdiv ul li a{
	color:#fff;
	display:inline-block;
	width:100%;
	height:100%;
}
#floatdiv ul li a:hover{
	color:#20a8dd;
}
#floatdiv ul li .iconfont{
	font-size:30px;
}
#floatdiv ul li:last-child{
	background-color: #333333;
}

#floatdiv .weixin,#floatdiv .dingtalk,#floatdiv .mobile{
	display:none;
	position:absolute;
	right:48px;
	margin-top:-100px;
}

#floatdiv ul li:nth-child(2):hover .weixin{
	display:block;
}

#floatdiv ul li:nth-child(3):hover .dingtalk{
	display:block;
}

#floatdiv ul li:nth-child(5):hover .mobile{
	display:block;
	color:red;
	width:120px;
	margin-top:-45px;
	right:30px;
}

@media screen and (max-width: 1200px) {
	.inner .menu {
    	width: 540px;
	}
}

@media screen and (max-width: 1024px) {
    .inner .menu {
    	width: 480px;
	}
}
@media screen and (max-width: 980px) {
	.qie{
        display: block;
    	line-height: 72px;
    	position:absolute;
    	left:30px;
    }
    .qie span{
    	color: #0177c1;
    	font-size: 26px;
    }
    .inner .search-key{
    	display:none;
    	position:absolute;
    	height:50px;
    	line-height:50px;
    }
    .inner .search-submit{
    	position:absolute;
    	right:30px;
    	width:31px;
    }
    .inner .search-submit span{
    	color:#0177c1;
    	font-size: 26px;
    	background-color:#ffffff;
    }
    .inner .menu{
        border-bottom: 1px solid #b6b4b6;
        display: none;
        position: absolute;
        top:72px;
        left: 0;
        width: 100%;
        border-top: 1px solid #ddd;
        background-color: #fafafa;
        z-index: 10000;
    }
    .inner .menu>li{
    	display: block;
        float: none;
        padding: 0 16px;
        height:40px;
        line-height:40px;
        text-align:left;
        border-bottom:1px solid #ddd;
    }
    .inner .menu>li>span{
    	color:#888;
	    display:inline-block;
	    -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
	}
    .inner .menu>li>.now{
        border: none;
    }
    .inner .menu:hover{
        border-bottom: none;
    }
    .inner .menu>li>a{
        height: 40px;
        line-height: 40px;
        width: 100%;
        display:inline;
    }
    .inner .menu>li>a>span{
        display: block;
        float: right;
    }
    .menu>li>ul{
        position: static;
        min-width: 200px;
        background-color: #fafafa;
        padding-left: 15px;
        display: none;
        background-color: #eee;
    }
    .panel {
    	height:auto;
    }
    .panel>li:first-child {
    	width:100%;
    	padding-left:1%;
    	display: block;
    }
    .panel>li:last-child {
    	display:none;
    }
    .panel>li:first-child div:last-child{
		margin:0;
	}
    .panel>li:first-child .dxlist {
    	width: 95%;
    	margin: 10px 10px 0 0;
    }
    .panel>li:first-child .dxlist>a {
    	font-size: 14px;
    	display:block;
    }
    .panel>li:first-child .dxlist li {
    	float:left;
    	margin-right:5px;
    }
    .footer .fmenu li{
    	display: none;
    }
    .footer .fmenu>ul>li:first-child{
    	width:100%;
    	text-align:center;
    }
    .footer .fmenu>ul>li:first-child{
    	display: block;
    	border-right:none;
    }
    .footer .fmenu>ul>li:first-child div:nth-child(1),.footer .fmenu>ul>li:first-child div:nth-child(2){
    	display: none;
    }
    .footer .fmenu>ul>li:first-child div:nth-child(3),.footer .fmenu>ul>li:first-child div:nth-child(4){
    	font-size: 14px;
    	color:#333;
    	display:inline;
    	margin-right: 0;
    }
    .footer .copyright{
	   padding-bottom:55px;;
    }
    .footer .copyright>ul{
	    border-top:none;
	    display:inline;
	    margin:0;
    }
    .footer .copyright>ul li{
	    margin-right: 0;
    }
    .footer .copyright>ul li:last-child{
	    display:none;
    }
    #btn_footer{
		display:block;
		position:fixed;
		bottom:0;
		line-height: 50px;
    	min-height: 50px;
		width: 100%;
        z-index: 29999;
	}
	#btn_footer ul{
		display:flex;
		margin-left:9%;
		width:91%;
	}
	#btn_footer li{
		flex:1;
		justify-content:space-around;
		color:#fff;
	}
	#btn_footer li span{
		margin-right:15px;
		color:#fff;
	}
	#btn_footer li a{
	    display:inline-block;
		height:34px;
		line-height:34px;
		width: 80%;
        text-align: center;
		border-radius:3px;
		color:#fff;
	}
	#btn_footer .btn1{
		background-color:#50c25f;
	}
	#btn_footer .btn2{
		background-color:#ffbb10;
	}
	#btn_footer .btn3{
		background-color:#1896e6;
	}
}

@media screen and (max-width: 500px) {
	.inner>div:first-child {
		width: 149px;
	}
}



