/* ==============================================================

Template name : Bootsnav - Multi Purpose Header
Categorie : Bootstrap Menu in CSS
Author : adamnurdin01
Version : v1.0.0
Created : 02 Juni  2016
Last update : 02 Juni  2016

============================================================== */

/*
General
=========================== */
body{font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu ;}
a{ text-decoration:none ! important; color:#000 ! important;}
img{max-width:100%;}
.section{
    padding: 70px 0;
    position: relative;
}

.section a{
    color: #f43438;
}

.gray{
    background-color: #f9f9f9;
}
.dropdown-menu{width:160px ! important;}
.section .heading{
    text-align: center;
    position: relative;
    font-size: 16px;
    margin-bottom: 70px;
    letter-spacing: 1px;
}

.section .heading .title{
    position: relative;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Microsoft YaHei';
}

.section .heading .title strong{
    font-weight: 700;
    text-transform: uppercase;
}

.section .heading:before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    border-bottom: solid 1px #f43438;
}

.test-height{
    height: 1800px;
}

.pageheader{
    padding: 30px 0;
    background-color: #f43438;
}
.bbigpositon{background-position: center center ! important;background-size:cover  ! important;}
.bbigpositon{min-height:300px;}
@media (max-width:676px){
.bbigpositon{min-height:150px;}
.bcenter2{padding-top:40px ! important; }
.bcenter2 h2{font-size:18px ! important;}
}
.bbigpositon img{display:block;min-height:200px;margin:0 auto;;}
.bcenter2{padding-top:100px; color:#ccc !important;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #deb;
    border-color: #ccc;
}
.pageheader.fixed-demo{
    padding: 70px 0px;
}

.pageheader.fixed-demo.dark{
   background-color: #666 !important;
}

.pageheader.fixed-demo.white{
    background-image: url(../images/bg/home2.jpg);
   background-color: #fff !important;
}

.pageheader .title{
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    color: #fff !important;
    font-family: "Microsoft YaHei"
}

.pageheader p{
    margin-bottom: 0;
    color: #f5f5f5;
    font-size: 16px;
    font-family: "Microsoft YaHei"
}

.pageheader.fixed-demo.white .title{
    color: #3f3f3f !important;
    text-shadow: 3px 3px 0px rgba(255,255,255,1);
}

.pageheader.fixed-demo.white p{
    color: #6f6f6f;
}

hr{
    border: solid 2px #efefef;
    margin: 60px 0 50px;
}

/*
Home
=========================== */
.section.home{
    padding: 100px 0;
    background-image: url(../images/bg/brick-wall-dark.png);
    background-color: #f43438;
}

.section.home.dark{
    background-image: url(../images/bg/brick-wall-dark.png);
    background-color: #fff;
}

.section.home .heading-home{
    text-align: center;
    position: relative;
    z-index: 2;
}

.section.home .heading-home .title{
    color: white;
    margin-bottom: 5px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: capitalize;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    color: #fff;
}

.section.home .heading-home p{
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #f0f0f0;
}

