html,
body {
    position: relative;
    background-color: #fff
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
    color: #000 !important;
    border: none
}

a {
    color: #000;
    border: none;
    text-decoration: none
}

/*去除未被访问的a标签的下划线*/
a:link {
    text-decoration: none !important;
}

/*去除已经被访问过的a标签的下划线*/
a:visited {
    text-decoration: none;
    color: #000;
}

/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
    text-decoration: none;
    color: #000;
}

/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
    text-decoration: none!important;
    color: #000;
}

.collapse.in {
    display: block !important;
}
ul {
    padding: 0;
    margin: 0;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #fff;
    position: relative;
}

.xinding {
position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: auto;
    display: flex;
	  display: -webkit-flex; display: -ms-flex; display: -moz-flex;
    justify-content: space-between;
	flex-direction: column;
}

.xinding>.banner{
	width:100%;
	height:72px;
	transition: all 2s;
	position:relative;
	overflow: hidden;
	background: #fff;
}
.xinding>.banner>img{
	width:100%;
	height:100%;
}
#code-banner{
	width: 2%;
    height: 30%;
    position: absolute;
    right: 5.5%;
    top: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1.5rem;
	font-weight:900;
	cursor:pointer;
}
.xinding>.top>.logo {
    margin-left: 6%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #c41324;
    font-weight: 900;
}

.xinding>.top{
	width: 100%;
    height: 63px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    justify-content: space-between;
	 background-color: #fff;
    box-shadow: 0 0px 15px 0px #b3b3b3;
	}
.xinding>.top>.mc {
    position: absolute;
    bottom: 10px;
    right: 9%;
    font-size: 14px;

}
#Navigation {
    margin-top: 65px;
	transition: all 2s;
}
.Navigation {
    min-height: 63px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    background-color: #fff;
    margin-top: 63px;
	transition: all 2s;
	border-top:1px solid #eee;
}

.Navigation-left {
    width: 75%;
    min-height: 63px;
    padding-left: 9%;
    background-color: #fff;
	display:flex;
	align-items:center;
}

.Navigation-left>div {
    height: auto;
    width: auto;
    box-sizing: border-box;
}

.Navigation-left>.nav .xian {
    width: 100%;
    height: 5px;
    border-bottom: 2px #bd0000 solid;
    transition: all 0.8s;
    display: none;
    animation-name: Navigation-xian;
    animation-duration: 0.5s;
	
}

@keyframes Navigation-xian {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

.Navigation-left>.nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
	/* margin-left: 7%; */
}

