h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol,li,dl,dd,dt {margin: 0; padding:0}
li{ list-style-type:none}
p {margin: 0;}
html, body{
       font: normal 14px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
   background:#fff; 
}
body{      font-size: 1.0625em;
    line-height: 1.52941;
    color: #535353;}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all; text-decoration:none

}
img{ max-width:100%; height:auto}
a:hover{text-decoration:none}

.mp3{ margin-top:3em}
.fixedon{ position:fixed; top:0;    z-index: 999;}
.fixedoff{ position:relative}
header {    -webkit-backface-visibility: hidden;
    display: block;
    position: fixed;
    top: 0;
    background: #fff;
    color: #f1f1f1;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #1A65B9;
}
header .logo {
	    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    width: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
}
header .logo img{     
    width: 130px;}
.navleft{float: left;
    width: 50%;
    display: table;
    padding-right: 98.5px;}
.navright{    float: right;
    width: 50%;
    display: table;    padding-right: 0;
    padding-left: 98.5px;}
header ul li{        display: block;
    text-align: center;
    position: relative;
    z-index: 11;
    float: left;
    line-height: 104px;
    padding: 0 30px;}
header ul li.yuyan{    line-height: 50px;
    text-decoration: underline;
    font-size: 12px;}
header ul li.yuyan a{ font-size:12px}
header ul li a {
    color: #1e1e1e;
    text-decoration: none;
    /* text-transform: uppercase; */
    -moz-transition: 0.2s, color, ease-in-out;
    -o-transition: 0.2s, color, ease-in-out;
    -webkit-transition: 0.2s, color, ease-in-out;
    transition: 0.2s, color, ease-in-out;
    font-size: 20px;
    font-weight: 500;
	   
}
header ul li:hover{background-color: #fff;
    color: #021644;}


header ul li.cur a{color: #1A65B9;    border-bottom: 3px solid #F6B02D;
    padding-bottom: 10px;}
header ul li:hover a{color: #1A65B9;    border-bottom: 3px solid #F6B02D;
    padding-bottom: 10px;}
header ul li.serch:hover a{ color:#fff; border:none; padding:0}
	
header ul li ul {
    display: none;
        overflow: hidden;
    background: #ffffff;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 300px; margin-top:1px
}
header ul li:hover ul{ display:block}
header ul li ul li {
    float: none;
    width: 100%;
    border-bottom: 1px dotted #D4CCCC;
    line-height: 50px;
    padding: 0 20px;
    border-left: none;    display: block;text-align: left;
}
header ul li ul li a {
    font-size: 15px;
    color: #333 !important;
    border: none !important;
    display: block;
    padding: 0 !important;
}
header ul li ul li:hover{    background-color: #0F6FB9;}
header ul li ul li:hover a{ color:#fff !important}
header a.menu,header a.myuyan{ display:none}
header ul.mnav{ display:none}
.pclogo{    float: left;
    width: 15%;  }
.pclogo img{    width: 150px;
    margin-top:25px;}
.pcnav{    float: right;}

.top{ display:none;position: fixed;
    z-index: 999;
    width: 100%; top:0; background:#fff}
.logo{       float: left;
    margin-left: 10px;
    margin-top: 10px; margin-bottom:10px}

.banner{ position:relative; overflow:hidden; margin-top:105px}
.swipe {  
    overflow: hidden;  
    visibility: hidden;  
    position: relative;  
}  
.swipe-wrap {  
    overflow: hidden;  
    position: relative;  
}  
.swipe-wrap > figure {  
    float: left;  
    width: 100%;  
    position: relative;  
}  
#slider {  
    max-width: 100%;/* 设置最大的宽度 */  
    margin: 0px auto; /* 居中对齐 */  
}  
  
figure {  
    margin: 0;/* 对齐，四周宽度都为0，在轮播的时候，以整张图片进行移动 */  
}  
 
 
.sybanner{ height:100%}
.page-swipe nav #position {  
    text-align: center;  
    list-style: none;  
    margin: 0;  
    padding: 0  
}  
.page-swipe nav #position li {  
    display: inline-block;  
    width: 10px;  
    height: 10px;  
    border-radius: 10px;  
    background: #003f96;  
    margin: 0 2px;  
    cursor: pointer  
}  
.page-swipe nav #position li.on {  
    background-color: #f6b02d;  
 
}  
nav{    position: absolute;
    bottom: 10px;
    width: 100%;}
.mbanner{ display:none}
.sjbn{ display:none}
#nav{    position: absolute;
    z-index: 9999;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 400px;
    max-width: 100%;
    padding: 120px 0 200px;
	background: #6F6F6F;
	background: rgba(72, 72, 72, 0.95);
	min-height:100%
}
.navactive #nav {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.nav .container{ position:relative}
.nav a.pull{    width: 67px;
    height: 67px;
    position: absolute;
    top: 78px;
	background:url(../images/menu.png) no-repeat;
	background-size:100% 100%;
	}
