@charset "utf-8";

body{background:#fff;}
.wrap{width:85%;margin:auto;box-sizing: border-box;}
.wrap *{box-sizing: border-box !important;}

.header_content{background:#28334e;position: relative;z-index: 99;}
.header{height:40px;}
.header_content .site_nav{height:40px;float: right;}
.header_content .site_nav a{display:block;float: left;font-size:14px;color:#c9c9c9;line-height: 40px;padding:0 20px;;}
.header_content .site_nav a:hover{color:#e3122e;}
.header_content .login_register{height:40px;float: right;}
.header_content .login_register a{display:block;float: left;font-size: 14px;color:#fff;line-height: 40px;padding:0 10px;position: relative;}
.header_content .login_register a:last-of-type:after{content:"";position: absolute;width:1px;height:35%;left:0;top:0;bottom:0;margin:auto;background:#fff;}

.header_content .part_box{padding-top:15px;}
.header_content .part_box .logo{width:20%;float: left;height:75px;overflow: hidden;margin-top:-15px;}
.header_content .part_box .logo img{width: 100%;}
.header_content .part_box .paste{width:60%;float: left;overflow: hidden;height:35px;padding:0 30px;}
.header_content .part_box .paste .input_box{border:2px solid #e3122e;width:85%;float: left;height:100%;}
.header_content .part_box .paste .input_box input{display:block;width:100%;height:100%;border:none;background:none; outline: none !important;color:#fff;padding-left:5px;font-size: 14px;}
.header_content .part_box .paste .search_btn{background:#e3122e;text-align: center;width:15%;float: left;line-height:35px ;font-size: 16px;color:#fafafa;cursor: pointer;}
.header_content .part_box .paste .search_btn:hover{color:#fff;background:#DC102B;}
.header_content .part_box .shop_cart{width:20%;float: left;height:35px;padding:0 20px;position: relative;}
.header_content .part_box .shop_cart .cw_icon{display:block;font-size: 14px;border: 1px solid #CC7E89;color:#e3122e;height:35px;text-align: center;line-height: 35px;background:#fafafa url(../image/cart.png)no-repeat 50px center;background-size:16px;padding-left:20px;position: relative;}
.header_content .part_box .shop_cart .cw_icon .amount{display:block;font-style: normal;position: absolute;left:75%;top:-7px;font-size: 12px;color:#fff;background:#DC102B;height:16px;min-width:16px;line-height:16px;border-radius:100px 100px 100px 0;padding:0 2px;}
.header_content .part_box .shop_cart .dorpdown_layer{position: absolute;right:21px;top:35px;width:310px;border: 1px solid #fff;background:#fff;z-index: 50;box-shadow: 0 3px 6px rgba(0,0,0,0.3);display:none;}
.header_content .part_box .shop_cart:hover .cw_icon{background-color:#fff;}
.header_content .part_box .shop_cart:hover .cw_icon:after{content:"";position: absolute;right:0;bottom:-3px;height:6px;width: 100%;background:#fff;z-index: 80;}
.header_content .part_box .shop_cart:hover .dorpdown_layer{display:block;}
.header_content .part_box .shop_cart .dorpdown_layer .without{font-size: 14px;color:#888;height:65px;line-height: 65px;background:url(../image/without.png)no-repeat 30px center;background-size: 30px;padding-left:40px;text-align: center;display:none;}
.header_content .part_box .shop_cart .dorpdown_layer .smt{ height:34px;padding-left: 10px;line-height:34px;font-size: 14px;font-weight: bold;color:#666;}
.header_content .part_box .shop_cart .dorpdown_layer .smc{max-height:360px;overflow: auto;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li{overflow: hidden;padding:10px;border-bottom: 1px dashed #e8e8e8;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li:hover{background:#f7f7f7 !important;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li:last-of-type{border:none;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li .img{width:50px;height:50px;overflow: hidden;float: left;border:1px solid #e8e8e8;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li .img img{width: 100%;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li .shop_name{width:160px;height:52px;overflow: hidden;float: left;padding-left:8px;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li .shop_name a{overflow: hidden;font-size: 12px;color:#666;-webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box;overflow: hidden;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li .shop_name a:hover{color:#e3122e !important;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li .detail{float: right;text-align: right;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li .detail p{font-size: 13px;font-weight: bold;color:#666;padding-bottom: 5px;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li .detail .del{font-size: 12px;color:#666;}
.header_content .part_box .shop_cart .dorpdown_layer .smc li .detail .del:hover{color:#e3122e !important;}
.header_content .part_box .shop_cart .dorpdown_layer .smb{background:#f5f5f5;padding:8px 10px;overflow: hidden;}
.header_content .part_box .shop_cart .dorpdown_layer .smb .total{font-size: 14px;color:#666;float: left;line-height: 30px;}
.header_content .part_box .shop_cart .dorpdown_layer .smb .payforgoods{font-size: 14px;float: right;padding:0 10px;background:#e3122e;line-height: 30px;color:#fff;border-radius:3px;}

.header_content nav{display:block;overflow: hidden;padding-left: 20%;transform:translate(0,-9px);}
.header_content nav a{float: left;color:#fff;font-size: 18px;line-height: 40px;width:12.5%;text-align: left;cursor:default;}
.header_content nav a span{color:#fff;cursor: pointer;}
.header_content nav a span:hover{color:#e3122e;}

.header_content #move_easybuy{position: relative;}
/*.header_content */.qr_code{background:url(../image/code_.png)no-repeat center center;background-size: cover;width: 200px;height: 200px;position: absolute;right:0;bottom:-200px;z-index: 99;box-shadow: 0 2px 6px rgba(0,0,0,0.3);}


/*footer*/
footer{background:#666666;clear: both;}
footer .content{overflow: hidden;}
footer ul{overflow: hidden;padding:50px 0;padding-bottom: 30px;}
footer ul li{float: left;width: 16%;text-align: center;border-right:1px dashed #ccc;}
footer ul li:nth-of-type(6){width: 20%;border:none;position: relative;}
footer ul li:nth-of-type(6) #time_box{font-size: 12px;color:#fff;padding-top:9px;line-height: 24px;}
footer ul li:nth-of-type(6) section{position: relative;text-align: left;line-height: 24px;}
footer ul li:nth-of-type(6) section div:nth-of-type(1){font-size:14px;color:#fff;text-align: center;}
footer ul li:nth-of-type(6) section div:nth-of-type(1) p{margin-bottom:5px;}
footer ul li:nth-of-type(6) section div:nth-of-type(2){margin-top:20px;height:90px;}
footer ul li:nth-of-type(6) section div:nth-of-type(2) i{float: left;width: 50%;height:90px;}
footer ul li:nth-of-type(6) section div:nth-of-type(2) i:last-of-type{background:url(/Public/Images/zxkf.jpg)no-repeat center center;background-size: 90px;}
footer ul li:nth-of-type(6) section div:nth-of-type(2) i:first-of-type{background:url(/Public/Images/gzzh.jpg)no-repeat center center;background-size: 90px;}
footer ul li:nth-of-type(6) section div:nth-of-type(3){font-size: 14px;color:#fff;text-align: center;padding-top:15px;}
footer ul li dl dt{color:#f0f0f0;font-weight: bold;padding-bottom: 20px;line-height: 24px;}
footer ul li dl dd{line-height:30px;color:#fff;cursor: pointer;}
footer ul li dl dd a{line-height:30px;color:#fff;cursor: pointer;}
footer ul li dl dd :hover{color:#D9EDF7;}
footer ul li dl dd a:hover{color:#D9EDF7;}
footer .follow_us{padding-left: 68px;padding-bottom:5px;}
footer .follow_us dl{overflow: hidden;}
footer .follow_us dl dt{float: left;font-size: 16px;color:#fff;height:30px;line-height: 30px;}
footer .follow_us dl dd{float: left;width:30px;height:30px;border-radius: 50%;overflow: hidden;margin-left:10px;}
footer .follow_us dl dd a{display:block;height:100%;width:100%;}
footer .follow_us dl dd:nth-of-type(1) a{background:url(../image/share_1.png)no-repeat center center;background-size: cover;}
footer .follow_us dl dd:nth-of-type(2) a{background:url(../image/share_2.png)no-repeat center center;background-size: cover;}
footer .follow_us dl dd:nth-of-type(3) a{background:url(../image/share_3.png)no-repeat center center;background-size: cover;}
footer .follow_us dl dd:nth-of-type(4) a{background:url(../image/share_4.png)no-repeat center center;background-size: cover;}
footer .follow_us dl dd:nth-of-type(5) a{background:url(../image/share_5.png)no-repeat center center;background-size: cover;}
footer .put{overflow:hidden;padding:10px 0 15px;}
footer .put div{text-align: center;font-size: 14px;color:#eee;float: left;width:50%;line-height: 24px;}


/*index_css*/
.index_banner{}
.index_banner #banner-box{margin:0px auto;height:500px;overflow:hidden;position:relative;padding-top:-40px;}
.index_banner .banner-inner{margin:0px auto;}
.index_banner .banner-nav-abs{position:absolute;left:0px;bottom:25px;z-index:3;min-width:1200px;}
.index_banner .banner-nav-abs-opac{position:absolute;width:100%;height:78px;left:0px;bottom:-22px;z-index:2;}
.index_banner .banner-nav-fix{position:fixed;left:0px;top:82px;z-index:3;}
.index_banner .banner-nav{width:100%;}
.index_banner .banner-nav ul {width:1200px;margin:0px auto;overflow: hidden;}
.index_banner .banner-nav li {float:left;display:block;width:33.333%;;height:160px;cursor:pointer;position:relative;padding:0 10px;box-sizing: border-box;}
.index_banner .banner-nav li a{display:block;z-index:6;height:100%;text-align:center;text-align: center;background:rgba(0,0,0,0.3);}
.index_banner .banner-nav li a p{font-size:38px;color:#fff;;line-height:105px;}
.index_banner .banner-nav li a span{font-size: 22px;color:#fff;;line-height:7px;}
.index_banner .banner-nav li.current a{color:#fff;cursor:default;background:rgba(241, 159, 58, 0.8);}

/*弹出层*/
.wrap_box{position: fixed;left:0;top:100px;right:auto;margin:auto;width:1200px;z-index: 66666;}
.wrap_box .box_img{background: #fff;width:100%;position:relative;z-index: 64;}
.wrap_box .box_img img{width:100%;background:#fff;opacity:0.8;}

.wrap_box .btn{position: absolute;right:-55px;top:0;bottom:0;margin:auto;width:65px;height:63px;cursor: pointer;background:#212121 url(../image/arrows_l.png)no-repeat center center;background-size: 50px;transform:translate(0,-1px);border-radius: 0 100px 100px 0;z-index: 999;}
.wrap_box .btn.re{background:#212121 url(../image/arrows_r.png)no-repeat center center;background-size: 50px;}

.side{width:80px;height:60px;background:#212121;border-radius: 0 50px 50px 0;position:fixed;top:250px;left:-39px;z-index: 2;}
.side .box{width:40px;height:40px;background:#FF9900;border-radius: 0 50px 50px 0;margin:0 auto;margin-top: 10px;margin-left: 28px;color:#fff;text-align: center;font-size: 36px;line-height: 35px;}
.disp{display: none;}


.index_banner .banner-list{position:absolute;height:500px;position:absolute;z-index:2;overflow:hidden;width:100%;}
.index_banner .banner-list li{width:100%;height:500px;text-align:center;float:left;display:inline-block;transition: all 0.3s;}
.index_banner .banner-list li .animate-box {width:1200px;margin:0px auto;position:relative;}
.index_banner .banner-list li .animate-box .t-d{position:absolute;width:700px;left:20px;top:60px;}
.index_banner .banner-list li .animate-box .t-d h2 {display:block;margin:0px;padding:0px;font-size:32px;text-align:left;color:#fff;}
.index_banner .banner-list li .animate-box .t-d p{color:#fff;padding:10px 0px 0 0;line-height:42px;left:20px;text-align:left;font-size:18px;overflow:hidden;}
.index_banner .banner-list li .animate-box .t-d p a{display:block;float: left;margin-right: 20px;color:#555;margin-top:10px;}
.index_banner .banner-list li .animate-box .animate-img{position:absolute;top:50px;right:0px;}
.index_banner .slider-btn{width:160px;height:40px;background:#fff;border-radius:4px;-moz-border-radius:4px;line-height:40px;text-align:center;font-size:16px;color:#444;display:block ;}
.index_banner .slider-btn:hover{color:#fff !important;background:#c80106;}
.index_banner .banner-list li:nth-of-type(1) .animate-box .t-d{right:0;left:auto;width:550px;}
.index_banner .banner-list li:nth-of-type(2) .animate-box .t-d{left:0;right:0;margin:auto;}


.plate_1{background:#f7f7f7;}
.plate_1 .content{overflow: hidden;padding-top:80px;padding-bottom: 80px;}
.plate_1 .left{width:60%;float: left;}
.plate_1 .left ol{overflow: hidden;padding-bottom: 3px;border-left:1px solid #f5f5f5;border-right:1px solid #f5f5f5;}
.plate_1 .left ol li{float: left;width: 25%;text-align: center;line-height: 45px;font-size: 16px;color:#000;border-top:4px solid #E4E4E4;background:#F9F9F9;cursor: pointer;box-shadow: 0 1px 1px rgba(0,0,0,0.08);}
.plate_1 .left ol li.cur{ border-top: #238EFA 4px solid; background: #fff; border-bottom: 0 none; }
.plate_1 .left dl{overflow: hidden;margin-top:10px;background:#fff;padding:25px 20px;min-height:305px;display:none;}
.plate_1 .left dl.tab_show{display:block;}
.plate_1 .left dl dt{width:48%;float: left;}
.plate_1 .left dl dt img{width: 100%;}
.plate_1 .left dl dd{width:52%;font-size: 16px;line-height: 28px;color:#000;float: right;padding:0 15px;text-indent: 2em;}
.plate_1 .right{width:40%;float: left;padding-left:30px;box-sizing: border-box;}
.plate_1 .right dt {overflow: hidden;padding-bottom:10px;}
.plate_1 .right dt h5{float: left;font-size: 16px;font-weight: bold;line-height: 45px;color:#555;}
.plate_1 .right dt a{float: right;font-size: 14px;line-height: 45px;padding-left:20px;background:url(../image/more_ico.png)no-repeat left center;background-size: 15px;}
.plate_1 .right dt a:hover{color:#555;text-decoration: underline;}
.plate_1 .right dd{overflow: hidden;}
.plate_1 .right dd a{display:block;font-size: 14px;line-height:36px;background:url(../image/sj.png)no-repeat left center;;padding-left:15px;color:#666;float: left;max-width:85%;;white-space: nowrap;  text-overflow: ellipsis;overflow: hidden;}
.plate_1 .right dd a:hover{color:#238EFA;text-decoration: underline;;}
.plate_1 .right dd p{float: right;line-height:36px;max-width: 15%;white-space: nowrap;  text-overflow: ellipsis;overflow: hidden;font-size: 13px;color:#999;}
.plate_1 .right .download{display:block;background:url(../image/download_bg.jpg)no-repeat center center;background-size:cover;height:107px;margin-top:20px;font-size: 24px;text-align: center;line-height: 107px;color:#fff;position: relative;;}
.plate_1 .right .download:after{content:"";width:95%;height:80%;border:1px solid #fff;position: absolute;left:0;right:0;top:0;bottom:0;margin:auto;}



.plate_2 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.plate_2 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.plate_2 .title p{text-align: center;font-size: 16px;color:#666;;}
.plate_2 ul{overflow: hidden;margin-top:50px;}
.plate_2 ul li{float: left;width:25%;padding:20px;position: relative;cursor: pointer;}
.plate_2 ul li img{width: 100%;}
.plate_2 ul li .write{position: absolute;left:20px;top:20px;right:20px;bottom:20px;margin:auto;background:rgba(0,0,0,0.3);color:#fff;padding:15px;}
.plate_2 ul li:hover .write{background:rgba(0,0,0,0.1);}
.plate_2 ul li .write p{text-align: center;font-size: 20px;font-weight: bold;color:#fafafa;padding-top:60px;;}
.plate_2 ul li .write span{text-align: center;font-size: 15px;font-weight: bold;color:#f0f0f0;padding-top: 20px;display:block;line-height: 26px;}
.plate_2 ul li:hover .write span{color:#fff;}
.plate_2 .learn_more{font-size: 16px;display:block;text-align: center;margin-top: 20px;color:#238efa;background-size: 15px;text-decoration: underline;}
.plate_2 .learn_more:hover{color:#555;text-decoration: underline;}


.plate_3{background:#f7f7f7;}
.plate_3 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.plate_3 .left{width:48%;float: left;padding-right: 20px;}
.plate_3 .right{width:48%;float: right;}
.plate_3 .left dl{position: relative;}
.plate_3 .left dl dt{position: absolute;left:0;top:0;background:url(../image/plate_3.png)no-repeat center center;background-size: cover;;width:200px;height:200px;}
.plate_3 .right dl dt{background:url(../image/plate_3_2.png)no-repeat center center;background-size: cover;}
.plate_3 .left dl dd{margin-left: 210px;border:1px solid #ebebeb;border-radius: 10px;padding:15px;background:#fff;}
.plate_3 .left dl dd div{font-size: 16px;line-height: 32px;position: relative;padding-left:20px;}
.plate_3 .left dl dd div:after{content:"";position: absolute;left:0;top:0;bottom:0;margin:auto;width:4px;height:4px;background:#999;}
.plate_3 .left .start{font-size: 14px;color:#fff;background:#555;display:block;width:120px;height:40px;line-height: 40px;text-align: center;margin:auto;margin-top:35px;}


.plate_4 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.plate_4 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.plate_4 .title p{text-align: center;font-size: 16px;color:#666;;}
.plate_4 .total{overflow: hidden;}
.plate_4 .left{float: left;width:50%;margin-top:70px;padding-right: 5px;}
.plate_4 .left dl{position: relative;padding-left: 30%;text-align: center;height:260px;}
.plate_4 .left dl dt{position: absolute;left:0;top:0;width:30%;height:100%;padding-right:10px;}
.plate_4 .left dl dt .box{height:100%;padding:20px;background:url(../image/plate_4_1.jpg)no-repeat center center; background-size: cover;position: relative;}
.plate_4 .left dl dt .box:after{content:"";position: absolute;top:0;right:0;width: 100%;height: 100%;background:#000;opacity:0.3;}
.plate_4 .box:before{content:"";position: absolute;left:10px;right:10px;top:10px;bottom:10px;margin:auto;border:1px solid #fff;}
.plate_4 .left dl dt .box div{padding-top:50px;position: relative;;z-index: 22;color:#fff;}
.plate_4 .left dl dt p{font-size: 20px;;}
.plate_4 .left dl dt span{font-size: 16px;padding-top: 20px;display:block;}
.plate_4 .left dl dd{float: left;width:50%;height:60%;}
.plate_4 .left dl dd:nth-of-type(1){width: 100%;height:40%;padding-bottom: 10px;}
.plate_4 .left dl dd:nth-of-type(2){padding-right: 5px;}
.plate_4 .left dl dd:nth-of-type(3){padding-left: 5px;}
.plate_4 .left dl dd:nth-of-type(1) .box{background:url(../image/plate_4_2.jpg)no-repeat center center;background-size: cover;position: relative;}
.plate_4 .left dl dd:nth-of-type(1) .box:after{content:"";position: absolute;top:0;right:0;width: 100%;height: 100%;background:#000;opacity:0.3;}
.plate_4 .left dl dd:nth-of-type(2) .box{background:url(../image/plate_4_3.jpg)no-repeat center center;background-size: cover;position: relative;}
.plate_4 .left dl dd:nth-of-type(2) .box:after{content:"";position: absolute;top:0;right:0;width: 100%;height: 100%;background:#000;opacity:0.3;}
.plate_4 .left dl dd:nth-of-type(3) .box{background:url(../image/plate_4_3.jpg)no-repeat center center;background-size: cover;position: relative;}
.plate_4 .left dl dd:nth-of-type(3) .box:after{content:"";position: absolute;top:0;right:0;width: 100%;height: 100%;background:#000;opacity:0.3;}
.plate_4 .left dl dd .box{height:100%;padding:20px;;}
.plate_4 .left dl dd .box div{padding-top:20px;position: relative;;z-index: 22;color:#fff;}
.plate_4 .left dl dd:nth-of-type(1) .box div{padding-top:0;}
.plate_4 .left dl dd p{font-size: 20px;}
.plate_4 .left dl dd span{font-size: 16px;padding-top:5px;display:block;}
.plate_4 .right{float: left;width:50%;margin-top:70px;padding-left: 5px;}
.plate_4 .right dl{position: relative;padding-right: 30%;text-align: center;height:260px;}
.plate_4 .right dl dt{position: absolute;right:0;top:0;width:30%;height:100%;padding-left:10px;}
.plate_4 .right dl dt .box{;height:100%;padding:20px;background:url(../image/plate_4_1.jpg)no-repeat center center; background-size: cover;position: relative;}
.plate_4 .right dl dt .box:after{content:"";position: absolute;top:0;right:0;width: 100%;height: 100%;background:#000;opacity:0.3;}
.plate_4 .right dl dt .box div{padding-top:50px;position: relative;;z-index: 22;color:#fff;}
.plate_4 .right dl dt p{font-size: 20px;;}
.plate_4 .right dl dt span{font-size: 16px;padding-top: 20px;display:block;}
.plate_4 .right dl dd{float: left;width:50%;height:60%;}
.plate_4 .right dl dd:nth-of-type(3){width: 100%;height:40%;padding-top: 10px;}
.plate_4 .right dl dd:nth-of-type(1){padding-right: 5px;}
.plate_4 .right dl dd:nth-of-type(2){padding-left: 5px;}
.plate_4 .right dl dd:nth-of-type(1) .box{background:url(../image/plate_4_3.jpg)no-repeat center center;background-size: cover;position: relative;}
.plate_4 .right dl dd:nth-of-type(1) .box:after{content:"";position: absolute;top:0;right:0;width: 100%;height: 100%;background:#000;opacity:0.3;}
.plate_4 .right dl dd:nth-of-type(2) .box{background:url(../image/plate_4_3.jpg)no-repeat center center;background-size: cover;position: relative;}
.plate_4 .right dl dd:nth-of-type(2) .box:after{content:"";position: absolute;top:0;right:0;width: 100%;height: 100%;background:#000;opacity:0.3;}
.plate_4 .right dl dd:nth-of-type(3) .box{background:url(../image/plate_4_2.jpg)no-repeat center center;background-size: cover;position: relative;}
.plate_4 .right dl dd:nth-of-type(3) .box:after{content:"";position: absolute;top:0;right:0;width: 100%;height: 100%;background:#000;opacity:0.3;}
.plate_4 .right dl dd .box{height:100%;padding:20px;}
.plate_4 .right dl dd .box div{padding-top:20px;position: relative;;z-index: 22;color:#fff;}
.plate_4 .right dl dd:nth-of-type(3) .box div{padding-top:0;}
.plate_4 .right dl dd p{font-size: 20px;}
.plate_4 .right dl dd span{font-size: 16px;padding-top:5px;display:block;}
.plate_4 .div_btn{overflow: hidden;width:30%;margin:auto;padding-top: 50px;}
.plate_4 .div_btn a{text-align: center;width:45%;border:1px solid #666;line-height:40px;font-size: 16px;color:#666;}
.plate_4 .div_btn a:hover{background:#238efa;border-color:#238efa;color:#fff;}
.plate_4 .div_btn a:first-of-type{float: left;}
.plate_4 .div_btn a:last-of-type{float: right;}


.plate_5{background:#f7f7f7;}
.plate_5 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.plate_5 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.plate_5 .title p{text-align: center;font-size: 16px;color:#666;;}
.plate_5 ul{overflow: hidden;width:80%;margin:auto;margin-top: 50px;}
.plate_5 ul li{float: left;width:25%;padding:0 10px;margin-top: 15px;}
.plate_5 ul li div{border: 1px solid #e5e5e5;cursor: pointer;}
.plate_5 ul li div img{width: 100%;}

/*index_css_end*/



/*代购服务css*/
.another_banner_1{position: relative;overflow: hidden;}
.another_banner_1 img{width: 100%;}
.another_banner_1 .box{position: absolute;left:0;top:0;bottom:0;right:0;margin:auto;border:2px solid #fff;width:800px;height:200px;}
.another_banner_1 .box h6{font-size: 40px;color:#fafafa;text-align: center;margin-top:50px;letter-spacing:5px;}
.another_banner_1 .box p{font-size: 22px;color:#fafafa;text-align: center;margin-top: 25px;}
.another_banner_1 ol{position: absolute;left:0;right:0;bottom:110px;overflow: hidden;margin:auto;width:50%;}
.another_banner_1 ol li{float: left;width:33.3333%;}
.another_banner_1 ol li a{font-size:14px;color:#fff;text-align: center;text-decoration: underline;display:block;}



.procurement_seek .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.procurement_seek .title h3{text-align: center;font-size: 22px;color:#ffcc00;padding-bottom: 15px;}
.procurement_seek .box{padding:0 200px;margin-top: 25px;}
.procurement_seek .paste{overflow: hidden;height:45px;}
.procurement_seek .paste .input_box{border:1px solid #666;width:85%;float: left;height:100%;}
.procurement_seek .paste .input_box input{display:block;width:100%;height:100%;border:none;background:none; outline: none !important;color:#333;padding-left:10px;font-size: 14px;}
.procurement_seek .paste .search_btn{background:#666;text-align: center;width:15%;float: left;line-height:45px ;font-size: 16px;color:#fafafa;cursor: pointer;}
.procurement_seek .paste .search_btn:hover{background:#555;}
.procurement_seek dl{overflow: hidden;padding-top: 20px;}
.procurement_seek dl dt{float: left;color:#ff3300;font-size: 16px;cursor: pointer;}
.procurement_seek dl dd{float: left;color:#ff3300;font-size: 16px;cursor: pointer;margin-left: 10px;}
.procurement_seek .help{font-size: 14px;color:#666;padding-top:25px;}
.procurement_seek .help a{color:#238efa;text-decoration: underline;margin:0 5px;}


.procurement_module_1 {background:#f7f7f7;}
.procurement_module_1 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.procurement_module_1 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.procurement_module_1 .content_box{overflow: hidden;margin-top: 50px;}
.procurement_module_1 .left{width:48%;float: left;border:1px solid #ccc;height: 260px;padding:20px 30px;}
.procurement_module_1 .left .box{overflow: hidden;margin-top: 50px;}
.procurement_module_1 .left .box .div_1{float: left;width:24%;font-size: 20px;font-weight: bold;text-align: center;height:90px;line-height: 90px;position: relative;border-radius: 6px;background:#238efa;color:#fff;}
.procurement_module_1 .left .box .div_1:after{content:"=";position: absolute;right:-35px;top:0;bottom:0;margin:auto;font-size: 30px;color:#238efa;}
.procurement_module_1 .left .box .div_2{float: right;width:66%;overflow: hidden;text-align: center;border-radius: 6px;background:#238efa;color:#fff;padding:0 10px;}
.procurement_module_1 .left .box .div_2>div{font-size:20px;font-weight: bold;;}
.procurement_module_1 .left .box .div_2 .list{float: left;width:28%;line-height:45px;}
.procurement_module_1 .left .box .div_2 .sign{float: left;width:8%;line-height: 90px;font-size: 30px;}
.procurement_module_1 .left .box .div_2 .without{float: left;width:28%;line-height: 90px;position: relative;}
.procurement_module_1 .left .box .div_2 .without .figure{font-size: 14px;position: absolute;left:0;bottom:5px;right:0;margin:auto;color:#fafafa;height:25px;line-height: 25px;font-weight: normal;text-decoration: underline;}
.procurement_module_1 .left .box .div_2 .list div:nth-of-type(1){line-height: 55px;}
.procurement_module_1 .left .box .div_2 .list div:nth-of-type(2){line-height: 10px;}
.procurement_module_1 .left .annotation{font-size: 16px;color:#666;text-align: center;margin-top:20px;}
.procurement_module_1 .left .annotation a{text-decoration: underline;color:#238efa;}
.procurement_module_1 .right{width:48%;float: right;height:260px;position: relative;background:url(../image/bac_a.png)no-repeat center center;background-size: cover;}
.procurement_module_1 .right:after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;margin:auto;background:#000;opacity: 0.25;}
.procurement_module_1 .right .box{font-size: 32px;text-align: center;height:100px;line-height: 100px;border: 1px solid #fff;position: absolute;top:0;bottom:0;left:0;right:0;;margin:auto;width:80%;color:#fff;z-index: 9;}


.procurement_module_2 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.procurement_module_2 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.procurement_module_2 ul{overflow: hidden;margin-top:30px;}
.procurement_module_2 ul li{width:33.333%;float: left;padding:20px 20px 20px 20px;}
.procurement_module_2 ul li .piece{border:1px dashed #999;padding:35px 10px;}
.procurement_module_2 ul li .piece i{display:block;width:100px;height:100px;background:#fcf;margin:auto;}
.procurement_module_2 ul li:nth-of-type(1) .piece i{background:url(../image/procurement_module_2_1.png)no-repeat center center;background-size: cover;}
.procurement_module_2 ul li:nth-of-type(2) .piece i{background:url(../image/procurement_module_2_2.png)no-repeat center center;background-size: cover;}
.procurement_module_2 ul li:nth-of-type(3) .piece i{background:url(../image/procurement_module_2_3.png)no-repeat center center;background-size: cover;}
.procurement_module_2 ul li:nth-of-type(4) .piece i{background:url(../image/procurement_module_2_4.png)no-repeat center center;background-size: cover;}
.procurement_module_2 ul li:nth-of-type(5) .piece i{background:url(../image/procurement_module_2_5.png)no-repeat center center;background-size: cover;}
.procurement_module_2 ul li:nth-of-type(6) .piece i{background:url(../image/procurement_module_2_6.png)no-repeat center center;background-size: cover;}
.procurement_module_2 ul li .piece p{font-size: 18px;text-align: center;color:#70B2F5;font-weight: bold;padding:20px 0 15px;}
.procurement_module_2 ul li .piece span{font-size: 16px;text-align: center;color:#666;display:block;min-height: 45px;}


.procurement_module_3{background:#f7f7f7;}
.procurement_module_3 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.procurement_module_3 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.procurement_module_3 .content_box{position: relative;min-height:560px;}
.procurement_module_3 ul{margin-top:50px;position: absolute;left:50%;transform:translate(-50%,0);}
.procurement_module_3 li{position: relative;margin-bottom:40px;height:70px;width:70px;}
.procurement_module_3 li:after{content:"";position: absolute;;width:0px;height:100%;border:1px dashed #ccc;bottom:-55%;left:35px;margin:auto;}
.procurement_module_3 li:last-of-type:after{display:none;}
.procurement_module_3 li .written{position: absolute;left:80px;top:0;min-width: 450px;text-align: left;}
.procurement_module_3 li:nth-of-type(4) .written{left:auto;right:80px;text-align: right;}
.procurement_module_3 .written p{font-size:16px;color:#333;font-weight: bold;white-space: nowrap;  text-overflow: ellipsis;line-height:35px;}
.procurement_module_3 .written span{font-size:15px;color:#666;display:block;padding-top:5px;-webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;overflow: hidden;}
.procurement_module_3 .written span a{text-decoration: underline;color:#238efa;}
.procurement_module_3 li i{width:70px;height:70px;border-radius: 50%;display:block;position: absolute;left:0;top:0;z-index: 2;}
.procurement_module_3 li:nth-of-type(1) i{background:#40c87d url(../image/process_ico_1.png)no-repeat center center;background-size:60%;}
.procurement_module_3 li:nth-of-type(2) i{background:#40c87d url(../image/process_ico_2.png)no-repeat center center;background-size:60%;}
.procurement_module_3 li:nth-of-type(3) i{background:#40c87d url(../image/process_ico_3.png)no-repeat center center;background-size:60%;}
.procurement_module_3 li:nth-of-type(4) i{background:#5ba0ff url(../image/process_ico_4.png)no-repeat center center;background-size:60%;}
.procurement_module_3 li:nth-of-type(5) i{background:#40c87d url(../image/process_ico_5.png)no-repeat center center;background-size:60%;}


.procurement_module_4 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.procurement_module_4 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.procurement_module_4 .box{width:1040px;height:240px;margin:auto;position: relative;overflow: hidden;margin-top: 50px;margin-bottom: 20px;;}
.procurement_module_4 .box ul{width:99999px;position: absolute;top:0;left:0;}
.procurement_module_4 .box ul li{float: left;padding:0 10px;}
.procurement_module_4 .box ul li img{width: 100%;}
.procurement_module_4 .div_btn{overflow: hidden;width:45%;margin:auto;padding-top: 50px;}
.procurement_module_4 .div_btn a{text-align: center;width:45%;border:1px solid #000;line-height:50px;font-size: 16px;border-radius: 6px;}
.procurement_module_4 .div_btn a:first-of-type{float: left;border-color:#238efa;color:#238efa;}
.procurement_module_4 .div_btn a:last-of-type{float: right;border-color:#03aefa;background:#238efa;color:#fff;}

/*国际转运*/
.another_banner_2{position: relative;overflow: hidden;}
.another_banner_2 img{width: 100%;}
.another_banner_2 .box{position: absolute;left:0;top:0;bottom:0;right:0;margin:auto;width:800px;height:300px;}
.another_banner_2 .box h6{font-size: 36px;color:#fafafa;text-align: center;letter-spacing:5px;}
.another_banner_2 .box p{font-size: 22px;color:#fafafa;text-align: center;margin-top: 25px;}
.another_banner_2 .box ul{padding:20px;background:rgba(0,0,0,0.32);margin-top:20px;position: relative;}
.another_banner_2 .box ul:after{content:"";left:10px;top:10px;right:10px;bottom:10px;margin:auto;border:1px solid rgba(255,255,255,0.7);position: absolute;}
.another_banner_2 .box ul li{color:#fff;font-size: 16px;line-height: 28px;;}
.another_banner_2 .box .btn_box{overflow: hidden;padding-top:15px;position: absolute;bottom:0;left:0;right:0;margin:auto;}
.another_banner_2 .box .btn_box div{float: right;padding:0 10px;width:120px;}
.another_banner_2 .box .btn_box div a{display:block;font-size: 16px;color:#fff;background:rgba(75, 162, 251, 0.81);text-align: center;line-height: 35px;width: 100%;}
.another_banner_2 .box .btn_box a:hover{background:rgba(75, 162, 251,1);}

.transfer_module_1 {background:#f7f7f7;}
.transfer_module_1 .content{width:95%;overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.transfer_module_1 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.transfer_module_1 .content_box{overflow: hidden;margin-top: 50px;}
.transfer_module_1 .left{width:44%;float: left;border:1px solid #ccc;height: 320px;padding:20px 30px;}
.transfer_module_1 .left .box{overflow: hidden;margin-top:60px;}
.transfer_module_1 .left .box .div_1{float: left;width:24%;font-size: 20px;font-weight: bold;text-align: center;height:90px;line-height: 90px;position: relative;color:#fff;background:#238efa;border-radius: 6px;}
.transfer_module_1 .left .box .div_1:after{content:"=";position: absolute;right:-35px;top:0;bottom:0;margin:auto;font-size: 30px;color:#238efa;}
.transfer_module_1 .left .box .div_2{float: right;width:66%;overflow: hidden;text-align: center;border-radius: 6px;background:#238efa;color:#fff;padding:0 10px;}
.transfer_module_1 .left .box .div_2>div{font-size:20px;font-weight: bold;;}
.transfer_module_1 .left .box .div_2 .list{float: left;width:28%;line-height:45px;}
.transfer_module_1 .left .box .div_2 .sign{float: left;width:8%;line-height: 90px;font-size: 30px;}
.transfer_module_1 .left .box .div_2 .without{float: left;width:28%;line-height: 90px;}
.transfer_module_1 .left .box .div_2 .list div:nth-of-type(1){line-height:90px;}
.transfer_module_1 .left .annotation{font-size: 16px;color:#666;text-align: center;margin-top:20px;}
.transfer_module_1 .left .annotation a{text-decoration: underline;color:#238efa;}
.transfer_module_1 .left ol{overflow: hidden;margin-top:20px;}
.transfer_module_1 .left ol li{float: left;width:33.3333%;}
.transfer_module_1 .left ol li a{text-align: center;font-size: 14px;display:block;text-decoration: underline;color:#999;}
.transfer_module_1 .left ol li a:hover{color:#238efa;}
.transfer_module_1 .right{width:25%;float: left;height:320px;border:1px solid #ccc;padding:25px 20px;}
.transfer_module_1 .right ul li {margin:-46px 0px;}
/*    .transfer_module_1 .right ul li label{font-size: 16px;color:#666;float: left;height:35px;line-height: 35px;width:20%;text-align: center;}
    .transfer_module_1 .right ul li .strata{border:1px solid #aaa;float: left;width:80%;padding-left:6px;background:#fff;}
    .transfer_module_1 .right ul li .strata select{width:100%;height:35px;line-height: 35px;font-size: 16px;color:#333;cursor: pointer;}
    .transfer_module_1 .right ul li .strata input{width:100%;height:35px;line-height: 35px;font-size: 16px;color:#333;cursor: pointer;border:none;}
    .transfer_module_1 .right .refer_btn{display:block;font-size: 14px;color:#fff;padding:6px 30px;background:#238efa;float: right;border-radius:4px;}
    .transfer_module_1 .right .refer_btn:active{background:#00376F;}
    .transfer_module_1 .right ul li .strata select:focus { outline: none !important; }
    .transfer_module_1 .right ul li .strata input:focus { outline: none !important; }*/

.transfer_module_1 .right>ul>li>div{width:95%;margin:0 auto;padding:20px;box-sizing: border-box;position:relative;}
.transfer_module_1 .right>ul>li>div .tac_img{width:200px;height:200px;margin:0 auto;position:relative;overflow:hidden;}
.transfer_module_1 .right>ul>li>div .tac_img img{width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.transfer_module_1 .right>ul>li>div .tac_btn{width:100%;height:50px;margin-top:15px;}
.transfer_module_1 .right>ul>li>div .tac_btn .tac_wz{font-size:14px;width:150px;height:40px;text-align: center;line-height: 40px;color:#fff;background:#238efa;margin:0 auto;}
.transfer_module_1 .right>ul>li>div .tac_btn .tac_wz:hover{font-size: 1.5em;}

/*日历*/
.laydate_box *{box-sizing: initial !important;}

.transfer_module_2 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.transfer_module_2 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.transfer_module_2 ul{overflow: hidden;margin-top: 35px;}
.transfer_module_2 ul li{overflow: hidden;float: left;width:20%;padding:20px;} 
.transfer_module_2 ul li div{border:1px solid #666;} 
.transfer_module_2 ul li div h5{font-size: 24px;text-align: center;line-height:100px;color:#666;} 
.transfer_module_2 ul li div p{font-size: 15px;background:#666;color:#fff;padding:20px 15px;line-height: 28px;height:150px;text-align: center;} 


.transfer_module_3 {background:#f7f7f7;}
.transfer_module_3 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.transfer_module_3 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.transfer_module_3 .content_box{position: relative;}
.transfer_module_3 ul{margin-top:50px;overflow: hidden;}
.transfer_module_3 ul li{float: left;width:16.666%;padding:0 5px;}
.transfer_module_3 ul li .written{text-align: center;height:120px;background:#fff;border: 1px solid #e5e5e5;border-radius: 10px;}
.transfer_module_3 ul li:nth-of-type(5) .written{background:#5ba0ff ;}
.transfer_module_3 ul li:nth-of-type(5) .written p{color:#fff !important;}
.transfer_module_3 ul li:nth-of-type(5) .written span{color:#f0f0f0 !important;}
.transfer_module_3 ul li .written p{font-size:16px;color:#333;font-weight: bold;white-space: nowrap;  text-overflow: ellipsis;line-height:35px;padding-top:25px;color:#47da47;}
.transfer_module_3 ul li .written span{font-size:15px;color:#666;display:block;padding:5px 5px 0;}
.transfer_module_3 ul li .written span a{text-decoration: underline;color:#238efa;}
.transfer_module_3 ol{overflow: hidden;width:90%;margin:auto;margin-top: 25px;}
.transfer_module_3 ol li{width:16.666%;float: left;background:#e8e8e8;height:40px;}
.transfer_module_3 ol li:first-of-type{border-radius:999px 0 0 999px;}
.transfer_module_3 ol li:last-of-type{border-radius:0 999px 999px 0;}
.transfer_module_3 ol li i{font-style:normal;display:block;width:100%;height:40px;line-height: 40px;text-align: center;font-size: 18px;font-weight:bold;color:#ff3366;position: relative;;}
.transfer_module_3 ol li i:after{content:"";position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;width:25px;height:25px;border:2px solid #ff3366;border-radius: 50%;}




.transfer_module_4 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.transfer_module_4 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}

.transfer_module_4 .container_image{width:1180px;height:260px;margin:0 auto;position:relative;margin-top:30px;margin-bottom:30px;}
.transfer_module_4 .container_image .i_btn{display:block;width:34px;height:80px;position:absolute;top:0;bottom:0;margin:auto;z-index:3;background-image:url(../image/a_l.png); display:none;}
.transfer_module_4 .container_image .prev_L{left:136px;background-position:0 0;}
.transfer_module_4 .container_image .next_R{right:136px;background-position:-34px 0;}
.transfer_module_4 .slide_img {width:880px;height:260px;position:relative;z-index:1;}
.transfer_module_4 .slide_img li{width:180px;height:380px;overflow:hidden;position:absolute;top:15px;background:#fdfdfd;box-shadow: 0 2px 10px rgba(0,0,0,0.05);}
.transfer_module_4 .slide_img li.on{box-shadow: 0 1px 4px rgba(0,0,0,0.15);background:#fafafa;}
.transfer_module_4 .slide_img li a{display:block;position:relative;width:800px;height:100%;}
.transfer_module_4 .discuss{padding:30px 50px 20px;position: relative;;}
.transfer_module_4 .discuss:after{content:"";position: absolute;left:0;bottom:0;right:0;width:95%;margin:auto;height:3px;border-bottom: 1px dashed #ebebeb;}
.transfer_module_4 .discuss p{color:#ebebeb;line-height:32px;font-size: 14px;}
.transfer_module_4 .slide_img li.on .discuss p{font-size: 18px;color:#333;}
.transfer_module_4 .slide_img li.on .discuss:after{content:"";position: absolute;left:0;bottom:0;right:0;width:95%;margin:auto;height:3px;border-bottom: 1px dashed #ccc;}
.transfer_module_4 .discuss span{font-size: 16px;color:#999;display:block;text-align: right;}
.transfer_module_4 .user{overflow: hidden;padding:16px 50px;margin-left:50%;transform:translate(-25%,0);}
.transfer_module_4 .user .user_pic{width:60px;height: 60px;border-radius: 50%;overflow: hidden;float: left;}
.transfer_module_4 .user .user_pic img{width: 100%;}
.transfer_module_4 .name{float: left;padding-left:15px;}
.transfer_module_4 .name h4{font-size: 16px;line-height:30px;;}
.transfer_module_4 .name p{font-size: 16px;line-height: 30px;;}

.transfer_module_4 .more_pl{display:block;width:200px;margin:auto;font-size: 16px;color:#238efa;text-align: center;padding-top:20px;text-decoration: underline;;}

.transfer_module_4 .div_btn{overflow: hidden;width:45%;margin:auto;padding-top: 50px;}
.transfer_module_4 .div_btn a{text-align: center;width:45%;border:1px solid #000;line-height:50px;font-size: 16px;border-radius: 6px;}
.transfer_module_4 .div_btn a:first-of-type{float: left;border-color:#ffcc00;color:#ffcc00;}
.transfer_module_4 .div_btn a:last-of-type{float: right;border-color:#ffcc00;background:#ffcc00;color:#fff;}



/*海运双清*/
.another_banner_3{position: relative;overflow: hidden;}
.another_banner_3 img{width: 100%;}
.another_banner_3 .box{position: absolute;left:0;top:0;bottom:0;right:0;margin:auto;width:800px;height:250px;}
.another_banner_3 .box h6{font-size: 36px;color:#fafafa;text-align: center;letter-spacing:5px;}
.another_banner_3 .box p{color:#fff;font-size:22px;text-align: center;border:1px solid #fff;padding:10px 20px;width:80%;margin:auto;margin-top:60px;line-height:70px;}



.sea_module_1 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.sea_module_1 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.sea_module_1 ul{overflow: hidden;margin-top:50px;}
.sea_module_1 ul li{float: left;width:25%;padding:20px;position: relative;cursor: pointer;}
.sea_module_1 ul li .write{position: absolute;left:20px;top:20px;right:20px;bottom:20px;margin:auto;background:rgba(0,0,0,0.3);color:#fff;padding:15px;transition: all 0.3s;}
.sea_module_1 ul li:hover .write{background:rgba(0,0,0,0.1);transition: all 0.3s;}
.sea_module_1 ul li img{width: 100%;transition: all .3s;}
.sea_module_1 ul li:hover img{transform:scale(1.1);transition: all .3s;}
.sea_module_1 ul li .write p{text-align: center;font-size: 20px;font-weight: bold;color:#fafafa;padding-top:60px;;}
.sea_module_1 ul li .write span{text-align: center;font-size: 15px;font-weight: bold;color:#f0f0f0;padding-top: 20px;display:block;line-height: 26px;}
.sea_module_1 ul li:hover .write span{color:#fff;transition: all 0.2s;}



.sea_module_2 {background:#f7f7f7;}
.sea_module_2 .content{overflow: hidden;padding-top: 80px;padding-bottom: 80px;}
.sea_module_2 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.sea_module_2 ul{overflow: hidden;margin-top: 35px;}
.sea_module_2 ul li{overflow: hidden;float: left;width:20%;padding:20px;} 
.sea_module_2 ul li div{border:1px solid #666;} 
.sea_module_2 ul li div h5{font-size: 24px;text-align: center;line-height:100px;color:#666;} 
.sea_module_2 ul li div p{font-size: 15px;background:#666;color:#fff;padding:20px 15px;line-height: 28px;height:150px;text-align: center;} 

.sea_module_2 .div_btn{overflow: hidden;width:45%;margin:auto;padding-top: 50px;}
.sea_module_2 .div_btn a{text-align: center;width:45%;border:1px solid #000;line-height:50px;font-size: 16px;border-radius: 6px;}
.sea_module_2 .div_btn a:first-of-type{float: left;border-color:#40c87d;color:#40c87d;}
.sea_module_2 .div_btn a:last-of-type{float: right;border-color:#40c87d;background:#40c87d;color:#fff;}


/*帮助中心*/
.help_top .content{overflow: hidden;padding-top: 80px;padding-bottom:50px;}
.help_top .main_box{overflow: hidden;}
.help_top .main_box h3{float: left;font-size:22px;color:#666;position: relative;padding-left:15px;}
.help_top .main_box h3:after{content:"";position: absolute;left:0;top:0;bottom:0;width:5px;height:5px;background:#666;margin:auto;}
.help_top .main_box .right_box{float: right;overflow: hidden;width:50%;}
.help_top .main_box .right_box .input_box{ float: left; border: 1px solid #5ba0ff; width: 85%; height:35px; }
.help_top .main_box .right_box .input_box input{ display: block; width: 100%; height: 100%; border: none; background: none; outline: none !important; color: #333; padding-left:10px; font-size: 14px; }
.help_top .main_box .right_box .search_btn{ background: #5ba0ff; text-align: center; width: 15%; float: left; line-height: 35px; font-size: 16px; color: #fafafa; cursor: pointer; }

.menu_matter .content{position: relative;min-height:500px;margin-bottom: 80px;overflow: hidden;}
.menu_matter .content .left{width:260px;float: left;}
.menu_matter .left>ul{border:1px solid #dedede;}
.menu_matter .left>ul>li{border-top:1px solid #e5e5e5;}
.menu_matter .left>ul>li:first-of-type{border:none;}
.menu_matter .left ul>li>a{background:#fff;}
.menu_matter .left ul>li>a:hover{background-color:#e3122e;color:#fff;border-color:#e3122e;}
.menu_matter .left ul>li>ul>li>a{background-color:#f5f5f5;color:#666;border-bottom: 1px dashed rgba(0,0,0,0.1);position: relative;padding-left: 33px;}
.menu_matter .left ul>li>ul>li:last-of-type>a{border:none;}
.menu_matter .left ul>li>ul>li>a:hover{background-color:#f5f5f5;color:#333;border-color:rgba(0,0,0,0.1);}
.menu_matter .left ul>li>ul>li>a:active{background-color:#ccc;}
.menu_matter .left ul>li>ul>li>a:hover:after{content:"";position: absolute;left:0;top:0;bottom:0;width:6px;background:#666;margin:auto;}
.menu_matter .left ul li{ border-bottom:0;}
.menu_matter .left ul li a{ padding-left:20px; color: #333; font-size:16px; display: block; line-height:60px; position: relative; white-space: nowrap; text-overflow: ellipsis; padding-right: 20px; overflow: hidden; }
.menu_matter .left ul li .inactive{ background:url(../image/off.png) no-repeat 96% center;}
.menu_matter .left ul li .inactives{background:url(../image/on.png) no-repeat 96% center;color:#e21130;} 

.menu_matter .right{float: left;width:900px;padding-left: 40px;}
.menu_matter .right h5{font-size: 18px;font-weight: normal;border-bottom:1px solid #ebebeb;padding-bottom: 15px;color:#E2B25A;}
.menu_matter .right ul{padding:20px 0px;}
.menu_matter .right ul li a{display:block;font-size: 16px;line-height:70px;border-bottom:1px dashed #ccc;padding-left:5px;white-space: nowrap;  text-overflow: ellipsis;overflow: hidden;}
.menu_matter .right ul li a:hover{color:#e3122e;}

/*详情right*/
.menu_matter .right .particulars{padding:20px;}
.menu_matter .right .particulars h6{font-size:22px;text-align: center;font-weight: normal;line-height:80px;padding-bottom:10px;color:#333;}
.menu_matter .right .particulars p{font-size: 15px;color:#333;line-height:30px;text-indent: 2em;}



/*公告咨询*/
.news_top .content{overflow: hidden;padding-top: 80px;padding-bottom:50px;}
.news_top .main_box{overflow: hidden;}
.news_top .main_box h3{float: left;font-size:22px;color:#666;position: relative;padding-left:15px;}
.news_top .main_box h3:after{content:"";position: absolute;left:0;top:0;bottom:0;width:5px;height:5px;background:#666;margin:auto;}

.news_list .content{overflow: hidden;padding-top: 80px;padding-bottom:80px;}
.news_list .left{width:290px;float: left;}
.news_list .left img{width: 100%;}
.news_list .left .div_1{margin-bottom:20px;}
.news_list .left .div_1 div{height:200px;background:#cfc url(../image/rahp.jpg) center center;background-size:cover;;text-align: center;line-height: 200px;font-size: 26px;font-weight: bold;color:#fff;}
.news_list .left .div_2{border:1px solid #e8e8e8;margin-top:20px;}
.news_list .left .div_2 p{text-align: center;line-height: 40px;font-size: 14px;color:#333;font-weight: bold;position: relative;;}
.news_list .left .div_2 p:after{content:"";position: absolute;left:0;bottom:0;right:0;margin:auto;width:90%;height:1px;background:#e8e8e8;}
.news_list .left .div_2>div{padding:20px;}

.news_list .right{float: right;width:880px;padding:35px 50px;padding-top: 0;}
.news_list .right h3{font-size:22px;color:#666;position: relative;padding-left:15px;margin-bottom: 50px;}
.news_list .right h3:after{content:"";position: absolute;left:0;top:0;bottom:0;width:5px;height:5px;background:#666;margin:auto;}
.news_list .right nav{overflow: hidden;}
.news_list .right nav div{float: left;width:20%;}
.news_list .right nav div a{font-size: 16px;font-weight: bold;display:block;text-align: center;line-height:50px;border:1px solid #e8e8e8;border-right: none;color:#333;}
.news_list .right nav div:last-of-type a{border-right:1px solid #e8e8e8;}
.news_list .right nav div.active a{background:#ec4828;color:#fff;border-color:#ec4828;}
.news_list .right .ul_list{padding-top:20px;max-height: 685px;overflow: hidden;}
.news_list .right .ul_list li a{display:block;overflow: hidden;border-bottom: 1px solid #e8e8e8;;}
.news_list .right .ul_list li a label{float: left;font-size: 14px;color:#333;line-height: 50px;}
.news_list .right .ul_list li a p{font-size: 14px;color:#333;float: left;line-height: 50px;}
.news_list .right .ul_list li a span{font-size: 14px;color:#999;float: right;line-height: 50px;}
.news_list .right .ul_list li a:hover p{color:#f40;}

/*详情*/
.news_list .right .head_tit {padding-top:40px;padding-bottom:25px;;position: relative;border-top:1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;}
.news_list .right .head_tit h1{font-size: 26px;color:#ec4828;text-align: center;}
.news_list .right .head_tit ol{overflow: hidden;padding-top:16px;width:60%;margin:auto;}
.news_list .right .head_tit ol li{float: left;width:33.3333%;text-align: center;font-size: 14px;color:#333;}
.news_list .right .txt{padding:20px 0;}
.news_list .right .txt p{ font-size: 15px; color: #333; line-height: 30px; text-indent: 2em; }



/*到库查询*/
.library_inquiry .content{overflow: hidden;padding-top: 80px;padding-bottom:100px;}
.library_inquiry .roof h3{font-size: 18px;color:#333;text-align: center;font-weight: normal;;}
.library_inquiry .roof textarea{ resize: none;border:1px solid #999;font-size: 14px;line-height:24px;color:#333;height:120px;width:620px;margin:auto;display:block;padding:10px;margin-top:25px;}
.library_inquiry .roof textarea:focus { outline: none !important; }
.library_inquiry .roof .btn_box{overflow: hidden;width:300px;margin:auto;padding-top: 20px;}
.library_inquiry .roof .btn_box button{background:#238EFA;color:#fff;border:none;cursor: pointer;height:40px;line-height:40px;font-size:16px;}
.library_inquiry .roof .btn_box button:focus { outline: none !important; }
.library_inquiry .roof .btn_box button:first-of-type{display:block;float: left;width:42%;}
.library_inquiry .roof .btn_box button:last-of-type{display:block;float: right;width:42%;background:#999;}
.library_inquiry .roof .btn_box button:active{opacity:0.8;}

.library_inquiry .grid_box{margin-top:60px;}
.library_inquiry .grid_box table{width: 100%;}
.library_inquiry .grid_box table tbody{border:1px solid #999;}
.library_inquiry .grid_box table tr td{font-size: 16px;text-align: center;border:1px solid #999;height:45px;line-height: 45px;}
.library_inquiry .grid_box .downmost{font-size: 16px;text-align: center;height: 45px;line-height: 45px;border:1px solid #999;border-top:none;color:#e3122e;}


/*了解更多*/

.learn_more_1 .content{overflow: hidden;padding-top: 80px;padding-bottom:100px;}
.learn_more_1 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.learn_more_1 ul{overflow: hidden;margin-top:30px;}
.learn_more_1 ul li{width:25%;float: left;}
.learn_more_1 ul li .piece{border:1px solid #ccc;padding:35px 10px;border-right:none;position: relative;margin-left:-1px;}
.learn_more_1 ul li:first-of-type .piece{margin-left: 0;}
.learn_more_1 ul li .piece:after{content:"";position: absolute;left:-1px;top:-1px;right:0;bottom:-1px;border: 1px solid #666;margin:auto;transition: all 0.3s;opacity:0;z-index: 999;}
.learn_more_1 ul li:hover .piece:after{opacity:1;transition: all 0.3s;}
.learn_more_1 ul li:last-of-type .piece{border-right:1px solid #ccc;}
.learn_more_1 ul li .piece i{display:block;width:100px;height:100px;background:#fcf;margin:auto;}
.learn_more_1 ul li:nth-of-type(1) .piece i{background:url(../image/more_serve_1.png)no-repeat center center;background-size: cover;}
.learn_more_1 ul li:nth-of-type(2) .piece i{background:url(../image/more_serve_2.png)no-repeat center center;background-size: cover;}
.learn_more_1 ul li:nth-of-type(3) .piece i{background:url(../image/more_serve_3.png)no-repeat center center;background-size: cover;}
.learn_more_1 ul li:nth-of-type(4) .piece i{background:url(../image/more_serve_4.png)no-repeat center center;background-size: cover;}
.learn_more_1 ul li .piece p{font-size: 18px;text-align: center;color:#666;font-weight: bold;padding:20px 0 15px;}
.learn_more_1 ul li .piece span{font-size: 16px;text-align: center;color:#666;display:block;min-height: 45px;}



.learn_more_2{background:#f7f7f7;}
.learn_more_2 .content{overflow: hidden;padding-top: 80px;padding-bottom:100px;}
.learn_more_2 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.learn_more_2 ul{overflow: hidden;width:56%;margin:auto;margin-top: 30px;}
.learn_more_2 li{position: relative;padding-bottom:50px;float: left;width: 100%;}
.learn_more_2 li:after{content:"";position: absolute;bottom:12px;left:0;right:0;width:25px;height:25px;background:url(../image/bottom_.png)no-repeat center center;background-size:25px;margin:auto;}
.learn_more_2 li:last-of-type:after{display:none;}
.learn_more_2 .written{line-height:40px;padding:20px;border-radius: 3px;background:#fff;box-shadow: 1px 1px 3px rgba(0,0,0,0.1);padding-left:80px;position: relative;;}
.learn_more_2 .written:after{content:"";position: absolute;left:20px;top:0;bottom:0;width:50px;height:50px;;border-radius: 50%;margin:auto;}
.learn_more_2 li:nth-of-type(1) .written:after{background:#e21130 url(../image/path_1.png)no-repeat center;background-size:77%;}
.learn_more_2 li:nth-of-type(2) .written:after{background:#e21130 url(../image/path_2.png)no-repeat center;background-size:77%;}
.learn_more_2 li:nth-of-type(3) .written:after{background:#e21130 url(../image/path_3.png)no-repeat center;background-size:77%;}
.learn_more_2 li:nth-of-type(4) .written:after{background:#e21130 url(../image/path_4.png)no-repeat center;background-size:77%;}
.learn_more_2 li:nth-of-type(5) .written:after{background:#e21130 url(../image/path_5.png)no-repeat center;background-size:77%;}
.learn_more_2 li:nth-of-type(6) .written:after{background:#e21130 url(../image/path_6.png)no-repeat center;background-size:77%;}
.learn_more_2 li:nth-of-type(7) .written:after{background:#e21130 url(../image/path_7.png)no-repeat center;background-size:77%;}
.learn_more_2 li:nth-of-type(8) .written:after{background:#e21130 url(../image/path_8.png)no-repeat center;background-size:77%;}
.learn_more_2 .written p{font-size:16px;color:#333;}



.learn_more_3 .content{overflow: hidden;padding-top: 80px;padding-bottom:100px;}
.learn_more_3 .title h3{text-align: center;font-size: 22px;color:#333;padding-bottom: 15px;}
.learn_more_3 ol {margin-top:30px;}
.learn_more_3 ol li{font-size: 16px;color:#666;float: left;width:50%;padding:10px 50px;overflow: hidden;line-height: 28px;}
.learn_more_3 ol li span{float: left;width:25%;color:#333;}
.learn_more_3 ol li p{float: right;width:75%;color:#999;}





