@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    text-align:center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th, table td {
    padding: 5px;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: none;
}
/*for ff f6n.net*/
a:hover {
    text-decoration: none;
}
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 "思源黑体","Arial Narrow",HELVETICA;
}

select, input, button, textarea, button {
    font: 99% "思源黑体","Arial Narrow",HELVETICA;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/
body {
    background: #f4f4f4;
}


 .container {
    margin-left: auto;
    margin-right: auto;
    width:1200px;

}

/* tanchuang1 提交弹窗*/
.tanchuang1 {
    width:100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/Common/tanchuangBg.png);
    height:100%;
    z-index:9999999;
}
.tanchuang1 .conBox {
    width: 400px;
    height: 212px;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: 50%;
    margin-top: -80px;
    z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
    width: 33px;
    height: 90px;
    position: absolute;
    right: 45px;
    top: -90px;
    cursor: pointer;
    z-index:999999999999999;
}
.tanchuang1 .conBox .box {
    width: 398px;
    height: 190px;
    border: 1px solid #e5e5e5;
    padding-top: 20px;
    text-align: center;
    position: relative;
}
.tanchuang1 .conBox .box img {
    display: block;
    width: 47px;
    height: 47px;
    margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
    font-size: 24px;
    color: #00a077;
    font-weight: bold;
    margin-top: 10px;
}
.tanchuang1 .conBox .box p {
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
    display: block;
    width: 150px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -75px;
    background: #00a077;
    text-decoration: none;
    z-index:999999999999999;
    border:0px;
}
.tanchuang2 .conBox .box a {
    background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
    display:block;
    width:70px;
    height:36px;
    line-height:36px;
    color:#fff;
    border-radius:5px;
    margin:36px auto 0;
    text-decoration:none;
    background:#00a077;
}

.content { width: 1400px; margin:0 auto;}


