@charset "utf-8";
/* CSS Document */
body
{font-family: "思源黑体 CN", "微软雅黑", SimHei, sans-serif;
margin:0;padding:0;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
/*@font-face{
    font-family:'FuturaLL';
    src:url('../fonts/Futura LT Light.otf');
}*/
ol,ul,li{list-style:none; padding:0;}
p{ margin:0;}
a{color:#333;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;display:inline-block;vertical-align:middle;}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
/*修改滚动条*/

::-webkit-scrollbar{
    width:6px;
    height:6px ;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #f8f8f8;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background: #bbb;
}


/* --Public-- */
.hidden{overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:".";visibility:hidden;display:block;height:0;clear:both;}
.center{text-align:center;}
.valign-middle{display:table-cell;vertical-align:middle;}
/* --pub-- */
.pub{width:85%;margin:auto; max-width:1600px !important;}
.pub1{width:80%;margin:auto; max-width:1400px !important;}

/* --header-- */

.top_bj{ width:100%; height:auto; position:relative;}
.header_bg{width:100%;height:130px; position: absolute;left:0;top:0;z-index:999; background:#f3f8fc;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.header{ width:90%;height:auto;margin:auto;position:relative;}
.header .logo{width:29%;height:auto;float:left; margin-top:28px;}
.header .logo img{ width:100%;}
.header_right{width:68%;float:right;}
.header_right_top a{ display:inline-block; margin-top:10px; color:#5b5b5b; font-size:20px; margin-right:20px;}
.header_right_top span{ display:inline-block; margin-top:10px; color:#446fb7; font-size:20px; margin-right:20px;}

.search_right{ width:180px; float:right; height:27px; position:relative; margin-top:10px; border:1px solid #bfbfbf; border-radius:27px;}
.search-text{height:27px;width:150px; position:absolute; top:0; left:0px;color:#bfbfbf; font-size:14px;outline:none; background:none;  padding-left:10px; border:none;}
.search-button{ width:17px; height:27px; position:absolute; top:0px; right:10px; background:url(../Image/search.png) center no-repeat; text-align:center; font-size:0; outline:none; border:none;}

/*.nava{width:100%;height:50px; margin-top:30px;position:relative;overflow:hidden; padding-left:0;}
.nava li{width:11.1%;height:50px;float:left;font-size:16px; color:#323232;line-height:50px;text-align:center;position:relative;overflow:hidden;cursor:pointer; font-weight:bold;}
*/
.nava li span{width:0px;height:2px;background:#eb4300;position:absolute;left:50%;bottom:0;border-radius:2px;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.nava li:hover span{width:60%;left:20%;}

.nava{width:100%;height:50px;position:relative; margin:0; margin-top:30px}
.nava li{ width:11.1%;height:50px;float:left;position:relative;cursor:pointer; padding-top:10px;}
.nava .nava-li{width:100%;height:50px;font-size:16px; color:#323232;line-height:35px;text-align:center;display:block;overflow:hidden; font-weight:bold;}
.nava .nava-li img{ margin-left:10px;}
.nava li:hover .nava-li{}

.nava li .li_slide{width:170px;position:absolute;left:50%;top:84px;margin-left:-85px;z-index:999;border-radius: 6px;padding: 10px 0; background:#fff;display:none;}
.nava li .li_slide a{width:100%;height:48px;text-align:center;line-height:48px;color:#000;font-size:14px;display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.nava li .li_slide a:hover{ background:#065cb4;color:#fff;}

.tel { float:right; color:#fff; font-size:22px; margin-right:40px; margin-top:20px; font-family:Roboto;background:url(../Image/tel.png) left center no-repeat; padding-left:40px;}
.tel p{ margin:0; line-height:30px; font-weight:bold;}
.tel p span{ font-size:15px;}
@-webkit-keyframes rotate{
 0%{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 100%{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}
@keyframes rotate{
 0%{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 100%{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}

.banner_bj{ margin-top:130px;}


/* --index-- */

.index1_bj{ background:url(../Image/index1bj.png) center right 10% no-repeat #edf6fc; padding:88px 0;}
.index1{width:75%;margin:auto; max-width:1280px !important;}

.index1_top{ text-align:center; margin-bottom:50px;}
.index1_top1{ font-size:48px; color:#004a9d;}
.index1_top2{ font-size:36px; color:#2f2f2f;}
.index1_top3{ font-size:16px; color:#585858; margin-top:10px;}
.index1_adv li{ float:left; width:20%; text-align:center; color:#ffffff; font-size:15px; min-height:128px; border-radius:5px;}
.index1_adv li p{ font-size:16px; margin-top:20px;}
.index1_adv li p b{ font-size:36px;}
.index1_adv li:nth-child(1){background:url(../Image/li1.png) center no-repeat;}
.index1_adv li:nth-child(2){background:url(../Image/li2.png) center no-repeat;}
.index1_adv li:nth-child(3){background:url(../Image/li3.png) center no-repeat;}
.index1_adv li:nth-child(4){background:url(../Image/li4.png) center no-repeat;}
.index1_adv li:nth-child(5){background:url(../Image/li5.png) center no-repeat;}
.index1_adv li:nth-child(5) p{ font-size:18px; margin-top:30px;}
.index1_about p{ font-size:24px; color:#004a9d; margin-bottom:20px; margin-top:50px; text-align:center; font-weight:bold;}
.index1_about_con{ font-size:16px; color:#616f78; line-height:28px; text-align:center;}
.index1_tel{ background:url(../Image/tel.png) center left 20px no-repeat #003c9f; width:360px; height:80px; line-height:40px; border-radius:40px; text-align:center; color:#fff; margin:0 auto; font-size:20px; margin-top:55px;}
/****************************index1 end****************************/


.index2_type li{ float:left; width:14%; font-size:16px; color:#3d3d3d; line-height:23px;height:23px; margin-bottom:20px;}
.index2_type li img{ margin-right:10px;}
.index2_type li a{color:#3d3d3d;}
.index2{ margin-top:90px;}
.index2_pro li{ width:22%; float:left; margin-right:2.0%; margin-bottom:2%; border:1px solid #bfbfbf; padding:5px;transition: all 0.8s ease 0s; }
.index2_pro li .pic{ width:100%; background:#fff;}
.index2_pro li .pic img{ width:100%; transition: 800ms ease-in-out; -webkit-transition: 800ms ease-in-out;}
.index2_pro li .title{ color:#2f2f2f; font-size:18px; height:40px; line-height:40px; overflow:hidden;}
.index2_pro li .title span{ border-left:4px solid #004a9d; padding-left:14px;}
.index2_pro li .title img{ float:right; margin-top:10px;}
.index2_pro li:nth-child(4n){ margin-right:0;}
.index2_pro li:hover .pic img{ transform: scale(1.05);}
.index2_more{ background:#bfbfbf; width:205px; height:40px; line-height:40px; border-radius:40px; text-align:center; color:#fff; margin:0 auto; font-size:18px; margin-top:55px;transition: all 0.8s ease 0s; }
.index2_more:hover{ background:#003c9f;}

/******************************index2 end*****************/


.index3_bj{ background:url(../Image/index3bj.jpg) center no-repeat; background-size:cover; margin-top:90px; padding:90px 0;}
.index3_left{ width:65%;}
.index3_left_top li{ float:left; height:40px; line-height:40px; border-radius:40px; text-align:center; color:#393838; padding:0 40px; background:#fff; margin-right:20px;}
.index3_left_news li{ margin-top:50px;}
.index3_left_news .index3_news_img{ width:30%;}
.index3_left_news .index3_news_img img{ width:100%;}
.index3_left_news .index3_news_con{ width:68%;}
.index3_news_time{ font-size:16px; color:#585858;}
.index3_news_tit{ font-size:22px; color:#242424; margin:10px 0;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;overflow: hidden}
.index3_news_con1{ font-size:16px; color:#636363; line-height:25px;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;overflow: hidden}
.index3_more{ color:#2f2f2f; font-size:16px; border-bottom:1px solid #d3d3d3; width:140px; padding-bottom:10px; margin-top:30px;}
.index3_more span{ float:right;}
.index3_right{ width:19%; padding:2%; background:#fff;}
.index3_right_top{ background:url(../Image/p3.jpg) center no-repeat; font-size:24px; color:#232323; text-align:center;}
.index3_right li{ position:relative; margin-top:30px;}
.index3_right li img{ width:100%;}
.index3_right li p{ position:absolute; height:40px; background:rgba(0,116,201,0.63); width:100%; bottom:0; line-height:40px; color:#fff; text-align:center; font-size:16px;
text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;overflow: hidden;}

/************************index3 end**********************/


.index4{ margin-top:90px;}
.index4_main li{ float:left; width:23%; margin:1%;transition: all 0.8s ease 0s;}
.index4_main li img{ width:100%; transition: 800ms ease-in-out; -webkit-transition: 800ms ease-in-out;}
.index4_main li:hover img{ transform: scale(1.05);}

/****************************index4 end****************************/





.foot_bj{ background:#333333; margin-top:90px; padding-top:55px;}
.foot_left{ width:40%; float:left;}
.foot_left_top{ font-size:20px; color:#7d7d7d; margin-bottom:20px; font-weight:bold;}
.foot_left ul li{ width:31.3%; float:left; margin-right:1%; font-size:16px; color:#c8c7c7; line-height:30px;}
.foot_left ul li a{ color:#c8c7c7;}
.foot_mid{ width:15%; border-left:1px solid #4b4b4b;border-right:1px solid #4b4b4b; float:left; padding:0 3% 3% 3%;}
.foot_mid ul li{  font-size:16px; color:#c8c7c7; line-height:30px;}
.foot_right{ width:35%; float:right;}
.cop{ width:30%; float:left; margin-left:8%;}
.cop img{ width:100%; border:8px solid #dadada;}
.cop p{ text-align:center; color:#fff; font-size:20px;}
.foot_contact{ background:#2f2f2f; padding:3%; overflow:hidden; margin:30px 0;}
.foot_contact li{ float:left; color:#8f8f8f; font-size:18px; padding-left:100px; width:26.3%; min-height:75px;}
.foot_contact li p{ color:#b4b4b4;}
.foot_contact li:nth-child(1){background:url(../Image/p5.png) left center no-repeat;}
.foot_contact li:nth-child(2){background:url(../Image/p6.png) left center no-repeat;}
.foot_contact li:nth-child(3){background:url(../Image/p7.png) left center no-repeat;}

.link{ color:#646464; font-size:16px;background:url(../Image/p8.png) left center no-repeat; padding-left:30px;}
.link a{ color:#646464; margin-left:10px;}
.foot_bottom{color:#646464;line-height:58px; padding:15px 0; font-size:16px; text-align:center;}
.foot_bottom a{ color:#646464;}


/****************************foot end****************************/




.inner_banner{ padding:8% 0; text-align:center; margin-top:130px;}
.inner_banner h3{ color:#003493; font-size:48px; -webkit-text-stroke: 1px #fff; margin:20px 0;}
.inner_banner span{ font-size:26px; color:#fff; background:#eb4300; text-align:center; padding:5px 10px;}
.inner_banner p{ font-size:16px; color:#fff; margin-top:50px;}
.inner_banner p a{ color:#fff;}
.banner_about{ width:100%; background:url(../Image/banner_about.jpg) top center no-repeat; background-size:cover;}

.inner{ margin:80px auto;}


.inner_about1_bj{ width:100%; height:auto; background:#f9fdff; overflow:hidden;}
.inner_about1{ margin:80px auto;}
.inner_about1_left{ width:25%; float:left; background:url(../Image/p9.png) center no-repeat; background-size:cover; min-height:400px; color:#212121; font-size:34px;}
.inner_about1_left p{ font-family:'062-CAI978'; font-size:47px; color:#212121; margin-top:50px;}
.inner_about1_con{ width:65%; float:right; margin-top:50px;}
.inner_about1_con p{ font-size:16px; color:#555555; line-height:30px;}



.inner_about2{ margin-top:50px;}
.inner_about2_left{ float:left; width:40%; margin-left:10%;}
.inner_about2_left li{ width:39%; float:left; background:#edf6fc; color:#686868; height:150px; padding:5%; margin-bottom:2%;}
.inner_about2_left li p{ font-size:24px; color:#333333; margin:20px 0;}
.inner_about2_left li:nth-child(2n){ float:right;}
.inner_about2_left_top2{ font-family:'062-CAI978'; font-size:47px; color:#212121; margin-top:50px;}
.inner_about2_left_top1{ color:#212121; font-size:34px; position:relative;}
.inner_about2_left_top1 p{ float:left;}
.inner_about2_left_top1 span{ width:33px; height:3px; background:#003493; display:block; float:left; margin-top:20px; margin-left:20px;}

.inner_about2_right{ width:45%; float:right;}

.inner_about3{ margin-top:50px;}
.inner_about3_main{ margin:5% 0;}
.inner_about3_main .item{ background:#f0f5f7; padding:5%;}
.inner_about3_main .item img{width:100%;display:block;}
.inner_about3_main .item p{ text-align:center; line-height:30px; margin-top:10px; font-weight:bold;}



/******************honor end******************/



.inner_pro_type{  width:20%; float:left;}
.inner_pro_type_top{background-image: linear-gradient(to top, #015998, #0d4cb0);
	background-position: top center;
	background-size: 100% 100%; 
	background-repeat: no-repeat; font-size:16px; color:#fff; text-align:center; text-transform:uppercase; padding:20px 0 15px 0;}
.inner_pro_type_top p{ font-size:36px; font-weight:bold;}
.inner_pro_type ul li{width: 99%; border:1px solid #023063; margin-bottom:10px;line-height: 30px;font-size  : 16px; padding:10px 0; text-align:center;
	border-bottom: 1px solid #023063;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
			transition: .3s ease;}
.inner_pro_type ul li a{ display:block;}
.inner_pro_type ul li:hover{ background:#023063; color:#fff;}
.inner_pro_type ul li:hover a{ color:#fff;}
.inner_left_about_con{ font-size:16px; color:#616f78; line-height:28px; padding:20px; box-shadow:0 0 10px rgba(0,0,0,0.3);}

.inner_pro_main{ width:75%; float:right;}




.proleft { width: 40%; float:left;}
.proleft .swiper-list{margin-top:50px;padding-bottom:50px;overflow:hidden;position:relative;}
.proleft .swiper-list .swiper-slide{padding:0 30px;background:#FFF;position:relative;cursor:pointer;}
.proleft .swiper-list .swiper-slide .img{margin:20px 0;position:relative;overflow:hidden;}
.proleft .swiper-list .swiper-slide .img img{width:100%;height:auto;display:block;margin:auto;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.proleft .swiper-list .swiper-slide:hover .img img{transform:scale(1.08);}

.proleft .swiper-list .swiper-slide .line{width:100%;height:1px;display:block;background:#ddd;}

.proleft .gallery-top{width:100%;position:relative;}
.proleft .gallery-top .swiper-slide{width:100%;display:block;}
.proleft .gallery-top .swiper-slide img{width:100%;display:block;}
.proleft .gallery-top .swiper-button-prev{left:6px;}
.proleft .gallery-top .swiper-button-next{right:6px;}
.proleft .gallery-top .swiper-button-next, .gallery-top .swiper-button-prev{width:66px;height:66px;}


.product_img_right{width:100%;margin-top:40px;}
.product_img_right .gallery-thumbs{width:100%;padding-right:5px !important;padding-top:6px !important;margin-left:0 !important;}
.product_img_right .gallery-thumbs p{font-size:16px;color:#999;line-height:32px;margin-bottom:10px;}
.product_img_right .gallery-thumbs .swiper-slide{border:1px solid #eee;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product_img_right .gallery-thumbs .swiper-slide img{width:100%;display:block;}
.product_img_right .gallery-thumbs .swiper-slide-thumb-active{opacity:1;border:2px solid #333;}
.product_img_right .gallery-thumbs .swiper-slide-thumb-active:before{
    content: '';
    display: block;
    width: 0;
    border: 6px solid transparent;
    border-bottom-color: #333;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


.proright { width: 55%; padding-bottom:20px; float:right;}
.proright h3{ border-bottom:1px solid #dcdcdc; color:#000000; font-size:24px; padding-bottom:20px; margin-bottom:20px; margin-top:0; font-weight: bold;}
.pro_download{ background:#eb4300; width:148px; height:40px; line-height:40px; padding:0 20px; color:#fff; float:left; text-align:center; margin-left:30px; border-radius:40px; margin-top:30px;}
.pro_contact{ background:#0074c9; width:148px; height:40px; line-height:40px; padding:0 20px; color:#fff; float:left; text-align:center; border-radius:40px; margin-top:30px;}
.pro_tel{ background:url(../Image/p15.jpg) left center no-repeat; color:#333333; font-size:20px; padding-left:50px;}
.pro_tel p{ font-size:26px; color:#3c3c3c;}


.pro_info_main{ margin-top:80px;}
.pro_info_top{ overflow:hidden; color:#fff; font-size:24px; background:#e2e2e2; margin-bottom:20px;}
.pro_info_top span{ background:#eb4300; padding:20px 40px;}

.inner_content{ font-size:16px; line-height:30px;}
.inner_content p{ margin:0;}
.inner_content img{ max-width:100%;}

.product_recommend{ margin:50px 0;}
.product_recommend ul{ margin-top:50px;}
.product_recommend li{ width:22%; float:left; margin:1.5%; background:#fff;}
.product_recommend li .img{ width:100%; margin:0 auto;}
.product_recommend li .img img{ width:100%;transition: all 0.5s ease-in-out 0s;}
.product_recommend li p{ text-align:center; line-height:30px; height:30px; overflow:hidden; border-top:1px solid #dcdcdc; color:#1f1f1f; font-weight:bold; padding-top:20px; width:80%; margin:0 auto; margin-top:30px;}
.product_recommend li:hover p{ color:#004a9a;}
.product_recommend li:hover img{transform: scale(1.1);}



/*************************product end*************************/





.inner_news_status {height: 30px;line-height: 30px;font-size: 12px;color: #333;margin-top: 20px;padding-bottom: 10px; }
.inner_news_status span {padding-left: 20px; padding-right: 10px; line-height:30px;height:30px; display:block; float:left;}
.inner_news_status .newstime{ background:url(../Image/news2.png) left center no-repeat;}
.inner_news_status .click{ background:url(../Image/news3.png) left center no-repeat;}

.news ul li{width:23.3%;margin:2%; padding:3%;overflow:hidden;float:left;background:#f2f8fa;}
.news ul li img{width:100%; margin-bottom:20px;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.news ul li .news1_tit{ font-size:18px; color:#2f2f2f; height:30px; line-height:30px; overflow:hidden; margin-bottom:20px;}
.news ul li .news1_date{ color:#2f2f2f; font-size:16px;  line-height:30px; }
.news ul li .news1_more{  width:71px; padding-bottom:10px; margin-top:20px; color:#242424; font-size:16px; border-bottom:1px solid #242424;}
.news ul li:hover{color:#FFF;background:#0d4cb0;}
.news ul li:hover .news1_tit{ color:#fff;}
.news ul li:hover .news1_date{ color:#fff;}
.news ul li:hover .news1_more{ color:#fff; border-bottom:1px solid #fff;}
.news ul li:hover img{
	transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    -moz-transform: translateY(-28px);
    -webkit-transform: translateY(-28px);
    -o-transform: translateY(-28px);
}
.news ul li:hover .txt{
	transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    -moz-transform: translateY(-28px);
    -webkit-transform: translateY(-28px);
    -o-transform: translateY(-28px);
}




.zxrz_l{ margin-top:60px;}
.newshow .newshowtit {
  text-align: center;
  border-bottom: 1px dotted #bfbebe; margin-bottom:20px;
}
.newshow .newshowtit h1 {
  font-size: 22px;
  color: #333;
}
.newshow .newshowtit .date {
  line-height: 30px;
  font-size: 12px;
  color: #999;
}
.newshow .newshowtxt p {
  margin-top: 25px;
  line-height: 25px;
}
.newshow .newshowimg {
  text-align: center;
  margin: 65px 0;
}

.inner_news_img img{ max-width:100%;}



/**************************news end**********************/


.case li{ width:31.3%; float:left; color:#242424; overflow:hidden; margin:1%; position:relative;transition: all 0.8s ease 0s;}
.case li .case_img{ width:100%;}
.case li .case_img img{ width:100%; transition: 800ms ease-in-out; -webkit-transition: 800ms ease-in-out;}
.case li p{ background:rgba(0,0,0,0.5); font-size:18px; margin-top:10px; overflow:hidden; color:#fff; width:100%; height:50px; line-height:50px; text-align:center; position:absolute; bottom:0; left:0;}
.case li:hover img{ transform: scale(1.05);}


.honor li{ width:23%; float:left; color:#242424; overflow:hidden; margin:1%; position:relative;transition: all 0.8s ease 0s;}
.honor li .case_img{ width:100%;}
.honor li .case_img img{ width:100%; transition: 800ms ease-in-out; -webkit-transition: 800ms ease-in-out;}
.honor li p{ background:rgba(0,0,0,0.5); font-size:18px; margin-top:10px; overflow:hidden; color:#fff; width:100%; height:50px; line-height:50px; text-align:center; position:absolute; bottom:0; left:0;}
.honor li:hover img{ transform: scale(1.05);}

/*******************cphj end*********************/



.inner_contact_main{ position:relative; height:750px;}
.contact-map{ margin-top:130px; height:750px;}
#dituContent{ width:100%; height:750px;}
.inner_contact_main ul{ width:30%; position:absolute; z-index:9; left:15%; top:50px; background:#f3f8fc; border:5px solid #fff; padding:3%;}
.inner_contact_main ul li{ color:#4e4e4e; font-size:16px; line-height:30px;}
.inner_contact_top{ font-size:28px; border-bottom:1px solid #b5b5b5; color:#1c1c1c; padding-bottom:10px; margin-top:20px;}
.inner_contact_tel{ font-size:16px; color:#8c8c8c; margin-top:20px;}
.inner_contact_tel p{ font-size:24px; color:#1b1b1b; font-weight: bold;}
.contact_cop li{ float:left; width:20%; margin-right:5%;}
.contact_cop li img{ width:100%;}
.contact_cop li p{ text-align:center; color:#4e4e4e; font-size:16px; line-height:30px;}

.inner_message_bj{ background:url(../Image/inner_message_bj.jpg) center no-repeat; background-size:cover; overflow:hidden; margin-top:130px; padding:5% 0;}

.inner_message{ width:65%; margin:0 auto; background:rgba(255,255,255,0.78); box-shadow:0 0 10px rgba(0,0,0,0.3); padding:2%;}
.inner_message_top2{ font-family:'062-CAI978'; font-size:47px; color:#212121; }
.inner_message_top1{ color:#212121; font-size:34px; position:relative;}
.inner_message_top1 p{ float:left;}
.inner_message_top1 span{ width:33px; height:3px; background:#003493; display:block; float:left; margin-top:20px; margin-left:20px;}
.inner_message_main{ margin-top:50px;}
.inner_message_main .input-group{ margin-bottom:10px; width:47%; margin-right:3%; float:left;}
.inner_message_main .input-group1{ width:97%; margin-bottom:10px;}
.inner_message_main .input-group1 input{ border-bottom:1px solid #676767; border-left:none; border-right:none; border-top:none;line-height:58px; color:#898989; outline:none; width:100%; padding-left:10px; background:none;}
.inner_message_main .input-group input{ border-bottom:1px solid #676767; border-left:none; border-right:none; border-top:none;line-height:58px; color:#898989; outline:none; width:100%; padding-left:10px; background:none;}
.inner_message_main #content{ width:100%; height:100px;}
.inner_message_main #captcha{ float:left; width:75%;}
.inner_message_main .verify{ width:90px; height:36px;}
.inner_message_main .verify img{ width:90px; height:36px; margin-top:10px;}
.inner_message_main #submit{ line-height:58px; height:58px; text-align:center; color:#fff; width:47%; margin-right:3%; background:#0063d0; float:right;}


/**************************contact end************************/

/* --翻页-- */
.txt-upDown{width:auto;height:auto;clear:both;font-size:14px;padding-top:20px;margin-top:40px;border-top:1px dashed rgb(230,230,230);}
.txt-upDown-li{width:50%;height:42px;line-height:42px;padding:0 5px;overflow:hidden;color:#666;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
-webkit-transition:all 0.3s;transition:all 0.3s;}
.txt-upDown-li .arrow{width:10%;height:42px;overflow:hidden;font-family:'宋体';font-weight:bold;}
.txt-upDown-li .title{width:90%;height:42px;overflow:hidden;color:#666;}
.txt-upDown-li:hover{color:#fff;background:#0d4cb0;padding:0 20px;cursor:pointer;}
.txt-upDown-li:hover .arrow{color:#fff;}
.txt-upDown-li:hover .title .page-a{color:#fff;}
.txt-upDown-li:hover .title a{color:#fff;}
.txt-upDown-li.txt-right{text-align:right;}

/* --分页-- */
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 60px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #0d4cb0;
  background: #0d4cb0;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../Image/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../Image/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../Image/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../Image/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

/* --暂无数据-- */
.no-goods{padding:100px 0;overflow:hidden;text-align:center;}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-goods p{
  font-size:14px;
  color:#666666;
  line-height: 20px;
}






@-webkit-keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.04);
    -ms-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);}
}
@keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.04);
    -ms-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);}
}
.imgScale {
	animation: imgScale 6s ease-in-out infinite alternate;
	-webkit-animation: imgScale 6s ease-in-out infinite alternate;
}

@keyframes scrolldown {
	0% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	33% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	66% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
}

@keyframes scrolldown2 {
	0% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	55% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	70% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	85% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
}

@keyframes scrollup {
	0% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
	33% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	66% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
}

@keyframes scrollup2 {
	0% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
	15% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	30% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	45% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
}

@keyframes sound {
	0% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	20% {
		transform: scale(0, 1); 
		transform-origin: 100% 100%;
	}
	40% {
		transform: scale(0, 1); 
		transform-origin: 0 0;
	}
	60% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
}

@keyframes btnline {
	0% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	33% {
		transform: scale(0, 1); 
		transform-origin: 100% 100%;
	}
	66% {
		transform: scale(0, 1); 
		transform-origin: 0 0;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
}

@keyframes btntate {
	0% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	33% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	66% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
}
