@charset "utf-8";
/* CSS Document */
body{ margin:0; padding:0; font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif; font-size:14px; color:#555; text-align:center; background:#fff; line-height:26px; margin-left:auto; margin-right:auto;}
a{ color:#555; text-decoration:none; outline-style:none; outline-color:invert; outline-width:medium; -webkit-tap-highlight-color:transparent;}
a:link{ text-decoration:none;}
a:hover{ color:#004392;}
a img{ border:0 none;}
a{ blr:expression(this.onFocus=this.blur());}
a{ outline:none;}
a:focus{ outline:none;} 
h1,h2,h3,h4,ul,li,div,p,span,b,i,input,select{ margin:0; padding:0;}
ul,li,dl,dd,dt{ padding:0; margin:0; list-style:none;}
input,textarea{ font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif; outline:none; resize:none; -webkit-appearance:none; border-radius:0; -webkit-border-radius:0;}
em,i{ font-style:normal;}
video{ outline:none;}
.clear{ clear:both; height:0; overflow:hidden; display:block;}
.float_left{ float:left;}
.float_right{ float:right;}
.font{ font-family:'SimSun';}
.length{ word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.con{ padding:20px 0 40px 0;}
.content_box{ width:95%; min-width:95%; margin:0 auto; padding:0; text-align:left;}
.container{ min-width:1170px; width:1170px; margin:0 auto; padding:0; text-align:left;}
/* CSS Common*/

/*header */
#header{position: fixed; width:100%; height:90px; margin:0 auto; text-align:center; z-index:99;}
#header .logo{ float:left; padding-top:30px;}
#header .nav_ico{ position:absolute; right:25px; top:30px; text-align:center; cursor:pointer;}
#header .nav_ico>em{ font-size:16px; color:#004392; font-weight:bold; display:block; margin-top:8px;}
	
/*menu*/
#menu{ position:fixed; top:0; right:0; left:0; bottom:0; z-index:999; background:url(../images/nav_bg.jpg) no-repeat left center #fff; height:100%; display:none;}
#menu>span{ position:absolute; right:100px; top:60px; cursor:pointer;}
#menu ul{ width:60%; margin:0 auto; margin-top:10%;}
#menu ul li{ text-align:right;}
#menu ul li a{ font-size:32px; color:#333; line-height:2.6;}
#menu ul li a:hover{ color:#004392;}
#menu ul li a.on{ color:#004392;}

/*menu*/
.menu{ width:100%;}
.menu ul{ margin:auto;}
.menu li{ height:36px; line-height:36px; padding:0 20px; float:left; text-align:center; position:relative; z-index:9;}
.menu li a{ display:block; font-size:16px; color:#000;}
.menu li a:hover{ color:#000;}
.menu li a.on{ color:#000;}
.menu li dl{ width:100%; position:absolute; left:0; top:35px; display:none;}
.menu li dl dd{ width:100%; height:30px; text-align:center; line-height:30px;}
.menu li dl dd a{ font-size:14px; color:#555;}

/*right_nav*/
.right_nav{ position:fixed; z-index:99; right:0; top:0; width:100px; height:100%; background-color:#fff;}
.right_nav .nav_ico{ text-align:center; cursor:pointer; margin-top:35px;}
.right_nav .nav_ico>em{ font-size:16px; color:#004392; font-weight:bold; display:block; margin-top:8px;}
.right_nav ul{ margin-top:80%; text-align:center;}
.right_nav ul>li{ width:46px; margin:0 auto; margin-bottom:20px;}
.right_nav ul>li>a{ display:block; width:46px; height:46px; border-radius:50%;}
.right_nav ul>li>a.active{ background:#004392;}
.right_nav ul>li>a>span{ background-repeat:no-repeat; display:block; width:46px; height:46px; background-position:center;}
.right_nav ul>li:nth-child(1)>a>span{ background-image:url(../images/nav_dh1.png);}
.right_nav ul>li:nth-child(2)>a>span{ background-image:url(../images/nav_dh2.png);}
.right_nav ul>li:nth-child(3)>a>span{ background-image:url(../images/nav_dh3.png);}
.right_nav ul>li:nth-child(4)>a>span{ background-image:url(../images/nav_dh4.png);}
.right_nav ul>li:nth-child(1)>a.active>span{ background-image:url(../images/nav_dh1_a.png);}
.right_nav ul>li:nth-child(2)>a.active>span{ background-image:url(../images/nav_dh2_a.png);}
.right_nav ul>li:nth-child(3)>a.active>span{ background-image:url(../images/nav_dh3_a.png);}
.right_nav ul>li:nth-child(4)>a.active>span{ background-image:url(../images/nav_dh4_a.png);}
.right_nav .nav_bottom>a>i{ border:1px solid #9c9c9c; border-radius:50%; width:36px; height:36px; line-height:36px; display:block; margin:0 auto; margin-top:80%; transition:all 0.3s; margin-bottom:50px;}
.right_nav .nav_bottom>a>i:hover{ background:#004392; color:#fff; border-color:#004392;}

/*banner*/
.banner{ height:960px;}
.banner .swiper-slide{ background-position:center; background-size:cover; cursor:pointer;}
.banner .swiper-pagination{ bottom:12px;}
.banner .swiper-pagination-bullet{ margin:0 4px !important;}
.banner .swiper-pagination-bullet{ background:none; width:10px; height:10px; border:1px solid #fff; opacity:1;}
.banner .swiper-pagination-bullet-active{ background:#fff; }
.banner .swiper-button-next,.banner .swiper-button-prev{ width:15px; height:24px; background-size:15px 24px; margin-top:-12px;}
.banner .swiper-button-prev{ left:20px;}
.banner .swiper-button-next{ right:20px;}

/*home_about*/
#home_about{ width:100%;}
#home_about .home_about_con{ margin:0 auto; text-align:left; height:100%;}
#home_about .home_about_con .l{ width:50%; height:100%; float:left; background-image:url(../images/about_bg.jpg); background-size:cover; color:#fff; background-repeat:no-repeat; display:flex; justify-content:center; align-items:center;}
#home_about .home_about_con .l .note{ margin:0 25% 0 15%;}
#home_about .home_about_con .l .note>em{ font-size:36px; display:block; line-height:2;}
#home_about .home_about_con .l .note>i{ font-size:36px; display:block;}
#home_about .home_about_con .l .note>span{ font-size:32px; display:block; margin-top:50px;}
#home_about .home_about_con .l .note>span>i{ display:block; width:50px; height:2px; background:#fff; margin-top:40px;}
#home_about .home_about_con .l .note>.desc{ margin-top:60px; font-size:16px; line-height:2.2;}
#home_about .home_about_con .r{ width:50%; float:right; height:100%;}
#home_about .home_about_con .r .note_box{ display:flex; justify-content:center; align-items:center; height:50%;}
#home_about .home_about_con .r .note{ width:100%; background:#f0f1f2; overflow:hidden; height:100%;}
#home_about .home_about_con .r .note img{ width:100%; height:auto;}
#home_about .home_about_con .r .note .desc{ margin:0 auto; margin-left:15%; margin-right:25%; overflow:hidden;}
#home_about .home_about_con .r .note .desc>em{ color:#004392; font-size:28px; display:block; line-height:1.6;}
#home_about .home_about_con .r .note .desc_con{ margin-top:20px; line-height:2; font-size:16px;}
#home_about .home_about_con .r .note .desc>a.more{ display:block; width:180px; height:46px; line-height:46px; background:#004392; color:#fff; font-size:12px; text-align:center; margin:0 auto; transition:all 0.3s; position:relative; top:0; margin-top:10%; float:right;}
#home_about .home_about_con .r .note .desc>a.more>i{ margin-left:50px; font-family:'SimSun';}
#home_about .home_about_con .r .note .desc>a.more:hover{ top:-10px;}

/*home_pro*/
#home_pro{ width:100%; background:#f2f2f2;}
#home_pro .home_pro_dh{ font-size:36px; margin:0 auto; text-align:center; color:#004392; position:relative; right:50px;}
#home_pro .home_pro_dh span{ display:block; color:#666; font-size:26px; margin-top:20px;}
#home_pro .home_pro_con{ margin:0 auto; text-align:center; margin-top:58px; width:85%; position:relative; right:50px;}
#home_pro .home_pro_con ul{ font-size:0;}
#home_pro .home_pro_con ul li{ width:23.5%; display:inline-block; vertical-align:top; margin-left:2%;}
#home_pro .home_pro_con ul li:nth-child(4n+1){ margin-left:0;}
#home_pro .home_pro_con ul li .img{ width:100%; height:100%; border:1px solid #e0e0e0; overflow:hidden; position:relative;}
#home_pro .home_pro_con ul li img{ width:100%; height:auto; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_pro .home_pro_con ul li img:hover{ transform: scale(1.1);-webkit-transform: scale(1.1);}
#home_pro .home_pro_con ul li em{ width:100%; height:100%; background:rgba(0,67,146,0.7); position:absolute; top:0; opacity:0;}
#home_pro .home_pro_con ul li .desc{ padding:15px 0; width:100%; border:1px solid transparent;}
#home_pro .home_pro_con ul li span{ display:block; font-size:18px; color:#222;}
#home_pro .home_pro_con ul li p{ color:#666; font-size:14px; margin-top:5px;}
#home_pro .home_pro_con ul li:hover .desc{ background:#004392;}
#home_pro .home_pro_con ul li:hover .desc span{ color:#fff;}
#home_pro .home_pro_con ul li:hover .desc p{ color:#fff;}
#home_pro .home_pro_con ul li:hover .img{ border:1px solid #004392;}
#home_pro .home_pro_con ul li:hover em{ opacity:1;}
#home_pro .home_pro_con ul li:hover .desc{ border:1px solid #004392;}
#home_pro .home_pro_con>a.more{ display:block; width:210px; height:46px; line-height:46px; background:#004392; color:#fff; font-size:12px; text-align:center; margin:0 auto; transition:all 0.3s; position:relative; top:0; margin-top:65px;}
#home_pro .home_pro_con>a.more>i{ margin-left:50px; font-family:'SimSun';}
#home_pro .home_pro_con>a.more:hover{ top:-10px;}

/*home_program*/
#home_program{ width:100%;}
#home_program .home_program_con{ margin:0 auto; text-align:left; width:89%; position:relative; right:50px; margin-top:80px; text-align:center;}
#home_program .home_program_con>img{ display:inline-block; width:45%; vertical-align:top;}
#home_program .home_program_con>.note{ display:inline-block; width:45%; text-align:left; vertical-align:top; margin-left:5%;}
#home_program .home_program_con>.note>em{ font-size:32px; color:#004392; line-height:1.6;}
#home_program .home_program_con>.note>em>i{ background:#004392; width:50px; height:2px; display:block; margin:30px 0;}
#home_program .home_program_con>.note>.desc{ font-size:16px; line-height:2;}
#home_program .home_program_con>a.more{ display:block; width:210px; height:46px; line-height:46px; background:#004392; color:#fff; font-size:12px; text-align:center; margin:0 auto; transition:all 0.3s; position:relative; top:0; margin-top:65px;}
#home_program .home_program_con>a.more>i{ margin-left:50px; font-family:'SimSun';}
#home_program .home_program_con>a.more:hover{ top:-10px;}

/*home_contact*/
#home_contact #footer_nav{ position:relative; right:50px;}
#home_contact #footer{ position:relative; right:50px;}
#home_contact .content_box{ width:90%; min-width:90%;}

/*location*/
.location{ position:relative;}
.location>.dh{ color:#333; font-size:56px; text-transform:uppercase; font-weight:bold; margin-top:130px; margin-bottom:60px;}
.location>.dh>em{ font-size:30px; display:block; font-weight:normal; margin-top:30px;}
.location .local{ background:url(../images/local.png) no-repeat left 3px; text-indent:30px;}

/*left*/
#left{ width:100%;}
#left .left_dh{ background:#f0f1f2; height:60px;}
#left .left_dh ul li{ float:left;}
#left .left_dh ul li a{ height:60px; line-height:60px; display:block; font-size:16px; padding:0 60px;}
#left .left_dh ul li a:hover{ color:#004392;}
#left .left_dh ul li a.on{ background:#004392; color:#fff;}

/*content*/
#right{ width:100%;}
#right .right_dh{ height:36px; line-height:36px; border-bottom:solid 1px #e6e6e6; display:none;}
#right .right_dh_l{ color:#004392; font-size:15px; float:left;}
#right .right_con{ min-height:200px; padding:60px 0; line-height:2.2;}
#right .right_con img{ max-width:100%;}

/*list_pro*/
ul.list_pro{ text-align:center;}
ul.list_pro li{ float:left; width:360px; margin-left:43px; margin-bottom:50px;}
ul.list_pro li:nth-child(3n+1){ margin-left:0;}
ul.list_pro li .img{ width:360px; height:342px; border:1px solid #e2e2e2; overflow:hidden;}
ul.list_pro li img{ width:100%; height:100%; object-fit:cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pro li:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pro li span{ display:block; height:56px; line-height:56px; font-size:16px;}
ul.list_pro li em{ display:block; width:120px; height:36px; line-height:36px; background:#004392; color:#fff; font-size:14px; text-align:center; margin:0 auto;}
ul.list_pro li em>i{ margin-left:20px; font-family:'SimSun';}

/*display*/
.dis_big{ text-align:center;}
.dis_big .l{ float:left; width:50%;}
.dis_big .r{ float:right; text-align:left; width:46%; margin-top:20px;}
.dis_name{ font-size:16px; padding:10px 0;}
.dis_pic{ position: relative; text-align:center;}
.dis_pic a{ position:absolute; width:102px; height:95px; top:50%; margin-top:-47px; display:none;}
.dis_pic a.p_prev{ background:url() no-repeat; left:0;}
.dis_pic a.p_next{ background:url() no-repeat; right:0;}
.dis_pic a b{ display:none;}
.dis_pic img{ border:1px solid #e6e6e6; max-width:100%;}
.dis_note{ text-align:left;line-height:23px; margin-top:26px;}
.dis_note table td{ padding:12px 8px; border-color:#f1f1f1 !important; text-align:center; font-size:15px !important;}
.dis_note table td span{ font-size:15px !important;}
.dis_note table tr:first-child td{ background-color:#004392 !important; color:#fff;}
.dis_close{ margin:0 auto; text-align:center; padding:20px 0;}
.dis_close a{ padding:5px;}

/*list_share*/
ul.list_share{ text-align:center;}
ul.list_share li{ float:left; width:360px; margin-left:43px; margin-bottom:20px;}
ul.list_share li:nth-child(3n+1){ margin-left:0;}
ul.list_share li .img{ width:360px; height:342px; overflow:hidden;}
ul.list_share li img{ width:100%; height:100%; object-fit:cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_share li:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_share li span{ display:block; height:56px; line-height:56px; font-size:16px;}

/*share_list*/
ul.share_list{ text-align:center;}
ul.share_list li{ float:left; width:360px; margin-left:43px; margin-bottom:20px;}
ul.share_list li:nth-child(3n+1){ margin-left:0;}
ul.share_list .img{ width:360px; height:342px; border:1px solid #e2e2e2; display:table-cell; vertical-align:middle; text-align:center; *display: block; overflow:hidden;}
ul.share_list .img img{ max-width:100%; max-height:100%; transition-duration: .5s; -ms-transition-duration: .5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
ul.share_list li:hover img{ transform:scale(1.08); -webkit-transform: scale(1.08);}
ul.share_list li span{ display:block; height:56px; line-height:56px; font-size:16px;}

/*table*/
table{ width:100%; border-width:1px; border-color:#666; border-collapse:collapse;}
table th{ border-width:1px; padding:8px; border-style:solid; border-color:#ccc; background-color:#e8e8e8;}
table td{ border-width:1px; padding:8px; border-style:solid; border-color:#666; background-color:#fff;}

/*list_news*/
ul.list_news li{ position:relative; height:40px; line-height:40px; border-bottom:1px dotted #ccc;}
ul.list_news li span{ position:absolute; right:5px; top:0;}

/*list_img_news*/
ul.list_img_news{ margin-bottom:20px;}
ul.list_img_news li{ position:relative; padding-top:6px;}
ul.list_img_news li:after{ display:block; content:''; height:20px; clear: both; border-bottom:1px solid #eee;}
ul.list_img_news li .img{ width:200px; height:140px; margin-right:22px; margin-top:12px; float:left; overflow:hidden;}
ul.list_img_news li .img img{ width:100%; height:100%; object-fit:cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_img_news li .img:hover img{ transform:scale(1.1); -webkit-transform:scale(1.1);}
ul.list_img_news li span{ font-size:16px; margin:10px 0; display:block; margin-top:20px;}
ul.list_img_news li p{ color:#888;}
ul.list_img_news li em{ display:block; color:#888; margin-top:15px;}

/*list_pic_news*/
ul.list_pic_news{ text-align:center;}
ul.list_pic_news li{ float:left; width:300px; margin:0 8px; height:260px;}
ul.list_pic_news li .img{ width:300px; height:200px; overflow:hidden;}
ul.list_pic_news li img{ width:100%; height:100%; object-fit:cover; transition: all 0.8s ease 0s; -webkit-transform: all 0.8s ease 0s; -ms-transition: all 0.8s ease 0s;}
ul.list_pic_news li:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pic_news li span{ display:block; padding-top:10px;}

/*dis_news*/
#dis_news .news_title{ font-weight:bold; font-size:20px; text-align:center; color:#333; line-height:1.6;}
#dis_news .news_date{ text-align:center; line-height:2; padding-bottom:10px; color:#888;}
#dis_news .news_content{ padding:5px; text-align:left;}
#dis_news .news_close{ margin:0 auto; text-align:center; padding:20px 0;}
#dis_news .news_close a{ padding:5px;}

/*list_links*/
ul.list_links{ text-align:center;}
ul.list_links li{ float:left; padding:5px 10px; text-align:center; width:140px; height:50px;}
ul.list_links li img{ width:130px; height:50px;}

/*page*/
.page{ text-align:center; line-height:30px; min-height:25px; clear:both; margin-top:20px;}
/*pages*/
.pages{ width:100%; margin:0 auto; margin-top:30px; text-align:center;}
.pages .pages_m_box{ display:none;}
.pages a{ background:#f0f1f2; border:1px solid #f0f1f2; padding:5px 10px; margin:0 3px;}
.pages a:hover,a.active{ background:#004392; color:#fff; border-color:#004392;}
.pages span{ background:#f0f1f2; border:1px solid ##f0f1f2; padding:5px 10px; margin:0 3px; cursor:pointer;}
.pages span:hover,span.active{ background:#004392; color:#fff; border-color:#004392;}

/*feedback*/
.feedback { width:680px;}
.feedback img{ cursor:pointer;}
.feedback input{ line-height:24px; color:#565656; width:246px; border:1px solid #ccc; height:24px; margin-bottom:12px;}
.feedback textarea{ line-height:24px; color:#565656; width:450px; border:1px solid #ccc; height:96px; margin-bottom:12px; resize:none;}
.feedback ul li span{ line-height:24px; color:#565656; width:96px; height:24px; margin-right:12px; float:left; text-align:left;}
.feedback .submit{ line-height:26px; color:#565656; width:110px; border:1px solid #ccc; height:32px; margin-top:12px; cursor:pointer;}
.feedback .code{ width:246px;}
.feedback img{ color:#565656; float:right;}

/*animate*/
@keyframes rotate{
from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}

/*map*/
.map{ width:100%; height:400px; border:1px solid #ccc;}
.map img{ max-width:inherit !important;}
.shadow,.pop,.anchorBL{ display:none;}

/*form*/
.form { margin:0 auto; width:100%;}
.form .form-group{ margin-bottom:10px;}
.form .form-group>em{ width:96px; display:inline-block;}
.form .form-group:nth-child(6)>em{ vertical-align:top;}
.form .form-group>input[type="text"],textarea{ height:30px; border:1px solid #ddd; width:300px; outline:none; text-indent:10px;}
.form .form-group>input.code{ width:80px;}
.form .form-group>textarea{ height:100px; width:296px; margin:5px 0;}
.form .form-group>.box{ margin:0 auto; text-align:center; margin-top:20px;}
.form .form-group>.box>input[type="submit"]{ line-height:30px; color:#565656; width:100px; border:0; height:30px; cursor:pointer; background:#e5e5e5; margin-right:10px;}
.form .form-group>.box>input[type="submit"]:hover{ background:#004392;color:#fff;}
.form .form-group>.box>input[type="reset"]{ line-height:30px; color:#565656; width:100px; border:0; height:30px; cursor:pointer; background:#e5e5e5;}
.form .form-group>.box>input[type="reset"]:hover{ background:#004392;color:#fff;}

/*float*/
.float{ width:46px; position:fixed; right:25px; bottom:50%; z-index:99; text-align:center;}
.float>.back em{ font-size:16px; color:#004392; font-weight:bold; display:block; margin-top:5px;}
.float>a>i{ border:1px solid #9c9c9c; border-radius:50%; width:36px; height:36px; line-height:36px; display:block; margin:0 auto; margin-top:20px; transition:all 0.3s;}
.float>a>i:hover{ background:#004392; color:#fff; border-color:#004392;}

/*livechat*/
#livechat{ z-index:999; right:45px; visibility:visible; width:140px; position:fixed; top:220px; height:203px; text-align:center;}
#livechat ul,li{ padding:0px; margin:0px; list-style:none; line-height:1.6;}
#livechat ul{ border-top:1px solid #e0e0e0; padding:10px 0;}
#livechat ._title{ line-height:20px; font-size:12px; margin:10px 0; color:#898989; text-align:center; display:inline-block;}
#livechat ._close{ position:absolute; width:22px; height:36px; right:4px; cursor:pointer; top:-1px;color:#fff; font-weight:normal;}
#livechat ._img{ line-height:26px; border:0 none; position:relative; top:3px; right:5px;}
#livechat ul>li>img{ width:80%;}
.chat_top{ width:135px; height:36px; background:#004392; font-size:14px; font-weight:bold; color:#fff; line-height:36px; text-align:center; padding-right:5px;}
.chat_line{ border-left:1px solid #004392; border-bottom:1px solid #004392; border-right:1px solid #004392; background:#fff; line-height:28px;}

/*nav*/
#footer_nav{ background:#2e2f32; min-height:260px; overflow:hidden;}
#footer_nav .footer_nav_con{ width:100%; margin:0 auto; padding:55px 0; color:#ccc; overflow:hidden;}
#footer_nav .footer_nav_con a{ color:#ccc;}
#footer_nav .footer_nav_con a:hover{ color:#fff;}
#footer_nav .footer_nav_con .pic{ float:left; width:40%;}
#footer_nav .footer_nav_con .footer_nav{ margin-top:30px;}
#footer_nav .footer_nav_con .line{ float:left; width:10%;}
#footer_nav .footer_nav_con .line>em{ width:1px; height:162px; background:#818285; display:block; margin:0 auto;}
#footer_nav .footer_nav_con .list_con{ float:right; width:50%; color:#999;}
#footer_nav .footer_nav_con .list_con a{ color:#999;}
#footer_nav .footer_nav_con .list_con a:hover{ color:#fff;}
#footer_nav .footer_nav_con .list{ float:left; width:45%;}
#footer_nav .footer_nav_con .list span{ font-size:18px; text-align:left; color:#fff; display:block; margin-bottom:30px;}
#footer_nav .footer_nav_con .list li{ width:50%; line-height:2.2; text-align:left; float:left; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#footer_nav .footer_nav_con .contact{ float:left; width:45%; margin-left:10%;}
#footer_nav .footer_nav_con .contact>span{ font-size:18px; text-align:left; color:#fff; display:block; margin-bottom:30px;}
#footer_nav .footer_nav_con .contact_dh>span{ margin-right:10px; font-size:15px; cursor:pointer;}
#footer_nav .footer_nav_con .contact_dh>span.on{ color:#fff;}
#footer_nav .footer_nav_con .contact_list{ margin-top:5px;}

/*footer*/
#footer{ width:100%; padding:25px 0; background:#2e2f32; color:#999; border-top:1px solid #818285;}
#footer a{ color:#999;}
#footer a:hover{ color:#fff;}
#footer .footer_con{ margin:0 auto; text-align:center;}
#footer .footer_con .l{ float:left; display:flex; align-items:center;}
#footer .footer_con .l img{ margin-left:10px;}
#footer .footer_con .r{ float:right; text-align:right;}
#footer .footer_copy{ text-align:center; padding:15px 0;}

/*go_top*/
.go_top{ width:50px; height:50px; background:#222; color:#fff; font-size:16px; position:fixed; bottom:60px; right:20px; text-align:center; cursor:pointer; display:none;}
.go_top em{ text-align:center; display:block; line-height:1; padding-top:3px;}

/*自适应控制移动端菜单*/
@media (min-width: 769px){
.header{ display:none;}
}
@media (max-height: 862px){
.right_nav ul{ margin-top:50%;}
.right_nav .nav_bottom>a>i{ margin-top:50%; margin-bottom:50px;}
#home_program .home_program_con>.note>em{ font-size:26px;}
#home_program .home_program_con>a.more{ margin-top:30px;}
#home_program .home_program_con>.note>em>i{ margin:15px 0;}
#home_about .home_about_con .l .note{ margin:0 15% 0 10%;}
#home_about .home_about_con .l .note>em{ font-size:26px;}
#home_about .home_about_con .l .note>span{ font-size:22px;}
#home_about .home_about_con .l .note>.desc{ margin-top:40px;}
}
@media (max-height: 769px){
.right_nav ul{ margin-top:35%;}
.right_nav .nav_bottom>a>i{ margin-top:35%; margin-bottom:30px;}
}

/*移动端样式*/
@media screen and (max-width:768px) {
/*public*/
html,body{ overflow:auto; overflow-x:hidden;}
#header{ display:none;}
.right_nav{ display:none;}
.container{ min-width:100%; width:100%;}
.con{ padding:0 15px 20px 15px;}
.header{ width:100%; height:60px; line-height:60px; background:#fff; position: fixed; box-shadow:0px 1px 10px rgba(0,0,0,.2); z-index:999;}
.header .m_logo img{ height:36px; padding:12px 10px;}
.header .nav{ height:100%; background:#fff; position: absolute; top:60px; width:100%; border-top:1px solid #f0f0f0; overflow-y:scroll; display:none;}
.header .nav ul li a{ display:block; font-size:14px; color:#454545; line-height:16px; text-align:left; padding:12px 20px; border-bottom:1px solid #f0f0f0;}
.header .nav ul li a span{ line-height:16px; font-family:Arial, Helvetica, sans-serif; display:block; font-size:10px;}
.header .nav ul li a:hover{ background:#004392; color:#fff;}
.header .header_icon{ position:fixed; top:0; right:0; height:60px; width:60px; overflow:hidden; text-indent:100%; white-space:nowrap; color:transparent;}
.header .header_icon span,.header .header_icon span::after,.header .header_icon span::before { position:absolute; background-color:#004392; height:2px; width:25px;}
.header .header_icon span{left:50%; top:50%; bottom:auto; right:auto; -webkit-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); -webkit-transition:background-color .3s; transition:background-color .3s;}
.header .header_icon span::after,.header .header_icon span::before{ content:''; left:0; -webkit-transition:-webkit-transform .3s; transition:-webkit-transform .3s; transition:transform .3s; transition:transform .3s,-webkit-transform .3s;}
.header .header_icon span::before{ -webkit-transform:translateY(-9px); -ms-transform:translateY(-9px); transform:translateY(-9px);}
.header .header_icon span::after{ -webkit-transform:translateY(9px); -ms-transform:translateY(9px); transform:translateY(9px);}
.header_top{ height:60px;}
.banner{ height:220px; background-size:cover; top:0;}
.banner .swiper-button-prev{ left:10px;}
.banner .swiper-button-next{ right:10px;}
.banner_inside{ height:140px; background-size:cover; top:0;}
.banner_inside .swiper-button-prev{ left:10px;}
.banner_inside .swiper-button-next{ right:10px;}

/*home*/
#home_about .home_about_con .l{ float:none; width:100%;}
#home_about .home_about_con .l .note{ margin:5% 0; width:94%;}
#home_about .home_about_con .l .note>em{ font-size:24px; line-height:1.6;}
#home_about .home_about_con .l .note>i{ font-size:24px;}
#home_about .home_about_con .l .note>span{ font-size:18px; margin-top:20px;}
#home_about .home_about_con .l .note>span>i{ margin-top:10px;}
#home_about .home_about_con .l .note>.desc{ margin-top:20px; font-size:15px; overflow:hidden; text-overflow:ellipsis; display:box; display:-webkit-box; line-clamp:8; -webkit-line-clamp:8; -webkit-box-orient:vertical;}
#home_about .home_about_con .r{ float:none; width:100%;}
#home_about .home_about_con .r .note .desc{ margin:5% 0; width:94%;}
#home_about .home_about_con .r .note .desc>em{ font-size:18px;}
#home_about .home_about_con .r .note .desc_con{ margin-top:10px; font-size:15px;}
#home_about .home_about_con .r .note .desc>a.more{ width:150px; float:none; margin-top:20px; height:36px; line-height:36px;}

#home_pro{ padding:20px 0 30px 0;}
#home_pro .home_pro_dh{ right:0; font-size:24px;}
#home_pro .home_pro_dh span{ font-size:18px; margin-top:5px;}
#home_pro .home_pro_con{ margin:0 auto; width:94%; margin-top:20px; right:0;}
#home_pro .home_pro_con ul li{ width:47.5%; margin-left:4%; margin-bottom:4%;}
#home_pro .home_pro_con ul li:nth-child(2n+1){ margin-left:0;}
#home_pro .home_pro_con ul li .desc{ padding:5px 0;}
#home_pro .home_pro_con ul li span{ font-size:15px; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#home_pro .home_pro_con ul li p{ overflow:hidden; text-overflow:ellipsis; display:box; display:-webkit-box; line-clamp:2; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
#home_pro .home_pro_con>a.more{ margin-top:20px; width:150px; float:none; margin-top:20px; height:36px; line-height:36px;}

#home_program .home_program_con{ width:94%; margin:0 auto; margin-top:30px; right:0; margin-bottom:40px;}
#home_program .home_program_con>img{ width:100%; float:none;}
#home_program .home_program_con>.note{ width:100%; float:none; margin-left:0;}
#home_program .home_program_con>.note>em{ font-size:16px; margin-top:10px; display:block;}
#home_program .home_program_con>.note>em>i{ margin:10px 0;}
#home_program .home_program_con>.note>.desc{ font-size:15px;}
#home_program .home_program_con>.note>.desc img{ max-width:100%; height:auto;}
#home_program .home_program_con>a.more{ margin-top:20px; width:150px; float:none; margin-top:20px; height:36px; line-height:36px;}

#home_contact #footer{ right:0;}

/*content*/
/*location*/
.location{ border-bottom:1px solid #e2e2e2;}
.location>.dh{ display:none;}
.location .local{ margin:15px 0 15px 15px;}
.location .right_icon { position:absolute; top:-8px; right:15px; height:30px; width:30px; overflow:hidden; text-indent:100%; white-space:nowrap; color:transparent;}
.location .right_icon span{ width:5px; height:5px; border-radius:50%; background:#222; display:block; float:right; position:relative; top:18px; margin-left:4px;}

/*right*/
#right{ width:100%;}
#right .right_dh{ margin:0; font-size:16px; position:relative; padding-top:5px;}
#right .right_con{ min-height:320px; padding:0; padding-top:15px;}
#right .right_con img{ max-width:100%; padding:0 !important;}
#right .right_con iframe{ max-width:100%; height:auto;}
#right .right_con table{ width:100% !important;}
#right .right_about div{ font-size:18px !important;}

/*left*/
#left{ position:fixed; left:inherit; width:60%; height:100%; right:-100%; top:0; margin-left:0; background:#333; z-index:10; padding-top:60px; overflow-y:scroll; height:100%;}
#left .left_dh{ margin-bottom:60px; background:none;}
#left .left_dh ul li{ text-align:left; display:block; margin:0; float:none;}
#left .left_dh ul li a{ color:#f5f5f5; line-height:40px; height:40px; border-bottom:1px solid #555; display:block; padding:0; padding-left:20px; background:#333; border-radius:0; font-size:14px; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#left .left_dh ul li a:hover{ font-weight:600; background:#333; color:#fff;}
#left .left_dh ul li a.on{ font-weight:600; background:#333; color:#fff;}
.mask{ position:fixed; top:0; left:0; z-index:1; width:100%; height:100%; background-color:rgba(0,0,0,.5); display:none;}

/*list_news*/
ul.list_news li{ width:100%;}
ul.list_news li dd{ width: calc(100% - 86px); word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/*list_pic_news*/
ul.list_pic_news li{ width:46%; margin:0 2%; margin-bottom:2%;}
ul.list_pic_news li .img{ width:100%; height:100%;}
ul.list_pic_news li img{ width:100%; height:100%;}
ul.list_pic_news li span{ font-size:15px; text-align:left; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
ul.list_pic_news li p{ padding-top:5px;}

/*list_img_news*/
ul.list_img_news li{ height:auto; padding-bottom:0;}
ul.list_img_news li .img{ width:40%; height:100%; margin-right:4%;}
ul.list_img_news li .img img{ width:100%; height:100%;}
ul.list_img_news li span{ margin-top:3%; float:right; width:56%; line-height:1.5;}
ul.list_img_news li p{ width:56%; overflow:hidden; text-overflow:ellipsis; display:box; display:-webkit-box; line-clamp:2; -webkit-line-clamp:2; -webkit-box-orient:vertical; display:none;}
ul.list_img_news li:after{ display:block; content:''; height:12px; clear: both; border-bottom:1px solid #eee;}

/*dis_news*/
#dis_news{ width:100%;}
#dis_news img{ height:auto !important;}
#dis_news .news_title{ font-size:15px;}

/*list_pro*/
ul.list_pro li{ width:48%; margin-left:4%; margin-bottom:5%;}
ul.list_pro li:nth-child(3n+1){ margin-left:4%;}
ul.list_pro li:nth-child(2n+1){ margin-left:0;}
ul.list_pro li .img{ width:100%; height:100%;}
ul.list_pro li img{ width:100%; height:auto;}
ul.list_pro li span{ font-size:15px; height:36px; line-height:36px; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
ul.list_pro li em{ height:30px; line-height:30px;}

/*display*/
.dis_note{ overflow-x:auto;}

/*list_share*/
ul.list_share li{ width:48%; margin-left:4%; margin-bottom:5%;}
ul.list_share li:nth-child(3n+1){ margin-left:4%;}
ul.list_share li:nth-child(2n+1){ margin-left:0;}
ul.list_share li .img{ width:100%; height:100%;}
ul.list_share li img{ width:100%; height:auto;}
ul.list_share li span{ font-size:15px; height:36px; line-height:36px; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/*share_list*/
ul.share_list li{ width:48%; margin-left:4%; margin-bottom:5%;}
ul.share_list li:nth-child(3n+1){ margin-left:4%;}
ul.share_list li:nth-child(2n+1){ margin-left:0;}
ul.share_list li .img{ width:100%; height:100%;}
ul.share_list li img{ width:100%; height:auto;}
ul.share_list li span{ font-size:15px; height:36px; line-height:36px; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/*form*/
.form { width:100%;}
.form .form-group>em{ width:100%;}
.form .form-group>input[type="text"]{ width:100%;}
.form .form-group>textarea{ width:98.5%;}
.form .form-group>input.code{ width:70px;}
.form input[type="submit"],input[type="reset"]{ width:40%;}

/*pages*/
.pages{ width:94%; margin:0 auto; margin-top:20px; margin-bottom:20px; text-align:center;}
.pages .pages_box{ display:none;}
.pages .pages_m_box{ display:block;}
.pages a{ padding:0px 8px;}
.pages span{ padding:0px 8px;}
.pages .p_left{ float:left;}
.pages .p_right{ float:right;}
.pages .p_page{ border:0; background:none;}

/*float*/
.float{display:none;}

/*livechat*/
#livechat{ display:none;}

/*nav*/
#footer_nav{ display:none;}

/*footer*/
#footer{ padding:15px 0;}
#footer .footer_con{ width:96%; margin:0 auto; text-align:center;}
#footer .footer_con .l{ float:none; display:block;}
#footer .footer_con .r{ float:none; text-align:center;}
#footer .footer_copy{ margin:0 auto; width:94%; padding:15px 0;}
}
