input {
    vertical-align: middle;
    border: 0;
    /*-webkit-appearance: none;*/
    outline: none;
}

select, button:focus {
    outline: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, input, textarea, html {
    margin: 0;
    padding: 0;
    /*font-size: 100%;*/
}

body, html {
    background: #fff;
    font-family: "Microsoft YaHei", "Microsoft Sans Serif", arial, PingFangSC-Regular, 'Hiragino Sans GB', sans-serif, "San Francisco";
    color: #666;
    font-size: 14px;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    scroll-behavior: -webkit-smooth;
}

@font-face {
    font-family: Helvetica;
url('../fonts/HelveticaNeue-Roman.otf') format('otf'), /* Safari, Android, iOS */
}
/*@font-face {*/
/*    font-family: GAYATRI;*/
/*url('../fonts/GAYATRI.TTF') format('otf'), !* Safari, Android, iOS *!*/
/*}*/
@font-face {
    font-family: "tesefonts";    src:url('../fonts/Athub-Regular.ttf');
}
ul, li {
    list-style: none;
}

img, input{
    border: none;
    max-width: 100%;

}
input,textarea{
    /*outline-color: invert ;*/
    /*outline-style: none ;*/
    /*outline-width: 0px ;*/
    /*border: none ;*/
    /*border-style: none ;*/
    /*text-shadow: none ;*/
    -webkit-appearance: none ;
    /*-webkit-user-select: text ;*/
    /*outline-color: transparent ;*/
    /*box-shadow: none;*/
}
input[type=checkbox]{
    -webkit-appearance: checkbox;
}
input[type=radio]{
    -webkit-appearance: radio;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    transition: all 0.3s;
}

a:focus {
    text-decoration: none;
}

.clearfix:after { /*content:"200B"; height:0; font-size:0; */
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.full-container{
    width: 88%;
/*    max-width: 1580px;
*/    margin: 0 auto;
}
header {
    padding-top: 6px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .1);
    z-index: 999;
}

header .logo {
    display: flex;
    align-items: center;
    width: 260px;
}

header .right .icon {
    float: right;
    width: 100%;
    text-align: right;
}

header .right .icon a {
    display: inline-block;
    line-height: 44px;
    font-size: 14px;
    color: #999;
    margin-left: 24px;
}

header .right .icon a:hover {
    color: #1871cc;
}

header .right .icon a img {
    float: left;
    margin-top: 14px;
    margin-right: 4px;
}

header .right .nav {
    float: right;
}

header .right .nav li {
    float: left;
    font-size: 18px;
    line-height: 46px;
    margin-left: 35px;
    text-align: right;
    position: relative;
}
header .right .nav li a {
    display: block;
    border-bottom: 2px solid transparent;
}
header .right .nav li a.active {
    color: #1871cc;
    border-bottom: 2px solid #1871cc;
}
header .right .nav li a:hover {
    color: #1871cc;
    border-bottom: 2px solid #1871cc;
}

header .caidan {
    display: none;
}

header .nav li .sub {
    position: absolute;
    top: 48px;
    left: -35px;
    z-index: 1;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 0 15px;
    display: none;
    width: 145px;
}

header .nav li .sub1 {
    position: absolute;
    top: 48px;
    left: -35px;
    z-index: 1;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 0 15px;
    display: none;
    width: 145px;
}

header .nav li .sub li {
    float: left;
    text-align: center;
    width: 100%;
    border-bottom: 1px dashed #e3e3e3;
    margin-left: 0;
}

header .nav li .sub li a {
    font-size: 14px;
    color: #666;
}

header .nav li:hover .sub {
    display: block;
}

header .nav li a:hover {
    color: #007857;
}

header .nav li .sub li:hover a {
    border-bottom: 2px solid transparent;
}

header .nav li a {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #1a1a1a;
}

header .content{
    display: flex;
    justify-content: space-between;
}
.banner {
    position: relative;
}

.banner .xia {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 9;
}

footer {
    background: #f7f7f7;
    padding-top: 62px;
    padding-bottom: 32px;
}
footer .content{
    display: flex;
    justify-content: space-between;
}
footer li {
    margin-bottom: 16px;
}

footer li a {
    color: #494949;
    font-size: 16px;
}

footer li a:hover {
    color: #1871cc;
}

footer li:nth-child(1) {
    font-size: 20px;
    color: #000000;
    margin-bottom: 22px;
}
.yema{
    margin-top: .7rem;
}
.yema ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.yema ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    margin: 0 12px;
    transition: all 0.3s;
}
.yema ul li.active{
    background: #1871cc;
}
.yema ul li:hover{
    background: #1871cc;
}
.yema ul li.active a{
    color: #fff;
    transition: all 0.3s;
}
.yema ul li:hover a{
    color: #fff;
}
.yema ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #030102;
    font-size: 16px;
}
.yema a{
    height: 38px;
	line-height:38px;
	padding:0 15px;
    border-radius: 5px;
    margin: 0 5px;
    transition: all 0.3s;
	color: #030102;
	font-size: 16px;
	display: inline-block
}
.yema a:hover,.yema .page-curr{
	background: #1871cc;
	color: #fff;
	transition: all 0.3s;
}
.bottom {
	text-align: center;
	background: #1871cc;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.bottom p {
    line-height: 24px;
    color: #e5e5e5;
    font-size: 14px;
}

