@charset "utf-8";
/* CSS Document */
/**
 * 通用标签初始化
 */
html {margin:0;padding:0;border:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;padding:0;border:0;/*font-size:100%;*/font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {color:#3e3a39;background:#fff;font-family:"Microsoft YaHei","simsun","Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {border:0;vertical-align:bottom; -ms-interpolation-mode:bicubic;}
::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#ccc;}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*-webkit-box-shadow:0 4px 40px rgba(0,0,0,0.5);-moz-box-shadow:0 4px 40px rgba(0,0,0,0.5);box-shadow:0 4px 40px rgba(0,0,0,0.5);-webkit-border-radius:4px;*/
*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
textarea {overflow:auto;}
input:focus,textarea:focus,button:focus,select:focus {outline:none;}
input::-ms-clear {display:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block;}
audio,canvas,progress,video {display:inline-block;vertical-align:baseline;}
audio:not([controls]) {display:none;height:0;}
[hidden],template {display:none;}
a {background:transparent; text-decoration:none; outline:none;}
a:active,a:hover {outline:0;}
a:focus {outline:none;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
abbr[title] {border-bottom:1px dotted;}
b,strong {font-weight:bold;}
dfn {font-style:italic;}
mark {color:#000;background:#ff0;}
small {/*font-size:80%;*/}
sub,sup {position:relative;/*font-size:75%;*/line-height:0;vertical-align:baseline;}
sup {top:-.5em;}
sub {bottom:-.25em;}
svg:not(:root) {overflow:hidden;}
figure {margin:1em 40px;}
hr {height:0;-moz-box-sizing:content-box;box-sizing:content-box;}
pre {overflow:auto;}
code,kbd,pre,samp {font-family:monospace, monospace;/*font-size:1em;*/}
button,input,optgroup,select,textarea {margin:0;font:inherit;}
button {overflow:visible;}
button,select {text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled] {cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
input {line-height:normal;}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height:auto;}
input[type="search"] {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
fieldset {padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0;}
legend {padding:0;border:0;}
optgroup {font-weight:bold;}
table {border-spacing:0;border-collapse:collapse;}
td,th {padding:0;}
hr {clear:both;float:none;width:100%;height:1px;margin:10px 0;border:none;-moz-box-sizing:content-box;box-sizing:content-box;margin:0;}
blockquote {border:solid 1px #ddd;border-left-width:6px;padding:20px;border-radius:4px;}
blockquote strong {display:block;margin-bottom:10px;}
blockquote p:last-child {margin:0;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {filter:alpha(opacity=60); opacity:.6;}
q {quotes:none;}
q:before,q:after {content:'';content:none;}
ul,li {list-style:none;}
body{ background-color: #fff;}
a{color: inherit;}
.fl{ float:left;}
.fr{ float:right;}
.over{ overflow:hidden;}
.clear{ clear:both;}
.full-width {max-width: 100%; }
.width-1200 {max-width: 1200px; width:96%;margin:0 auto;}
.width-1200:after {content:""; display: block; width: 0;height: 0;clear: both;}
.flexbox{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexwidth{
	max-width: 1200px; width:96%;
	margin: 0 auto;
}
.flexwidth-100
{width:100%; height:auto;background-color: #252525;}
.flexwidth2{
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}
.flexwidth3{
	max-width: 1300px;
	margin: 0 auto;
	width: 90%;
}
.header_naver{background-color: #06429a;}
.header_nav{
	width: 1200px;
	
}
.header_nav li{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 60px; 
	width:12.5%; text-align:center; 
	height:60px; overflow: hidden;
	
}
.header_nav li:hover{
	color: #06429a;
	background-color: #fff; font-weight:bold; 
	
}
header{
	
    width: 100%;
}
.header_nav li.cur{
color: #06429a;
	background-color: #fff; font-weight:bold; 
	
}
header h1{
	padding: 18px 0;
}
header h1 img{height:60px;}
.header_right{ float:right; margin-top:25px;}
.header_right li{
	color: #666666;
	font-size: 12px;
	height:50px;
	font-weight: 100;
	line-height: 20px; padding-left:50px;padding-right:25px;border-right: 1px solid #cccccc; margin-left:25px;
	
}
.header_right li:nth-of-type(3){
	border-right: 0px solid #2f2f2f;
}
.header_right li span{ font-weight:bold; font-size:16px; display:block;}
.header_right .telbg{background: url(../images/telbg.png) no-repeat left center;}
.header_right .addressbg{background: url(../images/addressbg.png) no-repeat left center;}
.header_right .wxbg{background: url(../images/wxbg.png) no-repeat left center;}


.header_ico li:nth-of-type(1){
	padding-right: 15px;
	padding-top: 32px;
}
@media screen and (max-width: 1330px){
	.header_nav{
	width: 680px;
}
}

.header{
	
}
.header h6{
	color: #ffffff;
	font-size: 18px;
	padding-bottom: 25px;
	font-weight:400
}
.header li{
	line-height:40px;
	color: #929092;
	font-size: 14px;font-weight:300
}
.linek_font{
	text-align:left; border-right: 1px solid #2f2f2f; padding-right:60px; 
}
.linek_font p{
	color: #929092;
	font-size: 14px;
	line-height:50px;
	padding-left:40px; font-weight:300
}
.linek_font h5{
	font-size: 18px;
	color: #FFF; margin-bottom:30px;font-weight:400
	
}
.link_address{
	background: url(../images/address.png) no-repeat left center;
}
.link_tel{
	background: url(../images/tel.png) no-repeat left center;
}
.link_email{
	background: url(../images/email.png) no-repeat left center;
}

.linek_font i{
}
.footer_icl{
	padding-top: 100px;
	padding-bottom: 28px;
	border-bottom: #999 1px solid;
}
.footer_icl ul li{
	margin-right: 18px;
}
.footer_icl{
	width: 100%;
}
.to_top{
	color: #ffffff;
	font-size: 14px;
	background: url(../images/ico12.png) no-repeat right 7px;
	padding-right: 13px;
	
}
.gdhq{
	padding-top: 24px;
	padding-bottom: 38px;
	color: #929092; margin-top:60px;
	font-size: 14px;border-top: 1px solid #2f2f2f;
}
#maseacher{
    position: relative;
}
#maseacher:hover form{
    display: block;
}
#maseacher form{
    position: absolute;
    width: 270px;
    font-size: 14px;
    right: -50px;
    bottom: -40px;
    z-index: 1000;
    background-color: #FFF;
    border: 1px solid #aaa;
    display: none;
}
#maseacher form input{
    border: none;
    width: 230px;
    padding-left: 15px;
    line-height: 3;
}
#maseacher form button{
    line-height: 15px;
    border: none;
    background-color: transparent;
    /* padding-bottom: 15px; */
    height: 45px;
}
.my_eqbox{
    position: relative;
}
.eq_mov{
    position: absolute;
    display: none;
    left: -50px;
}
.eq_mov img{
    width: 150px;
}
.my_eqbox:hover .eq_mov{
    display: block;
}
.footer_move{
    position: relative;
}
.moymoin{
    position: absolute;
    bottom: 40px;
    display: none;
}
.footer_move:hover .moymoin{
    display: block;
}
.btn-nav{display:none}

.pcid p{
	width: 30px;
    height: 3px;
    background-color: #333;
    margin-top: 7px}
 .mid p{
	width: 30px;
    height: 3px;
    background-color: #545351;
    margin-top: 7px}   
    
    
 .btn-nav {position: absolute;
    right: 30px;
    top: 30px;
    z-index: 52222;
}
.nav{
	display: none;
	border-top: 1px solid rgba(0,0,0,0.05);
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.nav li:last-child{
	margin-bottom: 30px;
}
.nav li{
	text-align: left;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-left: 15px;
    background-color: #FFF;
}
.nav li a{
	display: block;
	line-height: 45px;
}
.roater-l{

	position: absolute;
    transform: rotate(45deg);
    right: 0px;
    top: 10px;color:#fff;
}
.roater-r{
	transform:rotate(-45deg);
	    position: absolute;
    right: 0px;
    top: 10px;
}
.ty_title{width:100%; text-align:center; line-height:40px;color:#999999; font-size:14px; font-weight:300; padding-top:30px; padding-bottom:30px;}
.ty_title span{ font-size:30px; font-weight:bold; color:#000000; display:inherit}
@media (max-width: 590px)
{
 .ty_title span{ font-size:25px; font-weight:bold; color:#000000; display:inherit}   
 .header_right, .header_naver{ display:none}
 .btn-nav{display:block}
 
 
}


.foot_ly{background-color: #ebebeb; padding-bottom:40px;}
.foot_ly_tit{ text-align:center; line-height:40px;color:#999999; font-size:14px; font-weight:300; padding-top:40px;}
.foot_ly_tit span{ font-size:30px; font-weight:bold; color:#000000; display:inherit}
.foot_ly_con{ margin-top:10px;}
.foot_ly_con input{width:370px;height:48px;background-color: #fff;border: 1px solid #999999;color:#999999; float:left; margin-right:20px; font-size:12px; font-weight:300; padding-left:10px;}
.foot_ly_con button{width:250px;height:48px;background-color: #ff0000;border: 1px solid #ff0000;color:#fff; float:left;  font-size:14px; font-weight:300; padding-left:10px;border-radius:5px}




footer{
	background: url(../images/footbg.jpg)#343339 no-repeat center bottom; padding-top:30px; margin-top:0px; padding-bottom:30px;
}
.footer_f{width:1000px;line-height:25px; font-size:12px; float:left; margin-right:0px;color:#d2d2d2}
.footer_f ul li{
	color: #fff;
	font-size: 16px;  float:left; margin-bottom:15px;
}
.footer_f ul li a{
	color: #fff;
	font-size: 16px;margin-right:30px;
}
.footer_f ul li a:hover{color: #4192e4; }
.footer_f a{margin-right:10px;}
.footer_f a:hover{color: #fff; }
.footer_c{width:200px;line-height:30px; font-size:12px; float:left; margin-right:50px;color:#707070}
.footer_c .txt{width:110px;line-height:25px;border-top:2px solid #f6f6f6; padding-top:15px; font-size:14px;color:#aaaaaa}
.footer_c .txt span{ display:inherit; font-size:22px;}

.footer_c .tel p{
	color: #fff;
	font-size: 30px;
}
.footer_c .tel h6{
	color: #999999;
	font-size:14px;line-height:35px;
}
.footer_c .tel{ margin-top:10px;
	padding-left: 55px;line-height:25px; background: url(../images/foottel.jpg) no-repeat left 15PX;
}

.footer_r{ float:right; margin-top:20px;}



.footer{
    width: 100%;
    background: url(../images/footbg.jpg)#343339 no-repeat center bottom;
    display: block;
    margin-top:0px; padding-top:2%
}

.foot{
   
    margin: 0 auto;
    font-size: 14px;
}

.foot li{
    color: #999;
    line-height: 200%;
}
.foot li span{ margin-left:80px;}

.foot li font{width:80px; float:left}
.foot td{ color: #999;line-height:25px}

.foot li:nth-child(2){
    color: #fff;  font-size: 16px; font-weight:500
}

.foot li:nth-child(3){
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: .2% 0 1.5%;
}

.foot li:nth-child(3){
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: .2% 0 1.5%;
}

.footone img{ margin-bottom:10px;}
.footone, .foottwo, .footthr{
    display: block;
    float: left;
    margin-left: 0%;
}

.footone{
    width: 30%;
    margin-left: 0%;
}

.foottwo{
    width: 60%;
}

@media (max-width: 590px)
{
    .footone{
    width: 90%;
    margin-left: 0%;margin: 0 auto;
}

.foottwo,.footthr{
    display: none;
}
}
.footthr{
    width: 8%; margin-left: 0%;float: right;
}

.foottwo dl{
    line-height: 180%;
    text-align: center;
    float: left;
    margin-left: 8%;
}

.foottwo dl dt a{
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.foottwo dl dd a{
    color: #8f8f8f;
    font-size: 14px;line-height:30px;
}

.foottwo dl dd a:hover{
    color: #fff;
}

.icode{
    display: block;
    float: left;

    width: 100%;
    text-align: center;
    color: #ccc;
}

.icode img{
    width: 100%;
}

.footcopy{
    width: 96%;
    text-align: center;
    margin: 2% auto 0;
    padding: 1%;
    color: #aaa;
    border-top: 1px solid #666;
    font-size: 14px;
}

.right-part .right-part-tit{
	box-sizing: content-box;
	height: 28px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    /*padding-top: 10px;*/
    overflow: hidden; padding-bottom:10px; margin-top:20px;
}
.right-part .right-part-tit .tit-name{
    position: relative;
	
    height: 24px;
    line-height: 24px;
    text-indent: 12px;
    font-size: 14px;
    color: #262626;
}
.right-part .right-part-tit .tit-name:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #4192e4;
}

.ty_ttda{margin:0 auto; text-align:center;font-weight:bold; font-size:35px; display:inherit; line-height:60px;letter-spacing:0px; margin-top:30px;}
.tyttline {
  height: auto;
  line-height:30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .ty_line {
    display: inline-block;
    width: 140px;
    height: 1px;
    background: #d0d4d9;
  }
  .ty_txt {
    color: #333;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin: 0 30px; font-weight:500;
  }
  
  .tyline_l{width:80px;height:2px;background: #4192e4;margin:0 auto; margin-top:10px; margin-bottom:30px;}