.nav>li {
    width: auto;
    height: 38px;
    font-size: 14px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav>li>.title {
    height: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.nav>li>.title>span>a {
    color: #000;
}
.nav>li>.title>span>a>i{
	width:10px;
	font-size:10px;
}
.open-button,.login-button{
    width: 55px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
	margin-top: 14px;
}
.open-button:hover {
    background-color: #000;
    color: #fff;
}
.Navigation-right {
    width: 22%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: right;
    background-color: #fff;
	position: relative;
}

.Navigation-right>span {
    font-size: 14px;
    margin-right: 30%;
	margin-top: 10px;
}

.Navigation-right>a>.search {
    position: absolute;
    width: 160px;
    height: 45px;
    bottom: -44px;
    background: #c60505;
    z-index: 99;
    left: 70px;
	color: #fff;
    text-align: center;
    line-height: 45px;
	border-bottom: 3px solid #000;
	border-radius: 2px;
}

.Navigation-right>.search>i {
    font-weight: 200;
    font-size: 10px;
}

.Navigation-right>.search>.search-icon {
    width: 35px;
    height: 35px;
    background: #f2f2f2;
    color: #c5c5c5;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
}

.frame {
    min-width: 605px;
    min-height: 100px;
    display: none;
    position: absolute;
    z-index: -100;
    top: 38px;
    background-color: #fff;
    box-sizing: border-box;
    /* box-shadow: 0px -1px 0px 0px #CFCFCF,
				0px 1px 0px 0px #CFCFCF,
				1px 0px 1px 1px #CFCFCF,
				-1px 0px 1px 1px #CFCFCF; */
	border:1px solid #cfcfcf;
    animation: frame 1s;
    /*Safari 和 Chrome:*/
    -webkit-animation: frame 1s;
    text-align: left;
    letter-spacing: 1px;
    z-index: 99;
    font-size: 14px;
	flex-direction: column;
}

@keyframes frame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes frame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.nav>li:hover .xian {
    display: block;

}

.nav>li:hover .frame {
    display: flex;
    z-index: 100;
}

.nav>li .xian:hover .frame {
    display: flex;
    z-index: 100;
}

.frame:hover {
    display: flex;
    z-index: 100;
}

/*弹出框*/
.frame>.products_list {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
	padding-bottom:15px;
}

.frame>p {
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 900;
    font-size: 16px;
	margin-bottom:20px;
}

.frame>span {
    padding-left: 50px;
    padding-right: 50px;
    text-indent: 2em;
    text-align: justify;
	color:4b4b4b;
}

.frame>.close-icon {
    width: 100%;
    text-align: right;
    padding-right: 20px;
    margin-top: 15px;
}

.frame>.products_list>.frame-oa { 
    padding: 0; 
    width: auto;
}

.frame-oa {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 45px;
    padding-right: 25px;
    padding-bottom: 25px;
    text-align: justify
}

.frame-oa>img {
   
}

.frame-oa>p {
    width: 100%;
    border-bottom: 1px solid #ecedee;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
}

.frame-oa>span {
    margin-top: 15px;
}

.frame-oa>ul>li {
   padding: 5px 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.frame-oa>ul>li>a {
    color: #4b4b4b;
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.frame-oa>ul>li>a div {
    margin: auto;
    width: 100%;
}

.frame-oa>ul>li:hover a {
    color: #c60505 !important;

}

.frame-oa>ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    color: #000;
}

.frame-oa>div {
    border-bottom: 1px solid #ecedee;
    padding-bottom: 5px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    padding-left: 5px;
}

.frame-img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -18px;
    text-align: center;
    z-index: 99;
}
.frame>div>p {
    font-size: 16px;
    font-weight: 900;
    padding: 0 50px;
	margin-bottom: 20px;
}

.frame>div>span {
    font-size: 14px;
    padding: 0 50px;
    padding-bottom: 15px;
    text-indent: 2em;
}

.frame>div>.close-icon {
    width: 100%;
    text-align: right;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.frame>div>.know{
    margin-top: 20px;
    text-align: right;
}



.panel-heading {
	width: 100%;
	padding-left: 0 !important;
}
.panel-title {
	padding-right:5%;
}
.panel-body {
    border-bottom: 1px solid #fff;
    color: #fff;
 padding-left: 40px;
}

#panel-title-img {
    transition: all 0.5S;
    object-fit: cover;
    float:right;
}

.xuanzhuan {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
}

.panel-title {
    font-size: 14px !important;
}

a:hover,
a:focus {
    text-decoration: none
}

.mobile-nav ul li a {
     border: none;
    color: white !important;
    display: flex;
    padding-left: 12% !important;
    border-bottom: 1px solid #fff;
    transition: all 0.2s ease-out;
    cursor: pointer;
    background: none;
    width: 100%;
}

#mobile-menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 30%;
	min-width:220px;
    height: 100%;
    background-color: #c60505;
    z-index: 9999;
    transition: all 0.3s ease-in;
}

.mobile-nav ul li a:hover {
    background-color: #c60505;
    color: #ffffff;
}

.show-nav {
    transform: translateX(0);
}

.hide-nav {
    transform: translateX(-100%);
}

/*侧滑关键*/
.mobile-nav-taggle {
    height: 35px;
    line-height: 35px;
    width: 35px;
    background-color: #c60505;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.nav.avbar-inverse {
    position: relative;
}

.nav-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
}
.nav-btn>a:hover {
    text-decoration: none;
    color: #fff !important;
    border: none;
}
.dropdown-menu .divider {
    height: 0;
    margin: 0;
}
.panel-body>a{
	    color: white  !important;
    display: block  !important;
    padding: 0  !important;
    border-bottom: none  !important;
}