.bottom p a {
    color: #e5e5e5;
    font-size: 14px;
}

.bottom2 {
	text-align: center;
	background: #1871cc;
	display: none;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.bottom2 p {
    line-height: 24px;
    color: #e5e5e5;
    font-size: 14px;
}

.bottom2 p a {
    color: #e5e5e5;
    font-size: 14px;
}


.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    border-bottom: 2px solid #113f6c;
    z-index: 10000;
}





.navigation{
    border-bottom: 1px solid #e7e7e7;
}

.navigation .content{
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.navigation .content ul{
    display: flex;
}
.navigation .content ul li{
    position: relative;
    margin: 0 .6rem;
}
.navigation .content ul li:first-child{
    margin-left: 0;
}

.navigation .content ul li a{
    color: #494949;
    font-size: 16px;
    line-height: 77px;
    display: block;
    border-bottom: 2px solid transparent;
}
.navigation .content ul li a:last-child{
    border-right: none;
}
.navigation .content ul li a.active{
    color: #1871cc;
    border-bottom: 2px solid #1871cc;
}

.navigation .content ul li a:hover{
    color: #1871cc;
    border-bottom: 2px solid #1871cc;
}

/* 侧导航栏*/
#sidenav {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
}

#sidenav.active {
    left: 0;
}

#sidenav .top {
    /*border-bottom: 1px solid #cdcdcd;*/
    line-height: 73px;
    position: relative;
    padding: 10px 0;
    /*margin-bottom: 0.9375rem;*/
}

#sidenav .top img {
    width: 150px;
}

#sidenav .top .logo {
    vertical-align: middle;
    margin-left: 15px;
}

#sidenav .top .close-btn img {
    width: 18px;
    position: absolute;
    right: 0.4rem;
    top: 24px;
    margin-top: 0;
}

#sidenav .search-box {
    width: 92%;
    height: 3.125rem;
    line-height: 3.0625rem;
    margin: 0 auto 0.9375rem;
    border: 1px solid #cdcdcd;
    border-radius: 1.5625rem;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

#sidenav .search-box input {
    padding: 0 0.9375rem;
    width: 83%;
    height: 100%;
    font-size: 0.9375rem;
    color: #666;
    vertical-align: top;
}

#sidenav .search-box a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 17%;
    height: 100%;
}

#sidenav .search-box img {
    vertical-align: middle;
    width: 1.4375rem;
}

#sidenav .nav {
    margin: 0 auto;
    width: 98%;
}

#sidenav .nav .level1 {
    font-size: 16px;
    color: #38444a;
    line-height: 52px;
    display: block;
    padding-left: 15px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-weight: bold;
    text-transform: uppercase;
}

#sidenav .nav .level1 a{
    color: #38444a;
}
#sidenav .nav .level1:first-child {
    border-top: 1px solid #e6e6e6;
}