/* header */
.header{position: relative;display: flex;align-items: center;width: 100%;height: 106px;background: #fff; min-width:1250px;}
.header .hd-logo { float:left;margin-left: 2%; width: 146px; padding: 24px 0; overflow: hidden;}
.header .hd-logo img { width: 100%;}
.header .hd-tit { float: left; margin-left: 2%; padding: 33px 0;}
.header .hd-tit h2 { font-size: 20px; color: #244a33; font-weight: normal;}
.header .hd-tit p {  font-size: 13px; color: rgba(0,0,0,0.5);}
.header .hd-Nav {float: left;margin-left: 10%;height: 106px;line-height: 106px;}
.header .hd-Nav  li {float: left;padding-right: 62px;font-size: 16px;color: #333;}
.header .hd-Nav li > a { display: block; position: relative; }
.header .hd-Nav li:last-of-type { margin-right: 0;}
.header .hd-Nav li > a:after {content: '';display: block;position: absolute;left: 0;bottom: 30px;width: 100%;height: 3px;background: #00a077;transform:scaleX(0);transition:all 0.5s;}
.header .hd-Nav li.cur > a:after,.header .hd-Nav li > a:hover:after {transform: scaleX(1);}
.header .hd-Nav li.cur > a ,.header .hd-Nav li:hover > a { color: #00a077;}
.hd-menu {padding-top: 0px;display: block;float: right;padding-right: 40px;}
.hd-app  {float: left;position: relative;cursor: pointer;display:block;padding: 8px 20px;font-size: 14px;color: #00a077;border: 1px solid #00a077;box-sizing: border-box;border-radius: 16px;}
.hd-app  .app-menu {position: absolute;left: -160px;top: 47px;z-index: 999;display: none;width: 240px;padding: 20px;}
.hd-app  .app-menu em { float:left;display: block;  box-sizing: border-box; width: 120px; font-size:14px; text-align: center; background: #fff; }
.hd-app  a { color: #00a077;}
.hd-app  .app-menu em img  { width: 100%;}
.hd-app  .app-menu em p { padding-bottom: 10px; color: #00a077;}
.hd-use  { margin-right:10px;float: left;position: relative;cursor: pointer;display:block;padding: 8px 20px;font-size: 14px;color: #00a077;border: 1px solid #00a077;box-sizing: border-box;border-radius: 16px;}
.hd-use  a { color: #00a077;}
.hd-use  .use-menu {position: absolute;left: -20px;top: 47px;z-index: 999;display: none;width: 120px;padding: 20px;}
.hd-use  .use-menu em { display: block;  box-sizing: border-box; width: 120px; font-size:14px; text-align: center; background: #fff; }
.hd-use  .use-menu em img  { width: 100%;}
.hd-use  .use-menu em p { padding-bottom: 10px; color: #00a077;}

@media screen and (max-width: 1700px) {
    .header .hd-Nav { margin-left:4%;}
    .header .hd-Nav li  { padding-right:42px;}
}

@media screen and (max-width: 1600px) {
    .header .hd-Nav { margin-left:4%;}
    .header .hd-Nav li  { padding-right:25px;}
}

@media screen and (max-width: 1440px) {
     .hd-menu { padding-right: 0;}
     .header .hd-tit { display:none;}
    .header .hd-logo { margin-left: 20px;}
    .header .hd-Nav {margin-left: 33px;}
    .header .hd-Nav li {padding-right: 36px;}
    .hd-app {margin-right:20px;}
}
/* header end */



.wrap-tit { text-align: center; animation: fadeinT 1s ease-out backwards; }
.wrap-tit h2 { font-size: 42px; color: #555; font-weight: normal;}
.wrap-tit h2 a { color: #555;}
.wrap-tit p { font-size: 18px; color: #999; margin-top: 15px; font-family: 'DIN Medium';}


/* 导航下拉 */
.y-submenu07-box { display: none; padding: 40px 40px 0; position: absolute; left: 50%; top: 106px; width: 1120px;  transform: translateX(-45%);  background: #f1f1f1;  z-index: 9999;}
.y-submenu07-box .pic { float: left; width: 400px;}
.y-submenu07-box .pic img { width: 100%;}
.y-submenu07-box dl { float: left; width: 600px; margin-left: 50px;}
.y-submenu07-box dl > a  {  display:block;float: left; width:180px; margin: 0 10px 25px; height: 48px;  line-height: 48px; background: #fff; text-align: center; font-size: 16px;}
.y-submenu07-box dl > a:hover { background: #00a077; color: #fff;}
/* 导航下拉 End */

@media (max-width:1300px) {
.y-submenu07-box {transform: translateX(-50%); }
}
/* --视频弹框-- */
.video-pop{display:none;position:absolute;z-index:9999;top:0;left:0;width:100%;height:100%;background:#000;}
.video-inner{width:1400px;height: 600px; margin: 0 auto; display: block;}
.video-inner iframe,.video-inner video{display:block;width:1400px;height:600px;}
.video-close{position:absolute;left:100%;top:0;padding:10px;width:32px;height:32px;cursor:pointer;background:#00a077 url(../images/Common/closeBtn.png) no-repeat center;}
@media screen and (max-width: 1400px) {
  .video-inner {width:900px;height: 514px; margin: 0 auto; display: block;}
  .video-inner iframe { width:900px; height:514px;}
}
/* --end 视频弹框-- */

/* footer */
.footer { position: relative; overflow: hidden; padding-top: 100px; background: #1b1b1b;}
.ft-info {overflow: hidden;display: block;padding-bottom: 40px;position: relative; z-index:9; }
.ft-info dl { float: left; width: 20%;}
.ft-info dl dt {font-size: 22px; color: #fff; margin-bottom: 42px;}
.ft-info dl dt a { color: #fff;}
.ft-info dl dd {  font-size: 15px; color: #999; line-height: 2;}
.ft-info dl dd a { color: #999; }
.ft-info dl dd a:hover { color: #00a077;}
.ft-info .ft-code {float: right;width: 240px;}
.ft-info .ft-code p { font-size: 14px; color: #fff;}
.ft-info .ft-code span { display: block; font-size: 21px; color: #00a077; padding: 15px 0 25px; font-family: 'DIN Medium';}
.ft-info .ft-code .code {display: block;float: left;width: 110px;background: #fff;padding-bottom: 10px;margin-right: 10px;}
.ft-info .ft-code .code img { width: 100%;}
.ft-info .ft-code .code p { font-size: 13px; color: #333; margin-top: 5px; text-align: center;}
.ft-link {overflow: hidden;position: relative;z-index: 3;padding: 35px 0;border-top: 1px solid #282828;}
.ft-link .ft-le { float: left;}
.ft-link .ft-le p { font-size: 13px; color: #555;}
.ft-link .ft-le i { display: inline-block; background: url("../images/Common/ft-icon.jpg") no-repeat center; width: 42px; height: 10px;}
.ft-link .ft-le a:hover { color: #00a077;}
.ft-link .ft-le a { display: inline-block; font-size: 13px; color: #555; margin-left: 20px;}
.ft-link .ft-ri { float: right;}
.ft-link .ft-ri a {font-size: 13px;color: #555;margin: 0 5px;/*padding-right: 15px;*/position: relative;}
.ft-link .ft-ri a:last-of-type { border-right: none;}
.ft-link .ft-ri a:hover { color: #00a077;}
/*.footer .ft-ri a:nth-of-type(1):after {content:"";display:block;background:url("../images/Common/ft-wz.png")no-repeat center;width: 1px;height: 10px;position: absolute;right: 0;top: 4px;}*/
.footer .links {clear: both;overflow: hidden;position: relative;z-index: 3;border-bottom: 1px solid #000;}
.footer .links dl {float: left;width: 90%;line-height: 1.5;padding: 10px 0;}
.footer .links dl dt {float:left;font-size: 13px;color: #999;line-height: 2;margin-right: 25px;}
.footer .links dl dd {float:left;margin-right: 10px;line-height: 2;}
.footer .links dl dd a { font-size: 13px; color: #999;}
.footer .links > a  { float: right; font-size: 13px; color: #999;line-height:1.5;}
.footer .links a:hover { color: #00a077;}
.footer:after { content: ''; display: block; position: absolute; left: 0; top: 0; background: url("../images/Common/ft-bf01.png") no-repeat center; width: 475px; height: 336px;}
.footer::before { content: ''; display: block; position: absolute; right: 0; bottom: 0; background: url("../images/Common/ft-bf02.png") no-repeat center; width: 207px; height: 288px;}
.links .content > a {margin-top:15px;float: right;}
/* footer end */



@font-face {
    font-family: "DIN Medium";
    src: url("../font/DIN Medium.woff2") format("woff2"),
    url("../font/DIN Medium.woff") format("woff"),
    url("../font/DIN Medium.ttf") format("truetype"),
    url("../font/DIN Medium.eot") format("embedded-opentype"),
    url("../font/DIN Medium.svg") format("svg");
}


@font-face {
    font-family: "庞门正道";
    src: url("../font/庞门正道标题体3.0_0.woff2") format("woff2"),
    url("../font/庞门正道标题体3.0_0.woff") format("woff"),
    url("../font/庞门正道标题体3.0_0.ttf") format("truetype"),
    url("../font/庞门正道标题体3.0_0.eot") format("embedded-opentype"),
    url("../font/庞门正道标题体3.0_0.svg") format("svg");
}


@keyframes light {
    0% {
        top: 0;
    }
    50% {
        top: 100%;
    }
    100% {
        top: -18px;
    }
}

/* footer end */


/*------------------------------------  Jayan的代码  ---------------------------------------------*/
.text-left{
  text-align:left;
}

.normal-title{
font-family: arial, helvetica, sans-serif; 
text-indent: 0em; 
font-size: 16px; 
color: rgb(0, 176, 80);
}
.normal-content{
font-family: arial, helvetica, sans-serif; text-indent: 0em; font-size: 16px;flex: 1;
}

.conkhal {
	display: flex !important;
    flex-wrap: wrap !important;
}