@media only screen and (max-width: 980px) {
    #pc {
        display: none;
    }
	.nav-btn {
    display: block;
}
#Case{
display: none;	
}
#mobile-menu{
	
}
}
@media only screen and (min-width: 991px) {
    .background{
		width:0%;
		opacity:none !important;
	}
	
}
@media only screen and (max-width: 370px) {
   .head>div:nth-child(2){
	   right:0 !important;
   }
}


/*招募*/
#zhaomu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: rgba(72, 70, 70, 0.7);
    display: none;
	
}
  .recruit_from {
        width: 46rem;
        margin: auto;
        position: relative;
		background: #fff;
		padding-bottom: 1.5rem;	
		min-width: 350px;
    }
    .recruit_from>img{
        position: absolute;
        bottom: 2.1053rem;
        right: 2.1053rem;
        width: 3.1579rem;
    }
    .top-title {
        width: 100%;
        height: 2.3684rem;
        background-color: #ededed;
        color: #c60505;
        position: relative;
        text-align: center;
        letter-spacing: 2px;
        font-weight: 900;
        font-size: 1.0526rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 2rem;
		min-height: 45px;
    }

    .top-title-left{
        font-size: 0.71rem;
    }
    .top-title-left>i{
        margin-right: 5px;
    }
    .top-title-right{
		height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.7rem;
        color: #000;
        font-weight: 900;
        letter-spacing: 1px;
    }
    .top-title-right>.xx{
        width: 2.5rem;
		cursor: pointer;
        height: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 1.3rem;
        background: #939598;
        margin-left: 1.5rem;
        color: #525252;
    }

    .recruit_from>.main {
        width: 100%;
        padding: 1rem 2.6316rem;
        font-size: 0.7368rem;
    }
	.recruit_from>.main>.title{
		 text-align: center;
		font-size: 1rem;
		font-weight: 900;
	}
    .recruit_from>.main>.text {
        width: 100%;
        text-indent: 2em;
    }
	.recruit_from>.main>.text>p{
		margin-bottom:0;
		line-height: 1.8;
	}
    .recruit_from>.main>.custom_list {
        margin: auto;
        display: flex;
        text-indent: 2em;
        margin-bottom: 0;
        margin-top: 0.8rem;
		font-weight:900;
    }
	.recruit_from>.main>.custom_list>span>img{
		margin-right:10px;
		width:auto;
	}
    .form-horizontal {
        margin: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
		    align-items: center;
    }

    .form-horizontal>.form-group {
        margin: auto;
        width: 35%;
        display: flex;
        font-size: 0.7368rem;
        margin-bottom: 15px;
        height: 2.1053rem;
        justify-content: space-between;
        position: relative;
		min-height: 30px;
		min-width:240px;
    }
	
    .form-horizontal>.form-group label{
		padding-top:0 !important;
	}
    .form-horizontal>.form-group>i{
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: -20px;
        color: #c60505;
        display: flex;
    align-items: center;
    font-size: 10px;
    transform: scale(0.8);
    }
    .control-label {
        width: auto;
        display: flex;
        align-items: center;
    }

    .form-control {
        flex: 1;
        font-size: 0.6316rem;
		height: 100%;
		border-radius: 0 !important;
    }
	.form-control{
		height:2rem !important;
		
	}
    .form-group>.city,
    .form-group>.province {
        display: flex;
        width: 50%;
        height: 100%;
        align-items: center;
		 white-space:nowrap;   
    }

    #city,
    #province {
        width: 70%;
        height: 100%;
        border: 1px solid #999;
        line-height: 2rem;
        text-align: center;
        position: relative;
        padding-right:8px;
		display: flex;
    align-items: center;
	justify-content: center;
    }
    #city>i,
    #province>i{
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0.4211rem;
		display: flex;
    align-items: center;
    }
    .checkbox {
        margin: auto;
		width: 35%;
		display: flex;
		justify-content: flex-end;
        align-items: center;
        font-size: 0.7368rem;
		padding: 0;
    }