#sidenav .nav .level1.active {
    background-color: #313739;
    color: #fff;
}
#sidenav .nav .level1 a.active {
    color: #fff;
}
#sidenav .nav .level1 span {
    color: #aaa;
    font-family: 'acrom';
    margin-left: 0.75rem;
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active span {
    color: #fff;
}

#sidenav .nav .level1 .plus-box {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}

#sidenav .nav .level1 .plus-box .hor {
    width: 100%;
    height: 2px;
    background-color: #cdcdcd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active .plus-box .hor {
    background-color: #fff;
}

#sidenav .nav .level1 .plus-box .ver {
    height: 100%;
    width: 2px;
    background-color: #cdcdcd;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active .plus-box .ver {
    background-color: #fff;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

#sidenav .nav ul {
    background-color: #f5f5f5;
    display: none;
}

#sidenav .nav ul li > a {
    padding-left: 0.4rem;
    font-size: 14px;
    line-height: 46px;
    display: block;
    color: #313739;
    border-bottom: 1px solid #e6e6e6;
}
/*#sidenav .nav ul:nth-child(6){*/
/*display: none!important;*/
/*}*/
/*#sidenav .nav ul:nth-child(10) li:last-child{*/
/*display: none!important;*/
/*}*/
#sidenav .nav ul li.active > a {
    background-color: #e6e6e6;
}

#sidenav .bottomtom {
    font-size: 0.9375rem;
    color: #38444a;
    text-align: center;
    padding: 2rem 0;
}

#sidenav .bottomtom img {
    width: 1.125rem;
    vertical-align: middle;
    margin-right: 0.5625rem;
}

#sidenav .nav .ul2 {
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

#sidenav .nav .ul2 a {
    display: block;
    width: 100%;
    padding-left: 2rem;
    font-size: 14px;
    line-height: 46px;
    color: #313739;
}

.sj-menu{
    position: absolute;
    right: 15px;
    top: 23px;
    display: none;
    float: right;
    width: 40px;
    cursor: pointer;
}









.banner2 {
    display: none;
}




.pz_top {
    float: left;
    width: 100%;
    min-width: 1200px;
}