#nav a.colse {
    position: absolute;
    z-index: 9999;
    margin: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    background: 0 0;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    outline: 0;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url(../images/close.png);
    background-position: center center;
}
.close {
    opacity: 1; 
}
.caidan{    position: absolute;
    top: 20px;
    left: 20px;color: #fff;}
.caidan img{ margin-right:5px; width:120px}
#nav ul{ padding:0; overflow:hidden}
#nav ul li{ position:relative; overflow:hidden}
#nav ul li a {
       display: block;
    color: #fff;
    padding: 5px 20px 5px 50px;
    font-size: 20px; text-align:left
}
#nav ul li.yuyan a{    float: right;
    text-decoration: underline;
    font-size: 16px;}
#nav ul li a:hover{ background:#f6b02d}
#nav ul li.more ul li a{text-align: left;
    font-size: 16px;
    float: none;
    padding: 5px 20px 5px 50px;}
#nav ul li ul li{     width: 100%;
    float: none}
#nav ul li ul li a{     text-align: center;
    font-size: 16px;
    padding: 0;}
#nav ul li span.erji{
        display: block;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    background: url(../images/jia.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 20px;
}
#nav ul li span.erji1{
        display: block;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    background: url(../images/jian.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 20px;
}
#nav ul li ul{ display:none; width:100%}
.xmjs{    background-color: #f7f7f7;
    padding: 4em 0;}
.title{     text-align: center;
    margin-bottom: 3em;
    width: 70%;
    margin: 0 auto;}
.title h2{       color: #252525;
    font-weight: bold;
    font-size: 2em;margin: 10px 0 20px;}
.title span{    font-weight: normal;
    color: #9a9a9a;
    margin-top: 20px;
    margin-bottom: 20px;    font-size: 18px;
    line-height: 30px;}
