/*************************************************************************************************************/



html * {

    outline: none;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    line-height: 1;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

}



body,html{

    font-size: 14px;

    max-width: 640px;

    margin: 0 auto;

    font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;
    color: #222;

}

article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul {

    margin: 0;

    padding: 0;

}



input,select,textarea {

    font-size: 100%;

    resize:none;
    border: none;
}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



fieldset,img {

    border: none;

    vertical-align: top;

    width: 100%;

}



address,caption,cite,code,dfn,em,th,var {

    font-style: normal;

    font-weight: 500;

}



ol,ul {

    list-style: none;

}







h1,h2,h3,h4,h5,h6 {

    font-size: 100%;

    font-weight: 500;

}



a{

    text-decoration: none;

}





/*input*/

button {

    border: none;

}



button,

html input[type='button'],

input[type='reset'],

input[type='submit'] {

    -webkit-appearance: button;

    text-transform: none;

    outline: none;

}



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

    color: #999;

}



input::-webkit-inner-spin-button {

    -webkit-appearance: none;

}



input::-webkit-outer-spin-button {

    -webkit-appearance: none;

}



textarea {

    vertical-align: top;

}



button,

input {

    line-height: normal;

}



select {

    margin: 0;

    outline: 0;

}



input.fixAKeyboard:focus,

textarea.fixAndroidKeyboard:focus {

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

    -webkit-user-modify: read-write-plaintext-only;

}



input:-webkit-autofill {

    -webkit-box-shadow: 0 0 0 1000px white inset !important;

}



button,

input[type=button],

input[type=checkbox],

input[type=reset],

input[type=submit],

label {

    cursor: pointer;

    user-select: none;

    -ms-user-select: none;

    -moz-user-select: none;

    -webkit-user-select: none;

}



input[type=submit] {

    -webkit-user-modify: read-plaintext-only;

    -moz-user-modify: read-plaintext-only;

    -ms-user-modify: read-plaintext-only;

    -o-user-modify: read-plaintext-only;

    user-modify: read-plaintext-only;

}



input[type='search']::-webkit-search-cancel-button,

input[type='search']::-webkit-search-decoration {

    -webkit-appearance: none;

}



input[type='search'] {

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    -webkit-appearance: textfield;

}





/*flex box*/

.flex {

	display: flex;

}



.basis-xs {

	flex-basis: 20%;

}



.basis-sm {

	flex-basis: 40%;

}



.basis-df {

	flex-basis: 50%;

}



.basis-lg {

	flex-basis: 60%;

}



.basis-xl {

	flex-basis: 80%;

}



.flex-sub {

	flex: 1;

}



.flex-twice {

	flex: 2;

}



.flex-treble {

	flex: 3;

}



.flex-direction {

	flex-direction: column;

}



.flex-wrap {

	flex-wrap: wrap;

}



.align-start {

	align-items: flex-start;

}



.align-end {

	align-items: flex-end;

}



.align-center {

	align-items: center;

}



.align-stretch {

	align-items: stretch;

}



.self-start {

	align-self: flex-start;

}



.self-center {

	align-self: flex-center;

}



.self-end {

	align-self: flex-end;

}



.self-stretch {

	align-self: stretch;

}



.align-stretch {

	align-items: stretch;

}



.justify-start {

	justify-content: flex-start;

}



.justify-end {

	justify-content: flex-end;

}



.justify-center {

	justify-content: center;

}



.justify-between {

	justify-content: space-between;

}



.justify-around {

	justify-content: space-around;

}





.poscenter {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}

.posVcenter {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

}

.posHcenter {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}

@media screen and (min-width: 318.75px) {

    body, html {font-size: 17px;}

}

@media screen and (min-width: 337.5px) {

    body, html {font-size: 18px;}

}

@media screen and (min-width: 356.25px) {

    body, html {font-size: 19px;}

}

@media screen and (min-width: 375px) {

    body, html {font-size: 20px;}

}

@media screen and (min-width: 393.75px) {

    body, html {font-size: 21px;}

}

@media screen and (min-width: 412.5px) {

    body, html {font-size: 22px;}

}

@media screen and (min-width: 431.25px) {

    body, html {font-size: 23px;}

}

@media screen and (min-width: 450px) {

    body, html {font-size: 24px;}

}



