﻿@charset "utf-8";
/* 格式化全局样式 */
html,body,div,dl,dt,dd,ol,ul,li,span,i,p,em,h,form,input,textarea,button,table,tr,td,img,h1,h2,h3,h4,h5,h6,a{ margin:0; padding:0;font-family:Helvetica,Arial,'Microsoft Yahei',sans-serif;}
body{ font-size:16px;color:#3E3E3E; line-height:2em; font-family:Helvetica,Arial,'Microsoft Yahei',sans-serif; overflow-x:hidden; background-color:#fff;}
ul,li{ list-style:none;}
i,em,cite{font-style:normal;}
.maxLen {DISPLAY: inline-block; OVERFLOW: hidden; WHITE-SPACE: nowrap; TEXT-OVERFLOW: ellipsis; TEXT-DECORATION: none}
h1,h2,h3,h4,h5,h6{ font-weight:normal}
img,input{ border:none; vertical-align:middle;}
a{ text-decoration:none; color:#555;-ms-transition-duration: 0.3s; transition-duration: 0.3s;}
a:hover{ color:#204C97; text-decoration:none}
.maxLen {DISPLAY: inline-block; OVERFLOW: hidden; WHITE-SPACE: nowrap; TEXT-OVERFLOW: ellipsis; TEXT-DECORATION: none}
.container{ width:1300px; display:block;clear:both;margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */padding:0px;}

/* 在线客服样式 */
.sideBar {position: fixed;right: 0;top: 40%;transform: translateY(-50%);z-index: 998;}
.side1 {width: 50px;height: 150px;background: #222;text-align: center; transition: all 0.5s;display: flex;align-items: center;justify-content: center;}
.side1 a,.side1 img,.side1 i,.side1 span {display: block;}
.side1 img {margin: 0 auto;}
.side1 i {margin: 10px auto;width: 1px;height: 20px;background: #fff;transition: all 0.5s ease;}
.side1 span {color: #fff;font-size: 14px;writing-mode: vertical-lr;margin: 0 auto;letter-spacing: 2px;}
.side1:hover {background: rgba(153,0,0,1);}
.side1:hover a img {animation: jitter 0.5s;}
.side {height: 50px;position: absolute;transition: all 0.5s;}
.side a {display: block;height: 50px;font-size: 0;}
.side i,
.side span {display: inline-block;vertical-align: middle;height: 100%;line-height: 50px;}
.side i {width: 50px;text-align: center;background: #055db3;transition: all 0.3s;}
.side i img {vertical-align: middle;}
.side span {text-align: center;line-height: 50px;background: #232323;font-size: 13px;color: #fff;transition: all 1s;}
.side2 {top: 151px;right: -140px;width: 190px;}
.side2 span {width: 140px;}
.side3 {right: -190px;width: 240px;top: 202px;}
.side3 span {width: 190px;}
.side4 {right: -140px;width: 190px;top: 253px;}
.side4 span {width: 140px;}
.side5 {right: -90px;width: 140px;top: 253px;cursor: pointer;}
.side5 span {width: 90px;font-size: 14px;}
.qcodePic {width: 100%;position: absolute;top: 50px;left: 0;display: none;z-index: 99;text-align: center;background: #fff;border: 1px solid #e5e5e5;}
.qcodePic img{width: 100%;}
.side5:hover .qcodePic {display: block;}
.side6 {right: -90px;width: 140px;top: 305px;cursor: pointer;}
.side6 span {width: 90px;font-size: 14px;}
.side:hover {right: 0;}
.side:hover i {background: rgba(153,0,0,1);}

.logo{ width:auto; height:auto; float:left; text-align:left}
.logo img{ width:100%; padding:10px 0px;}
.top_right{ width:250px; float:right}
.top_right_icon{ width:70px; height:100px; background-image:url(images/top_tel_icon.png); background-repeat:no-repeat; background-position:center; float:left;}
.top_tel_txt{ font-size:14px; padding-top:18px;}
.top_tel_txt span{ font-size:24px; color:#0095DB}

.banner_in{ width:100%; height:763px; float:left; background-repeat:no-repeat; background-position:center;}

.nav{ width:100%; height:65px; float:left;background:linear-gradient(#0E75C8,#10BCE6 0%, #0E75C8 100%);z-index:9999;}

.navbar_nav li{ display: block; float: left; margin-left: 10px;}
.navbar_nav li .t1{ display: block; font-size: 18px; color: #ffffff; padding: 0 40px; line-height: 65px;}
.navbar_nav li:hover .t1,.navbar_nav li.slt .t1{ color: #fff; background: #0E75C8;border-radius:20px 20px 0px 0px}
.navbar_nav li.dropdown{ display: inherit; position: relative; z-index: 99;}
.navbar_nav li.dropdown .dropdown_menu{ display: none; background: #fff; box-shadow: 0 0 7px rgba(0,0,0,.3); position: absolute; top: 65px; left: 0; width: 100%;}
.navbar_nav li.dropdown .dropdown_menu a{ display: block; width: 100%; float: left; color: #333; line-height: 45px; padding: 0 0px; text-align:center}
.navbar_nav li.dropdown .dropdown_menu a:hover{ color: #fff; background: #0E75C8;}
.navbar_nav li.dropdown:hover .dropdown_menu{ display: block;}
#navToggle{ display: none;}
.m_nav{ position: fixed; top: 0px; box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); width: 100%; height: 100%; background: #fff; transition: all ease 500ms; -webkit-transition: all ease 500ms; z-index: 9999; opacity: 1; visibility: visible; margin-top: 0; overflow-y: auto; transition: all .6s cubic-bezier(.77, 0,.175, 1) 0ms; top: 0; transform: translateX(100%);}
.m_nav.open{ transform: translateX(0);}
.m_nav .top{ height: 60px; padding: 20px; box-sizing: border-box;}
.m_nav .top .closed{ width: 30px; height: 30px; vertical-align: middle; float:right; cursor: pointer;}
.m_nav .ul{ margin-top: 30px;}
.m_nav .ul li{ padding: 0 20px; border-bottom: 1px solid #f5f5f5;}
.m_nav .ul li a{ display: block; text-decoration: none; color: #333; font-size: 18px; height: 60px; line-height: 60px; width: 100%;}

/*============================ Index ============================*/
.ixSlide .slideImg{ position:relative; overflow:hidden; width:100%;}
.ixSlide .slideImg li{ -webkit-backface-visibility:hidden; position:absolute; display:none; width:100%; height: 900px; left:0; top:0;}
.ixSlide .slideImg li:first-child{ position:relative; display:block; float:left;}
.ixSlide .slideCon{ position:relative; float:left; width:100%; color:#FFFFFF}
.ixSlide .slideCon .slide{ position:relative; overflow:hidden; width:100%;}
.ixSlide .slideCon .slideImg li{ font-size: 30px; position:absolute; display: flex; align-items: center; width:100%; left:0; top:0;}
.ixSlide .slideCon .slideImg li span{ display: block; font-size: 70px;}
.ixSlide .slideCon .slideImg li i{ display: inline-block; width: 80px; height: 6px; margin: 20px 0;}
.ixSlide .slideCon .slideImg li .text1-1{ transition: all 1s;transform: translateX(200px);}
.ixSlide .slideCon .slideImg li.slide1_on .text1-1{ transition: all 1s;transform: translateX(0);}
.ixSlide .slideCon .slideImg li .text1-2{ transition: all 1.2s;transform: translateX(300px);}
.ixSlide .slideCon .slideImg li.slide1_on .text1-2{ transition: all 1.2s;transform: translateX(0);}
.ixSlide .slideCon .slideImg li .text1-3{ transition: all 1.2s;transform: translateX(400px);}
.ixSlide .slideCon .slideImg li.slide1_on .text1-3{ transition: all 1.2s;transform: translateX(0);}
.ixSlide .slideCon .slide_nav{ display: none;}
.ixSlide .slideCon .slide_tabs{ width:100%; position:absolute; bottom: 25px; z-index:5; text-align:center;}
.ixSlide .slideCon .slide_tabs li{ display:inline-block; margin: 0 5px; border-radius: 50%;}
.ixSlide .slideCon .slide_tabs li a{ display:block; font-size: 0; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.5); border-radius: 50%;}
.ixSlide .slideCon .slide_tabs .slide_here{ background: #fff;}

.b_title{ width:100%; float:left; height:auto; padding-top:20px;}
.ixTit{ padding: 30px 0; text-align:center; font-size:36px;color:#000000}
.ixTit .t1{ position: relative; margin-top:8px;}
.ixTit .t1 span{ font-size: 10px; padding: 0 25px; position: relative; z-index: 2; background-color:#FFFFFF; color:#666666 }
.ixTit .t1 em,.ixTit .t1 i{ display: block; position: absolute; top: 50%; left: 50%;}
.ixTit .t1 em{ width: 370px; height: 3px; background: #666666; margin: -1px 0 0 -185px; z-index: 1;}
.ixTit .t1 i{ width: 1170px; height: 1px; background: #dadada; margin-left: -585px;}
.ixTit .t2{ font-size:14px;}

.index_product_bg{ width:100%; height:auto; float:left; background-image:url(images/product_bg.jpg); text-align:center;background-repeat: no-repeat; /* 背景图片不重复 */  background-size: cover; /* 背景图片覆盖整个页面 */  background-attachment: fixed; /* 背景固定 */ text-align:center}
.index_product_bg::before{content: ""; width: 0px; height: 100%; display: inline-block; position: relative; vertical-align: middle;}
.index_project_bg{ width:100%; height:auto; float:left;text-align:center}
.index_project_bg::before{content: ""; width: 0px; height: 100%; display: inline-block; position: relative; vertical-align: middle;}

#CSSBox #CSSContent{ width:100%; height:auto; padding:0; margin:0; text-align:center}

.product_box{ margin:10px 0;width: 280px; height: 282px; display: inline-block; vertical-align: middle;}
.product_box_pic{transition: all .5s ease .1s; width: 100%; height: 222px; float: left; overflow: hidden; vertical-align:middle; text-align:center;border-radius:5px 5px 0px 0px; border: 1px solid #cccccc; border-bottom:0px; background-color:#FFFFFF}
.product_box_pic:hover{ border: 1px solid #224E99; cursor: pointer; color: #ffffff;box-shadow:0px 0px 10px #224E99;-webkit-box-shadow:0px 0px 10px #224E99;-mox-box-shadow:0px 0px 10px #224E99;}
.product_box_name{ width: 100%; overflow:hidden; height: 40px; line-height: 40px; text-align:center;float: left; background-color:#1477C8; border:1px solid #1477C8; border-radius:0px 0px 20px 20px}
.product_box_name a{ color: #ffffff;}

.product_box_name{position:relative; display:table-cell;}
.product_box_name:after,.product_box_name:before{content:"";width:50%;height:100%;background-color:#005bac;opacity: 0.3;top:0;position:absolute;transition:All .2s ease-in-out;-webkit-transition:All .2s ease-in-out;-moz-transition:All .2s ease-in-out;-o-transition:All .2s ease-in-out}
.product_box_name:after{left:0}
.product_box_name:before{right:0}
.product_box_name.active:after,.product_box_name.active:before,.product_box_name:hover:after,.product_box_name:hover:before{width:0;}

.img_cover { width:100%; height:100%; float:left;background: no-repeat center / cover;transition: all 0.5s;}
.img_cover:hover {transform: scale(1.1); cursor:pointer}

.lm01{ width:100%; height:auto; float:left; text-align:center; padding:30px 0px;}
.lm01>li{position:relative; display:inline-block; height:35px; background-color:#EBEBEB}
.lm01>li:after,.lm01>li:before{content:"";width:0;height:100%;background-color:#005bac;top:0;position:absolute;transition:All .2s ease-in-out;-webkit-transition:All .2s ease-in-out;-moz-transition:All .2s ease-in-out;-o-transition:All .2s ease-in-out}
.lm01>li:after{left:0}
.lm01>li:before{right:0}
.lm01>li>a{display:block;width:auto;margin:0 20px; line-height:35px;color:#000;z-index:2;position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center;transition:All .2s ease-in-out;-webkit-transition:All .2s ease-in-out;-moz-transition:All .2s ease-in-out;-o-transition:All .2s ease-in-out}
.lm01>li.active:after,.lm01>li.active:before,.lm01>li:hover:after,.lm01>li:hover:before{width:50%;}
.lm01>li>a:hover{ color:#FFFFFF}

.index_profile{ width:100%; height:auto; padding:30px 0px; float:left; background-image:url(images/index_profile_bg.jpg); text-align:center;background-repeat: no-repeat; /* 背景图片不重复 */  background-size: cover; /* 背景图片覆盖整个页面 */  background-attachment: fixed; /* 背景固定 */}
.index_profile p{ margin:0; padding:0}
.index_profile_pic{ width:500px; height:382px; overflow:hidden; position:relative; display:inline-block; border-radius:60px 5px 60px 5px}
/* 图片效果 */
.strengthMain{position:relative; display:inline-block;width:500px;height:382px;overflow:hidden;background:#000;position:relative; cursor:pointer;}
.strengthMain img{width:100%;height:100%;transition:all .5s;opacity:0.9;filter:alpha(opacity=90);}
.strengthMain .font{width:100%;height:255px/* 内框大小,按实际调整 */;top:0;left:0;position:absolute;color:#fff;text-align:center;font-size:16px;padding-top:125px;}
.strengthMain .font h3{font-size:36px;color:#fff;font-weight:normal;margin-bottom:20px;line-height:36px;}
.strengthMain .font p{ padding:0 40px}
.strengthMain:hover img{transform: scale(1.05, 1.05);}
.strengthMain .font::before,.strengthMain .font::after{position:absolute;content:'';opacity:0;transition:all 0.5s;}
.strengthMain .font::before{top:25px;right:15px;bottom:25px;left:15px;border-top:1px solid #fff;border-bottom:1px solid #fff;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}
.strengthMain .font::after{top:15px;right:25px;bottom:15px;left:25px;border-right:1px solid #fff;border-left:1px solid #fff;transform:scale(1,0);transform-origin:100% 0;}
.strengthMain:hover .font::before,.strengthMain:hover .font::after{opacity:1;transform:scale(1);transition: all 0.5s;}

.index_profile_txt{ width:670px; height:382px; position:relative; display:inline-block; line-height:32px; text-align:left; overflow:hidden; padding:0 30px;}

.advantage{ width:588px; height:550px;display: inline-block; vertical-align: middle; padding:30px;}
.advantage_txt,.advantage_txt p,.advantage img{ width:100%; text-align:left; overflow:hidden;transition:all .5s; }
.advantage img:hover{transform: scale(1.05); cursor:pointer}
.advantage_txt .t1{ font-size:35px; line-height:40px; padding:20px 0px; color:#343237}
.advantage_txt .t2{font-size:16px; padding:10px 0px; color:#838584; }
.advantage_txt .t3{font-size:20px; line-height:30px; color:#838584}

.index_news{ width:580px; height:450px;position:relative; display:inline-block; padding:30px;}
.index_news p{ width:100%; float:left}
.index_news_1_pic{ width:100%; height:200px; float:left; overflow:hidden}
.news_title{ width:100%; height:40px; line-height:40px; overflow:hidden; float:left; margin:20px 0px;}
.news_title a{font-size:24px;font-weight:bold;}
.news_txt{ width:100%; height:auto;float:left}
.index_news button{ width:150px; height:40px; line-height:40px; color:#034E88; border:1px solid #034E88; background-color:#FFFFFF; margin-top:20px; font-size:16px; cursor:pointer}
.index_news_right{ width:100%; height:auto; float:left; margin-bottom:30px;transition:all .5s; }
.index_news_right:hover{box-shadow:0px 0px 10px #224E99;-webkit-box-shadow:0px 0px 10px #224E99;-mox-box-shadow:0px 0px 10px #224E99; cursor:pointer}
.news_no{ width:100px; height:100px; text-align:center; line-height:100px; font-size:60px; font-weight:bold; border:1px solid #cccccc; float:left; margin-right:10px;}
.news_txt{ width:400px; height:100px; float:left; overflow:hidden; line-height:25px; font-size:14px;}
.news_txt span{ width:100%; text-align:left; float:left; overflow:hidden; height:25px;font-size:20px; font-weight:bold}
.news_date{text-align:center; padding-top:20px;}
.news_date span{ font-size:50px; color:#158EE0;line-height:50px; font-weight:bold}

.foot{ width:100%; height:auto; background-color:#0D62BE; float:left;}
.foot_box{ width:auto; height:87px; color:#FFFFFF; background-repeat:no-repeat; background-position:left;display: inline-block; vertical-align: middle; margin-bottom:40px; margin-right:90px; margin-left:35px}
.foot_box p{ margin-left:90px; height:100%; display: flex; align-items: center; /* 垂直居中 */}
.foot::before{content: ""; width: 0px; height: 100%; display: inline-block; position: relative; vertical-align: middle;}


.foot_link{ width:13%; height:130px; color:#FFFFFF;display: inline-block; vertical-align: middle;; text-align:center}
.foot_link_add{padding:40px 0px; border-top:1px solid #96989B}
.foot_link span{ width:100%; font-weight:bold; float:left; height:30px;}
.foot_link a{ width:100%; color:#FFFFFF; float:left; font-size:14px; height:30px; line-height:30px; overflow:hidden}

.copyright{ width:100%; height:auto; float:left; text-align:center; background-color:#002644; color:#FFFFFF; font-size:14px; line-height:25px; padding:15px 0px;}
.copyright a{ color:#FFFFFF; font-size:14px}

.profile_bg{ width:100%; height:auto; padding:30px 0px; float:left; text-align:center;background-repeat: no-repeat; /* 背景图片不重复 */  background-size: cover; /* 背景图片覆盖整个页面 */  background-attachment: fixed; /* 背景固定 */}
.profile{ text-align:left; padding:0px;}
.profile img{max-width:100%}
.profile_pic{ float:right; padding:0px 30px 0px 30px;max-width:100%}

/*分页 css*/
.pagelink{ width:100%; float:left; text-align:center; margin:15px 0px}
.page {display: inline-block;padding: 0; margin: 0;}   
.page li {display: inline;}  
.page li a {color: black;float: left;padding: 4px 16px;text-decoration: none;border: 1px solid #ddd; border-radius:5px; margin-left:5px;}   
.page .active {background-color: #257CBD;color: white;border: 1px solid #257CBD;}  
.page a:hover:not(.active) {background-color: #257CBD;}   
.center {text-align: center;}

/*评论内容*/
.py162_pl{ width:100%; height:auto; float:left}
.py162_pl_title{ width:100%; color:#FF6600; font-size:16px; height:32px; line-height:32px; text-align:left; float:left}
.py162_pl_type,.py162_pl_content,.py162_pl_submit{ width:100%; height:auto; line-height:32px; text-align:left; float:left}
.py162_pl_content_txt{ width:80%; height:90px; border:1px solid #cccccc; padding:5px; line-height:30px; font-size:16px; margin:8px 0px;transition: all .5s ease .1s; }
.py162_pl_input{ width:20%; height:32px; line-height:32px; border:1px solid #cccccc; font-size:16px; padding:5px;transition: all .5s ease .1s; }
.py162_pl_input:hover,.py162_pl_content_txt:hover{border:1px solid #FF6600;}
.py162_pl_button{ padding:0 50px; height:30px; line-height:30px; text-align:center; background-color:#FF6600; color:#FFFFFF; border:0px; margin-top:7px; margin-bottom:10px;}
.py162_pl_info{ width:100%; height:auto; float:left; line-height:32px; text-align:left; border-bottom:1px dotted #cccccc}
.pl_ly{ color:#0066FF}
.pl_re{ color:#FF0033}

/*留言内容*/
.guestbook{ padding: 0 20%;}
.guestbook .txt{ margin-top: 20px;}
.guestbook .txt span{ display: block; line-height: 42px; padding-right: 20px;}
.guestbook input,.guestbook textarea{ width: 100%; height: 42px; line-height: 42px; border: 1px solid #d2d2d2; border-radius: 3px; padding: 0 10px;}
.guestbook textarea{ height: 140px; line-height: 26px; resize: none;}
.guestbook .button{ margin-top: 40px;}
.guestbook .button input{ width: 30%; margin:0px 5%; height: 44px; font-size: 18px; line-height: 44px; border-radius: 3px;}
.guestbook .button input:hover{ background: #0A65BE; color:#FFFFFF}
.guestbook_submit{ text-align:center; padding-bottom:30px;}

.article_list{ width: 100%; height: auto; float: left;}
.article_box{ width: 100%; height: auto; float: left; margin-bottom: 40px;transition: all .5s ease .1s; }
.article_box:hover{box-shadow:0px 0px 3px #2296CF;-webkit-box-shadow:0px 0px 3px #2296CF;-mox-box-shadow:0px 0px 3px #2296CF; transform:translateY(-3px); cursor: pointer;}
.article_box_d{ width: 10%; height:auto; padding-top:20px;float: left; text-align:center; color: #B3D0E4;}
.article_box_d p{ font-size:40px; color:#2296CF}
.article_box_txt{ width:89%; height: 90px; line-height: 30px; float: left; overflow: hidden;}
.article_box_title{ width: 100%; line-height:30px; height:auto; float: left;font-weight:bold; color:#2296CF; font-size:20px}
.article_box_profile{ width: 100%; height: auto; float: left;}

.news_width{ width:1200px}

.ariticle_title{ width:100%; height:auto; float:left; line-height:40px; padding-bottom:20px; font-size:24px; text-align:center}
.article_info{ width:100%; height:27px; line-height:27px; float:left; background-color:#E7E7E7; font-size:12px; text-align:left}
.article_info_txt{ width:auto; height:27px; float:left}
.bdsharebuttonbox{ height:27px; width:auto; float:left}
.article_txt{ width:100%; height:auto; padding:30px 0 0 0 ; float:left; text-align:left; line-height:32px; padding-bottom:30px;}
.article_txt img{ max-width:100%}
.article_relate{ width:100%; height:30px; line-height:30px; float:left; margin:10px 0px;}
.article_relate span{ width:100%; height:30px; background-color:#0066CC; color:#FFFFFF; font-size:14px; text-indent:20px; float:left}
.aritcle_relate_list{ width:100%; height:auto; float:left; padding-top:10px;}
.aritcle_relate_list li{ width:47%; height:32px; line-height:32px; text-align:left; float:left;}
.article_close{ width:100%; height:auto; float:left; text-align:center; border-top:1px dotted #cccccc; padding-top:20px; padding-bottom:30px;}
.article_button{ width:90px; height:30px; background-color:#FFFFFF; border:1px solid #cccccc; margin-left:30px;  cursor:pointer;transition: all .5s ease .1s;}
.article_button:hover{ background-color:#DD0000; color:#FFFFFF; border:1px solid #DD0000}

button{position:relative; width: 180px; height: 40px;transition: all .5s ease .1s; color: #ffffff; font-size: 16px; line-height: 40px; text-align: center; border: 1px solid #DD0000; background-color: #DD0000;}
button:hover{color:#DD0000; background-color: #ffffff; cursor: pointer;}
.right_profile{width: 100%; height: auto; float: left; padding-top: 20px;}
.right_product_pic{ width:430px; height:auto; float:left; text-align:center;}
.right_product_box{float:left;height:360px; display:flex;justify-content:center;align-items:center;padding:0px; margin:0px; width:430px;}
.right_product_pic_right{ width:calc(100% - 470px);width:-moz-calc(100% - 470px);width:-webkit-calc(100% - 470px); height:auto; float:right; padding-top:10px;}
.right_product_txt{ width:100%; line-height:30px;  height:auto; float:right; text-align:left;}
.right_product_txt img{ max-width:100%}
.right_product_info_title{ width:100%; height:30px; color:#268CD3; font-size:16px; border-bottom:1px solid #cccccc; line-height:30px; text-align:left; float:left}
.right_product_share{ width:100%; height:auto;text-align:left; float:left}

.title_tuijian_title{ width:100%; height:auto; float:left; text-align:left; text-indent:20px;background-color:#EDEDED; border-radius: 5px; margin:10px 0px 10px 0px}
.right_txt{ width:100%; height:auto; float:left; text-align:left}
.right_txt img{ max-width:100%}
.title_tuijian_list{ width:100%; height:auto; float:left; font-size:18px; text-align:left}

#qrcodeimg{ background:url(images/kefu_wx.png) no-repeat 0px 0px;width:130px; height:130px; top:0px; left:180px; position:absolute; z-index:999999;  opacity: 0;visibility: hidden;transition: opacity .3s .3s, visibility .6s; animation: control-pointer .6s;}
button:hover #qrcodeimg{opacity: 1;visibility: visible;transition: opacity .3s;animation: none;}

/*多图*/
/*jqzoom-------------------------------------------------------------*/
#Product_BigImage{ height:auto; overflow:hidden;zoom:1;}
.jqzoom{;position:relative;bottom:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:200px;height:200px;background:#fff;border:1px solid #09d;display:none;text-align:center;overflow: hidden;}
.bigimg{width:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
.list-h li{ float:left; cursor:pointer}
#spec-n5{width:350px; height:60px; padding-top:6px; overflow:hidden; margin-left:30px;}
#spec-left{ background:url(images/zoom_left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
#spec-right{background:url(images/zoom_right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}
#spec-list{ width:310px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li{ margin-right:0px; text-align:center; vertical-align:middle; display:inline; width:62px;padding:2px ; border:1px solid #ccc; width:50px; height:50px;}
#spec-list ul li::before{content: ""; width: 0px; height: 100%; display: inline-block; position: relative; vertical-align: middle;}

.project_box_in{ width:100%; height:auto; float:left;margin-bottom:20px;transition: all .5s ease .1s;}
.project_box_in_pic{ width:28%; height:220px; float:left; overflow:hidden; text-align:center}
.project_box_in_right{ width:70%; height:auto; float:right}
.project_box_in_title{ width:100%; height:30px; text-align:left; float:left; font-weight:bold}
.project_box_in_txt{ width:100%; height:90px; line-height:30px; text-align:left; float:left; overflow:hidden}
.project_box_in_more{ width:100%; height:30px; line-height:30px; text-align:left; float:left}
.project_box_in_more a:hover{ color:#FF6600}
/*item_mask*/
.item_mask{width: 100%; height: 100%; background: rgba(0, 0, 0, 0); position: absolute; left: 0; top: 0; opacity: 0; filter: Alpha(opacity=0); *zoom: 1; -webkit-transform: rotateX(180deg) scale(0.5, 0.5); transform: rotateX(180deg) scale(0.2, 0.2); transition: all ease-out .5s;}
.project_box_in_pic:hover img{transform: scale(1.1, 1.1);}
.project_box_in_pic:hover .item_mask{opacity: 1; filter: Alpha(opacity=100); -webkit-transform: rotateX(0deg) scale(1, 1); transform: rotateX(0deg) scale(1, 1); transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s; background: rgba(0, 0, 0, 0.3);}

.index_link{ width: 100%; height: auto; float: left; line-height: 30px; text-align: left; font-size:14px; margin-top:40px;}
.index_link a{ font-size:14px}

@media (max-width:1901px){
	.container{ width:1300px}	
	.news_width{ width:1300px}
}
@media (max-width:1900px) and (min-width:1300px) {
	.container{ width:1300px}	
	.news_width{ width:1300px}
}
@media (max-width:1299px)and (min-width:766px) {
	.container{ width:1000px}
	.news_width{ width:1000px}
}

@media (max-width:767px) {
	.container{ width:90%; padding:0 5%}
	.p_display{ display:none}
	.logo{ padding:0px}
	.logo img{ height:70px; width:auto}
	.ixSlide .slideImg li{ height: 180px; text-align: center;}
	.ixSlide .slideCon .slideImg li{ font-size: 14px;}
	.ixSlide .slideCon .slideImg li span{ font-size: 22px;}
	.ixSlide .slideCon .slideImg li i{ width: 20px; height: 2px; margin: 0;}
	.ixSlide .slideCon .slide_tabs{ bottom: 8px;}
	.ixSlide .slideCon .slide_tabs li{ margin: 0 3px;}
	.ixSlide .slideCon .slide_tabs li a{ width: 10px; height: 10px;}
	/*大标题*/
	.ixTit .t1 span{ font-size: 14px}
	.ixTit .t1 em{ width: 240px; margin-left: -120px;}
	.ixTit .t1 i{ width: 100%; margin-left: 0; left: 0;}


	.gyPart3 .part{ display: block; padding-bottom: 30px;}
	.gyPart3 .part .txt{ margin: 0; padding: 20px;}
	.gyPart3 .part .txt span{ font-size: 22px; margin-bottom: 10px;}
	.gyPart3 .part .txt p{ width:50%}
	.gyPart3 .part .img{ width: 100%;}
	#navToggle{ height: 100%; display: inline-block; position:absolute; top:0px; right:10px;}
	#navToggle span{ display: block; position: relative; width: 30px; height: 30px; background: url(images/menu.png) no-repeat; background-size: contain; top: 18px; right: 0;}
	.index_news_title{ width:100%; height:90px; overflow:hidden}
	.index_news_right{ width:100%}
	.index_p{ width:100%}
	.copyright_m{ display:block}
	.index_profile_title{ font-size:20px; line-height:40px;}
	.index_profile_txt{ font-size:16px; line-height:40px;}
	.banner_in{ height:180px;background: no-repeat center / cover;transition: all 0.5s;}
	.profile_img span{ width:100%}
	.ixPart2{ padding: 40px 15px;}
	.ixPart2 .box{ font-size: 16px; margin: 10px 5px; letter-spacing:0;}
	.ixPart2 .box .st{ font-size:12px; line-height:20px;}
	.ixPart2 .box i{ width: 80px; height: 80px; margin-bottom: 5px;}
	.j{ width:100%;  float:left; padding:20px 0px; text-align:center}
	.j .icon{ width:100%; background-repeat:no-repeat; background-position:center;float:left}
	.operation{ padding:10px 0px;}
	.contact{ width:100%;}
	.contact_wx{ width:100%}
	.profile img{ width:100%}
	.guestbook{ padding:0;}
	
	.partC .box{ width:100%; margin:0px; border:0;}
	.partC .box .img_k{ height:auto;overflow:auto}
	.aritcle_relate_list li{width:100%;}
	.py162_pl_input{ width:100%}
	.product_box{ width:43%; height:160px;}
	.product_box a{ font-size:14px;}
	.product_box_pic{ height:120px;}
	.strengthMain,.index_profile_txt,.advantage,.index_news{ width:90%; height:auto; padding:0; margin:0}
	.news_txt,.article_box_txt,.news_width{ width:100%}
	.foot_box,.right_product_pic_right{ width:100%}
	.foot_box{margin-right:0; margin-left:0}
	.project_box_in_pic,.project_box_in_right{ width:100%}
	.profile_pic{ padding:0; float:left}

}