@charset "utf-8";
/*reset*/
/* CSS reset for c_b */

.max1920{
	max-width: 1920px;
	margin: auto !important;
}
.padding-t0{padding-top: 0}
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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th, table td {
    padding: 5px;
}
fieldset, img {
    border: 0;
    transition:all .5s
}
img{
     max-width: 100%;
}



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;
}

input::-webkit-input-placeholder{
	color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#999;
}
textarea::-webkit-input-placeholder{
    color:#999;
    font-size: 16px;
}
textareat::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
    font-size: 16px;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
    font-size: 16px;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
    font-size: 16px;
}

.mb50{margin-bottom: 50px;}
.mb80{margin-bottom: 80px;}
.jjfa .p-0{padding: 0;}
.mt50{ margin-top: 50px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
/*定位*/

.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;
    font-size: 14px;
    color: #666;
}
li {
    list-style: none;
}
p img {
    max-width: 100%;
}
#about p img {
    max-width: 1200px;
}


/*其他*/

.cur {
    cursor: pointer
}

.mt-50{
    margin-top: 50px;
}
.padding20{
    padding: 20px;
}
/*原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, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}
table {
    font-size: inherit;
    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*/





/* CSS Document */

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    position: relative;
    min-width: 1200px;
    width: 100%;
}/*网站字体颜色*/
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.left{
	float: left;
}
.right{
	float: right;
}
/* header部分 */

.wrap-header {
    height: 50px;
    background: #f5f5f5;
    position: relative;
    z-index: 3;
}
.wrap-header p {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #666;
}
.wrap-header p:before{
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/ico.png) 0px 0px no-repeat;
    display: inline-block;
    position: relative;
    top: 7px;
	margin-right: 5px;
}

.wrap-header ul {
    float: right;
}
.wrap-header ul li {
    float: left;
    height: 50px;
    font-size: 14px;
    color: #666;
    line-height: 50px;
    position: relative;
}

.wrap-header ul li:hover a{
    color: #000;
}


.wrap-header ul li a:before{
    content: '';
    width: 25px;
    height: 25px;
    background: url("../images/ico.png") no-repeat;
    display: inline-block;
    position: relative;
    top: 6px;
	margin-right: 5px;
}

.wrap-header ul #weixin a:before{
    background-position:  -25px 0;
}
.wrap-header ul #liuyan a:before{
    background-position:  -50px 0;
}
.wrap-header ul #sitemap a:before{
    background-position:  -75px 0;
}

.wrap-header ul li:after{
    content: '';
    width: 1px;
    height: 18px;
    border-right: 1px solid #ccc;
    display: inline-block;
    position: relative;
    top: 12px;
    float: left;
}
.wrap-header ul li:last-of-type:after{
	display: none;
}

.wrap-header ul li a {
    color: #666;
    display: block;
    float: left;
    padding: 0 15px;
}

.wrap-header ul li:hover span {
    display: block;
}
.wrap-header ul li span {
    display: none;
    position: absolute;
    left: 0px;
    top: 50px;
    line-height: 20px;
    text-align: center;
    padding: 1px;
    background: #eee;
}
.wrap-header ul li span i{
    margin-bottom: 5px;
    display: block;
}

.wrap-header ul li span img{
	width: 120px;
    height: 120px;
}
/* logo部分 */


.toplogo{
	padding: 35px 0 35px;
    overflow: hidden;
    width: 100%;
    height: 100px;
}
.toplogo .logoimg a{
    display: block;
    float: left;
}
.toplogo .logoimg span{
    font-size: 26px;
    color: #205eab;
    font-weight: bold;
    float: left;
    margin-top: 12px;
    line-height: 40px;
    margin-left: 20px;
}
.toplogo .logoimg span p{
    display: block;
    font-size: 20px;
    color: #666;
    font-weight: normal;
}

.toptel{
}


.toptel ul li .l1{
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 33px;
}
.toptel ul li .l2{
	font-size: 20px;
    color: #0660af;
    font-weight: bold;
}
.toptel ul li span{
    font-size: 28px;
    color: #e62f2c;
    font-weight: bold;
    font-family: Arial,"Times New Roman", "微软雅黑";
    display: block;
    margin-top: 20px;
}
.toptel ul li em{
	font-size: 28px;
	color: #333;
	font-family: Arial,"Times New Roman", "微软雅黑";
}
.toptel ul li em i{
    font-size: 14px;
    color: #666;
    margin-left: 5px;
    position: relative;
    top: -1px;
}


.toptel ul li img{
    margin: 0 12px 0 33px;
    float: left;
}

/*导航*/
.topnav {
	background: #205eab;
	position: relative;
    z-index: 1000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	height: 60px;
	line-height: 60px;
	background: #205eab;
	position: relative;
}
.nav a {
	color: #fff;
}
.nav .navline {
	float: left;
    height: 60px;
	width: 2px;
}
.nav .navline:last-of-type{
	display: none;
}
.nav .nLi {
	float: left;
	position: relative;
}