.section.home .overlay{
    display: block;
    position: absolute;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.btn-home{
    border: solid 1px #fff;
    color: #fff !important;
    padding: 10px 20px;
    margin: 5px;
    letter-spacing: 1px;
}

.btn-home:hover,
.btn-home:focus{
    color: #3f3f3f !important;
    background-color: #fff;
}


/*
Affiliates
=========================== */
.affiliates{
    display: inline-block;
    padding: 10px;
    border: solid 1px #bbb;
    margin: 0 5px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.1);
    position: relative;
    text-align: left;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.affiliates a{
    text-decoration: none !important;
}

.affiliates img{
    width: 200px;
    margin-bottom: 5px;
}

.affiliates h6{
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}


/*
Menu Demo
=========================== */
ol.menu-demo{
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    display: block;
}

ol.menu-demo li{
    margin-bottom: 15px;
}

ol.menu-demo li a{
    display: block;
    padding: 15px 25px;
    background-color: #fff;
    border: solid 2px #3f3f3f;
    color: #3f3f3f;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

ol.menu-demo li a:focus,
ol.menu-demo li a:hover{
    background-color: #f43438;
    border: solid 2px #f43438;
    color: #fff;
    text-decoration: none;
}


/*
Footer
=========================== */
footer{
    border-top: solid 1px #efefef;
}

footer .container{
    padding: 25px 15px;
}

/*
Clear spacer
=========================== */
.margin-clear{
	margin:0 !important;
}

.padding-clear{
	padding:0 !important;
}

.margintop-clear{
	margin-top:0 !important;
}

.paddingtop-clear{
	padding-top:0 !important;
}

.marginbot-clear{
	margin-bottom:0 !important;
}

.paddingbot-clear{
	padding-bottom:0 !important;
}

.marginleft-clear{
	margin-left:0 !important;
}

.paddingleft-clear{
	padding-left:0 !important;
}

.marginright-clear{
	margin-right:0 !important;
}

.paddingright-clear{
	padding-right:0 !important;
}

.padding-top40{
	padding-top:40px !important;
}

.padding-topt60{
	padding-top:60px !important;
}

.padding-top70{
	padding-top:70px !important;
}

.padding-bot5{
	padding-bottom:5px !important;
}

.padding-bot10{
	padding-bottom:10px !important;
}

.padding-bot15{
	padding-bottom:15px !important;
}

.padding-bot20{
	padding-bottom:20px !important;
}

.padding-bot30{
	padding-bottom:30px !important;
}

.padding-bot40{
	padding-bottom:40px !important;
}

.padding-bot50{
	padding-bottom:50px !important;
}

.padding-bot60{
	padding-bottom:60px !important;
}

.padding-bot70{
	padding-bottom:70px !important;
}

.margin-mintop10{
	margin-top:-10px !important;
}

.margin-mintop20{
	margin-top:-20px !important;
}

.margin-mintop30{
	margin-top:-30px !important;
}

.margin-mintop60{
	margin-top:-60px !important;
}

.margin-mintop110{
	margin-top:-110px !important;
}

.margin-minbot10{
	margin-bottom:-10px !important;
}

.margin-minbot20{
	margin-bottom:-20px !important;
}

.margin-minbot30{
	margin-bottom:-30px !important;
}

.margin-minbot60{
	margin-bottom:-60px !important;
}

/*
Custom left right spacer
=========================== */
.margin-left10{
	margin-left:10px !important;
}

.margin-right10{
	margin-right:10px !important;
}

.margin-left20{
	margin-left:20px !important;
}

.margin-right20{
	margin-right:20px !important;
}

/*
Custom top spacer
=========================== */
.margintop5{
	margin-top:5px !important;
}

.margintop10{
	margin-top:10px !important;
}

.margintop15{
	margin-top:15px !important;
}

.margintop20{
	margin-top:20px !important;
}

.margintop25{
	margin-top:25px !important;
}

.margintop30{
	margin-top:30px !important;
}

.margintop35{
	margin-top:35px !important;
}

.margintop40{
	margin-top:40px !important;
}

.margintop45{
	margin-top:45px !important;
}

.margintop50{
	margin-top:50px !important;
}

.margintop55{
	margin-top:55px !important;
}

.margintop60{
	margin-top:60px !important;
}

.margintop80{
	margin-top:80px !important;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
	margin-bottom:5px !important;
}

.marginbot10{
	margin-bottom:10px !important;
}

.marginbot15{
	margin-bottom:15px !important;
}

.marginbot20{
	margin-bottom:20px !important;
}

.marginbot25{
	margin-bottom:25px !important;
}

.marginbot30{
	margin-bottom:30px !important;
}

.marginbot35{
	margin-bottom:35px !important;
}

.marginbot40{
	margin-bottom:40px !important;
}

.marginbot45{
	margin-bottom:45px !important;
}


.marginbot50{
	margin-bottom:50px !important;
}

.marginbot55{
	margin-bottom:55px !important;
}

.marginbot60{
	margin-bottom:60px !important;
}

.marginbot80{
	margin-bottom:80px !important;
}

/*
Pre Code
=========================== */
pre {
    font-family: monospace;
    padding: 5px 25px 30px;
    border: solid 1px #ccc;
    border-left: solid 10px #ccc;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    color: #6f6f6f;
    border-radius: 0px;
}
pre + pre {
    background: #6f6f6f;
}
pre {
    word-break: break-all; /* webkit */
    word-wrap: break-word;
    white-space: pre;
    white-space: -moz-pre-wrap; /* fennec */
    white-space: pre-wrap;
    white-space: pre\9; /* IE7+ */
}

.section.gray pre{
    background-color: #fff;
}

pre span{
    color: #f43438;
}

@media (max-width:676px){
    .wrap-affiliates{
        text-align: left;
        margin-top: 30px;
    }
}
@media (min-width:1200px){
.media-object5{max-width:90% ! important;}
.navbar-brand img.logo {
    width: 100px ! important;
}	
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}


@media (max-width:480px){
    .section.home .affiliates{
        padding-left: 15px;
    }
.navbar-brand img.logo {
    width: 80px ! important;
}    
    .section.home .affiliates img{
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-bottom: 15px;
    }
}


footer {
    background-color: #9dd7a8;
    color: #787979;
    line-height: 24px;
    border-top:3px solid #03714a;
    margin-top:1px;
}
.footer-top a:hover{color:#268080 ! important; font-size:13px !important;}
.footer_widget h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer_widget h5 {
    color: #7286a0;
	margin-bottom:2px;
	line-height:18px;
}
.footer_widget .media a {
    color: #787979;
    font-size: 13px;
	text-decoration:none;
}
.footer_widget h4, .footer_widget h5 {
    color: #000000;
}

.footer_widget h5 {
    font-size: 14px;
}
.footer-top .media img {
    width: 60px;
}

.mr-3 {
    margin-right: 1rem!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.footer-bottom {
    background-color: rgb(255 255 255 / 25%);
    padding: 5px 0;
border-top:1px solid #d4d4d4;
box-shadow: 15px 13px 10px #080808;
margin-top:5px;
}

.footer_widget ul li{list-style:none;}
.footer_widget ul li a {
    color: #787979;
    padding: 3px 0;
	font-size:13px;
    text-decoration:none;
}
.footer_widget .nw_form input {
    width: 100%;
    display: block;
    background-color: #1f2131;
    border-radius: 3px;
    height: 40px;
    border: 1px solid #1f2131;
    color: #7286a0;
    text-indent: 20px;
}
.footer_widget .nw_form {
    position: relative;
}
.footer-bottom a {
    color: #7286a0;
    padding: 0 10px;
}
.footer_widget .media span {
    color: #00000;
    font-size: 12px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
	width:100%;
}
.leftpic{display:block;width:70px ! important;float:left;}
.leftpic  img{display:block;width:100%; height:auto;}
.copyright-txt{text-align:center; font-size:14px;}
.copyright-txt p{font-weight:lighter ! important;}
.inner p{font-size:13px;line-height:23px;}
.inner ul{margin-block-start: 0.1em ! important;}

/* banner设置 */

.carousel-caption h5{font-size:36px;
animation: slideup 2s;
-moz-animation: slideup 2s;
-webkit-animation: slideup 2s;
-o-animation: slideup 2s;
	}
.carousel-caption p{font-size:20px;padding:15px;}
.carousel-caption p a{border:1px solid #fff;padding:10px 25px;font-size:14px;color:#fff;}
.carousel-caption{bottom: 260px}

.navbar-fixed {
    position: static  !important;
    display: block;
    width: 100%;
}
.navbar-default{background:#fff !important;}
.nav li a {
    color: #2d2828 ! important;
}
.attr-nav li a{color: #0c0c0c  !important;}
.search-form  form-control{color:#fff ! important;}
.dropdown-menu {
    border-top-color: #12398d !important;
}
.section-title {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
}
.bgnews{background:#f8f8f8;margin:50px auto  20px;padding:30px 0px;}
.bgnews img:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
.bgnews img{border-radius:5px;max-height:220px;overflow:hidden;}
.borderquan{border:1px solid #d5e0dcee;}
.bgnews2{background:#f8f8f8;margin:2px auto  20px;padding:30px 0px;}
.bgnews4{background:#f8f8f8;margin:2px auto  20px;padding:30px 0px;}
.bgnews4 p img{display:block;max-width:100%;}
.bgnews2 img:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
.bgnews2 img{border-radius:3px;display:block;max-width:100%;}
.bgff img:hover{-webkit-transform:scale(1.1) ! important; -moz-transform:scale(1.1)  ! important;-o-transform:scale(1.1)  ! important;transform:scale(1.1)  ! important;-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
.bgnews3{background:#fdfdfd;margin:2px auto  20px;padding:30px 0px;}
.bgnews3 img{border-radius:3px;}
.bgff{font-size:13px;}
#bigImg:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
/* font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; font:300 30px Pingfang SC;   font-family:'PingFang SC','Microsoft YaHei','SimSun','Arial', sans-serif;*/
.sp {
    padding-top: 90px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f3eeee;
}
.abblock{background:#fbfbfb; padding:10px 20px;border-radius:15px;padding-bottom:20px;}
.abblock p{font-size:14px;text-indent:2em;font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu; box-sizing: border-box;font-weight:lighter; word-break:break-all;margin-top:20px;line-height:25px;}
.btnzb{padding:8px 25px;background:#f4f4f4;font-size:16px;line-height: 25px;margin-top:20px;border-radius:5px;text-decoration:none ! important;display:block;width:150px; color:#fff; border: 1px solid #e8e8e8e ! important;}
.about-img img{border-radius:15px;padding:0px 10px;max-width:100%;}
.media2{margin:30px  0px 20px ! important;border-bottom:1px solid #f7f7f7;}
.media-body p{font-size:13px;}
.media-object{width:120px; max-width:140px !important;}
.media5{margin:30px  0px 20px ! important;border-bottom:1px solid #ededed;}
.media5 p{font-size:13px;}
.media-object5{width:100%;max-height:230px;overflow:hidden ! important;border-radius:5px;margin-bottom:20px;}
.lifenlei div{}
.ps1{min-height:60px;}
.lifenlei div a{line-height:22px; margin:10px 5px;  display:block;padding:5px 10px;background:#f5f5f5;font-size:13px;border-radius:3px;box-shadow: 2px 1px 1px #4e9b50;}
.neirong{}
@media (min-width:992px){
.neirong p{padding:10px 70px;}	
}
.neirong p{text-indent:2em; font-size:13px;line-height:25px;}
.htit{font-size:16px ! important;}
.page-header{text-align:center;}


.pic_center{display:block;width:400px;max-width:90%;margin:auto;}
.tt {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    height: 30px;
    position: relative;
}
.line {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 60px;
    height: 2px;
    background: #1aab48;
}
.ptitle{font-size:14px;}

/*start*/

       #bigImg{
		display:block;
          width: 500px;
		height:auto;
		max-width:100%;
		margin:auto;	
        }
        *{
            padding: 0;
            margin: 0;
        }
	.lidaohang{margin:auto;text-align:center;width:360px;height:70px;}
        .lidaohang ul{
            list-style: none;
            /*overflow: hidden;*/
        }
     .lidaohang   ul li{
            float: left;
            width: 46px;
            height: 46px;
            margin-left: 10px;
            margin-top: 40px;
            border: 2px solid #ffffff;
        }
      .lidaohang  ul .active{
            border-color: red;
        }
/*end*/

.lidao2 i{margin: 3px 10px;}
.showyn{display:none;}


.contact-info .single-info h5 {
    font-size: 15px;
    font-weight: 500;
    color: #052347;
}
.contact-info .single-info p:last-child {
    margin-bottom: 0;
}
.widthsx {
    padding-top: 60px;
    padding-bottom: 80px;
    border-bottom: 1px solid #f5f5f5;
	background:#f9f8f8;
	margin-bottom:5px;
}
.contact-info p{    font-size: 14px;line-height:30px; color:#666;
    font-weight: 300;}
.contact-info .single-info {
    font-size: 14px;
    font-weight: 300;
}
.contit{margin-bottom:25px;padding-left:20px;border-bottom:1px solid #e8e8e8;padding-bottom:15px;}
.color{color:#e8e8e8;font-size:18px;}
.daxiao{font-size:16px;margin-right:2px;line-height:20px;color:#286090;}
.toptitle{text-align:center;font-size:18px; background:#4ed4be ! important; color:#fff;text-shadow: 2px 2px 4px #000000;box-shadow: 5px 3px 5px grey;line-height:50px;border-radius:2px;border-bottom:0px solid #f2dede;margin-bottom:5px;}
.subli{box-shadow: 1px 1px 1px grey ! important;margin-bottom:0px ! important;background:#f1f1f1 ! important;border-bottom:1px solid #e8e8e8;}
.kongge{width:30px;height:20px;}
.p_biao{background:#f5f5f5; padding:10px 0px 20px;margin:10px 0px 10px;;}
.p_biao p{font-size:13px;}
.pic60{display:block;width:40px;height:40px;margin:auto;}
.zhiti2{font-size:12px;}
.media-heading{line-height:25px;font-size:15px ! important; font-family:"Microsoft YaHei","微软雅黑","MicrosoftJhengHei",华文细黑,STHeiti,MingLiu ;}
.wenzhang{background:#f8f8f8 ! important;padding:20px   5%;}
.wenzhang p img{max-width:100% ! important;display:block;}
.media-body{height:112px;}


.faq-area .section-title {
    margin-bottom: 60px;
}
.section-title {
    text-align: center;
    font-size: 16px;
    color: #7d91aa;
    font-weight: 300;
    margin-bottom: 30px;
}
.faq {
    padding: 0;
    margin: 0;
    list-style: none;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading  a{width:100%;display:block;line-height:30px;}
.zbdy1{font-size:20px;margin-right:10px;line-height:30px;}
.zbimg2{max-height:230px;overflow:hidden;display:block;width:100%;border-radius:5px;}
.bg6{padding:50px 0px;background:#cbebde8a;}
.card-body p{line-height:30px;font-size:13px;text-align:center;height:50px;}

.zbhb3 img{display:block;width:100%;max-height:120px;margin:15px 10px;border:1px solid #e5e5e5;border-radius:5px;}
.bg2 {
    background-color: #d3ffe94d;
}

.bg8 {
    background-color: #f1f1f1;padding:50px 0px;
}

.bg9 {
    background-color: #fcf8e3;padding:50px 0px;
}
.bg9 img{display:block;border-radius:5px;margin:10px 5px;}
.bg20{padding:50px 0px;background:#efefef;}
.bg20 img{display:block;border-radius:5px;margin:10px 5px;max-height:380px;overflow:hidden;width:100%;box-shadow: 5px 3px 5px grey;}
.d2 img{width:100%;display:block;overflow:hidden;padding:20px 10px;}
.bgall{padding:50px 0px;background:#efefef;}
.bgall img{display:block;border-radius:5px;margin:5px;}
.yuantu{border-radius:5px ! important;}
.zblr{padding:10px 40px;margin:20px 0px;}
.about-content p{line-height:30px;}
.indexto2{text-indent: 2em;}
.bg11{background:#00925f;padding:40px 0px;color:#fff;}
.bg11 h4{}
.bg11 p{}
.bg12{background:#666;padding:0px 0px;}
.bg001{background:#ecf2f7;padding:110px 0px;}
.videozb{display:block;margin:auto;}
.qu2{border:1px solid #fff;border-radius:5px;padding:10px 15px;margin-top:15px;}
.qu2 i{font-size:50px;line-height:70px;}
.yanse{color:#1ec40e;position:relative;line-height:60px;}
#video{max-width:100% ! important;}
.line2 {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 120px;
    height: 2px;
    background: #1aab48;
}
.testimonial-area .section-title {
    margin-bottom: 45px;
}
.section-title h2 {
    margin: 0 0 5px;
    font-size: 30px;
    font-weight: 500;
    line-height:70px;
    color: #222538;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.container-full2{width:90%;margin:auto;}
.carousel-inner img{width:100%;height:auto;display:block;}