@charset "utf-8";
/* CSS Document */
*{ margin:0;padding:0;}
body {font-family:"Microsoft YaHei";font-size:16px; width:100%;}
h1, h2, h3, h4, h5, h6 { font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img{border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
input, select, textarea, button { -webkit-tap-highlight-color:rgba(0,0,0,0);border:0;border-radius:0; outline: none;}
input[type="text"],select,textarea{text-indent:10px;}
input, img { vertical-align:middle;outline:none;}
ul, ol, li { list-style:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
.fl{ float:left; display:inline}
.fr{ float:right; display:inline}
.clearfix{zoom:1;}
.clearfix:after{content:"";display:block;clear:both;}
@media (max-width: 1253px) {
    .width {
        width: 1253px;
    }
}
.width{ width:1200px; margin: 0 auto;}
.bg1{ background:#fff;}
.bg2{ background:#f5f5f5;}
.bg3{ background:#3d454d;}
.bg4{ background:#282e33;}
.fnweight{ font-weight:bold;}

/*顶部导航*/
.header_wrap{ background: #fff;box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);}
.header{ line-height:90px; padding:0 20px;box-sizing:border-box;}
.header_logo img{ vertical-align:middle;}
.header_nav .nav_item{ float:left; margin-left:10px;}
.header_nav .nav_item_menu{ position:relative;}
.header_nav .nav_item_menu .nav_item_arrow{ position: absolute; right:0px; top: 42px; }
.bottom_arrow{display:inline-block;width:0;height:0;border-width:6px 6px 0;border-style:solid; border-color:#666 transparent transparent;}
.top_arrow{display:inline-block;width:0; height:0;border-width:0 6px 6px;border-style:solid;border-color:transparent transparent #3366ff;}
.header_nav .nav_item .nav_item_text{ display:inline-block; line-height:87px; padding:0 30px; color:#666; box-sizing:border-box; border-bottom:3px solid transparent;}
.header_nav .nav_item .nav_item_text:hover,.header_nav .current .nav_item_text{ color:#3366ff; box-sizing:border-box; border-bottom:solid 3px #3366ff;}
.subnav{ position:absolute; top:90px; left:0;right:0; z-index:9; width:100%; background:#fff; border-top: solid 1px #8aabff; box-sizing: border-box; display:none;}
.subnav li a{ display:block; line-height:50px; width:100%; text-align:center; color:#666;}
.subnav .subnav_current a,.subnav li a:hover{ color:#fff; background:#8aabff;}

/*页面内容*/
.hyt_main{  text-align: center; padding:60px 0;}
.title{ font-size:28px; color:#383838; line-height: 48px; font-weight:500;}
.title_line{ border-top:solid 1px #ccc; margin: 0 0 30px;}
.title_line legend{padding:0 30px;}
.hyt_main .hyt_list{ line-height:26px; font-size: 16px; color: #666; margin: 20px 0 40px;}

/*版权信息*/
.copyright_wrap{ text-align:center; font-size: 14px; color:#fff; line-height: 36px; padding: 10px 0; box-sizing: border-box}
.copyright_wrap a,.copyright_wrap p{
    display: inline-block;
}
.copyright_wrap em{
    font-size: 12px;
}
/*当前位置*/
.current_location ul{border-left:solid 4px #3366ff; margin: 10px 0;}
.current_location li{ float: left; font-size:14px; color:#666; margin: 0 5px; line-height: 16px;}
/*广告图*/
.imgChange_wrap img{
    width: 100%;
    height: auto;
}
.about_content .about_menu dl{ width:200px; line-height: 50px; border: solid 1px #e2e5e3; box-sizing: border-box; text-align: left; text-indent: 20px;}
.about_content .about_menu dt{background:#3366ff; color:#fff;}
.right_arrow{display:inline-block;width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent transparent; margin-right: 10px;}
.about_current .right_arrow{border-color:transparent transparent transparent #3366ff;}
.about_content .about_menu dd:hover,.about_current{ background:#e2e5e3;}
.about_content .about_item{ display: none;}
.about_content .about_item .about_img{ margin: 0 auto;}
.about_content .about_item .about_img img{ width:50%; margin-top: 30px;}
.about_content .about_item .about_text{text-align: left; margin: 30px 10px 0; line-height: 36px;}
.about_text_indent{ text-indent: 32px;}
.contactus_wrap .title{ text-align:center;}
.contactus_wrap li{ float: left; width: 50%;}
.copyright_wrap li{ margin:0 4px;}
.copyright_wrap a{color:#fff;}
/*.copyright_wrap li a:hover{text-decoration:underline}*/
/*.copyright_wrap li a:hover p{text-decoration:underline}*/

@media (max-width: 960px){
	.header_nav{display:none;}
    .copyright_wrap{display:block}
    .copyright_wrap ul{ width: 100%; display:block;text-align: center;margin: 0 auto;}
    .copyright_wrap ul li em{display: none;}
    .width{
        width: 100%;
    }
    .contactus_wrap li{
        float: none;
        width: 100%;
    }
}
@media screen and (min-width: 960px) and (max-width: 1220px){
    .copyright_wrap{display:block}
    .copyright_wrap ul{ width: 100%; display:block;text-align: center;margin: 0 auto;}
    .copyright_wrap ul li em{display: none;}
    .width{
        width: 100%;
    }
}
@media (min-width:1220px){
    .copyright_wrap{display:flex;}
    .copyright_wrap ul{display:flex;text-align: center;margin: 0 auto;}


}
@media all and (orientation : portrait){
    .copyright_wrap{display:block}
    .copyright_wrap ul{ width: 100%; display:block;text-align: center;margin: 0 auto;}
}