.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	width: 130px;
    text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #c6ddfa;
}
.nav li:nth-of-type(1) h3 a{
	width: 144px;
}
.nav li:nth-of-type(1)  h3 a:before{
	content: '';
	width:25px;
	height: 25px;
	display: inline-block;
	background: url("../images/ico.png")no-repeat 0 -25px;
    position: relative;
    top: 6px;
}


.nav .sub {
	display: none;
    width: 90%;
    left: 0;
    top: 60px;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    line-height: 26px;
    text-align: center;
    padding: 10px 5% 5px;
    z-index: 9999;
}
.nav .sub li {
	zoom: 1;

}
.nav .sub a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #333;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #eee;
}
.nav .sub a:hover {
	color: #fff;
}
.nav .cur h3 a {
	
}
.nav .on h3 a {
    color: #fff;
    font-weight: bold;
}



.nav .navk{
    width: 930px;
    left: -320px;
    padding: 0;
    background: #fff;
    padding: 20px;
}
.nav .navk li{
    overflow: hidden;
    float: left;
    margin: 0 5px;
    /* padding-bottom: 20px;
    border-bottom:1px dashed rgba(124, 124, 124, 0.2); */
}
.nav .navk #yiji{
    background: #205eab;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    border-radius: 2px;
}
.nav .navk li .sanji{
    float: left;
    width: 150px;
    
}
.nav .navk li .sanji a{
    float: left;
    color: #333;
    padding: 0 10px;
    line-height: 30px;
    margin: 0px 2px 5px;
    border-radius: 2px;
    width: 125px;
}
.nav .navk li .sanji a:hover{
    color: #fff;
}

.nav .sub1{
    width: 930px;
}
.nav .sub1 li:nth-of-type(1) .sanji,.nav .sub1 li:nth-of-type(2) .sanji{
    width:295px;
}
.nav .sub1 li:nth-of-type(1) .sanji a,.nav .sub1 li:nth-of-type(2) .sanji a{
    margin: 0px 10px 5px 0;
    width: 120px;
}
.nav .sub1 li:nth-of-type(1) .sanji a:nth-of-type(2n),.nav .sub1 li:nth-of-type(2) .sanji a:nth-of-type(2n){
    margin-right: 0;
}


.nav .sub2{
    left: -270px;
    width: 640px;
}
.nav .sub3{
    left: -250px;
    width: 600px;
}
.nav .sub3 li{
    margin:0 10px 0 0;
}
.nav .sub3 li:nth-of-type(2),.nav .sub3 li:nth-of-type(6){
    margin-right: 0;
}
.nav .sub3 li:nth-of-type(1) .sanji,.nav .sub3 li:nth-of-type(2) .sanji{
    width:295px;
    margin-bottom: 10px;
}
.nav .sub3 li:nth-of-type(1) .sanji a,.nav .sub3 li:nth-of-type(2) .sanji a{
    width: 122px;
}
.nav .sub3 li:nth-of-type(1) .sanji a:nth-of-type(2n),.nav .sub3 li:nth-of-type(2) .sanji a:nth-of-type(2n){
    margin-right: 0;
}
.nav .sub3 li:nth-of-type(3){
    clear: both;
}
.nav .sub3 li #yiji{
    padding: 0 7.8px;
}




/*导航结束*/


/* -- 弹出窗口 -- */

#oran_full_bg {
    display: none !important;
}
/* tanchuang1 提交弹窗*/

.tanchuang1 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/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: #269903;
    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: #269903;
    text-decoration: none;
    z-index: 999999999999999;
    border: 0px;
}
.tanchuang2 .conBox .box a {
    background: #404040;
}
/* 错误提示 */

.errorMainCon {
    width: 100%;
    background: url(../images/errorBg.jpg) no-repeat center #f6f6f6;
    ;
    height: 330px;
    padding-top: 300px;
}
.errorMainCon h3 {
    width: 525px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: normal;
    margin: 0 auto;
}
.errorMainCon h3 em {
    color: #df1f29;
    font-weight: bold;
}
.errorMainCon p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}
.errorMainCon p em {
    color: #df1f29;
}
.errorMainCon a.error-url {
    font-size: 15px;
    color: #999999;
    font-family: arial;
    display: block;
    text-align: center;
    margin-top: 4px;
}
.errorMainCon .btn {
    text-align: center;
    height: 52px;
    width: 228px;
    margin: 30px auto 0;
    overflow: hidden;
}
.errorMainCon .btn .a1 {
    display: block;
    width: 104px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #818181;
    background: #e3e3e3;
    border-radius: 4px;
    float: left;
    text-decoration: none;
    border: none;
}
.errorMainCon .btn .a1:first-child {
    background: #df1f29;
    color: #fff;
    margin-right: 20px;
}
/**/


/* search部分 */