.neirong p{ text-align:center; font-size:100%; color:#000000; line-height:2}
.gywm{ overflow:hidden; padding:60px 0}
.gywmnr{ margin-top:60px;}
.gywmnr dl{ width:30%; margin:0 1.5%; float:left; background:#28a7fb; padding:30px;    text-align: center;
    color: #fff; min-height:290px}
.gywmnr dl dd{    color: #28a7fb;
    background: #ffffff;
    border-style: solid;
    border-color: #ffffff;
    border-width: 3px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 500px;
    font-size: 32px;
    display: inline-block;}
.gywmnr dl i{}
.gywmnr dl dt{}
.gywmnr dl dt h2{ font-size:20px; margin-top:30px}
.gywmnr dl dt p{    font-weight: 400;}
.gywmnr dl dt a{    color: #fff;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px 15px;font-weight:400; font-size:14px}
.gywmnr dl dt a:hover{    color: #28a7fb;
font-weight:400;
    background: #fff;}

.khpjnr{overflow: hidden;    max-width: 65%;
    margin: 0 auto;}
.gywm22{    margin-bottom: 30px;    position: relative;}

.swiper-button-prev.pjfys{color: #21b950}
.swiper-button-next.pjfyx{color: #21b950}
.khtx{    width: 15%;
    float: left;
    margin-right: 5%;border-radius: 100%;
    overflow: hidden;}
.pjcont{width: 80%;
    float: left;}
.pjct1{margin-bottom: 20px}
.pjct1 p{    font-style: italic;
    color: #666;
    font-size: 20px;
    font-weight: 300;
    quotes: "“" "”";}
.pjct1 p:before {
    content: open-quote;
}
.pjct1 p:after {
    content: close-quote;
}
.pjct2{ }
.pjct21{color: #000; font-weight: 600}
.pjct22{}
.pjct23{}

.rmcp{ background:#f4f4f4; overflow:hidden; padding:60px 0}
.rmcplb{ margin-top:40px}
.rmcplb .item{ width:28%; margin:0 2.5% 30px; float:left;background: #fff;    overflow: hidden;}
.rmcplb .item img{ width:100%; height:auto}
.cpbt h2{       font-size: 18px;
    line-height: 28px;    font-weight: bold;
    margin-top: 30px; text-align:center;    margin-bottom: 20px; height: 56px}
.cpbt span{font-weight: bold;
    color: #34a6f7;
    margin-top: 3px;
    margin-bottom: 10px; text-align:center; display:block}
.cptp{ position:relative}
.cptp i{    background-color: rgba(40,167,251,0.4);    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.cptp:hover i{opacity: 1}

.cptp a i:after{ position: absolute;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' fill='white' xml:space='preserve'%3E%3Cpolygon points='16,7 9,7 9,0 7,0 7,7 0,7 0,9 7,9 7,16 9,16 9,9 16,9 '/%3E%3C/svg%3E")}
	
.xunpan{    background-color: #00589C; padding:60px 0; color:#fff}
.xunpan .code {
    width: 70%;
    float: left;
    margin-right: 1%;
}
.xunpan img {
    width: 29%;
    height: 40px;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;    padding-bottom: 18px;
}
address p{    margin: 0 0 20px}
.contact-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #ffffff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.xunpan .fa {
    border: 2px solid #ffffff;
    border-radius: 50%;
    color:#F29804;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    margin-right: 20px;
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-whatsapp:before {
    content: "\f232";
}
.xunpan input {
    height: 40px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.xunpan .form-control {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    margin-bottom: 10px;
}
textarea.form-control {
    height: auto;
}
.xunpan input[type="submit"] {
    background: #CE8E07;
    border: 2px solid transparent;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}
.xunpan input[type="submit"]:hover
    {
        background: #ffffff;
        color:#00589C;
    }
	
.footer{    background-color: #383838; padding:50px 0}
.dblg{ text-align:center}
.dblg img{ width:200px}
.cplj{ padding-top:20px}
.cplj ul li{ width:33.3%; float:left; text-align:center; line-height:40px}
.cplj ul li a{ color:#fff}
.cplj ul li.end a{padding: 4px 8px;
    background-color: #CE8E07;
    border-radius: 5px;}
.banquan{    margin-top: 30px;
    text-align: center;
    color: #A2A0A0;}
	
	section, section div {
  /* See it in slo-mo, you can change this */
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}
section, .button { -webkit-transition-timing-function: ease; transition-timing-function: ease; }


section {
  display: inline-block;
  position: relative;
  padding: .375rem .375rem 0;
  height: 2.5rem;
  background: #A9ADB6;
  border-radius: .25rem;
  -webkit-perspective: 300;
          perspective: 300;
  box-shadow: 0 -1px 2px #fff, inset 0 1px 2px rgba(0,0,0,.2), inset 0 .25rem 1rem rgba(0,0,0,.1);
}


.button { opacity: 0; }

.cover {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  font: 1.25em/2 "icon";
  color: white;
  text-align: center;
  pointer-events: none;
  z-index: 100;
}

.innie, .outie, .spine, .shadow { position: absolute; width: 100%; }

.innie, .outie {
  height: 100%;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,.1) 100%);
  border-radius: .25rem;
}
.innie:after, .outie:after { content:"More >"; }


.innie {
  background-color: #0E6EB8;
  text-shadow: 0 -2px 4px rgba(0,0,0,.2);
}
section.yyps .innie {
  background-color: #0E6EB8;
}


.spine {
  top: .25rem;
  background: #0E6EB8;
  height: .25rem;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.shadow {
  top: 100%;
  left: 0;
  height: 3.5rem;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  opacity: 0;
  z-index: 0;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0%, transparent 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, transparent 100%);
  border-radius: .4rem;

}

.outie {
  background-color: #0E6EB8;
  -webkit-transform: translateZ(.25rem);
          transform: translateZ(.25rem);
  text-shadow: 0 2px 4px rgba(0,0,0,.2);
}

section:hover { background: #EBEFF2; }
section:hover .button { opacity: 1; }

section:hover .cover, section:hover .innie, section:hover .spine, section:hover .outie, section:hover .spine { -webkit-transition-timing-function: cubic-bezier(.2,.7,.1,1.1); transition-timing-function: cubic-bezier(.2,.7,.1,1.1); }

section:hover .cover { -webkit-transform: rotateX(-120deg); transform: rotateX(-120deg);  }

section:hover .innie { background-color: #0E6EB8; }


section:hover .spine { background-color: #0E6EB8; }


section:hover .outie { background-color: #0E6EB8; color: rgba(255,255,255,0); }


section:hover .shadow { 
  opacity: 1;
  -webkit-transform: rotateX(45deg) scale(.95);
          transform: rotateX(45deg) scale(.95);
}


small {
  font: .8rem/1 sans-serif;
  padding-top: 4rem;
  color: #777;
}
small a { color: #222; text-decoration: none; border-bottom: thin solid #ccc; }
small a:hover { border-bottom-color: #222; }
.more {
    text-align: center;
}
.more section {
    width: 180px;
    border-radius: 10px;
    text-align: center;
    margin: 0 10px;
}
.page{width:100%;margin-top:10px; overflow:hidden; text-align:center}/*这里的宽度width:680px;自己调整*/
.page b,.page a{margin-right:3px;padding:2px 4px;line-height:16px;display: inline-block;color:#fff;}
.page a{border:1px solid #186197;background:#186197;}
.page b,.page a:hover{text-decoration:none;border:1px solid #f60;background:#f60;}

.lefttop {
    background:#083EAB;
    background-repeat: no-repeat;
    height: 76px;
    line-height: 76px;
    font-size: 28px;
    text-align: center;
    color: #FFFFFF;
	border-radius:5px 5px 0 0;
}
.leftmiddle {
    min-height: 50px;
    padding: 10px;
	border:1px solid #A09E9E;
	border-top:none;
	border-radius:0 0 5px 5px;    background-color: #fff;
}
.leftnav_big,.leftnav_big_select {
    height: 50px;
}
.leftnav_big a {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    border-bottom: 1px #CCCCCC dotted;
    font-weight: bold;
}
.leftnav_big_select a {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    border-bottom: 1px #CCCCCC dotted;
    font-weight: bold;
    background-color: #3598DB;
    color: #FFFFFF;
}
.neiye .banner{ display:block !important}
.nycpnr{margin-top: 0;
    overflow: hidden;}
.right{ background:#fff;padding: 0;}
.righttitle {
    height: 74px;
    line-height: 74px;
    border: 1px #CCCCCC solid;
    background-image: url(../images/righttitle.jpg);
    background-repeat: no-repeat;
    background-position: 10px 25px;
    padding-left: 55px;
}
.rightcontent {    padding: 10px;
    min-height: 500px;
}
.rightcontent h1 {
    font-size: 24px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #083EAB;
}
.prenext {
    height: 40px;
    line-height: 40px;
    background-color:#D68B00;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    overflow: hidden;
}
.prenext dl strong{ color:#000}
.prenext dl a{ color:#333}
.prenext dl dt {
    width: 50%;
    float: left;    line-height: 40px; font-weight:normal
}
.prenext dl dd {
    width: 50%;
    float: right;
    text-align: right;    line-height: 40px;
}
.title1 {
    height: 40px;
    line-height: 40px;
    color: #083EAB;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #CCCCCC solid;
    margin-top: 20px;
}
.content1{ overflow:hidden}
.content1 ul li {
    width: 30%;
    float: left;
	margin:15px 1.5%;
    position: relative;
    overflow: hidden;
    display: inline;
    background-color: #ffffff;
    border: 1px #cccccc solid;
    text-align: center;
}
.content1 ul li img {
	width:100%; height:auto
}
.content1 ul li .dask1 {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
	display:none
}
.content1 ul li .dask1 p{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45%;
}
.content1 ul li:hover .dask1{ display:block;}
.newslist {
    height: 35px;
    line-height: 35px;
    background-image: url(../images/newsbiao.jpg);
    background-repeat: no-repeat;
    background-position: 2px 13px;
    text-align: right;
    border-bottom: 1px #CCCCCC dotted;
    color: #666666;
}
.newslist a {
    float: left;
    padding-left: 18px;
    display: block;
    width: 65%;
    height: 35px;
    overflow: hidden;
    text-align: left;
    color: #050505;
}
.newscontent {    padding: 10px;
}
.newscontent ul li {
    height: 40px;
    line-height: 40px;
    background-image: url(../images/newsbiao.jpg);
    background-repeat: no-repeat;
    background-position: 2px 16px;
    text-align: right;
    border-bottom: 1px #CCCCCC dotted;
    color: #666666;
    clear: left;
}
.newscontent ul li a {
    float: left;
    padding-left: 18px;
    display: block;
    width: 70%;
    height: 35px;
    overflow: hidden;
    text-align: left;
    color: #050505;
}
.titleabout {
    background: #0E6EB8;
    color: #fff;
    padding: 20px 0;
}
.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.pull-right {
    float: right;
}
ul.breadcrumb {
    margin: 12px 0 0;
    background: transparent;
}
.breadcrumb>li {
    display: inline-block;
    text-shadow: 0 1px 0 #ffffff;
}
ul.breadcrumb>li {
    text-shadow: none;
}
.breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc;
}
ul.breadcrumb>li>a, ul.breadcrumb>li .divider {
    color: #fff;
}
ul.breadcrumb>li.active {
    color: rgba(255,255,255,0.7);
}
#about-us{ padding:50px 0;background: #f5f5f5;}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress .bar {
    width: 0%;
    height: 100%;
    color: #ffffff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress {
    margin-bottom: 10px;
}
.progress, .progress .bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    height: 30px;
    line-height: 30px;
}
.progress-warning .bar, .progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-info .bar, .progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-danger .bar, .progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.neiye hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}
.center {
    text-align: center;
}
.box {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.box h5{    margin-top: 10px;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;}
.box p{ font-size:12px; margin-bottom:10px}
.btn-social {
    border: 0;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.5);
}
.btn-social.btn-facebook {
    background: #4f7dd4;
}
.btn-social.btn-google-plus {
    background: #dc422b;
}
.btn-social.btn-twitter {
    background: #5bceff;
}
.btn-social.btn-linkedin {
    background: #21a6d8;
}
.mbt10{ margin-bottom:10px; font-size:13px}
.desc{ margin-top:20px}

@media (max-width: 1440px){
.nav a.pull{    width: 60px;    left: 10%;
    height: 60px;
    top: 60px;
	}

@media (max-width: 1200px){
.pcnav {
    float: right;
    width: 80%;
}
.logo img{    height: 60px;}
.nav a.pull{       width: 30px;
    height: 30px;
    right: 5%;
    top: 20px;
    left: auto;
	}
.banner {
    margin-top: 80px;
}

}
@media (max-width: 1000px){
header{ display:none}
.top{ display:block}

.nybanner{ display:none}

}
@media (max-width: 991px){
.pcbn{ display:none}
.sjbn{ display:block}

}
@media (max-width: 950px){
.banner {
    display: none;
}
.mbanner{ display:block; margin-top:80px}
.title{    
    width: 100%;
    margin: 0 auto;}
.rmcplb .item{ width:46%; margin:0 2% 20px}
}

@media (max-width: 850px){
nav{ bottom:5px; }
.page-swipe nav #position{ text-align:right; padding-right:5px}

#top{ display:none}
.gywmnr dl{ width:100%; float:none; min-height:auto; margin:0 0 20px}
}
@media (max-width: 768px){

#nav{
	width:100%;
	left:0;
    border-radius: 0;
	top:0;
	padding-top:120px
}
.caidan{ top:20px; left:0}
#nav ul li a{ padding:5px 20px 5px 30px; float:left}
.left{ margin-bottom:20px; padding:0}
.prenext {
    height: auto;
    line-height: 30px;
    background-color: #fff;
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin-top:20px;
    overflow: hidden;
}
.prenext dl dt {
    height: 30px;
    line-height: 30px;
    background-color: #D68B00;
    padding-left: 0.5rem;
    margin-bottom: 0.1rem;
    overflow: hidden;    width: 100%;
    float: none;
    display: block;
}
.prenext dl dd {
    height: 30px;
    line-height: 30px;
    background-color: #D68B00;
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
    overflow: hidden;    width: 100%;
    float: none;
    display: block;
	margin-top:10px; text-align:left
}
    .khtx{    width: 100px;
        float: none;
        margin: 0 auto 20px;}
    .pjcont {
        width: 100%;
        float: none;
        text-align: center;
    }
.newscontent ul li a {
    float: left;
    padding-left: 1rem;
    display: block;
    width: 65%;
    height: 2rem;
    overflow: hidden;
    text-align: left;
    color: #050505;
}
.newslist a {
    float: left;
    padding-left: 1rem;
    display: block;
    width: 65%;
    height: 2rem;
    overflow: hidden;
    text-align: left;
    color: #050505;
}
.content1 ul li {
    width: 47%;
    float: left;
    margin: 15px 1.5%;
    position: relative;
    overflow: hidden;
    display: inline;
    background-color: #ffffff;
    border: 1px #cccccc solid;
    text-align: center;
}
}
@media (max-width: 670px){
.logo img{ height:50px}
.nav a.pull{ width:25px; height:25px;
    top: 15px;
	}
.mbanner{ margin-top:70px}
.rmcplb .item{ width:100%; margin:0 0 20px; float:none}
.cplj ul li{ width:50%}
    address p{overflow: hidden;}
    .xunpan .fa{float: left}
    address p:nth-child(2) {    line-height: 45px;}
    address p a {    line-height: 45px;}
}
