﻿*{
  margin:0;
  padding:0;
}
html{
    width: 100%;
}
body{
    background: #fff;
}

.el-col {
    border-radius: 0;
}
.bg-purple-dark {
    background: #1E9FFF;
}
.grid-content {
    border-radius: 0;
    min-height: 36px;
    line-height: 36px;
}
.nav .el-menu{
    padding-left: 5%;
}
.el-menu .el-submenu__title,.el-menu .el-menu-item{
    font-size: 16px;
}
.header{
    width: 100%;
    z-index: 150;
}
.top{
    padding:0 5%;
    text-align:left;
}
h1{
    width:160px;
    height:60px;
    overflow:hidden;
}
h1 a{
    width:100%;
    height:100%;
}
h1 a img{
    width:100%;
    height:100%;
}
.nav{
    padding: 0 5%;
    background-color:#fff;
}
.app{
    text-align: center;
    width: 100%;
    background: #fff;
    z-index: 9999;
    position: relative;
    display:none;
}
.navbar-header{
    padding: 0 5%;
    height: 60px;
    border-bottom: 1px solid #1E9FFF;
}
#app,.small-menu{
    display: none;
}
.small-drop{
    background-color:#313033;
    padding: 0 20px;
    padding-left: 40px;
    border-bottom: 1px solid #49484d;
}
.app-down{
    padding: 0 20px;border-bottom:1px solid #49484d;border-top: 1px solid #49484d;
}
/*
头部
*/
.top-header .navbar-default{
    background-color: #fff;
}
.top-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.dropdown:hover .dropdown-menu {
    display: block;
    
}
.navbar {
    min-height: 70px;
    border: 0;
    margin: 0;
    background-color: #fff;
}
.container-fluid{
    position: relative;
    width: 1200px;
    padding: 0;
    
}
h1{
    height: 70px;
    margin: 0 15px 0 0;
}
li{
    position: relative;
}

.dropdown:hover:after {
    width: 100%;
    left: 0;
}
.dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #005dae;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: 1s all ease;
}
.dropdown-list{
    position: absolute;
    top: 0;
    left: 169px;
    width: 158px;
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #1E9FFF;
}
.navbar-default .navbar-nav>li>a{
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
    color: #252626;
}
.dropdown-use2{
    width: 116px;
    min-width: 116px;
    height: 210px;
    padding: 0;
    background-color: #0073cc;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.dropdown-menu li{
    background-color: #0073cc;
}
.dropdown-menu .dropdown-pic{
    position: absolute;
    top: 0;
}
.dropdown-menu li>a{
    line-height:3;
    display: block;
    padding: 5px 0;
    text-align: center;
    color: #fff;
}
.dropdown-use3{
    position: absolute;
    top: 0;
    left: 116px;
    z-index: 1000;
    display: none;
    float: left;
    min-width:318px;
    height: 210px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
   -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.dropdown-menu .menu-pic{
    width:318px;
    position:absolute;
    top: 0;
    right: 0;
    background-color: #EFEFF0;
    height: 210px;
    padding: 0 15px;
}
.dropdown-menu .menu-pic div{
    width: 100%;
    height: 120px;
    margin: 18px 0 10px 0;
}
.dropdown-menu .menu-pic div img{
    display: block;
    width: 100%;
    height: 120px;
}
.dropdown-menu .menu-pic p{
    width: 100%;
    word-wrap: break-word;
}
.search-bar{
    background: url(../images/search.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
}
.Zn-Eng{
    height: 70px;
    line-height: 70px;
    margin-right: 20px;
}
.Zn-Eng a{
    font-size: 16px;
}
.search-bar{
    margin-top: 25px;
}
.search-drop{
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: rgba(241,246,246,0.8);
    text-align: center;
    display: none;
}
.search-drop input{
    width: 770px;
    height: 49px;
    padding-left: 20px;
    border: none;
    background-color: white;
    border: 1px solid #e0e0e0;
}
.search-drop button{
    width: 100px;
    line-height: 49px;
    height: 49px;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background-color: #1E9FFF;
}
/*
尾部
*/
footer{
    margin: 0 auto;
}
.footer{
        width: 100%;
        color: #fff;
    }
    .footer a{
        color: #fff;
    }
    .footer .footer-top{
        width: 100%;
        text-align: left;
        background-color: #3a3a3a;
        padding: 40px 0;
    }
    .footer .footer-bottom{
        width: 100%;
        background-color: #1464a7;
    }
    .footer-bottom p{
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        text-align: center;
        white-space: normal;
        word-break: break-all;
        word-wrap: break-word;
    }
    .footer .footer-contain{
         width: 1200px; 
        /* width: 100%; */
        margin: 0 auto;
    }
    .footer .footer-top dl{
        width: 126px;
    }
    .footer .footer-top dt{
        margin-bottom: 20px;
    }
    .footer .footer-top dd{
        line-height: 24px;
    }
    .footer .footer-top dt a{
        font-size: 18px;
    }
    .footer .footer-top dd a{
        font-size: 14px;
    }
    .call-in{
        width: 300px;
        margin-right: 36px;
    }
    .sanjiao{
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
		width:0; 
        height:0; 
        border-left:4px solid transparent;
        border-right:4px solid transparent;
        border-bottom:4px solid #fff;
    }
    .link{
        position: relative;
        z-index: 99;
        margin-bottom: 20px;
    }
    .link div{
        width: 100%;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border: 1px solid #fff;
    }
    .link ul{
        width: 100%;
        padding: 10px 10px;
        position: absolute;
        top: -108px;
        left: 0;
        border: 1px solid #fff;
        border-bottom: 0;
        background-color: rgba(241,246,246,0.8);
        display: none;
    }
    .link ul li{
        margin-bottom: 10px;
    }
    .link a{
        color: #000;
    }
    .call p{
        line-height: 24px;
    }
    .qrcode{
        width: 234px;
    }
    .qrcode ul{
        width: 100%;
    }
    .qrcode ul li{
        width: 110px;
    }
    .qrcode .left-qrcode{
        margin-right: 14px;
    }
    .qrcode .qrcode-img{
        width: 100%;
        height: 110px;
    }
    .qrcode ul li img{
        width: 100%;
        height: 100%;
    }
    .qrcode ul li p{
        width: 100%;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }
.navdown:after{
    width: 100%;
    left: 0;
}
.footer a:hover{
    color: #1E9FFF;
}
.link a{
    display: block;
    width: 100%;
}
#paginate a{
    cursor: pointer;
}
	@media screen and (max-width: 1025px) {
			.footer-service {
				width: 100%;
				display: flex !important;
				-webkit-display: flex !important;
				flex-direction: row;
				-webkit-flex-direction: row;
				height: 55px;
				background-color: rgba(0, 0, 0, 0.5);
				-webkit-background-color: rgba(0, 0, 0, 0.5);
				position: fixed;
				-webkit-position: fixed;
				bottom: 0;
				left: 0;
				padding: 0 40px;
				align-items: center;
				-webkit-align-items: center;
				justify-content: space-between;
				-webkit-justify-content: space-between;
			}

			.footerPhone {
				display: flex;
				-webkit-display: flex;
				flex-direction: row;
				-webkit-flex-direction: row;
				align-items: center;
				-webkit-align-items: center;
				justify-content: center;
				-webkit-justify-content: center;
				background-color: #fff;
				height: 30px;
				color: #000;
				padding: 0 10px;
				border-radius: 60px;
				-webkit-border-radius: 60px;

			}

			.footerPhone img {
				width: 20px;
				height: 20px;
				margin-right:3px;
			}
		}

		.footer-service {
			display: none;
		}