@charset "utf-8";
/*初始样式*/
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}

.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em{ font-style:normal;}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after {left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}

/* -- 页面整体布局 -- */
.tits{background: url(../images/t_s1.png) no-repeat bottom;}
.content-s{ width:1265px; margin:0 auto;font-family: "Microsoft Yahei";}


.header-top{width: 100%; background: #f1f1f1; min-width: 1300px; display: block; height: 38px;}
.content-s-l{ line-height: 38px;}
.content-s-l span{font-size: 15px; color: #666; }
.Language{font-size: 15px;}
.Language a{padding:0 20px; line-height: 38px;}

.header{height: 210px;background:url(../images/h_bg.jpg) repeat-x;}
.h_con{height:145px;}
.h_con .t_logo{float: left;margin:29px 29px 0px 0px;text-align: center;}
.h_con h2{float:left;font-weight:normal;margin-top:48px;height:55px;}
.h_con h2 b{display: block;font-size: 24px;color: #333333;line-height:24px;font-weight:bold;}
.h_con h2 span{display:inline-block; font-size:24px;color: #333333;line-height:24px;padding-top: 10px; font-weight: bold;}
.h_con-lo{float: left; padding-top:20px; padding-left: 50px;}
.h_con-lo img{display: block;width: 110px;}
.h_con p{float: right;margin-top:40px;height:50px;position:relative;padding-left:63px;}
.h_con p em{position:absolute;left:0;top:2px;}
.h_con p i{display: block; font-weight:normal;font-size:16px;color: #313131;line-height:16px;}

.h_con p span{font-size: 30px;font-weight: bold;color: #333333;font-family: "Arial";display:block;line-height:30px;padding-top:5px;}
.nav{width: 100%; min-width: 1300px; height: 65px; background: #073883;}
.nav .w1200{overflow: visible;}
.nav li {display: inline-block;vertical-align: middle;background: url(../images/nav_line_1.png) no-repeat right center; position: relative;}
.nav li:last-child{background:none;}
.nav li a {display: block;font-size: 16px;line-height: 65px;padding: 0 60px;color: #fff;}
.nav li .arr {float: right;height: 40px;width: 40px;position: relative;display: none;}
.nav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;}
.nav li.active a,.nav li.open a,.nav li a:hover {color: #fff;background-color: #ee9d10;}
 .nav li.dropdown {position: relative;}
.nav li.dropdown:before {content: "";position: absolute;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 15px;}
.nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;}
.nav .dropdown-box p {margin: 0;}
.nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;font-size: 14px;background-color: #122c80 !important;line-height: 40px;color: #fff !important;border-top: 1px solid #122c80;}
.nav .dropdown-box a:hover {color: #fff !important;background-color: #ee9d10 !important;}
.nav ul > li:hover .dropdown-box{display: block;}	

@keyframes downup { 0% { transform: translate(0, 0); } 50% { transform: translate(0, -8px); } 100% { transform: translate(0, 0); } }
@-webkit-keyframes downup { 0% { -webkit-transform: translate(0, 0); } 50% { -webkit-transform: translate(0, -8px); } 100% { -webkit-transform: translate(0, 0); } }


/* -- 广告 -- */
/* .content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";} */
.banner{position: relative;width: 100%; min-width: 1300px;}
.banner li{width: 100%;}
.banner li img{display: block;width: 100%;}
.banner .content{position: relative;}
.ban_pg{position: absolute;left: 0;bottom: 60px;height:10px;z-index: 10;width: 100%;text-align: center;}
.ban_pg i{display: inline-block;width: 10px;height: 10px;background: #fff;border-radius: 100%;margin: 0 10px;vertical-align: top;}
.ban_pg i.on{background: #073884;}
.banner .prev{position:absolute;top:45%;left:1.5%;z-index: 10;cursor: pointer;transition: all .25s linear;opacity:0;}
.banner .next{position:absolute;top:45%;right:1.5%;z-index: 10;cursor: pointer;transition: all .25s linear;opacity:0;}
.banner em{text-align: center;width: 60px; height: 60px;border-radius: 50%;background: rgba(0,0,0,0.6);}
.banner em img{height: 30px;display: inline-block;margin-top: 15px;}

.banner:hover  .prev{opacity: 1;left: 4%;}
.banner:hover .next{opacity: 1;right: 4%;}

/* -- 搜索 -- */
.sou{height: 71px;}
.sou p{height: 71px;color: #666666;line-height:71px;font-size: 16px;width:825px;float: left;}
.sou p b{font-size: 16px;color: #222222;font-weight:bold;}
.sou p a{font-size: 16px;color: #666666;padding-right:13px;font-weight: normal;line-height: 16px;}
.sou .s_box{float: right;margin-top:18px;width:365px;height: 36px;border: 1px solid #e3e3e3;overflow: hidden;margin-right: 2px;box-sizing: border-box;border-radius: 20px;}
.sou .s_box .input1{float: left;width:315px;padding-left: 13px;height: 36px;line-height: 34px;font-size: 14px;color: #666666;border: 0;background: none;outline: 0;}
.sou .s_box .input2{float: left;border: 0;outline: 0;cursor: pointer;width:22px;height:22px;background:url(../images/sou_1.png) no-repeat center;margin-top:7px;}

/* 产品中心 */
.tit{ font:50px "Microsoft YaHei UI"; text-align:center; color:#000;}
.tit a{ color:#000000;}
.tit em{ display:block; font-size:18px; padding:15px 0 40px;}
.product{ height:995px; overflow:hidden; margin-top:120px;width: 100%; min-width: 1300px; padding-bottom: 30px;}
.product_t{ width:263px; border:5px solid #3871c1; float:left;}
.product_t h2{ background:#3871c1; font:32px "Microsoft YaHei UI"; font-weight:bold; color:#fff; text-align:center; padding:16px 0;}
.product_t h2 a{ display:block; color:#fff;}
.product_t h2 em{ display:block; font:14px "Microsoft YaHei UI"; text-transform:uppercase; color:#6182c0; padding-top:2px;}
.product_t li{ width:241px; margin:0 auto; border-top:1px solid #cecece; font:18px "Microsoft YaHei UI"; line-height:48px; height:48px; overflow:hidden;}
.product_t li a{ display:block; position:relative; color:#333; padding-left:45px;}
.product_t li a:before{ content:""; position:absolute; top:18px; left:30px; width:0; height:0; border-left:6px solid #ccc; border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);}
.product_t li:hover a:before{ border-left:6px solid #3871c1;}
.product_t li:hover a{ font-weight:bold; color:#3871c1;}
.product_t p{ font:26px "Microsoft YaHei UI"; font-weight:bold; color:#fff; background:#3871c1; padding:15px 0; text-align:center;}
.product_t p em{ display:block; font:18px "Microsoft YaHei UI"; line-height:32px; background:url(../css/pro_lx.png) no-repeat 50px;}

.tit3{ height:62px; background:#e3e3e3; overflow:hidden; font:20px "Microsoft YaHei UI"; font-weight:bold; position:relative; line-height:62px;}
.tit3 a{ display:block; color:#000; padding-left:30px;}
.tit3 em{ display:block; width:84px; height:34px; border:1px solid #aaa; float:right; margin:12px 12px 0 0; float:right; font:14px Arial, Helvetica, sans-serif; text-transform:uppercase; line-height:34px; color:#000; text-align:center;}
.tit3:before{ content:""; position:absolute; top:18px; left:17px; width:3px; height:24px; background:#3871c1;}
.product1{ width:900px; overflow:hidden; float:right;}
.product2 li{ width:289px; height:auto; overflow:hidden; float:left; margin:20px 5px; position:relative;border:1px solid #eee; box-sizing:border-box;}
.product2 li img{ display:block;width:296px; height:222px;-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.product2 li em{ display:block; width:100%; height:40px; font:14px "Microsoft YaHei UI"; line-height:40px; background:rgba(0,0,0,0.5); height:40px; color:#fff; position:absolute; bottom:0; text-align:center;}
.product2 li:hover em{ background:#3871c1;-webkit-transition:all 0.7s;
	transition:all 0.7s;transition-property:background;
-moz-transition-property: background; /* Firefox 4 */
-webkit-transition-property:background; /* Safari Ã¥â€™Å’ Chrome */
-o-transition-property:background;}
		.product2 li:hover img,.product11 dt:hover img{-webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -transform:scale(1.1,1.1);}
  
/* 荣誉资质 */
.w1400{position: relative;width: 1400px;margin: 0 auto;}
.indTitle{text-align: center;padding: 75px 0 30px;}
.indTitle .atit{font-size: 36px;font-weight: 600;color: #222222;line-height: 1;}
.indTitle .btit{font-size: 18px;color: #777777;line-height: 1;margin-top: 20px;}
.indTitle.white .atit{color: #FFFFFF;}
.indTitle.white .btit{color: #FFFFFF;}
@media screen and (max-width:1600px) {
	.w1400{width: 1200px;}
	
}
@media screen and (max-width:1400px) {
	.w1400{width: 1120px;}
	
	
}
.sect4{background: #F6F6F6;padding-bottom: 60px; min-width: 1300px;}
.cypBox{display: block;flex-wrap: wrap;}
.cypBox img{display: block; text-align: center;margin: 0 auto;}

/* .cypBox a{display: block;width: calc(25% - 15px);background: #FFFFFF;margin: 0 20px 20px 0;}
.cypBox a:nth-of-type(4n){margin-right: 0;}
.cypBox .img{overflow: hidden;}
.cypBox .img img{width: 100%;transition: .4s;}
.cypBox p{display: block;font-size: 18px;color: #222222;line-height: 68px;height: 68px;text-align: center;padding: 0 10px;transition: .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.cypBox a:hover .img img{transform: scale(1.1);}
.cypBox a:hover p{background: #f3643b;color: #FFFFFF;} */




/* 解决方案 */
.tit021{font-size: 45px; text-align: center; font-family: "Microsoft YaHei";color: #333333;font-weight:bold;}
.tit021 a{color: #333333; }
.tit021 p{ font-weight: normal; display: block;font-size: 20px;color: #5590e3; line-height: 36px;}
.g_pro{ overflow: hidden;background:#3871c1;box-sizing: border-box; font-family: "Microsoft YaHei"; width: 100%; min-width: 1300px; padding-top:40px;}
.g_pro h2{margin-bottom: 42px; line-height: 50px; color: #fff;}

.pro{width: 1300px;margin:0 auto 55px;overflow: hidden;clear: both;}
/* .pro1{width: 600px;position: relative;overflow: hidden; float: left;}
.pro1 dl{width: 600px;position: relative;background: #f3f3f3;}
.pro1 dl dt{width: 597px; height: 450px;position: relative;overflow: hidden;border: 1px #dedede solid;}
.pro1 dl dt img{width: 600px;height: 450px; display: block;}
.pro1 dl dd{width: 600px;display: block;padding:30px 42px 0;height:272px;border-bottom:5px solid #3871c1;box-sizing: border-box;}
.pro1 dl dd h4{font-size: 24px; color: #3871c1;line-height:38px; text-align: left;margin-bottom: 10px;}
.pro1 dl dd p{font-size: 14px;color: #666666;line-height: 26px;text-align: justify;height: 100px;overflow: hidden;}
.pro1 dl dd span{width:167px;height:47px;line-height: 47px;padding-left:30px;display: block;background:#3871c1 url(../images/pro_btn.png) no-repeat 102px center; font-size: 14px;color: #fff;box-sizing: border-box;-webkit-transition: .3s;-moz-transition: .3s;transition: .3s;}
.pro1 dl:hover dd span{background:#3871c1 url(../images/pro_btn.png) no-repeat 112px center;} */

.pro2{overflow: hidden; }

.pro2 dl{width: 308px;float: left; margin-right:20px;}
.pro2 dl dt{width: 308px; height: 216px;overflow: hidden;}
.pro2 dl dt img{width: 308px;height: 216px; display: block;}
.pro2 dl dd{ display: block;height:auto;box-sizing: border-box; }
.pro2 dl dd h4{font-size: 18px; color: #000;line-height:35px; text-align: center;margin:15px 10px;font-weight: normal; padding:0 24px;background: linear-gradient(to right, #888888, #cccccc);border-radius: 30px;}

.pro2 dl:nth-child(4n){margin-right:0;}
/* .pro2 dl:nth-child(-n+2){border-bottom:0;} */
.pro2 dl:hover dd span{background: #3871c1;}

.pro dl img{-webkit-transition: .3s;-moz-transition: .3s;transition: .3s;}
.pro dl:hover img{-webkit-transform:scale(1.03);-moz-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03);}
.cp_more{height: 50px;width: 1200px;position: relative;text-align: center;margin:0 auto;}
.cp_more em{color:#333333;font-size: 16px; line-height: 50px;padding-left:45px;background: url(../images/pro_tel.png) no-repeat left center;display: inline-block;}
.cp_more em b{font-size: 36px;color: #3871c1;font-weight: bold;}
/* 关于我们 */
.yybj{height: 532px; background:#f5f5f5; padding-top:50px;box-sizing: border-box;  font-family:"Microsoft Yahei";position: relative;width: 100%; min-width: 1300px;}
.yy{width:1200px;margin:0 auto;position: relative; }
.yy dl{height:402px;}
.yy dl dd{width:546px;position:relative;box-sizing: border-box; float: left;padding-top:25px;}
.yy dl dd h2{margin-bottom: 15px;background: url(../images/yy_line.png) no-repeat left bottom; font-size: 36px;color: #3871c1;text-align: left; font-weight: bold; line-height: 50px;padding-bottom: 20px;}
.yy dl dd h2 em {display: block;font-weight: normal;font-size:27px;color: #313131;}
.yy dl dd p{font-size: 16px; color: #3a3a3a; line-height: 31px;text-align: justify; display: block;height:108px;}
.yy dl dd span{display: block;height:93px;}
.yy dl dd span em{width:93px;height:93px;float: left;margin-right: 15px;}
.yy dl dd span .qm{position: relative;width:165px;height:32px; line-height: 32px; margin-top:40px; font-size: 16px;color: #3a3a3a;text-align: left;padding-left:36px;}
.yy dl dd span .qm::before{content: "";position: absolute;width: 33px;height: 1px;background:#3a3a3a;left:0;top:15px;}
.yy dl dd span .qm img{width: 68px;height:32px; position: absolute;right:0;bottom:0;}
.yy dl dt{width:600px;height:374px; position: relative; float: right;}
.yy dl dt li{width:600px;height:374px;display: block; float: left; overflow: hidden;}
.yy dl dt li img{width: 100%;display: block;}
.yy dl dt h5{width:80px; position: absolute;right: 2px;bottom: 20px;}
.yy dl dt h5 em{display: block; float: left;width: 12px;height: 12px;border-radius: 100%;background:#fff;margin-right: 8px;}
.yy dl dt h5 em.on{background: #002f7c;}

.m_zz{width: 1200px; background:#3871c1;height: 148px; position: absolute;left:0;bottom:-148px;box-shadow: 5px 6px 15px #d5d5d5; z-index: 1;}
.m_zz li{ width:300px;height: 148px; box-sizing: border-box; overflow: hidden;padding-top:25px; float: left; text-align: center;position: relative;}
.m_zz li::before{content: "";position: absolute;width: 1px;height: 96px;background:#fff;right:0;top:25px;}
.m_zz li em{margin-left:0px;display: block; position: relative;height: 65px;}
.m_zz li em b{ margin-left:0px;font-size:72px; color: #fff;font-weight: normal;line-height: 65px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
.m_zz li em i{ font-size:22px;  color: #fff;text-align: center; font-weight: normal; text-align: center; line-height: 25px;width:50px; height: 25px;display: block;font-family: "Arial";position: absolute;top:5px; right:60px; }
.m_zz li h3{font-size: 18px; color: #fff; text-align: center; font-weight: normal;line-height: 30px;}
.m_zz li:nth-child(1){padding-left:0;}
.m_zz li:nth-child(4) em i{right:35px;}
.m_zz li:nth-child(4)::before{width:0;}

.m_zz li:hover,.m_zz li:hover::before{background:#3871c1;color:#fff;}
.m_zz li:hover em b,.m_zz li:hover em i,.m_zz li:hover h3{color: #fff;}

/* 优势 */
.sect5{padding-bottom: 70px; background: url(../images/ysbg.jpg) no-repeat center; min-width: 1300px;}
.xysItem{display: none;}
.xysItem.active{display: flex;}
.xysItem .desc{width: 50%;position: relative;background: #fff;padding: 60px 70px 30px 80px;overflow: hidden;}
.xysItem .desc .atit{font-size: 288px;line-height: 1;font-weight: bold;color: #777777;opacity: 0.09;position: absolute;left: -5%;bottom: -20%;}
.xysItem .desc .btit{font-size: 30px;font-weight: 800;color: #222222;line-height: 1.2;}
.xysItem .desc .ctit{font-size: 14px;color: #1a1a1a;line-height: 1.2;text-transform: uppercase;margin: 4px 0 28px;}
.xysItem .desc .dtit{font-size: 16px;color: #1a1a1a;line-height: 1.5;display: block;}
.xysItem .desc .etit{margin-top: 40px;}
.xysItem .imgs{width: 50%;}
.xysItem .imgs img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.xysSelBox{display: flex;flex-wrap: wrap;margin-top: 50px;}
.xysSel{width: calc(24.7% - 12px);padding: 40px 0px;margin-right: 15px;background: #3871c1;transition: .3s;display: flex;align-items: center;justify-content: center;position: relative;}
.xysSel::after{content: "";opacity: 0;display: block;width: 0;height: 0;border-top: 16px solid transparent; border-right: 16px solid transparent;border-left: 16px solid transparent;border-bottom: 16px solid #f3643b;transition: .3s;position: absolute;bottom: 100%;left: 50%;transform: translateX(-50%);}
.xysSel:nth-of-type(5n){margin-right: 0;}
.xysSel .icon{display: block;width: 51px;height: 43px;background-position: center 0!important;}
.xysSel .desc{padding-left: 15px;}
.xysSel .desc p{font-size: 24px;font-weight: 800;color: #fff;line-height: 1;transition: .3s;}
.xysSel .desc span{font-size: 14px;color: #fff;line-height: 1.5;display: block;margin-top: 2px;transition: .3s;}
.xysSel.active{background: #f3643b;}
.xysSel.active::after{opacity: 1;}
.xysSel.active .icon{background-position: center -110px!important;}
.xysSel.active .desc p{color: #FFFFFF;}
.xysSel.active .desc span{color: #FFFFFF;}
.indABox {display: flex;position: relative;z-index: 9;}
.indABox .a{display: flex;width: 170px;height: 45px;background: #333333;align-items: center;justify-content: center;border-radius: 25px;color: #FFFFFF;}
.indABox .a img{margin-right: 10px;}
.indABox .a2{margin-left: 32px;background: #f3643b;}
.indABox .a:hover{transform: translateY(-5px);box-shadow: 0px 2px 5px 0px #bbb;}


/*新闻资讯*/
.new{ height:860px; padding-top:60px; overflow:hidden; min-width: 1300px;}
.new .tit{ padding-bottom:10px;}
.new1{ width:661px; overflow:hidden;}
.content1{width: 1300px; margin: 0 auto;}
.tit2{ height:80px; overflow:hidden; position:relative; font:24px "Microsoft YaHei UI"; font-weight:bold; line-height:80px; color:#000000;}
.tit2:before{ content:""; position:absolute; top:50%; left:112px; width:310px; height:1px; background:#ededed;}
.tit2 a{ color:#000000;}
.tit2 em{ float:right; font:16px "Microsoft YaHei UI"; color:#666; line-height:80px;}
.newt{ height:80px; position:relative;}
.newt:before{ content:""; position:absolute; top:50%; right:60px; width:330px; height:1px; background:#ededed;}
.newt:after{ content:""; position:absolute; top:30px; left:123px; width:1px; height:20px; background:#ededed;}
.newt h3{ font:24px "Microsoft YaHei UI"; line-height:80px; float:left; margin-right:50px;}
.newt em a{ display:block; font:16px "Microsoft YaHei UI"; line-height:80px; float:right; color:#666;}
.newt h3 a:hover,.newt .cur a{ font-weight:bold; color:#f3643b;}
.newt h3 a{ display:block; color:#666;}
.new1 dl{ height:530px; overflow:hidden;}
.new1 dt{ width:659px; height:373px; overflow:hidden; border: 1px #dedede solid;}
.new1 dt img{ display:block; width:100%; width:661px; height:373px;-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.new1 dd h3 a,.baike dd h3 a{ display:block; font:24px "Microsoft YaHei UI"; line-height:35px; height:35px; margin:23px 0 10px; font-weight:bold; color:#000; overflow:hidden;}
.new1 dd h3 em{ display:block; float:left; width:85px; height:35px; background:#f3643b; margin-right:10px; font:20px "Microsoft YaHei UI"; line-height:35px; color:#fff; text-align:center; font-weight:bold;}
.new1 dd p,.baike dd p{ font:16px "Microsoft YaHei UI"; line-height:26px; color:#666;}
.new1 dd p a{ color:#808080;}
.new1 li,.baike li{ font:16px "Microsoft YaHei UI"; height:43px; overflow:hidden; line-height:43px; border-top:1px dashed #f1f1f1;}
.new1 li a,.baike li a{ display:block; color:#666;}
.new1 li em{ float:right;}
.new1 li a:hover,.new1 dl:hover h3 a,.baike li a:hover,.baike dd h3 a:hover{ color:#f3643b; font-weight:bold;}
.new1 dl:hover dt img,.baike dl:hover dt img{-webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -transform:scale(1.1,1.1);}

    .baike{ width:482px; overflow:hidden;}
    .baike dl{ height:442px;}
    .baike dt{ width:480px; height:272px;  overflow:hidden;border: 1px #dedede solid; }
    .baike dt img{ display:block;width:481px; height:272px; -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;}
    .baike dd p a{ color:#e1362c; display:block; line-height:35px;}



/* 底部 */
.foot{ height:376px;background:url(../images/footer_bg.gif) repeat-x center top;overflow:hidden; min-width: 1300px;}
.footer{ width:1200px; margin:0 auto;}
.fnav{ height:68px; font:18px "Microsoft YaHei UI"; line-height:68px;}
.fnav a{ display:block; color:#fff; float:left; padding: 0 39px;}
.fnav a:hover{ font-weight:bold; text-decoration:underline;}

.foot h2{ width:260px; height:64px; float:left; margin:119px 0 0 0;}
.foot h2 img{ display:block;width:236px; height:auto;}
.fwz{ width:660px; margin-top:70px; font:14px "Microsoft YaHei UI"; line-height:32px; color:#cecece;}
.fwz em{ padding:0 8px;}
.fwz a{ color:#cecece;}
.fwz a:hover{ font-weight:bold; color:#f3643b;}
.fwz span{ display:inline-block; width:265px;}
.fwz b{ display:block; font:24px "Microsoft YaHei UI"; font-weight:bold; color:#fff; margin-bottom:12px;}
.fcode{ width:240px; margin-top:94px;}
.fcode p{ width:106px; text-align:center; font:14px "Microsoft YaHei UI"; line-height:40px; color:#fff;}
.fcode p img{ display:block; width:100px; height:100px; border:3px solid #fff;}
.fcode p em{font-style: normal; line-height: 28px;}
.link{ height:66px;font:12px "Microsoft YaHei"; color:#a4a6a1;  background:#222; border-top:1px solid #323232; min-width: 1300px;}
.link a{ display: inline-block; font:12px "Microsoft YaHei"; color:#a4a6a1; height:66px; line-height:66px; padding-right:50px;}
.link a:hover{font-weight:bold; text-decoration:underline; color:#b90302;}

/* 在线客服 */
.client-2 {
    width: 45px;
    position: fixed;
    left:10px;
    top: 50%;
    z-index: 999;
    color: #fff;
}

.client-2 li a {
    text-decoration: none;
    color: #fff;
}

.client-2 li {
    margin-bottom: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.client-2 li.my-kefu-qq {
    background:#093784 url(../images/cimg23.png) center no-repeat;
}

.client-2 li.my-kefu-weixin {
    background:#093784 url(../images/cimg24.png) center no-repeat;
}

.client-2 li.my-kefu-tel {
    background:#093784 url(../images/cimg25.png) center no-repeat;
}

.client-2 li.my-kefu-shouye {
    background:#093784 url(../images/tohome.png) center no-repeat;
    background-size:26px;
}

.client-2 li.my-kefu-shouye a {
    width: 45px;
    height: 45px;
    display: block;
}

.client-2 li.my-kefu-ftop {
    background:#093784 url(../images/returnTop.png) center no-repeat;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 li.my-kefu-qq .cont {
    margin: 0;
    background:#093784 url(../images/cimg23.png) 15px center no-repeat;
    border-radius: 50px;
    padding-left: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.client-2 li.my-kefu-tel .cont {
    margin: 0;
    background:#093784 url(../images/cimg25.png) 15px center no-repeat;
    border-radius: 50px;
    padding-left: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    width: 180px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 li.my-kefu-weixin .cont {
    margin: 0;
    width: 115px;
    padding: 5px;
    border: solid 1px #ccc;
    position: absolute;
    right:-150px;
    top: -44px;
    background-color: #fff;
}

.client-2 li.my-kefu-weixin .cont  span {
    display: block;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #1a1a1a;
}

.client-2 li.my-kefu-weixin .cont  img {
    width: 115px;
    height: 115px;
}

.client-2 li:hover .cont {
    display: block!important;
}

@media screen and (min-width: 1263px) {
    html {
      font-size: calc(1263px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1349px) {
    html {
      font-size: calc(1349px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1463px) {
    html {
      font-size: calc(1463px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1543px) {
    html {
      font-size: calc(1543px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1583px) {
    html {
      font-size: calc(1583px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1643px) {
    html {
      font-size: calc(1643px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1663px) {
    html {
      font-size: calc(1663px * 20 / 1903);
    }
  }
  @media screen and (min-width: 1903px) {
    html {
      font-size: calc(1903px * 20 / 1903);
    }
  }