.pz_banner {
    float: left;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.pz_main {
    float: left;
    width: 100%;
    min-width: 1200px;
}

.pz_down {
    float: left;
    width: 100%;
    min-width: 1200px;
}

/*#content{ position: relative;overflow: hidden;}*/
.w_0100 {
    float: left;
    width: 100%;
    min-width: 1200px;
}

.w_1200 {
    margin: 0 auto;
    width: 1200px;
}

.phone_show {
    display: none;
}

/*strong{font-weight:400}*/


/*@media screen and (max-width: 767px) {*/
/*    input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="submit"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {*/
/*        -webkit-appearance: none;*/
/*    }*/

/*    body {*/
/*        overflow: hidden;*/
/*    }*/

/*    .pz_top {*/
/*        min-width: 100%;*/
/*    }*/

/*    .pz_banner {*/
/*        min-width: 100%;*/
/*        margin-top: 83px*/
/*    }*/

/*    .pz_main {*/
/*        min-width: 100%;*/
/*    }*/

/*    .pz_down {*/
/*        min-width: 100%;*/
/*    }*/

/*    .w_1200 {*/
/*        min-width: 100%;*/
/*        width: 100%;*/
/*    }*/

/*    .w_0100 {*/
/*        min-width: 100%;*/
/*        width: 100%;*/
/*    }*/

/*    .pc_show {*/
/*        display: none;*/
/*    }*/

/*    .phone_show {*/
/*        display: block;*/
/*    }*/

/*    .back_pc {*/
/*        background: #fff;*/
/*    }*/
/*}*/

/*!*top*!*/
/*.back1 {*/
/*    border-top: 3px solid #aa1018;*/
/*}*/

/*.c_1200 {*/
/*    float: left;*/
/*    width: 1200px;*/
/*    height: 92px;*/
/*}*/

/*!*.logo{ float:left; width:200px; padding:22px 0 18px 0;}*!*/

/*!*导航*!*/
/*!*.pc_menu{ float:left; margin-left:17px; height:92px; overflow:hidden;}*!*/
/*.pc_menu ul {*/
/*    float: left*/
/*}*/

/*!*.pc_menu .nli{ float:left; width:86px; position:relative; z-index:99;}*!*/
/*!*.pc_menu .nli:first-child{ width:58px;}*!*/
/*.pc_menu .nli.cw {*/
/*    width: 102px;*/
/*}*/

/*!*.pc_menu .nli a{position:relative; z-index:2; float:left; width:100%; color:#9e7939; font-size:14px; height:92px; line-height:92px; text-align:center; -webkit-transition:all 200ms; transition:all 200ms;}*!*/
/*.pc_menu .nli:hover a,*/
/*    !*.pc_menu .nli .on a{color:#ffffff;}*!*/
/*.pc_menu .nli .on {*/
/*    color: #ffffff;*/
/*}*/

/*.pc_menu .nli a span {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 2;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.pc_menu .nli a .bkg {*/
/*    top: 100%;*/
/*    z-index: 1;*/
/*    background-color: #9e7939;*/
/*    -webkit-transition: all 200ms;*/
/*    transition: all 200ms;*/
/*}*/

/*.pc_menu .nli .on .bkg,*/
/*.pc_menu .nli:hover .bkg {*/
/*    top: 0;*/
/*    filter: alpha(opacity=100);*/
/*    -moz-opacity: 1;*/
/*    opacity: 1;*/
/*}*/

/*!*#nav .nli a.on .bkg,*!*/
/*#nav .nli a:hover .bkg {*/
/*    top: 0;*/
/*}*/

/*!*#nav .nli a.on {color:#fff;}*!*/

/*!*二级导航*!*/
/*#subNav {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0px;*/
/*    z-index: 4;*/
/*    width: 100%;*/
/*    height: 44px; !*overflow: hidden;*!*/
/*}*/

/*#subNav .g-wrap {*/
/*    overflow: visible;*/
/*    position: relative;*/
/*    width: 1920px;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*#subNav .g-wrap .item {*/
/*    position: absolute;*/
/*    top: -100%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(158, 121, 57, .76);*/
/*    overflow: hidden;*/
/*    -webkit-transition: top 300ms;*/
/*    transition: top 300ms;*/
/*}*/

/*#subNav .g-wrap .xl1 {*/
/*    left: 635px;*/
/*    padding: 0 70px; !*width:835px;*!*/
/*}*/

/*#subNav .g-wrap .xl2 {*/
/*    left: 635px;*/
/*    padding: 0 70px; !*width:835px;*!*/
/*}*/

/*#subNav .g-wrap .xl3 {*/
/*    left: 721px;*/
/*    padding: 0 70px; !*width:752px;*!*/
/*}*/

/*#subNav .g-wrap .xl4 {*/
/*    left: 807px;*/
/*    padding: 0 73px; !* width:643px;*!*/
/*}*/

/*#subNav .g-wrap .xl5 {*/
/*    left: 893px;*/
/*    padding: 0 70px; !*width:573px;*!*/
/*}*/

/*#subNav .g-wrap .xl6 {*/
/*    left: 979px;*/
/*    padding: 0 70px; !*width:573px;*!*/
/*}*/

/*#subNav .g-wrap .xl7 {*/
/*    left: 1065px;*/
/*    padding: 0 80px; !* width:643px;*!*/
/*}*/

/*#subNav .g-wrap .xl8 {*/
/*    left: 1151px;*/
/*    padding: 0 70px; !*width:573px;*!*/
/*}*/

/*#subNav .g-wrap .xl9 {*/
/*    left: 1237px;*/
/*    padding: 0 70px; !*width:573px;*!*/
/*}*/

/*#subNav .g-wrap .on {*/
/*    top: 0;*/
/*    z-index: 2;*/
/*}*/

/*#subNav .g-wrap .item a {*/
/*    float: left;*/
/*    padding: 0 15px;*/
/*    font-size: 14px;*/
/*    line-height: 44px;*/
/*    color: #ffffff;*/
/*}*/

/*#subNav .g-wrap .item a:hover {*/
/*    text-decoration: underline;*/
/*}*/


/*.seach {*/
/*    float: right;*/
/*    width: 230px;*/
/*    height: 33px;*/
/*    border: 1px solid #dddddd;*/
/*    margin-top: 29px;*/
/*}*/

/*.input1 {*/
/*    float: left;*/
/*    width: 126px;*/
/*    height: 31px;*/
/*    border: 0;*/
/*    background: none;*/
/*    text-indent: 10px;*/
/*}*/

/*.input2 {*/
/*    float: left;*/
/*    width: 19px;*/
/*    height: 19px;*/
/*    margin: 6px 0 0 5px;*/
/*}*/

/*.select {*/
/*    width: 70px;*/
/*    float: left;*/
/*}*/
@media screen and (max-width: 1200px) {
    header .nav li a{
        font-size: 16px;
    }
    header .right .nav li {
        margin-left: 20px;
    }
    .navigation .content ul li{
        margin: 0 0.5rem;
    }
}

@media screen and (max-width: 992px) {

    footer .weixin {
        display: none;
    }

    header .right .nav li {
        margin-left: 12px;
    }
    .navigation .fenlei {
        width: 100%;
        overflow: hidden;
    }
    .navigation .content ul {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
    }
    .navigation .content ul li {
        display: inline-block;
        margin: 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .full-container{
        max-width: 93%;
        width: 93%;
    }
    .navigation{
        display: none;
    }
    .anli {
        /*display: none;*/
    }

    .banner2 {
        display: block;
    }

    .bottom {
        display: none;
    }

    .bottom2 {
        display: block;
        margin-top: 30px;
    }

    header .right .icon {
        display: none;
    }

    header .right .nav {
        display: none;
    }

    header .caidan {
        display: block;
        float: right;
        cursor: pointer;
        margin-top: 46px;
    }

    header {
        padding: 10px 0;
    }

    footer {
        display: none;
    }
    .sj-menu{
        display: block;
    }
    header .logo img{
        width: 180px;
    }
}




/*.fufong {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 40%;*/
/*}*/

/*.fufong li {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: #2e9b64;*/
/*    margin-bottom: 2px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*}*/

/*.fufong li:nth-child(1) {*/
/*    border-top-left-radius: 5px;*/
/*    border-top-right-radius: 5px;*/
/*}*/

/*.fufong li:nth-child(4) {*/
/*    border-bottom-left-radius: 5px;*/
/*    border-bottom-right-radius: 5px;*/
/*}*/

/*.fufong li a {*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    text-align: center;*/
/*    padding-top: 10px;*/
/*}*/

/*.fufong .dianhua {*/
/*    background: #fff;*/
/*    color: #2e9b64;*/
/*    font-size: 18px;*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: -167px;*/
/*    top: 0;*/
/*    width: 166px;*/
/*    height: 60px;*/
/*    line-height: 60px;*/
/*    text-align: center;*/
/*    box-shadow: 0 0 10px 0 #e9eae9;*/
/*}*/

/*.fufong li:hover .dianhua {*/
/*    display: block;*/
/*}*/

/*.fufong .erweima {*/
/*    position: absolute;*/
/*    left: -186px;*/
/*    top: -58px;*/
/*    display: none;*/
/*}*/

/*.fufong li:hover .erweima {*/
/*    display: block;*/
/*}*/


/*!*--------------SLIDER----------------*!*/

/*#slider {*/
/*    width: 100%;*/
/*    margin: 0px auto;*/
/*}*/


/*!*--------------CONTROLS--------------*!*/

/*!*position controls*!*/
/*.controls li {*/
/*    top: 50%;*/
/*    margin-top: -30px*/
/*}*/

/*.controls li:nth-child(1) {*/
/*    left: 0;*/
/*}*/

/*.controls li:nth-child(2) {*/
/*    right: 0;*/
/*}*/


/*!*------------PAGINATION------------*!*/

/*!*style pagination*!*/
/*.pagination li {*/
/*    background-color: #ddd;*/
/*}*/

/*.pagination li.active {*/
/*    background-color: #000;*/
/*}*/


/*!*-------------HELPERS----------------*!*/

/*.responsive {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

/*.clearfix:after {*/
/*    content: "";*/
/*    display: table;*/
/*    clear: both;*/
/*}*/