.wrap-search {
    height: 75px;
    background: #eee;
}
.search .keyword {
    float: left;
    font-size: 14px;
    color: #666;
    height: 75px;
    width: 850px;
}
.search .keyword span {
    float: left;
    width: 90px;
    height: 75px;
    line-height: 80px;
    padding-left: 30px;
    background: url("../images/index_24.png") no-repeat left center;
}
.search .keyword p {
    float: left;
    line-height: 80px;
    height: 75px;
}
.search .keyword p a {
    float: left;
    color: #888;
    font-size: 14px;
    padding-right: 20px;
    margin-right: 10px;
    background: url("../images/index_25.png") no-repeat right center;
}
.search .keyword p a:last-of-type {
    background: none;
}
.search .keyword p a:hover {
    color: #014590;
}
.search .keyword a:first-child {
    padding-left: 0;
    border-left: none;
}
.search .inp {
    float: right;
    width: 300px;
    height: 43px;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #dedbdc;
    padding: 0 16px;
    background: #fff;
    border-radius: 27px;
}
.search .inp input {
    float: left;
    border: none;
    height: 43px;
    line-height: 43px;
    width: 255px;
    float: left;
    text-indent: 12px;
    font-size: 14px;
    color: #999;
}
.search .inp span {
    display: block;
    float: right;
    width: 40px;
    height: 43px;
    border-left: 1px solid #dedbdc;
    cursor: pointer;
}
.search .inp span button {
    display: block;
    width: 55px;
    height: 43px;
    background: url(../images/search.png) no-repeat 10px center;
    border: none;
    cursor: pointer;
}
.pb-70{
    padding-bottom: 70px;
}

/*底部*/
.foot{
	padding: 80px 0 20px;
    background: #333;
    overflow: hidden;
}
.abcdfoot{
    overflow: hidden;
    margin-bottom: 40px;
}
.aafoot{
    float: left;
    width: 200px;
}

.bbfoot{
    float: left;
    width: 450px;
    
}
.bbfoot dl{
    float: left;
    width: 130px;
    margin-right: 40px;
}
.bbfoot dl:first-of-type{
    float: left;
    width: 240px;
    margin-right: 40px;
}
.bbfoot dl:first-of-type dd{
    float: left;
    width: 47%;
}
.bbfoot dl:first-of-type dd a{
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display:block;
}
.bbfoot dl:first-of-type dd:nth-of-type(2n){
    margin-left: 6%;
}

.bbfoot dt a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}
.bbfoot i{
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    margin: 10px 0
}
.bbfoot i:before{
    content: "";
    border-bottom: 1px solid #d71818;
    display: block;
    width: 20%;
    position: relative;
    top: 1px;
}

.bbfoot dd a{
    display: block;    
    font-size: 14px;
    color: #888;
    line-height: 28px;
}

.bbfoot dt:hover a,.bbfoot dd:hover a{
    color: #e62f2c;;
}

.xiangyou{
    content: "";
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .xiangyou:hover, .xiangyou:focus,.xiangyou:active {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }



.ccfoot{
    float: left;
    width: 335px;
    background: url(../images/dl_50.png) no-repeat ;
    padding-left: 60px;
}
.ccfoot .ftel{
    margin-bottom: 30px;
    margin-top: 3px;
}
.ccfoot .ftel i{
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    background: url(../images/ico.png)no-repeat -100px -360px;
    margin-right: 10px;
}
.ccfoot .ftel span{
    font-size: 14px;
    color: #777;
    line-height: 1;
}
.ccfoot .ftel em{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 2px;
}
.ccfoot .flianxi{

}
.ccfoot .flianxi span{
    line-height: 25px;
    font-size: 14px;
    color: #888;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #444;
}
.ccfoot .flianxi span em{

}
.ccfoot .flianxi span a{
    color: #888;
}
.ccfoot .flianxi span i{
    width: 25px;
    height: 25px;
    background: url(../images/ico.png)no-repeat 0 -385px;
    display: block;
    float: left;
    margin-right: 20px;
}

.ccfoot .flianxi span a:hover{
    color: #e62f2c;
}


.ddfoot{
    float: right;
    width: 110px;
}
.ddfoot img{
    width: 110px;
    height: 110px;
}
.ddfoot p{
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin-top: 5px;
}

.links{
    clear: both;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
	margin-top: 40px;
}
.links span{
    margin-right: 5px;
    font-size: 14px;
    color: #777;
}
.links a{
    color: #777;
    margin-right: 10px;
    line-height: 30px;
}
.links a:hover{
    color: #e62f2c;
}

.footer{
    background: #205eab;
    padding: 15px 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    line-height: 28px;
}
.footer a{
	color: rgba(255, 255, 255, 0.4);
}
.footer a:hover{
    color: #e62f2c;
}
.footer i{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    background: url(../images/ico.png)no-repeat -150px -385px;
}



.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus, .btn:hover {
	text-decoration: none
}

.btn.focus, .btn:focus {
	outline: 0;
}

.btn.disabled, .btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
	background-image: none
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
}

.btn-primary:hover {
	color: #fff;
}



.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #019d9a;
	border-color: #019d9a

}

/* 通用分页样式 */

.pages {
	height: 35px;
	margin: 15px 0 10px 0;
	clear: both;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}
.pages li {
	height: 30px;
	margin-right: 5px;
	display: inline-block;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
	font-size: 14px;
}
.pages li a:hover {
	border: 1px solid #3e5fae;
	background: #3e5fae;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	font-size: 14px;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #3e5fae;
	background: #3e5fae;
	color: #fff;
	font-size: 14px;
}