.mainTextColor {color: #2c4480;}

.mainBgColor {background-color: #2c4480;}





/* swiper */

.my-bullet {
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    height: 0.2rem;
    margin-left: 7px;
    text-indent: -9999px;
    width: 0.2rem;
    outline: none;
    vertical-align: middle;
    opacity: 0.3;
}

.my-bullet-active {
    background-color: #fff;
    width: 0.2rem;
    height: 0.2rem;
    opacity: 1;
}

/* 头部 */
.header {
    height: 3.8rem;
    position: relative;
}
.header_box {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.8rem;
    z-index: 999;
}
.header_box.shadow {
    box-shadow: 0 -10px 24px 5px rgba(0, 0, 0, 0.1);
}
.header_box .logo {
    width: 8.35rem;
    margin:0 auto;
}

.menu {
    width: 1.05rem;
    margin-left: 1.15rem;
    vertical-align: top;
    font-size: 0;
    flex-shrink: 1;
}
.menu_list,.guojia_list {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 7.85rem;
    background: #fff;
    z-index: 1001;
    overflow: hidden;
    display: none;
    transition: all 0.5s;
    transform: translateX(100%);
}
.menu_list .close_icon,.guojia_list .close_icon {
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.6rem;
    margin-left: 6.75rem;
    margin-bottom: 1.125rem;
}
.menu_list ul li,.guojia_list ul li {
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #ececec;
    padding-left: 1rem;
}
.guojia_list ul li{
	display: flex;
	align-items: center;
}
.guojia_list ul li img{
	width: 0.925rem;
	height: 0.5rem;
	margin-right: 0.3rem;
}
.menu_list ul li:last-child,.guojia_list ul li:last-child {
    border-bottom: 1px solid #ececec;
}
.menu_list ul li a,.guojia_list ul li a {
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    font-size: 0.7rem;
    color: #222;
}
.mask_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    top: 0;
}
.guojia {
    margin-right: 0.5rem;
    vertical-align: top;
	font-size: 0.55rem;
    display: flex;
}
.guojia img{
	width: 0.75rem;
}
.guojia span{
	margin-left: 0.325rem;
	margin-right: 0.325rem;
}
/* 脚部 */
.footer {
    position: relative;
    color: #222;
}
.footer_blue {
    text-align: center;
    background:#243c76;
    height: 2.4rem;
    color: #fff;
}
.footer_blue p:nth-child(1) {
    font-size: 0.75rem;
    letter-spacing: 2px;
}
.footer_blue p:nth-child(2) {
    font-size: 0.45rem;
    margin-top: 0.2rem;
}
.footer li {
    height: 2.3rem;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0 1.15rem 0 1rem;
}
.footer li a {
    width: 100%;
    height: 100%;
    
}
.footer li a span {
    font-size: 0.7rem;
    color: #222;
}
.footer li a img {
    width: 0.4rem;
}
.copyright {
    font-size: 0.55rem;
    line-height: 1.5;
    text-align: center
}
.title_wrap {
    padding: 1.5rem 0.85rem 1.75rem;
}
.title_en {
    font-size: 1.8rem;
    color: #222;
    line-height: 1.2;
    font-weight: bold;
}
.title_cn {
    font-size: 1.2rem;
    color: #222;
    padding-bottom: 1.25rem;
    position: relative;
    margin-top: 0.3rem;
}
.title_cn::after {
    content: '';
    width: 2.8rem;
    height: 0.34rem;
    background: #fff;
    border-radius: 10rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.header_bg{
	min-height: 1.625rem;
	background: #a674af;
	color: #FFF;
	text-align: center;
	font-size: 0.8rem;
	padding: 0.25rem 0;
	line-height: 1.625rem;
}
.foot_menu ul li{
	
	height: 2.215rem;
	
	margin-bottom: 1px;
	font-size: 0.8rem;
	background: #efefef;
}
.foot_menu ul li a{
	color: #333333;
}
.foot_menu ul li span:first-child{
	width: 90%;
	float: left;
	line-height: 2.215rem;
	padding-left: 0.9rem;
	font-size: 0.8rem;
}
.foot_menu ul li span:last-child{
	width: 10%;
	float: right;
	line-height: 2.215rem;
}
.compayinfo p:first-child{
	font-size: 1rem;
}
.compayinfo p{
	padding: 0.95rem 0.85rem;
	font-size: 0.8rem;
	border-bottom: 1px solid #333333;
}
.compayinfo p span{
	padding-left: 0.25rem;
	
}
.compayinfo p img{
	margin-top: 0.2rem;
}
.compayinfo p:last-child{
	border-bottom:none;
}
.jiagongjishu{
	height: 2.5rem;
	position: relative;
}
.jiagongjishu div{
	width: 9.75rem;
	height: 3.5rem;
	background: #a674af;
	position: absolute;
	top: -1.75rem;
	left: 0;
	font-weight: bold;
}
.jiagongjishu p{
	line-height: 1.75rem;
	color: #fff;
	padding-left: 0.85rem;
	font-size: 0.9rem;
}
.content{
	padding: 0.825rem;
	line-height: 1.5rem;
	font-size: 0.825rem;
}
.content span{
	color: #9f6218;
}