.checkbox input[type=checkbox]{
	position:relative;
	margin: 0;
	margin-right:5px;
}
    .checkbox>input {
        margin-right: 5px;
    }
    .submit_button{
        width: 100%;
        background-color:rgb(198, 5, 5);
        color: #fff;
        font-size: 0.7368rem;
        border: none;
        height: 2.3684rem;
		min-height: 28px;
		min-width: 120px;
    }
  /*试用申请弹框*/
  
.login-form {
	background: #eee;
    width: 20%;
    margin: 9% auto 4% auto;
    position: relative;
    -webkit-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    top: 30%;
    min-width: 220px;
    max-width: 285px;
	
}
.alert{
	width:15%;
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
	display:none;
	z-index:99
}
.head {
	position: absolute;
    top: -100%;
    left: 0%;
    text-align: center;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 30%;
}
select{
	appearance:none;   
  -moz-appearance:none;   
  -webkit-appearance:none;
	position:relative;  
}
.img{
	position:absolute;
	right:14%;
	top:65%;
	z-index:9;
}
form>#div{
	display:flex;
	border-radius: 5px;
	margin-bottom: 6%;
	background:#D3D3D3;
	align-items: center;
	justify-content: space-between;
}

select,input[type="text"], input[type="password"]{
	text-align:left;
	position: relative;
	padding:3%;
	background:#D3D3D3;
	margin-bottom: 6%;
	font-family: 'Open Sans', sans-serif;
	color: #676767;
	font-weight:600;
	font-size: 14px;
	outline: none;
	border: none;
	border-radius: 5px;
	border:1px solid #DED6D6;
}
input[type="button"]{
	width:42%;
	height:38px;
	margin-bottom:0px;
	background:#D71729;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight:600;
	font-size: 12px;
	border: none;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px
}
#dcaptchasy{
	width:58%;
	display:inline;
	margin-bottom:0px;
	background-color:transparent;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#dcaptchasy:hover{
	border-right:none;
}
#secodesy:hover{
	background:#980b18;
	color:#fff;
}
#select{
	background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
 input[type="text"]:hover, input[type="password"]:hover{
 	border:1px solid #949494;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:	0.5s;
 	
 }
input[type="submit"]{
	width: 99%;
	padding: 3%;
	margin-bottom: 8%;
	background: #D71729;
	font-family: 'Open Sans', sans-serif;
	color: #ECECEC;
	box-shadow: inset 0px 0px 10px #666464;
	-webkit-text-shadow: 0px 0px 3px #000;
	-moz-text-shadow: 0px 0px 3px #000;
	-o-text-shadow: 0px 0px 3px #000;
	-ms-text-shadow: 0px 0px 3px #000;
	font-size: 18px;
	outline: none;
	border: none;
	cursor: pointer;
	font-weight:500;
	border-radius: 5px;
	transition: 0.5s;
	-webkit-appearance:none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
input[type="submit"]:hover{
	background:#980b18;
	color:#fff;
}
.head img {
	width:80%;
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border:6px solid rgba(221, 218, 215, 0.23);
}
.mains{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:99;
	right:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	display:none;
}
.mains h1{
	letter-spacing: 2px;
    font-size: 22px;
	color:#676767;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding-top: 16%;
	text-align: center;
}
.mains form {
	width: 80%;
	margin: 0 auto;
	padding: 8% 0 9% 0;
	display: flex;
    flex-direction: column;
    text-align: center;
}
.submit{
	margin-top:8%
}
.mains p {
text-align: center;
}
.mains form p a {
	color: #888;
	font-family: 'Open Sans', sans-serif;
}
form p a:hover {
	color:#D71729;
}
